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模型中由该表指示的所有表。

适用于