-
-
Notifications
You must be signed in to change notification settings - Fork 11
6. Utility extensions
Vedran Bilopavlović edited this page Mar 26, 2021
·
6 revisions
Sets all database commands for this connection to the given CommandType
value.
Sets all database commands for this connection to type Procedure
.
Sets all database commands for this connection to type Text
. This is the default.
Sets all database commands for this connection to wait time in seconds given by timeout
parameter.
Sets the token to monitor for cancellation requests for all async database commands for this connection.
Sets all database commands for this connection to prepared mode.
- 2.1. Execute(command, params) connection extension
- 2.2. Read(command, params) connection extensions
- 2.3. Multiple(command, params) connection extension
- 3.1. Working with basic type parameters
- 3.2. Working with class and record type parameters
- 3.3. Working with tuple type parameters
- 4.1. Working with parameters
- 4.2. Working with array types
- 5. Asynchronous programming