Method | Description | |
---|---|---|
SqlCastExpression ( |
Constructs the expression with the a given value to be converted and the conversion type.
|
Method | Description | |
---|---|---|
GetData ( SerializationInfo info, StreamingContext context ) : void |
Method | Description | |
---|---|---|
AppendTo ( SqlStringBuilder builder ) : void | ||
SqlCastExpression ( SerializationInfo info, StreamingContext context ) : System |
protected GetData ( SerializationInfo info, StreamingContext context ) : void | ||
info | SerializationInfo | |
context | StreamingContext | |
return | void |
public SqlCastExpression ( |
||
value | The expression whose value resulted from its /// evaluation will be casted to the given type. | |
sqlType | SqlType | The destination type this expression /// will convert to. |
return | System |