Java.Sql.IDatabaseMetaData.StoresLowerCaseIdentifiers Method
Determines whether the database treats SQL identifiers that are in mixed case (and unquoted) as case insensitive.

Syntax

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

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Sql.SQLExceptiona database error occurred.

Remarks

Determines whether the database treats SQL identifiers that are in mixed case (and unquoted) as case insensitive. If true then the database stores them in lower 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