Java.Sql.IDatabaseMetaData.MaxIndexLength Property
Returns the maximum length in bytes for an Index for this database.

Syntax

[get: Android.Runtime.Register("getMaxIndexLength", "()I", "GetGetMaxIndexLengthHandler:Java.Sql.IDatabaseMetaDataInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int MaxIndexLength { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Sql.SQLExceptiona database error occurred.

Remarks

Returns the maximum length in bytes for an Index for this database. This covers all the parts of a composite index.

[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