Click or drag to resize
DbConnection Class
Inheritance Hierarchy
SystemObject
  Innovator.Client.ConnectionDbConnection

Namespace: Innovator.Client.Connection
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public class DbConnection : IDbConnection, 
	IDisposable

The DbConnection type exposes the following members.

Constructors
  NameDescription
Public methodDbConnection
Initializes a new instance of the DbConnection class
Top
Properties
  NameDescription
Public propertyDatabase
Public propertyState
Top
Methods
  NameDescription
Public methodCreateCommand
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIDbConnectionBeginTransaction
Begins a database transaction.
Explicit interface implementationPrivate methodIDbConnectionBeginTransaction(IsolationLevel)
Begins a database transaction with the specified IsolationLevel value.
Explicit interface implementationPrivate methodIDbConnectionChangeDatabase
Changes the current database for an open Connection object.
Explicit interface implementationPrivate methodIDbConnectionClose
Closes the connection to the database.
Explicit interface implementationPrivate propertyIDbConnectionConnectionString
Gets or sets the string used to open a database.
Explicit interface implementationPrivate propertyIDbConnectionConnectionTimeout
Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error.
Explicit interface implementationPrivate methodIDbConnectionCreateCommand
Creates and returns a Command object associated with the connection.
Explicit interface implementationPrivate methodIDisposableDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Explicit interface implementationPrivate methodIDbConnectionOpen
Opens a database connection with the settings specified by the ConnectionString property of the provider-specific Connection object.
Top
See Also