Class SqlConnectionExtensions
- Namespace
- Innova.Data.Entity.Configuration
- Assembly
- Innova.Data.dll
public static class SqlConnectionExtensions
- Inheritance
-
SqlConnectionExtensions
Methods
- SetApplicationRole(SqlConnection, string, string)
Sets the application role on the connection
- SetContextUserName(IDbConnection, string)
Sets the name of the context user.
- SetContextUserNameAsync(IDbConnection, string)
Sets the name of the context user asynchronously.
- UnsetApplicationRole(SqlConnection, SqlBinary)
Unsets the application role identified by cookie on the connection.
- UnsetApplicationRoleAsync(SqlConnection, SqlBinary)
Unsets the application role identified by cookie on the connection async.