ColumnAttribute.TypeName 속성

정의

속성이 매핑되는 열의 데이터베이스 공급자별 데이터 형식을 가져오거나 설정합니다.

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

속성 값

속성이 매핑되는 열의 데이터베이스 공급자별 데이터 형식입니다.

적용 대상