Sdílet prostřednictvím


RelationalPropertyExtensions.GetCollation Metoda

Definice

Přetížení

GetCollation(IReadOnlyProperty, StoreObjectIdentifier)

Vrátí kolaci, která se má použít pro sloupec.

GetCollation(IProperty, StoreObjectIdentifier)

Vrátí kolaci, která se má použít pro sloupec.

GetCollation(IProperty)

Vrátí kolaci, která se má použít pro sloupec.

GetCollation(IReadOnlyProperty)

Vrátí kolaci, která se má použít pro sloupec.

GetCollation(IReadOnlyProperty, StoreObjectIdentifier)

Vrátí kolaci, která se má použít pro sloupec.

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

Vlastnost.

storeObject
StoreObjectIdentifier

Identifikátor objektu úložiště podobného tabulce, který obsahuje sloupec.

Návraty

Kolace pro sloupec, na který je tato vlastnost namapovaná.

Platí pro

GetCollation(IProperty, StoreObjectIdentifier)

Vrátí kolaci, která se má použít pro sloupec.

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

Vlastnost.

storeObject
StoreObjectIdentifier

Identifikátor objektu úložiště podobného tabulce, který obsahuje sloupec.

Návraty

Kolace pro sloupec, na který je tato vlastnost namapovaná.

Platí pro

GetCollation(IProperty)

Vrátí kolaci, která se má použít pro sloupec.

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

Vlastnost.

Návraty

Kolace pro sloupec, na který je tato vlastnost namapovaná.

Platí pro

GetCollation(IReadOnlyProperty)

Vrátí kolaci, která se má použít pro sloupec.

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

Vlastnost.

Návraty

Kolace pro sloupec, na který je tato vlastnost namapovaná.

Platí pro