Click or drag to resize
configDataSetUtentiDataTableAddUtentiRow Method (String, String, Int32, String, configDataSetAziendeRow, Boolean, String)

Namespace: Amica.Data
Assembly: 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
)

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: configDataSetUtentiRow
See Also