TableAttribute.Schema 속성

정의

클래스가 매핑되는 테이블의 스키마를 가져오거나 설정합니다.

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

속성 값

String

클래스가 매핑되는 테이블의 스키마입니다.

적용 대상