ConnectionDefinition Class

This is a Library topic for Data Abstract for .NET
This page is generated from external data, please do not update
Namespaces — Interfaces — Classes — Enums — Implements
Contents |
Overview
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.
Location
- Assembly: RemObjects.DataAbstract.Server.dll
- Namespace: RemObjects.DataAbstract.Server
- Ancestry: NamedObjectWithDefault | ConnectionDefinition
Properties
| ConnectionString |
|---|
|
A string used to identify a database connection. Connection strings are in the format <Driver Name>?<Param1>=<Value1>;<Param2>=<Value2>;...
|
| ConnectionType |
|
|
| Description |
|
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 |
|
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.
|
Instance Methods
| constructor () |
|---|
|
|
| constructor (String, String, PoolBehavior, Int32, Int32) |
|
Default constructor for ConnectionDefinition.
|
See Also
- Lists
- Data Abstract for .NET: Namespaces — Interfaces — Classes — Enums — Implements
- RemObjects SDK for .NET: Namespaces — Interfaces — Classes — Enums — Implements
- RemObjects Script for .NET: Namespaces — Classes
- Data Abstract shared: Data Types – File Types
- other editions:
- Data Abstract for Xcode: Protocols — Classes — Enums — Implements
- Data Abstract for Delphi: Interfaces — Classes — Enums — Aliases — Implements
- Data Abstract for Java: Namespaces — Interfaces — Classes — Enums — Implements
- Data Abstract for JavaScript: Objects
- Data Abstract for .NET: Namespaces — Interfaces — Classes — Enums — Implements

Product: RemObjects Data Abstract
Available Editions: Data Abstract for .NET, Delphi and Xcode