CollationInfo.OrdinalIgnoreCase Property

Gets the CollationInfo object that internally performs case-insensitive ordinal string comparisons.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public Shared ReadOnly Property OrdinalIgnoreCase As CollationInfo 
    Get
'Usage
Dim value As CollationInfo 

value = CollationInfo.OrdinalIgnoreCase
public static CollationInfo OrdinalIgnoreCase { get; }
public:
static property CollationInfo^ OrdinalIgnoreCase {
    CollationInfo^ get ();
}
static member OrdinalIgnoreCase : CollationInfo
static function get OrdinalIgnoreCase () : CollationInfo

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.CollationInfo
The CollationInfo object that internally performs case-insensitive ordinal string comparisons.

See Also

Reference

CollationInfo Class

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace