|  | companyDataSetSpeseDocumentiDataTableAddSpeseDocumentiRow Method (companyDataSetDocumentiRow, companyDataSetSpeseRow, companyDataSetCausaliIVARow, Double, Boolean, DateTime) | 
 
Namespace: Amica.DataAssembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
 Syntax
Syntaxpublic companyDataSetSpeseDocumentiRow AddSpeseDocumentiRow(
	companyDataSetDocumentiRow parentDocumentiRowByFK_Documenti_SpeseDocumenti,
	companyDataSetSpeseRow parentSpeseRowByFK_Spese_SpeseDocumenti,
	companyDataSetCausaliIVARow parentCausaliIVARowByFK_CausaliIVA_SpeseDocumenti,
	double ImportoNetto,
	bool IsPagamento,
	DateTime TimeStamp
)
Public Function AddSpeseDocumentiRow ( 
	parentDocumentiRowByFK_Documenti_SpeseDocumenti As companyDataSetDocumentiRow,
	parentSpeseRowByFK_Spese_SpeseDocumenti As companyDataSetSpeseRow,
	parentCausaliIVARowByFK_CausaliIVA_SpeseDocumenti As companyDataSetCausaliIVARow,
	ImportoNetto As Double,
	IsPagamento As Boolean,
	TimeStamp As DateTime
) As companyDataSetSpeseDocumentiRow
member AddSpeseDocumentiRow : 
        parentDocumentiRowByFK_Documenti_SpeseDocumenti : companyDataSetDocumentiRow * 
        parentSpeseRowByFK_Spese_SpeseDocumenti : companyDataSetSpeseRow * 
        parentCausaliIVARowByFK_CausaliIVA_SpeseDocumenti : companyDataSetCausaliIVARow * 
        ImportoNetto : float * 
        IsPagamento : bool * 
        TimeStamp : DateTime -> companyDataSetSpeseDocumentiRow 
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
See Also