Udostępnij za pośrednictwem


RelationalPropertyExtensions.GetCollation Metoda

Definicja

Przeciążenia

GetCollation(IReadOnlyProperty, StoreObjectIdentifier)

Zwraca sortowanie do użycia dla kolumny.

GetCollation(IProperty, StoreObjectIdentifier)

Zwraca sortowanie do użycia dla kolumny.

GetCollation(IProperty)

Zwraca sortowanie do użycia dla kolumny.

GetCollation(IReadOnlyProperty)

Zwraca sortowanie do użycia dla kolumny.

GetCollation(IReadOnlyProperty, StoreObjectIdentifier)

Zwraca sortowanie do użycia dla kolumny.

public static string? GetCollation (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetCollation : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetCollation (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As String

Parametry

property
IReadOnlyProperty

Właściwość.

storeObject
StoreObjectIdentifier

Identyfikator obiektu magazynu przypominającego tabelę zawierający kolumnę.

Zwraca

Sortowanie kolumny, do której jest mapowana ta właściwość.

Dotyczy

GetCollation(IProperty, StoreObjectIdentifier)

Zwraca sortowanie do użycia dla kolumny.

public static string GetCollation (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetCollation : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetCollation (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As String

Parametry

property
IProperty

Właściwość.

storeObject
StoreObjectIdentifier

Identyfikator obiektu magazynu przypominającego tabelę zawierający kolumnę.

Zwraca

Sortowanie kolumny, do której jest mapowana ta właściwość.

Dotyczy

GetCollation(IProperty)

Zwraca sortowanie do użycia dla kolumny.

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

Parametry

property
IProperty

Właściwość.

Zwraca

Sortowanie kolumny, do której jest mapowana ta właściwość.

Dotyczy

GetCollation(IReadOnlyProperty)

Zwraca sortowanie do użycia dla kolumny.

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

Parametry

property
IReadOnlyProperty

Właściwość.

Zwraca

Sortowanie kolumny, do której jest mapowana ta właściwość.

Dotyczy