다음을 통해 공유


EntitySetBase.Table 속성

정의

이 엔터티 집합의 데이터베이스 테이블 이름을 가져오거나 설정합니다.

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

속성 값

예외

setter에 전달된 값이 null이면

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

적용 대상