UserRemove Method | |
Delete User incl Address, DataGrid (View: User), ListViewConfig and UserRole
Namespace:
SOWIApp.Management
Assembly:
SOWIApp.Management (in SOWIApp.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public static void Remove(
int pID,
string pUserName
)
Public Shared Sub Remove (
pID As Integer,
pUserName As String
)
Parameters
- pID
- Type: SystemInt32
to remove - pUserName
- Type: SystemString
that deletes
See Also