SqlServerPropertyExtensions.SetIsSparse 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
SetIsSparse(IMutableProperty, Nullable<Boolean>) |
Imposta un valore che indica se la colonna della proprietà è sparse. |
SetIsSparse(IConventionProperty, Nullable<Boolean>, Boolean) |
Imposta un valore che indica se la colonna della proprietà è sparse. |
SetIsSparse(IMutableProperty, Nullable<Boolean>)
Imposta un valore che indica se la colonna della proprietà è sparse.
public static void SetIsSparse (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, bool? sparse);
static member SetIsSparse : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * Nullable<bool> -> unit
<Extension()>
Public Sub SetIsSparse (property As IMutableProperty, sparse As Nullable(Of Boolean))
Parametri
- property
- IMutableProperty
Proprietà.
Si applica a
SetIsSparse(IConventionProperty, Nullable<Boolean>, Boolean)
Imposta un valore che indica se la colonna della proprietà è sparse.
public static bool? SetIsSparse (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, bool? sparse, bool fromDataAnnotation = false);
static member SetIsSparse : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * Nullable<bool> * bool -> Nullable<bool>
<Extension()>
Public Function SetIsSparse (property As IConventionProperty, sparse As Nullable(Of Boolean), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Boolean)
Parametri
- property
- IConventionProperty
Proprietà.
- fromDataAnnotation
- Boolean
Indica se la configurazione è stata specificata usando un'annotazione dati.
Restituisce
Il valore configurato.