RelationalModelExtensions.GetCollation Methode

Definition

Überlädt

GetCollation(IModel)

Gibt die Datenbanksortierung zurück.

GetCollation(IReadOnlyModel)

Gibt die Datenbanksortierung zurück.

GetCollation(IModel)

Gibt die Datenbanksortierung zurück.

public static string GetCollation (this Microsoft.EntityFrameworkCore.Metadata.IModel model);
static member GetCollation : Microsoft.EntityFrameworkCore.Metadata.IModel -> string
<Extension()>
Public Function GetCollation (model As IModel) As String

Parameter

model
IModel

Das Modell, für das die Sortierung abgerufen werden soll.

Gibt zurück

Die Sortierung.

Gilt für:

GetCollation(IReadOnlyModel)

Gibt die Datenbanksortierung zurück.

public static string? GetCollation (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel model);
static member GetCollation : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel -> string
<Extension()>
Public Function GetCollation (model As IReadOnlyModel) As String

Parameter

model
IReadOnlyModel

Das Modell, für das die Sortierung abgerufen werden soll.

Gibt zurück

Die Sortierung.

Gilt für: