DataConnection Constructors
Represents a connection to a data store.| Name | Parameters | Description |
|---|---|---|
| DataConnection() | none | Initializes a new instance of the DataConnection class with default settings. |
| DataConnection(String, DataConnectionParametersBase) | name, connectionParameters | Initializes a new instance of the DataConnection class. |
See Also