Share via


SqlServerPropertyExtensions.IsSparse Metodo

Definizione

Overload

IsSparse(IReadOnlyProperty)

Restituisce un valore che indica se la colonna della proprietà è sparse.

IsSparse(IReadOnlyProperty, StoreObjectIdentifier)

Restituisce un valore che indica se la colonna della proprietà è sparse.

IsSparse(IReadOnlyProperty)

Restituisce un valore che indica se la colonna della proprietà è sparse.

public static bool? IsSparse (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member IsSparse : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Nullable<bool>
<Extension()>
Public Function IsSparse (property As IReadOnlyProperty) As Nullable(Of Boolean)

Parametri

property
IReadOnlyProperty

Proprietà.

Restituisce

true se la colonna della proprietà è sparse.

Si applica a

IsSparse(IReadOnlyProperty, StoreObjectIdentifier)

Restituisce un valore che indica se la colonna della proprietà è sparse.

public static bool? IsSparse (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member IsSparse : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Nullable<bool>
<Extension()>
Public Function IsSparse (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Boolean)

Parametri

property
IReadOnlyProperty

Proprietà.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto store.

Restituisce

true se la colonna della proprietà è sparse.

Si applica a