DbColumn.DataType 속성

정의

열에 저장된 데이터의 형식을 가져옵니다. 파생 클래스에서 Type 재정의될 때 열의 데이터 형식을 나타내는 개체로 설정할 수 있습니다.

public:  property Type ^ DataType {  public:
Type ^ get(); protected:
 void set(Type ^ value); };
public Type DataType { get; protected set; }
member this.DataType : Type with get, set
Public Property DataType As Type

속성 값

Type 열에 포함된 데이터의 형식을 나타내는 개체입니다.

적용 대상