次の方法で共有


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

列を含むテーブルに似たストア オブジェクトの識別子。

戻り値

要素が文字列などの固定長データのみを格納できるかどうかを示すフラグ。

適用対象