C# Class FdoToolbox.Core.ETL.Specialized.FdoDataPropertyConversionRule

Defines a conversion rule between two data properties
Show file Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
FdoDataPropertyConversionRule ( string src, string dst, DataType srcDataType, DataType targetDataType, bool nullOnFailure, bool truncate ) : System

Initializes a new instance of the FdoDataPropertyConversionRule class.

Method Details

FdoDataPropertyConversionRule() public method

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 true [null on failure].
truncate bool if set to true [truncate].
return System