RelationalModelExtensions.GetMaxIdentifierLength Yöntem

Tanım

Aşırı Yüklemeler

GetMaxIdentifierLength(IModel)

Depo tanımlayıcıları için izin verilen maksimum uzunluğu döndürür.

GetMaxIdentifierLength(IReadOnlyModel)

Depo tanımlayıcıları için izin verilen maksimum uzunluğu döndürür.

GetMaxIdentifierLength(IModel)

Depo tanımlayıcıları için izin verilen maksimum uzunluğu döndürür.

public static int GetMaxIdentifierLength (this Microsoft.EntityFrameworkCore.Metadata.IModel model);
static member GetMaxIdentifierLength : Microsoft.EntityFrameworkCore.Metadata.IModel -> int
<Extension()>
Public Function GetMaxIdentifierLength (model As IModel) As Integer

Parametreler

model
IModel

En fazla tanımlayıcı uzunluğunu elde etmek için model.

Döndürülenler

Int32

Maksimum tanımlayıcı uzunluğu.

Şunlara uygulanır

GetMaxIdentifierLength(IReadOnlyModel)

Depo tanımlayıcıları için izin verilen maksimum uzunluğu döndürür.

public static int GetMaxIdentifierLength (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel model);
static member GetMaxIdentifierLength : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel -> int
<Extension()>
Public Function GetMaxIdentifierLength (model As IReadOnlyModel) As Integer

Parametreler

model
IReadOnlyModel

En fazla tanımlayıcı uzunluğunu elde etmek için model.

Döndürülenler

Int32

Maksimum tanımlayıcı uzunluğu.

Şunlara uygulanır