| companyDataSetCastellettoIVADataTableAddCastellettoIVARow Method (companyDataSetRegistrazioniContabiliRow, companyDataSetCausaliIVARow, companyDataSetRegistriIVARow, Double, Double, Double, Double, DateTime) |
Namespace: Amica.DataAssembly: 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
)
Public Function AddCastellettoIVARow (
parentRegistrazioniContabiliRowByFK_RegistrazioniContabili_CastellettoIVA As companyDataSetRegistrazioniContabiliRow,
parentCausaliIVARowByFK_CausaliIVA_CastellettoIVA As companyDataSetCausaliIVARow,
parentRegistriIVARowByFK_RegistriIVA_CastellettoIVA As companyDataSetRegistriIVARow,
Imponibile As Double,
Imposta As Double,
Detraibile As Double,
NonDetraibile As Double,
TimeStamp As DateTime
) As companyDataSetCastellettoIVARow
member AddCastellettoIVARow :
parentRegistrazioniContabiliRowByFK_RegistrazioniContabili_CastellettoIVA : companyDataSetRegistrazioniContabiliRow *
parentCausaliIVARowByFK_CausaliIVA_CastellettoIVA : companyDataSetCausaliIVARow *
parentRegistriIVARowByFK_RegistriIVA_CastellettoIVA : companyDataSetRegistriIVARow *
Imponibile : float *
Imposta : float *
Detraibile : float *
NonDetraibile : float *
TimeStamp : DateTime -> companyDataSetCastellettoIVARow
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:
companyDataSetCastellettoIVARowSee Also