Class DatabaseFunctions
DatabaseFunctions is the base-class for all specific database-functions we support, for example Convert.
Implements
Inherited Members
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public abstract class DatabaseFunctions : Argument, ICloneable
Constructors
DatabaseFunctions(FieldInfo, FieldDataType, int)
Initializes a new instance of the DatabaseFunctions class.
Declaration
public DatabaseFunctions(FieldInfo mainField, FieldDataType dataType, int size)
Parameters
| Type | Name | Description |
|---|---|---|
| FieldInfo | mainField | The main field. |
| FieldDataType | dataType | The value we want to check the parameter against. |
| int | size | The size. |
Properties
Field
Get/Set property for the field-member.
Declaration
public FieldInfo Field { get; }
Property Value
| Type | Description |
|---|---|
| FieldInfo |
Methods
GetMainField()
Information about a database field.
Declaration
public override FieldInfo GetMainField()
Returns
| Type | Description |
|---|---|
| FieldInfo | Information about the database field |