Show / Hide Table of Contents

Class Case

Contains methods for CASE expression

Inheritance
System.Object
Case
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 Case

Methods

Name Description
On<T>(Column<T>)

Constructs ON statement of CASE expression

When(_Boolean)

Constructs WHEN statement of CASE expression.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest