We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
As(CommandType type)
Sets all database commands for this connection to the given CommandType value.
CommandType
AsProcedure()
Sets all database commands for this connection to type Procedure.
Procedure
AsText()
Sets all database commands for this connection to type Text. This is the default.
Text
Timeout(this DbConnection connection, int timeout)
Sets all database commands for this connection to wait time in seconds given by timeout parameter.
timeout
WithCancellationToken(CancellationToken cancellationToken)
Sets the token to monitor for cancellation requests for all async database commands for this connection.
Prepared()
Sets all database commands for this connection to prepared mode.