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 と呼ばれます。

適用対象