Click or drag to resize
companyDataSetSpeseDocumentiDataTableAddSpeseDocumentiRow Method (companyDataSetDocumentiRow, companyDataSetSpeseRow, companyDataSetCausaliIVARow, Double, Boolean, DateTime, String, String, Double)

Namespace: Amica.Data
Assembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax
public companyDataSetSpeseDocumentiRow AddSpeseDocumentiRow(
	companyDataSetDocumentiRow parentDocumentiRowByFK_Documenti_SpeseDocumenti,
	companyDataSetSpeseRow parentSpeseRowByFK_Spese_SpeseDocumenti,
	companyDataSetCausaliIVARow parentCausaliIVARowByFK_CausaliIVA_SpeseDocumenti,
	double ImportoNetto,
	bool IsPagamento,
	DateTime TimeStamp,
	string SpesaNome,
	string IVANome,
	double IVAAliquota
)

Parameters

parentDocumentiRowByFK_Documenti_SpeseDocumenti
Type: Amica.DatacompanyDataSetDocumentiRow
parentSpeseRowByFK_Spese_SpeseDocumenti
Type: Amica.DatacompanyDataSetSpeseRow
parentCausaliIVARowByFK_CausaliIVA_SpeseDocumenti
Type: Amica.DatacompanyDataSetCausaliIVARow
ImportoNetto
Type: SystemDouble
IsPagamento
Type: SystemBoolean
TimeStamp
Type: SystemDateTime
SpesaNome
Type: SystemString
IVANome
Type: SystemString
IVAAliquota
Type: SystemDouble

Return Value

Type: companyDataSetSpeseDocumentiRow
See Also