RdmConnection Class

Description:

The RdmConnection class, derived from DbConnection, encapsulates all of the information to connect to a particular database, including all settings particular to that database. An RdmConnection object can be created by directly calling the constructor or via the generic DbProviderFactory.CreateConnection() method.

Public Constructors:

Public Properties:

Public Methods:

Public Events:

Explicit Interface Implementations:

Reference:

For more information, reference MSDN documentation for: System.Data.Common.DbConnection