DynamicDataRoute.Table 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定路線表的名稱。
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的資料表。