RelationalModelExtensions.GetMaxIdentifierLength 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
要获取其最大标识符长度的模型。
返回
最大标识符长度。