次の方法で共有


RelationalPropertyExtensions.IsFixedLength メソッド

定義

オーバーロード

IsFixedLength(IReadOnlyProperty, StoreObjectIdentifier)

プロパティが文字列などの固定長データのみを格納できるかどうかを示すフラグを返します。

IsFixedLength(IProperty, StoreObjectIdentifier)

プロパティが文字列などの固定長データのみを格納できるかどうかを示すフラグを返します。

IsFixedLength(IProperty)

プロパティが文字列などの固定長データのみを格納できるかどうかを示すフラグを返します。

IsFixedLength(IReadOnlyProperty)

プロパティが文字列などの固定長データのみを格納できるかどうかを示すフラグを返します。

IsFixedLength(IReadOnlyProperty, StoreObjectIdentifier)

ソース:
RelationalPropertyExtensions.cs
ソース:
RelationalPropertyExtensions.cs
ソース:
RelationalPropertyExtensions.cs
ソース:
RelationalPropertyExtensions.cs

プロパティが文字列などの固定長データのみを格納できるかどうかを示すフラグを返します。

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)

ソース:
RelationalPropertyExtensions.cs

プロパティが文字列などの固定長データのみを格納できるかどうかを示すフラグを返します。

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)

ソース:
RelationalPropertyExtensions.cs
ソース:
RelationalPropertyExtensions.cs
ソース:
RelationalPropertyExtensions.cs

プロパティが文字列などの固定長データのみを格納できるかどうかを示すフラグを返します。

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)

ソース:
RelationalPropertyExtensions.cs
ソース:
RelationalPropertyExtensions.cs
ソース:
RelationalPropertyExtensions.cs
ソース:
RelationalPropertyExtensions.cs

プロパティが文字列などの固定長データのみを格納できるかどうかを示すフラグを返します。

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

プロパティ。

戻り値

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

適用対象