EntitySetAttribute(String) コンストラクター

定義

EntitySetAttribute の新しいインスタンスを作成します。

public:
 EntitySetAttribute(System::String ^ entitySet);
public EntitySetAttribute (string entitySet);
new System.Data.Services.Common.EntitySetAttribute : string -> System.Data.Services.Common.EntitySetAttribute
Public Sub New (entitySet As String)

パラメーター

entitySet
String

クラスが属するエンティティ セット。

適用対象