IDynamicDataSource.EntitySetName 属性

定义

获取或设置实体集名称。

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

实体的名称。

注解

LinqDataSource 类中,此属性称为 TableName

适用于