Udostępnij za pośrednictwem


RelationalElementTypeExtensions.IsFixedLength Metoda

Definicja

Przeciążenia

IsFixedLength(IReadOnlyElementType)

Zwraca flagę wskazującą, czy elementy mogą przechowywać tylko dane o stałej długości, takie jak ciągi.

IsFixedLength(IReadOnlyElementType, StoreObjectIdentifier)

Zwraca flagę wskazującą, czy elementy mogą przechowywać tylko dane o stałej długości, takie jak ciągi.

IsFixedLength(IReadOnlyElementType)

Zwraca flagę wskazującą, czy elementy mogą przechowywać tylko dane o stałej długości, takie jak ciągi.

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)

Parametry

elementType
IReadOnlyElementType

Element.

Zwraca

Flaga wskazująca, czy elementy są możliwe do przechowywania tylko danych o stałej długości, takich jak ciągi.

Dotyczy

IsFixedLength(IReadOnlyElementType, StoreObjectIdentifier)

Zwraca flagę wskazującą, czy elementy mogą przechowywać tylko dane o stałej długości, takie jak ciągi.

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)

Parametry

elementType
IReadOnlyElementType

Element.

storeObject
StoreObjectIdentifier

Identyfikator obiektu magazynu przypominającego tabelę zawierający kolumnę.

Zwraca

Flaga wskazująca, czy elementy mogą przechowywać tylko dane o stałej długości, takie jak ciągi.

Dotyczy