RelationalMaxIdentifierLengthConvention(Int32, ProviderConventionSetBuilderDependencies, RelationalConventionSetBuilderDependencies) Oluşturucu

Tanım

RelationalMaxIdentifierLengthConvention öğesinin yeni bir örneğini oluşturur.

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

Parametreler

maxIdentifierLength
Int32

Veritabanı tarafından desteklenen nesne tanımlayıcı uzunluğu üst sınırı.

dependencies
ProviderConventionSetBuilderDependencies

Bu kural için bağımlılıkları içeren Parameter nesnesi.

relationalDependencies
RelationalConventionSetBuilderDependencies

Bu kural için ilişkisel bağımlılıkları içeren Parameter nesnesi.

Şunlara uygulanır