GeneralConnection Methods |
The GeneralConnection type exposes the following members.
Name | Description | |
---|---|---|
![]() | BulkInsert |
Performs a bulk insert of the data into a target database table
|
![]() | Close |
Closes the connection.
|
![]() | Dispose |
Disposes the connection
|
![]() | ExecuteNonQuery |
Runs the query.
|
![]() | ExecuteQuery(QueryParameters) |
Executes query and returns result as a dataset.
|
![]() | ExecuteQuery(QueryParameters, Int32) |
Executes query and returns result as a DataSet. Returns the total number of result items.
|
![]() | ExecuteReader |
Runs the query and returns result as Data reader. Keeps the connection open.
|
![]() | ExecuteScalar |
Runs the query and returns result as a single value.
|
![]() | GetExecutingConnection |
Gets the connection that executes the given query
|
![]() | GetObjectData |
Gets object data.
|
![]() | IsOpen |
Returns true if the connection is open.
|
![]() | LogQueryEnd |
Logs the end of the query processing.
|
![]() | LogQueryStart |
Logs query start. Logs the query to the file and to current request log for debugging.
|
![]() | Open |
Opens the connection.
|
![]() | RunQuery |
Runs the query against SQL DB.
|