TSqlModelOptions.Collation プロパティ

定義

モデルに使用する照合順序を指定します。 これは"SQL_Latin1_General_CP1_CI_AS" などの文字列で、有効なSQL Server照合順序名である必要があります。

public string Collation { get; set; }
member this.Collation : string with get, set
Public Property Collation As String

プロパティ値

適用対象