共用方式為


RelationalPropertyExtensions.GetCollation 方法

定義

多載

GetCollation(IReadOnlyProperty, StoreObjectIdentifier)

傳回要用於資料行的定序。

GetCollation(IProperty, StoreObjectIdentifier)

傳回要用於資料行的定序。

GetCollation(IProperty)

傳回要用於資料行的定序。

GetCollation(IReadOnlyProperty)

傳回要用於資料行的定序。

GetCollation(IReadOnlyProperty, StoreObjectIdentifier)

來源:
RelationalPropertyExtensions.cs
來源:
RelationalPropertyExtensions.cs
來源:
RelationalPropertyExtensions.cs
來源:
RelationalPropertyExtensions.cs

傳回要用於資料行的定序。

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

參數

property
IReadOnlyProperty

屬性。

storeObject
StoreObjectIdentifier

包含資料行之類似資料表的存放區物件的識別碼。

傳回

此屬性所對應之資料行的定序。

適用於

GetCollation(IProperty, StoreObjectIdentifier)

來源:
RelationalPropertyExtensions.cs

傳回要用於資料行的定序。

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

參數

property
IProperty

屬性。

storeObject
StoreObjectIdentifier

包含資料行之類似資料表的存放區物件的識別碼。

傳回

此屬性所對應之資料行的定序。

適用於

GetCollation(IProperty)

來源:
RelationalPropertyExtensions.cs

傳回要用於資料行的定序。

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

參數

property
IProperty

屬性。

傳回

此屬性所對應之資料行的定序。

適用於

GetCollation(IReadOnlyProperty)

來源:
RelationalPropertyExtensions.cs
來源:
RelationalPropertyExtensions.cs
來源:
RelationalPropertyExtensions.cs
來源:
RelationalPropertyExtensions.cs

傳回要用於資料行的定序。

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

參數

property
IReadOnlyProperty

屬性。

傳回

此屬性所對應之資料行的定序。

適用於