DbColumn.DataType 속성

정의

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

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

속성 값

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

적용 대상