Method SetContextUserName
- Namespace
- Innova.Data.Entity.Configuration
- Assembly
- Innova.Data.dll
SetContextUserName(IDbConnection, string)
Sets the name of the context user.
public static void SetContextUserName(this IDbConnection connection, string userName)
Parameters
connection
IDbConnectionThe connection.
userName
stringName of the user.