次の方法で共有


PropertyAttributeConventionBase<TAttribute> コンストラクター

定義

PropertyAttributeConventionBase<TAttribute> の新しいインスタンスを作成します。

protected PropertyAttributeConventionBase (Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies dependencies);
new Microsoft.EntityFrameworkCore.Metadata.Conventions.PropertyAttributeConventionBase<'Attribute (requires 'Attribute :> Attribute)> : Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies -> Microsoft.EntityFrameworkCore.Metadata.Conventions.PropertyAttributeConventionBase<'Attribute (requires 'Attribute :> Attribute)>
Protected Sub New (dependencies As ProviderConventionSetBuilderDependencies)

パラメーター

dependencies
ProviderConventionSetBuilderDependencies

この規則の依存関係を含む Parameter オブジェクト。

適用対象