DSQuery.comparisonLocale property
Gets or sets the locale that the server uses for string comparisons.
Namespace: WebSvcDspSts
Assembly: STSSOAP (in STSSOAP.dll)
Syntax
'Declaration
Public Property comparisonLocale As String
Get
Set
'Usage
Dim instance As DSQuery
Dim value As String
value = instance.comparisonLocale
instance.comparisonLocale = value
public string comparisonLocale { get; set; }
Property value
Type: System.String
A string that contains the locale ID (LCID).
Remarks
The value of the comparisonLocale property affects both filtering and ordering on string data.