SqlServerPropertyExtensions.IsSparse Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.