Method | Description | |
---|---|---|
Build ( |
||
ConstantExpression ( System.DateTime value ) : System | ||
ConstantExpression ( DateTimeOffset value ) : System | ||
ConstantExpression ( System.Guid value ) : System | ||
ConstantExpression ( System.Xml.Linq.XNode value ) : System | ||
ConstantExpression ( bool value ) : System | ||
ConstantExpression ( byte value ) : System | ||
ConstantExpression ( char value ) : System | ||
ConstantExpression ( decimal value ) : System | ||
ConstantExpression ( double value ) : System | ||
ConstantExpression ( float value ) : System | ||
ConstantExpression ( int value ) : System | ||
ConstantExpression ( long value ) : System | ||
ConstantExpression ( sbyte value ) : System | ||
ConstantExpression ( short value ) : System | ||
ConstantExpression ( string value ) : System | ||
ConstantExpression ( uint value ) : System | ||
ConstantExpression ( ulong value ) : System | ||
ConstantExpression ( ushort value ) : System | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
ConstantExpression ( object value, DbType dbType ) : System |
public Build ( |
||
parent | ||
visitor | TSqlVisitor | |
return | void |
public ConstantExpression ( System.DateTime value ) : System | ||
value | System.DateTime | |
return | System |
public ConstantExpression ( DateTimeOffset value ) : System | ||
value | DateTimeOffset | |
return | System |
public ConstantExpression ( System.Guid value ) : System | ||
value | System.Guid | |
return | System |
public ConstantExpression ( System.Xml.Linq.XNode value ) : System | ||
value | System.Xml.Linq.XNode | |
return | System |
public ConstantExpression ( bool value ) : System | ||
value | bool | |
return | System |
public ConstantExpression ( byte value ) : System | ||
value | byte | |
return | System |
public ConstantExpression ( char value ) : System | ||
value | char | |
return | System |
public ConstantExpression ( decimal value ) : System | ||
value | decimal | |
return | System |
public ConstantExpression ( double value ) : System | ||
value | double | |
return | System |
public ConstantExpression ( float value ) : System | ||
value | float | |
return | System |
public ConstantExpression ( int value ) : System | ||
value | int | |
return | System |
public ConstantExpression ( long value ) : System | ||
value | long | |
return | System |
protected ConstantExpression ( object value, DbType dbType ) : System | ||
value | object | |
dbType | DbType | |
return | System |
public ConstantExpression ( sbyte value ) : System | ||
value | sbyte | |
return | System |
public ConstantExpression ( short value ) : System | ||
value | short | |
return | System |
public ConstantExpression ( string value ) : System | ||
value | string | |
return | System |
public ConstantExpression ( uint value ) : System | ||
value | uint | |
return | System |
public ConstantExpression ( ulong value ) : System | ||
value | ulong | |
return | System |
public ConstantExpression ( ushort value ) : System | ||
value | ushort | |
return | System |