다음을 통해 공유


EntitySetBase.Schema 속성

정의

이 엔터티 집합에 대한 데이터베이스 스키마를 가져오거나 설정합니다.

public string Schema { get; set; }
member this.Schema : string with get, set
Public Property Schema As String

속성 값

예외

setter에 전달된 값이 null이면

EntitySetBase instance ReadOnly 상태일 때 setter가 호출되면 throw됩니다.

적용 대상