Java.Sql.IDatabaseMetaData.CatalogSeparator Property
Returns the separator that this database uses between a catalog name and table name.

Syntax

[get: Android.Runtime.Register("getCatalogSeparator", "()Ljava/lang/String;", "GetGetCatalogSeparatorHandler:Java.Sql.IDatabaseMetaDataInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public string CatalogSeparator { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Sql.SQLExceptionif there is a database error.

Remarks

Returns the separator that this database uses between a catalog name and table name.

[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