ConnectionDefinition Class

From RemObjects Software

Jump to: navigation, search

This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.



Overview (.NET)

Stores information about a Data Abstract connection and administers the related connection pool in behalf of a ConnectionManager.

Note: Connection definitions are normally listed by a ConnectionManager and defined using the Schema Manager connection wizard. They can be loaded at runtime by using one of the several Load methods of the ConnectionManager.


Namespace

Declaration (C#)

[XmlRename("Definition")]
public class ConnectionDefinition : NamedObjectWithDefault, INamedObject, IObjectWithDefault;

Hierarchy

  • NamedObjectWithDefault
    • RemObjects.DataAbstract.Server.ConnectionDefinition

Properties

Property
Type
Description
ConnectionString String A string used to identify a database connection.

Connection strings are in the format <Driver Name>?<Param1>=<Value1>;<Param2>=<Value2>;...

Description String A description for this connection definition.

The value of this property is purely descriptive and for documentation purposes only; it is not used in code.

Pool ConnectionPool A reference to the ConnectionPool object managing live connections for this definition.

Note: This property is used internally by the ConnectionManager and usually not accessed directly from user code.


Methods

Method
Description
ConnectionDefinition Default constructor for ConnectionDefinition.


See Also


Product: RemObjects Data Abstract
Current version: Data Abstract 'Vinci' (5.0)

ListsGlossaryFeaturesHow ToDriversComponentsToolsSamplesArticlesArchitectureIssues

Personal tools