DynamicDataRoute.Table 속성

정의

경로에 대한 테이블의 이름을 가져오거나 설정합니다.

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

속성 값

경로와 연결된 테이블의 이름입니다.

설명

인스턴스 DynamicDataRoute를 만들 때 이 속성을 설정하지 않으면 경로가 표시된 Model데이터 모델의 모든 테이블에 적용됩니다.

적용 대상