|  | companyDataSetRiepilogoRegistroIVADataTableAddRiepilogoRegistroIVARow Method (companyDataSetRegistriIVA_ElaborazioneRow, Int32, String, String, Double, Boolean, Double, Double, Double, Double) | 
 
Namespace: Amica.DataAssembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
 Syntax
Syntaxpublic companyDataSetRiepilogoRegistroIVARow AddRiepilogoRegistroIVARow(
	companyDataSetRegistriIVA_ElaborazioneRow parentRegistriIVA_ElaborazioneRowByFK_RegistriIVA_RiepilogoRegistroIVA,
	int IdCausaleIVA,
	string CausaleIVACodice,
	string CausaleIVADescrizione,
	double CausaleIVAAliquota,
	bool IsCEE,
	double Imponibile,
	double Imposta,
	double Detraibile,
	double NonDetraibile
)
Public Function AddRiepilogoRegistroIVARow ( 
	parentRegistriIVA_ElaborazioneRowByFK_RegistriIVA_RiepilogoRegistroIVA As companyDataSetRegistriIVA_ElaborazioneRow,
	IdCausaleIVA As Integer,
	CausaleIVACodice As String,
	CausaleIVADescrizione As String,
	CausaleIVAAliquota As Double,
	IsCEE As Boolean,
	Imponibile As Double,
	Imposta As Double,
	Detraibile As Double,
	NonDetraibile As Double
) As companyDataSetRiepilogoRegistroIVARow
member AddRiepilogoRegistroIVARow : 
        parentRegistriIVA_ElaborazioneRowByFK_RegistriIVA_RiepilogoRegistroIVA : companyDataSetRegistriIVA_ElaborazioneRow * 
        IdCausaleIVA : int * 
        CausaleIVACodice : string * 
        CausaleIVADescrizione : string * 
        CausaleIVAAliquota : float * 
        IsCEE : bool * 
        Imponibile : float * 
        Imposta : float * 
        Detraibile : float * 
        NonDetraibile : float -> companyDataSetRiepilogoRegistroIVARow 
Parameters
- parentRegistriIVA_ElaborazioneRowByFK_RegistriIVA_RiepilogoRegistroIVA
- Type: Amica.DatacompanyDataSetRegistriIVA_ElaborazioneRow
 
- IdCausaleIVA
- Type: SystemInt32
 
- CausaleIVACodice
- Type: SystemString
 
- CausaleIVADescrizione
- Type: SystemString
 
- CausaleIVAAliquota
- Type: SystemDouble
 
- IsCEE
- Type: SystemBoolean
 
- Imponibile
- Type: SystemDouble
 
- Imposta
- Type: SystemDouble
 
- Detraibile
- Type: SystemDouble
 
- NonDetraibile
- Type: SystemDouble
 
Return Value
Type: 
companyDataSetRiepilogoRegistroIVARow See Also
See Also