Condividi tramite


SqlServerKeyExtensions.SetIsClustered Metodo

Definizione

Overload

SetIsClustered(IMutableKey, Nullable<Boolean>)

Imposta un valore che indica se la chiave è raggruppata.

SetIsClustered(IConventionKey, Nullable<Boolean>, Boolean)

Imposta un valore che indica se la chiave è raggruppata.

SetIsClustered(IMutableKey, Nullable<Boolean>)

Imposta un valore che indica se la chiave è raggruppata.

public static void SetIsClustered (this Microsoft.EntityFrameworkCore.Metadata.IMutableKey key, bool? clustered);
static member SetIsClustered : Microsoft.EntityFrameworkCore.Metadata.IMutableKey * Nullable<bool> -> unit
<Extension()>
Public Sub SetIsClustered (key As IMutableKey, clustered As Nullable(Of Boolean))

Parametri

key
IMutableKey

Chiave.

clustered
Nullable<Boolean>

Il valore da impostare.

Si applica a

SetIsClustered(IConventionKey, Nullable<Boolean>, Boolean)

Imposta un valore che indica se la chiave è raggruppata.

public static void SetIsClustered (this Microsoft.EntityFrameworkCore.Metadata.IConventionKey key, bool? clustered, bool fromDataAnnotation = false);
public static bool? SetIsClustered (this Microsoft.EntityFrameworkCore.Metadata.IConventionKey key, bool? clustered, bool fromDataAnnotation = false);
static member SetIsClustered : Microsoft.EntityFrameworkCore.Metadata.IConventionKey * Nullable<bool> * bool -> unit
static member SetIsClustered : Microsoft.EntityFrameworkCore.Metadata.IConventionKey * Nullable<bool> * bool -> Nullable<bool>
<Extension()>
Public Sub SetIsClustered (key As IConventionKey, clustered As Nullable(Of Boolean), Optional fromDataAnnotation As Boolean = false)
<Extension()>
Public Function SetIsClustered (key As IConventionKey, clustered As Nullable(Of Boolean), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Boolean)

Parametri

key
IConventionKey

Chiave.

clustered
Nullable<Boolean>

Il valore da impostare.

fromDataAnnotation
Boolean

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

Restituisce

Il valore configurato.

Si applica a