Click or drag to resize

UserControllerGetUserFormattedName Method (Int32, UserNameFormat, SqlConnection, SqlTransaction)

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static string GetUserFormattedName(
	int userId,
	UserNameFormat format,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

userId
Type: SystemInt32
format
Type: Omada.OE.ModelUserNameFormat
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: String
See Also