| companyDataSetSpeseDocumentiDataTableAddSpeseDocumentiRow Method (companyDataSetDocumentiRow, companyDataSetSpeseRow, companyDataSetCausaliIVARow, Double, Boolean, DateTime, String, String, Double) |
Namespace: Amica.DataAssembly: 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
)
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,
SpesaNome As String,
IVANome As String,
IVAAliquota As Double
) As companyDataSetSpeseDocumentiRow
member AddSpeseDocumentiRow :
parentDocumentiRowByFK_Documenti_SpeseDocumenti : companyDataSetDocumentiRow *
parentSpeseRowByFK_Spese_SpeseDocumenti : companyDataSetSpeseRow *
parentCausaliIVARowByFK_CausaliIVA_SpeseDocumenti : companyDataSetCausaliIVARow *
ImportoNetto : float *
IsPagamento : bool *
TimeStamp : DateTime *
SpesaNome : string *
IVANome : string *
IVAAliquota : float -> 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
- SpesaNome
- Type: SystemString
- IVANome
- Type: SystemString
- IVAAliquota
- Type: SystemDouble
Return Value
Type:
companyDataSetSpeseDocumentiRowSee Also