Java.Sql.IDatabaseMetaData.SupportsMixedCaseIdentifiers Method
Determines whether the database treats mixed case unquoted SQL identifiers as case sensitive storing them in mixed case.

Syntax

[Android.Runtime.Register("supportsMixedCaseIdentifiers", "()Z", "GetSupportsMixedCaseIdentifiersHandler:Java.Sql.IDatabaseMetaDataInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool SupportsMixedCaseIdentifiers ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Sql.SQLExceptiona database error occurred.

Remarks

Determines whether the database treats mixed case unquoted SQL identifiers as case sensitive storing them in mixed case.

[Android Documentation]

Requirements

Namespace: Java.Sql
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1