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

适用于