메소드 | 설명 | |
---|---|---|
FdoDataPropertyConversionRule ( string src, string dst, DataType srcDataType, DataType targetDataType, bool nullOnFailure, bool truncate ) : System |
Initializes a new instance of the FdoDataPropertyConversionRule class.
|
public FdoDataPropertyConversionRule ( string src, string dst, DataType srcDataType, DataType targetDataType, bool nullOnFailure, bool truncate ) : System | ||
src | string | The source property |
dst | string | The target property |
srcDataType | DataType | The source data type |
targetDataType | DataType | The target data type |
nullOnFailure | bool | if set to |
truncate | bool | if set to |
리턴 | System |