Class ResultModification
ResultModification contains different sub-classes that modifies the resultset according to the operator.
Implements
System.ICloneable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public abstract class ResultModification : Argument, ICloneable
Constructors
ResultModification(FieldInfo)
Initializes a new instance of the ResultModification class, and takes fieldinfo argument as in-parameter.
Declaration
public ResultModification(FieldInfo fieldInfo)
Parameters
Type | Name | Description |
---|---|---|
FieldInfo | fieldInfo | The database field |
Methods
GetMainField()
Information about a database field.
Declaration
public override FieldInfo GetMainField()
Returns
Type | Description |
---|---|
FieldInfo | Information about the database field |
Overrides
Implements
System.ICloneable
Extension Methods
EnumUtil.MapEnums<From, To>(From)