UserInteractionServices.GetModelCollation Method
Gets model collation.
Namespace: Microsoft.Data.Schema.Extensibility
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Shared Function GetModelCollation ( _
lcid As Integer, _
caseSensitive As Boolean _
) As ModelCollation
'Usage
Dim lcid As Integer
Dim caseSensitive As Boolean
Dim returnValue As ModelCollation
returnValue = UserInteractionServices.GetModelCollation(lcid, _
caseSensitive)
public static ModelCollation GetModelCollation(
int lcid,
bool caseSensitive
)
public:
static ModelCollation^ GetModelCollation(
int lcid,
bool caseSensitive
)
public static function GetModelCollation(
lcid : int,
caseSensitive : boolean
) : ModelCollation
static member GetModelCollation :
lcid:int *
caseSensitive:bool -> ModelCollation
Parameters
- lcid
Type: System.Int32
The language code ID
- caseSensitive
Type: System.Boolean
Specifies whether case-sensitive
Return Value
Type: Microsoft.Data.Schema.SchemaModel.ModelCollation
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.