次の方法で共有


RelationalColumnAttributeConvention コンストラクター

定義

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

public RelationalColumnAttributeConvention (Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies dependencies, Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilderDependencies relationalDependencies);
new Microsoft.EntityFrameworkCore.Metadata.Conventions.RelationalColumnAttributeConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.ProviderConventionSetBuilderDependencies * Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.RelationalConventionSetBuilderDependencies -> Microsoft.EntityFrameworkCore.Metadata.Conventions.RelationalColumnAttributeConvention
Public Sub New (dependencies As ProviderConventionSetBuilderDependencies, relationalDependencies As RelationalConventionSetBuilderDependencies)

パラメーター

dependencies
ProviderConventionSetBuilderDependencies

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

relationalDependencies
RelationalConventionSetBuilderDependencies

この規則のリレーショナル依存関係を含む Parameter オブジェクト。

適用対象