ADONETDatabaseConnection Members

These members describe an ADO.NET database connection.

Functions

Name Description
Clone Return value: ADONETDatabaseConnection.
IsEnterpriseDatabase Return value: Boolean.
OpenDataObject Sets the connection strings and opens the passed ADO or ADO.NET object.
OpenDataObjectEx Return value: Boolean.
RefreshEx Return value: RefreshResult.
Remove Removes (deletes) this ADO.NET database connection.
RemoveEx Removes (deletes) this external database connection (with audit log explanation).
Save Saves changes to this ADO.NET database connection.
SaveEx Saves changes to this ADO.NET database connection (with audit log explanation).

Properties

Name Description
AccessControlList Returns the AccessControlList object which specifies which users and groups can access this external database connection. Return value: AccessControlList. This property is read only.
AutoSave Returns/sets if this object should automatically save changes as they are made. Return/assignment value: Boolean.
ConnectString Returns/sets the ADO.NET connection string for this database connection. Return/assignment value: String.
Content Return/assignment value: Variant.
DefaultCommandTimeOut Return/assignment value: Integer.
DependentProfiles Return value: Variant. This property is read only.
Description Returns/sets the Description of this ADO.NET database connection. Return/assignment value: String.
ID Returns the ID of this ADO.NET database connection. Return value: Integer. This property is read only.
Name Returns/sets the name of this ADO.NET database connection. Return/assignment value: String.
Provider Returns/sets the ADO.NET provider for this database connection. Return/assignment value: String.
QuoteCatalog Returns/sets if the fully qualified table names should quote the catalog. Return/assignment value: Boolean.
QuoteColumn Returns/sets if the column names should be quoted. Return/assignment value: Boolean.
QuoteSchema Returns/sets if the fully qualified table names should quote the schema. Return/assignment value: Boolean.
QuoteTable Returns/sets if the fully qualified table names should be quoted. Return/assignment value: Boolean.
ReadOnly Return value: Boolean. This property is read only.
Source Return value: Variant. This property is read only.