RelationalPropertyExtensions.IsFixedLength メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
プロパティ。
戻り値
プロパティが文字列などの固定長データのみを格納できるかどうかを示すフラグ。
適用対象
Entity Framework