Class IsNull
IsNull provides the user the possibility to validate if an expression Is NULL.
Implements
Inherited Members
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public sealed class IsNull : NullOperators, ICloneable
Methods
Clone()
Clone the query. Parameter values are shared between the original and the clone.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
Object | Copy of the node and its sub-elements |
Overrides
Remarks
This method is used by the
ToString()
String output.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | ISNULL(a) |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)