RelationalPropertyExtensions.GetCollation メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetCollation(IReadOnlyProperty, StoreObjectIdentifier) |
列に使用する照合順序を返します。 |
GetCollation(IProperty, StoreObjectIdentifier) |
列に使用する照合順序を返します。 |
GetCollation(IProperty) |
列に使用する照合順序を返します。 |
GetCollation(IReadOnlyProperty) |
列に使用する照合順序を返します。 |
GetCollation(IReadOnlyProperty, StoreObjectIdentifier)
列に使用する照合順序を返します。
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)
列に使用する照合順序を返します。
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)
列に使用する照合順序を返します。
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)
列に使用する照合順序を返します。
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
プロパティ。
戻り値
このプロパティがマップされる列の照合順序。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework