次の方法で共有


RelationalPropertyExtensions.SetCollation メソッド

定義

オーバーロード

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

構成がデータ注釈を使用して指定されたかどうかを示します。

戻り値

構成された値です。

適用対象