Update runtime user in database

Namespace: T.Modules.Security
Assembly: T.Modules (in T.Modules.dll)

Public Function UpdateRuntimeUserInDatabase( _ 
ByVal name As String, _ 
ByRef tableChanges As DataTable, _ 
Optional ByVal values As String = null _ 
) As String
This language is not supported or no code example is available.
public string UpdateRuntimeUserInDatabase( 
string name
ref DataTable tableChanges
string values = null 
)
This language is not supported or no code example is available.

Parameters

name
Type: string

User name

tableChanges
Type: DataTable

Table changes

values
Type: string

Values of separated by semicolon

Return Value

Type: string

String containg status. If success then returns empty string

.NET Framework

Supported in: 4.6.2, 4.7