RelationalModelExtensions.GetMaxIdentifierLength 方法

定义

重载

GetMaxIdentifierLength(IModel)

返回存储标识符允许的最大长度。

GetMaxIdentifierLength(IReadOnlyModel)

返回存储标识符允许的最大长度。

GetMaxIdentifierLength(IModel)

返回存储标识符允许的最大长度。

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

参数

model
IModel

要获取其最大标识符长度的模型。

返回

最大标识符长度。

适用于

GetMaxIdentifierLength(IReadOnlyModel)

返回存储标识符允许的最大长度。

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

参数

model
IReadOnlyModel

要获取其最大标识符长度的模型。

返回

最大标识符长度。

适用于