Bagikan melalui


RelationalPropertyExtensions.GetCollation Metode

Definisi

Overload

GetCollation(IReadOnlyProperty, StoreObjectIdentifier)

Mengembalikan kolase yang akan digunakan untuk kolom.

GetCollation(IProperty, StoreObjectIdentifier)

Mengembalikan kolase yang akan digunakan untuk kolom.

GetCollation(IProperty)

Mengembalikan kolase yang akan digunakan untuk kolom.

GetCollation(IReadOnlyProperty)

Mengembalikan kolase yang akan digunakan untuk kolom.

GetCollation(IReadOnlyProperty, StoreObjectIdentifier)

Mengembalikan kolase yang akan digunakan untuk kolom.

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

Parameter

property
IReadOnlyProperty

Properti .

storeObject
StoreObjectIdentifier

Pengidentifikasi objek penyimpanan seperti tabel yang berisi kolom .

Mengembalikan

Kolae untuk kolom tempat properti ini dipetakan.

Berlaku untuk

GetCollation(IProperty, StoreObjectIdentifier)

Mengembalikan kolase yang akan digunakan untuk kolom.

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

Parameter

property
IProperty

Properti .

storeObject
StoreObjectIdentifier

Pengidentifikasi objek penyimpanan seperti tabel yang berisi kolom .

Mengembalikan

Kolae untuk kolom tempat properti ini dipetakan.

Berlaku untuk

GetCollation(IProperty)

Mengembalikan kolase yang akan digunakan untuk kolom.

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

Parameter

property
IProperty

Properti .

Mengembalikan

Kolae untuk kolom tempat properti ini dipetakan.

Berlaku untuk

GetCollation(IReadOnlyProperty)

Mengembalikan kolase yang akan digunakan untuk kolom.

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

Parameter

property
IReadOnlyProperty

Properti .

Mengembalikan

Kolae untuk kolom tempat properti ini dipetakan.

Berlaku untuk