RelationalPropertyExtensions.IsFixedLength 方法

定义

重载

IsFixedLength(IReadOnlyProperty, StoreObjectIdentifier)

返回一个标志,指示属性是否能够仅存储固定长度的数据,例如字符串。

IsFixedLength(IProperty, StoreObjectIdentifier)

返回一个标志,指示 属性是否能够仅存储固定长度的数据,如字符串。

IsFixedLength(IProperty)

返回一个标志,指示 属性是否能够仅存储固定长度的数据,如字符串。

IsFixedLength(IReadOnlyProperty)

返回一个标志,指示属性是否能够仅存储固定长度的数据,例如字符串。

IsFixedLength(IReadOnlyProperty, StoreObjectIdentifier)

返回一个标志,指示属性是否能够仅存储固定长度的数据,例如字符串。

public static bool? IsFixedLength (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member IsFixedLength : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Nullable<bool>
<Extension()>
Public Function IsFixedLength (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Boolean)

参数

property
IReadOnlyProperty

属性。

storeObject
StoreObjectIdentifier

包含列的类似表的存储对象的标识符。

返回

一个标志,指示属性是否能够仅存储固定长度的数据,例如字符串。

适用于

IsFixedLength(IProperty, StoreObjectIdentifier)

返回一个标志,指示 属性是否能够仅存储固定长度的数据,如字符串。

public static bool? IsFixedLength (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member IsFixedLength : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Nullable<bool>
<Extension()>
Public Function IsFixedLength (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Boolean)

参数

property
IProperty

属性。

storeObject
StoreObjectIdentifier

包含列的类似表的存储对象的标识符。

返回

一个标志,指示 属性是否能够仅存储固定长度的数据,例如字符串。

适用于

IsFixedLength(IProperty)

返回一个标志,指示 属性是否能够仅存储固定长度的数据,如字符串。

public static bool IsFixedLength (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
public static bool? IsFixedLength (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member IsFixedLength : Microsoft.EntityFrameworkCore.Metadata.IProperty -> bool
static member IsFixedLength : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Nullable<bool>
<Extension()>
Public Function IsFixedLength (property As IProperty) As Boolean
<Extension()>
Public Function IsFixedLength (property As IProperty) As Nullable(Of Boolean)

参数

property
IProperty

属性。

返回

一个标志,指示 属性是否能够仅存储固定长度的数据,例如字符串。

适用于

IsFixedLength(IReadOnlyProperty)

返回一个标志,指示属性是否能够仅存储固定长度的数据,例如字符串。

public static bool? IsFixedLength (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member IsFixedLength : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Nullable<bool>
<Extension()>
Public Function IsFixedLength (property As IReadOnlyProperty) As Nullable(Of Boolean)

参数

property
IReadOnlyProperty

属性。

返回

一个标志,指示属性是否能够仅存储固定长度的数据,例如字符串。

适用于