Udostępnij za pośrednictwem


SqlServerKeyExtensions.SetIsClustered Metoda

Definicja

Przeciążenia

SetIsClustered(IMutableKey, Nullable<Boolean>)

Ustawia wartość wskazującą, czy klucz jest klastrowany.

SetIsClustered(IConventionKey, Nullable<Boolean>, Boolean)

Ustawia wartość wskazującą, czy klucz jest klastrowany.

SetIsClustered(IMutableKey, Nullable<Boolean>)

Ustawia wartość wskazującą, czy klucz jest klastrowany.

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))

Parametry

key
IMutableKey

Klucz.

clustered
Nullable<Boolean>

Wartość do ustawienia.

Dotyczy

SetIsClustered(IConventionKey, Nullable<Boolean>, Boolean)

Ustawia wartość wskazującą, czy klucz jest klastrowany.

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)

Parametry

key
IConventionKey

Klucz.

clustered
Nullable<Boolean>

Wartość do ustawienia.

fromDataAnnotation
Boolean

Wskazuje, czy konfiguracja została określona przy użyciu adnotacji danych.

Zwraca

Skonfigurowana wartość.

Dotyczy