Class ArgumentFunction
ArgumentFunction is the base class for all functions that can work on both Parameters and FieldInfos.
Inheritance
ArgumentFunction
Implements
Inherited Members
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public abstract class ArgumentFunction : Argument, ICloneable
Constructors
ArgumentFunction(Argument)
Initializes a new instance of the ArgumentFunction class.
Declaration
public ArgumentFunction(Argument arg)
Parameters
| Type | Name | Description |
|---|---|---|
| Argument | arg | The arg. |
Properties
ArgumentObject
MainTableName to get or set the argument
Declaration
public Argument ArgumentObject { get; set; }
Property Value
| Type | Description |
|---|---|
| Argument | The argument object. |
Methods
GetMainField()
Returns information about a database field.
Declaration
public override FieldInfo GetMainField()
Returns
| Type | Description |
|---|---|
| FieldInfo |