共用方式為


RelationalElementTypeExtensions.IsFixedLength 方法

定義

多載

IsFixedLength(IReadOnlyElementType)

傳回旗標,指出專案是否能夠只儲存固定長度的資料,例如字串。

IsFixedLength(IReadOnlyElementType, StoreObjectIdentifier)

傳回旗標,指出專案是否能夠只儲存固定長度的資料,例如字串。

IsFixedLength(IReadOnlyElementType)

傳回旗標,指出專案是否能夠只儲存固定長度的資料,例如字串。

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

參數

elementType
IReadOnlyElementType

元素。

傳回

旗標,指出專案是否只能儲存固定長度的資料,例如字串。

適用於

IsFixedLength(IReadOnlyElementType, StoreObjectIdentifier)

傳回旗標,指出專案是否能夠只儲存固定長度的資料,例如字串。

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

參數

elementType
IReadOnlyElementType

元素。

storeObject
StoreObjectIdentifier

包含資料行之類似資料表的存放區物件的識別碼。

傳回

旗標,指出專案是否能夠只儲存固定長度的資料,例如字串。

適用於