Bagikan melalui


RelationalPropertyExtensions.IsFixedLength Metode

Definisi

Overload

IsFixedLength(IReadOnlyProperty, StoreObjectIdentifier)

Mengembalikan bendera yang menunjukkan apakah properti hanya mampu menyimpan data dengan panjang tetap, seperti string.

IsFixedLength(IProperty, StoreObjectIdentifier)

Mengembalikan bendera yang menunjukkan apakah properti sebagai mampu menyimpan hanya data dengan panjang tetap, seperti string.

IsFixedLength(IProperty)

Mengembalikan bendera yang menunjukkan apakah properti sebagai mampu menyimpan hanya data dengan panjang tetap, seperti string.

IsFixedLength(IReadOnlyProperty)

Mengembalikan bendera yang menunjukkan apakah properti hanya mampu menyimpan data dengan panjang tetap, seperti string.

IsFixedLength(IReadOnlyProperty, StoreObjectIdentifier)

Mengembalikan bendera yang menunjukkan apakah properti hanya mampu menyimpan data dengan panjang tetap, seperti string.

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)

Parameter

property
IReadOnlyProperty

Properti .

storeObject
StoreObjectIdentifier

Pengidentifikasi objek penyimpanan seperti tabel yang berisi kolom .

Mengembalikan

Bendera yang menunjukkan apakah properti hanya mampu menyimpan data dengan panjang tetap, seperti string.

Berlaku untuk

IsFixedLength(IProperty, StoreObjectIdentifier)

Mengembalikan bendera yang menunjukkan apakah properti sebagai mampu menyimpan hanya data dengan panjang tetap, seperti string.

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)

Parameter

property
IProperty

Properti .

storeObject
StoreObjectIdentifier

Pengidentifikasi objek penyimpanan seperti tabel yang berisi kolom .

Mengembalikan

Bendera yang menunjukkan apakah properti mampu menyimpan hanya data dengan panjang tetap, seperti string.

Berlaku untuk

IsFixedLength(IProperty)

Mengembalikan bendera yang menunjukkan apakah properti sebagai mampu menyimpan hanya data dengan panjang tetap, seperti string.

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)

Parameter

property
IProperty

Properti .

Mengembalikan

Bendera yang menunjukkan apakah properti mampu menyimpan hanya data dengan panjang tetap, seperti string.

Berlaku untuk

IsFixedLength(IReadOnlyProperty)

Mengembalikan bendera yang menunjukkan apakah properti hanya mampu menyimpan data dengan panjang tetap, seperti string.

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)

Parameter

property
IReadOnlyProperty

Properti .

Mengembalikan

Bendera yang menunjukkan apakah properti hanya mampu menyimpan data dengan panjang tetap, seperti string.

Berlaku untuk