| IASCIICollationIgnoreCase Method  | 
 
            Instructs the object to either ignore lowercase vs uppercase when collating
            or consider it (default is to consider)
            
 
    Namespace: 
   Couchbase.Lite.Query
    Assembly:
   Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
 Syntax
SyntaxIASCIICollation IgnoreCase(
	bool ignoreCase
)
Parameters
- ignoreCase
- Type: SystemBoolean
 Whether or not to ignore casing
Return Value
Type: 
IASCIICollationThe collation object for further processing
 See Also
See Also