次の方法で共有


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

プロパティ。

戻り値

このプロパティがマップされる列の照合順序。

適用対象