DataSetDefinition.Collation Property

Definition

Specifies the locale that is used for the collation sequence by which the data in the dataset is sorted.

public:
 property System::String ^ Collation { System::String ^ get(); void set(System::String ^ value); };
public string Collation { get; set; }
member this.Collation : string with get, set
Public Property Collation As String

Property Value

A String containing the locale that is used for the collation sequence by which the data in the dataset is sorted.

Remarks

The Collation property uses the standard SQL Server collation codes.

Applies to