Name | Description | |
---|---|---|
IsOpen | Checks whether the connection is opened. |
The following tables list the members exposed by NDbConnection.
Name | Description | |
---|---|---|
Close | Closes the connection. | |
ExecuteNonQuery | Executes a SQL statement against this connection and returns the number of affected rows. | |
ExecuteReader | Executes the query against this connection, and returns an NDbDataReader. | |
ExecuteScalar | Executes the query and returns the first column of the first row in the result set returned by the query. All other columns and rows are ignored. | |
GetSchema | Gets a data table that contains information about the tables inside the database. | |
IsTypeSupported | Gets whether the specified connection type is supported. | |
Open | Opens a data connection given the specified connection string. Throws an exception on error. | |
Test | Tests whether the specified connection can be opened. |