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
connectionIDbConnectionThe connection.
userNamestringName of the user.