DataSetDefinition.Collation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.