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

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
)

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

Return Value

Type: companyDataSetSpeseDocumentiRow
See Also