IDatabase Interface |
Namespace: AskiaFieldCom.SqlDatabase
The IDatabase type exposes the following members.
Name | Description | |
---|---|---|
ConnectionString |
Gets the connection string associated with this database.
|
Name | Description | |
---|---|---|
ExecuteNonQuery |
Execute a SQL query such as INSERT, UPDATE and DELETE
and returns the number of rows affected.
| |
ExecuteReader |
Returns the SQL data reader associated with the specified SQL query.
| |
ExecuteScalar |
Execute the SQL query and returns
the value of first column of the first row in the result set,
or null if the result is empty.
| |
GetRecords |
Returns an enumeration of the SQL records associated with the specified SQL query.
|