C# 클래스 FdoToolbox.Core.ETL.Specialized.FdoDataPropertyConversionRule

Defines a conversion rule between two data properties
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 메소드들

메소드 설명
FdoDataPropertyConversionRule ( string src, string dst, DataType srcDataType, DataType targetDataType, bool nullOnFailure, bool truncate ) : System

Initializes a new instance of the FdoDataPropertyConversionRule class.

메소드 상세

FdoDataPropertyConversionRule() 공개 메소드

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].
리턴 System