C1D365SConnection Class Properties
In This Topic
For a list of all members of this type, see C1D365SConnection members.
Public Properties
| Name | Description |
| ConnectionString |
Gets or sets the string used to open the connection.
(Inherited from C1.DataConnector.AdoNet.DbConnectionWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>) |
| ConnectionTimeout |
Gets the time to wait while establishing a connection before terminating the attempt and generating an error.
(Inherited from C1.DataConnector.AdoNet.DbConnectionWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>) |
| Container | (Inherited from System.ComponentModel.Component) |
| Database | Overridden.
Gets the name of the current database after a connection is opened,
or the database name specified in the connection string before the connection is opened.
|
| DataSource | Overridden.
Gets the name of the database server to which to connect.
|
| ServerVersion | Overridden.
Gets a string that represents the version of the server to which the object is connected.
|
| Site | (Inherited from System.ComponentModel.Component) |
| State |
Gets a string that describes the state of the connection.
(Inherited from C1.DataConnector.AdoNet.DbConnectionWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>) |
| UnderlyingConnection | The underlying connection used by this C1.DataConnector.AdoNet.DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter>. (Inherited from C1.DataConnector.AdoNet.DbConnectionWrap<C1ODataConnection,C1ODataCommand,C1DbParameter>) |
Top
Protected Properties
See Also