RelationalMaxIdentifierLengthConvention 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 en büyük nesne tanımlayıcı uzunluğu.

dependencies
ProviderConventionSetBuilderDependencies

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

relationalDependencies
RelationalConventionSetBuilderDependencies

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

Şunlara uygulanır