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 。