AdgConnection Methods

AdgConnection Overview

Public Methods

public property BeginAutoTransaction

Overloaded method that begins an automatic database transaction creating an instance of an IAdgTransaction with combinations of transaction locking level, name, and command options parameters specified.

public property BeginTransaction

Overloaded method that begins a manual database transaction creating an instance of an IAdgTransaction object with combinations of transaction locking level, name, and command options parameters specified.

public property Clone

Returns a copy of the AdgConnection object.

public property Close

Closes the connection to the database.

public property Dispose

Releases the resources used by the object. If in the 'Open' state, the Close method is invoked.

public property Equals

Returns True if the SourceProfileproperties of the objects being compared refer to the same object.

public property GetHashCode

Invokes the GetHashCode method of the SourceProfile property.

public property op_Equality

Returns True if the references being compared refer to the same object. Otherwise, returns the value of the Equals method.

public property op_InEquality

Returns the opposite value returned by op_Equality.

public property Open

Opens a database connection.

See Also