DbColumn.DataTypeName 속성

정의

데이터 형식의 이름을 가져옵니다. 그렇지 않으면 null 값이 설정되지 않은 경우 데이터 형식 이름 또는 null 파생 클래스에서 재정의될 때 설정할 수 있습니다.

public:  property System::String ^ DataTypeName {  public:
System::String ^ get(); protected:
 void set(System::String ^ value); };
public string DataTypeName { get; protected set; }
member this.DataTypeName : string with get, set
Public Property DataTypeName As String

속성 값

데이터 형식의 이름입니다. 그렇지 않으면 값이 설정되지 않은 경우 null 참조(Visual Basic Nothing)입니다.

적용 대상