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

屬性值

實體的名稱。

備註

在類別 LinqDataSource 中,此性質稱為 TableName

適用於