Class CaseExpression<TResult>
Represents a CASE WHEN..ELSE... expression.
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.Primitives
Assembly: DevZest.Data.dll
Syntax
public sealed class CaseExpression<TResult> : ColumnExpression<TResult>Type Parameters
| Name | Description | 
|---|---|
| TResult | The data type of the result. | 
Properties
| Name | Description | 
|---|---|
| Item[DataRow] | 
Methods
| Name | Description | 
|---|---|
| Else<TColumn>(TColumn) | Builds the ELSE... expression. | 
| GetAggregateBaseModels() | |
| GetBaseColumns() | |
| GetDbExpression() | |
| GetScalarSourceModels() | |
| PerformTranslateTo(Model) | |
| When(_Boolean) | Construct CASE WHEN expression. |