Share via


EntityViewGenerationAttribute(Type) コンストラクター

定義

EntityViewGenerationAttribute クラスの新しいインスタンスを初期化します。

public:
 EntityViewGenerationAttribute(Type ^ viewGenerationType);
public EntityViewGenerationAttribute (Type viewGenerationType);
new System.Data.Mapping.EntityViewGenerationAttribute : Type -> System.Data.Mapping.EntityViewGenerationAttribute
Public Sub New (viewGenerationType As Type)

パラメーター

viewGenerationType
Type

ビューの種類。

適用対象