Click or drag to resize
companyDataSetControMastriniDataTableAddControMastriniRow Method (companyDataSetDettagliMastrinoRow, DateTime, DateTime, String, Int32, String, Double, Double, Double, String, String)

Namespace: Amica.Data
Assembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax
public companyDataSetControMastriniRow AddControMastriniRow(
	companyDataSetDettagliMastrinoRow parentDettagliMastrinoRowByFK_DettagliMastrino_ControMastrini,
	DateTime DataRegistrazione,
	DateTime DocumentoData,
	string DocumentoNumero,
	int Protocollo,
	string Partita,
	double Dare,
	double Avere,
	double Saldo,
	string CodiceConto,
	string NomeConto
)

Parameters

parentDettagliMastrinoRowByFK_DettagliMastrino_ControMastrini
Type: Amica.DatacompanyDataSetDettagliMastrinoRow
DataRegistrazione
Type: SystemDateTime
DocumentoData
Type: SystemDateTime
DocumentoNumero
Type: SystemString
Protocollo
Type: SystemInt32
Partita
Type: SystemString
Dare
Type: SystemDouble
Avere
Type: SystemDouble
Saldo
Type: SystemDouble
CodiceConto
Type: SystemString
NomeConto
Type: SystemString

Return Value

Type: companyDataSetControMastriniRow
See Also