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

屬性值

String

與路徑相關聯的資料表名稱。

備註

如果您在建立的實例時未設定此屬性 DynamicDataRoute ,則會將路由套用至所表示之資料模型中的所有資料表 Model

適用於