Java.Sql.DriverPropertyInfo Class
A class holding information about driver properties of a database connection.

See Also: DriverPropertyInfo Members

Syntax

[Android.Runtime.Register("java/sql/DriverPropertyInfo", DoNotGenerateAcw=true)]
public class DriverPropertyInfo : Java.Lang.Object

Remarks

A class holding information about driver properties of a database connection. This class is returned by the IDriver.GetPropertyInfo(string, Java.Util.Properties) method and allows for the advanced connection handling.

[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