DataSetDefinition.Collation Property

Definition

Gets or sets the value that specifies the locale 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 that contains the locale 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