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的資料表。

適用於