共用方式為


RelationalTableAttributeConvention 建構函式

定義

建立 RelationalTableAttributeConvention 的新執行個體。

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

參數

dependencies
ProviderConventionSetBuilderDependencies

參數物件,包含此慣例的相依性。

relationalDependencies
RelationalConventionSetBuilderDependencies

參數物件,其中包含此慣例的關聯式相依性。

適用於