Class ExpressionType
Type of the expression provided in the Expression member.
public sealed class ExpressionType : ConstantClass
- Inheritance
-
ExpressionType
Fields
SQL
SQL expression
public static readonly ExpressionType SQL
Field Value
Methods
FindValue(string)
Finds the ExpressionType instance for the string value
public static ExpressionType FindValue(string value)
Parameters
value
stringstring value that maps to ExpressionType enum
Returns
- ExpressionType
ExpressionType enum
Operators
implicit operator ExpressionType(string)
Converts the string to ExpressionType instance
public static implicit operator ExpressionType(string value)
Parameters
value
string