메소드 | 설명 | |
---|---|---|
SqlCastExpression ( |
Constructs the expression with the a given value to be converted and the conversion type.
|
메소드 | 설명 | |
---|---|---|
GetData ( SerializationInfo info, StreamingContext context ) : void |
메소드 | 설명 | |
---|---|---|
AppendTo ( SqlStringBuilder builder ) : void | ||
SqlCastExpression ( SerializationInfo info, StreamingContext context ) : System |
protected GetData ( SerializationInfo info, StreamingContext context ) : void | ||
info | SerializationInfo | |
context | StreamingContext | |
리턴 | 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. |
리턴 | System |