Click or drag to resize
companyDataSetCastellettoIVADataTableAddCastellettoIVARow Method (companyDataSetRegistrazioniContabiliRow, companyDataSetCausaliIVARow, companyDataSetRegistriIVARow, Double, Double, Double, Double, DateTime)

Namespace: Amica.Data
Assembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax
public companyDataSetCastellettoIVARow AddCastellettoIVARow(
	companyDataSetRegistrazioniContabiliRow parentRegistrazioniContabiliRowByFK_RegistrazioniContabili_CastellettoIVA,
	companyDataSetCausaliIVARow parentCausaliIVARowByFK_CausaliIVA_CastellettoIVA,
	companyDataSetRegistriIVARow parentRegistriIVARowByFK_RegistriIVA_CastellettoIVA,
	double Imponibile,
	double Imposta,
	double Detraibile,
	double NonDetraibile,
	DateTime TimeStamp
)

Parameters

parentRegistrazioniContabiliRowByFK_RegistrazioniContabili_CastellettoIVA
Type: Amica.DatacompanyDataSetRegistrazioniContabiliRow
parentCausaliIVARowByFK_CausaliIVA_CastellettoIVA
Type: Amica.DatacompanyDataSetCausaliIVARow
parentRegistriIVARowByFK_RegistriIVA_CastellettoIVA
Type: Amica.DatacompanyDataSetRegistriIVARow
Imponibile
Type: SystemDouble
Imposta
Type: SystemDouble
Detraibile
Type: SystemDouble
NonDetraibile
Type: SystemDouble
TimeStamp
Type: SystemDateTime

Return Value

Type: companyDataSetCastellettoIVARow
See Also