| UserGroupControllerSaveUserGroupMembers Method (Int32, IEnumerableInt32, Boolean, SqlConnection, SqlTransaction) |
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static void SaveUserGroupMembers(
int userGroupId,
IEnumerable<int> memberIds,
bool removeNonpresent,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- userGroupId
- Type: SystemInt32
- memberIds
- Type: System.Collections.GenericIEnumerableInt32
- removeNonpresent
- Type: SystemBoolean
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
See Also