Struct CaseOn<T>
Represents a CASE ON expression column.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: DevZest.Data.Primitives
Assembly: DevZest.Data.dll
Syntax
public struct CaseOn<T>
Type Parameters
Name | Description |
---|---|
T | Data type of the column |
Methods
Name | Description |
---|---|
When(Column<T>) | Constructs CASE ON...WHEN expression. |