RelationalPropertyExtensions.SetCollation メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SetCollation(IMutableProperty, String) |
このプロパティがマップされる列に使用する照合順序を構成します。 |
SetCollation(IConventionProperty, String, Boolean) |
このプロパティがマップされる列に使用する照合順序を構成します。 |
SetCollation(IMutableProperty, String)
このプロパティがマップされる列に使用する照合順序を構成します。
public static void SetCollation (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, string collation);
public static void SetCollation (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, string? collation);
static member SetCollation : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * string -> unit
<Extension()>
Public Sub SetCollation (property As IMutableProperty, collation As String)
パラメーター
- property
- IMutableProperty
プロパティ。
- collation
- String
列の照合順序。
適用対象
SetCollation(IConventionProperty, String, Boolean)
このプロパティがマップされる列に使用する照合順序を構成します。
public static string SetCollation (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, string collation, bool fromDataAnnotation = false);
public static string? SetCollation (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, string? collation, bool fromDataAnnotation = false);
static member SetCollation : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * string * bool -> string
<Extension()>
Public Function SetCollation (property As IConventionProperty, collation As String, Optional fromDataAnnotation As Boolean = false) As String
パラメーター
- property
- IConventionProperty
プロパティ。
- collation
- String
列の照合順序。
- fromDataAnnotation
- Boolean
構成がデータ注釈を使用して指定されたかどうかを示します。
戻り値
構成された値です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework