Click or drag to resize
companyDataSetPartiteDataTableAddPartiteRow Method (String, String, String, String, String, String, Int16, Double)

Namespace: Amica.Data
Assembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax
public companyDataSetPartiteRow AddPartiteRow(
	string PartitaAnno,
	string PartitaNumero,
	string Partita,
	string Conto,
	string CodiceConto,
	string NomeConto,
	short TipoConto,
	double Importo
)

Parameters

PartitaAnno
Type: SystemString
PartitaNumero
Type: SystemString
Partita
Type: SystemString
Conto
Type: SystemString
CodiceConto
Type: SystemString
NomeConto
Type: SystemString
TipoConto
Type: SystemInt16
Importo
Type: SystemDouble

Return Value

Type: companyDataSetPartiteRow
See Also