TSqlModelOptions.Collation Property

Definition

Specifies the Collation to use for the model. This is a string such as "SQL_Latin1_General_CP1_CI_AS", which must be a valid SQL Server Collation Name

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

Property Value

Applies to