Click or drag to resize
companyDataSetBilancioInternoDataTableAddBilancioInternoRow Method (companyDataSetBilancioInternoRow, Int32, Int32, Int32, Int32, Boolean, Boolean, String, Decimal, Decimal, Decimal)

Namespace: Amica.Data
Assembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax
public companyDataSetBilancioInternoRow AddBilancioInternoRow(
	companyDataSetBilancioInternoRow parentBilancioInternoRowByFK_Bilancio_Bilancio,
	int IdPadre2,
	int IdPadre3,
	int IdPadre4,
	int Livello,
	bool Utilizzato,
	bool Attivo,
	string Conto,
	decimal Valore,
	decimal TotaleFigli,
	decimal Totale
)

Parameters

parentBilancioInternoRowByFK_Bilancio_Bilancio
Type: Amica.DatacompanyDataSetBilancioInternoRow
IdPadre2
Type: SystemInt32
IdPadre3
Type: SystemInt32
IdPadre4
Type: SystemInt32
Livello
Type: SystemInt32
Utilizzato
Type: SystemBoolean
Attivo
Type: SystemBoolean
Conto
Type: SystemString
Valore
Type: SystemDecimal
TotaleFigli
Type: SystemDecimal
Totale
Type: SystemDecimal

Return Value

Type: companyDataSetBilancioInternoRow
See Also