EntityDataSource.EntitySetName 属性

定义

获取或设置 EntityDataSource 控件使用的实体集的名称。

public:
 property System::String ^ EntitySetName { System::String ^ get(); void set(System::String ^ value); };
public string EntitySetName { get; set; }
member this.EntitySetName : string with get, set
Public Property EntitySetName As String

属性值

String

实体集名称。

实现

注解

EntitySetName控件的属性 EntityDataSource 用于指定控件所访问的对象的类型的实体集。 属性的值 EntitySetName 是由控件使用的默认 SELECT 语句。 如果查询指定为提供给属性的实体 SQL 表达式,则不需要设置 CommandText 。 有关详细信息,请参阅 自定义命令文本 (EntityDataSource)

适用于