Condividi tramite


SqlServerPropertyExtensions.SetIsSparse Metodo

Definizione

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à.

sparse
Nullable<Boolean>

Il valore da impostare.

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à.

sparse
Nullable<Boolean>

Il valore da impostare.

fromDataAnnotation
Boolean

Indica se la configurazione è stata specificata usando un'annotazione dati.

Restituisce

Il valore configurato.

Si applica a