| configDataSetUtentiDataTableAddUtentiRow Method (String, String, Int32, String, configDataSetAziendeRow, Boolean, String) |
Namespace: Amica.DataAssembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax public configDataSetUtentiRow AddUtentiRow(
string Nome,
string Password,
int Livello,
string Autorizzazioni,
configDataSetAziendeRow parentAziendeRowByFK_Aziende_Utenti,
bool IsRicordaAzienda,
string Feature
)
Public Function AddUtentiRow (
Nome As String,
Password As String,
Livello As Integer,
Autorizzazioni As String,
parentAziendeRowByFK_Aziende_Utenti As configDataSetAziendeRow,
IsRicordaAzienda As Boolean,
Feature As String
) As configDataSetUtentiRow
member AddUtentiRow :
Nome : string *
Password : string *
Livello : int *
Autorizzazioni : string *
parentAziendeRowByFK_Aziende_Utenti : configDataSetAziendeRow *
IsRicordaAzienda : bool *
Feature : string -> configDataSetUtentiRow
Parameters
- Nome
- Type: SystemString
- Password
- Type: SystemString
- Livello
- Type: SystemInt32
- Autorizzazioni
- Type: SystemString
- parentAziendeRowByFK_Aziende_Utenti
- Type: Amica.DataconfigDataSetAziendeRow
- IsRicordaAzienda
- Type: SystemBoolean
- Feature
- Type: SystemString
Return Value
Type:
configDataSetUtentiRowSee Also