Class FunctionKeys
Provides keys to identify functions.
Inheritance
System.Object
FunctionKeys
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public static class FunctionKeys
Fields
Name | Description |
---|---|
Average | Gets the key to identify Average function. |
Contains | Gets the key to identify Contains function. |
Count | Gets the key to identify Count function. |
CountRows | Gets the key to identify CountRows function. |
First | Gets the key to identify First function. |
IfNull | Gets the key to identify IfNull function. |
IsNotNull | Gets the key to identify IsNotNull function. |
IsNull | Gets the key to identify IsNull function. |
Last | Gets the key to identify Last function. |
Max | Gets the key to identify Max function. |
Min | Gets the key to identify Min function. |
NewGuid | Gets the key to identify NewGuid function. |
Now | Gets the key to identify Now function. |
Sum | Gets the key to identify Sum function. |
UtcNow | Gets the key to identify UtcNow function. |