Click or drag to resize
companyDataSetRigheDataTableAddRigheRow Method (companyDataSetDocumentiRow, companyDataSetArticoliRow, companyDataSetPrestazioniRow, companyDataSetMagazziniRow, companyDataSetCausaliIVARow, companyDataSetListiniRow, companyDataSetListiniArticoliRow, companyDataSetDocumentiRow, companyDataSetRigheRow, companyDataSetTaglieRow, Boolean, Int32, String, String, String, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, String, String, String, DateTime, Double, Double, String, String, DateTime, Int32, String, DateTime, Double, Int16, Boolean, String)

Namespace: Amica.Data
Assembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax
public companyDataSetRigheRow AddRigheRow(
	companyDataSetDocumentiRow parentDocumentiRowByFK_Documenti_Righe,
	companyDataSetArticoliRow parentArticoliRowByFK_Articoli_Righe,
	companyDataSetPrestazioniRow parentPrestazioniRowByFK_Prestazioni_Righe,
	companyDataSetMagazziniRow parentMagazziniRowByFK_Magazzini_Righe,
	companyDataSetCausaliIVARow parentCausaliIVARowByFK_CausaliIVA_Righe,
	companyDataSetListiniRow parentListiniRowByFK_Listini_Righe,
	companyDataSetListiniArticoliRow parentListiniArticoliRowByFK_ListiniArticoli_Righe,
	companyDataSetDocumentiRow parentDocumentiRowByFK_Documenti_Righe1,
	companyDataSetRigheRow parentRigheRowByFK_RigheOrdine_Righe,
	companyDataSetTaglieRow parentTaglieRowByFK_Taglie_Righe,
	bool IsRitenuta,
	int Segno,
	string CodiceArticolo,
	string Descrizione,
	string UnitàMisura,
	double Quantità,
	double QuantitàEvasa,
	double Sconto1,
	double Sconto2,
	double Sconto3,
	double Sconto4,
	double ScontoIncondizionato,
	double Provvigione,
	double ProvvigioneCapo,
	double Prezzo,
	double PrezzoIvato,
	string Tag,
	string Colore,
	string TagExtra,
	DateTime TagData,
	double PrezzoNetto,
	double ImportoNetto,
	string ArticoloContoVendita,
	string ArticoloContoAcquisto,
	DateTime DataDocumento,
	int TipoDocumento,
	string ClasseDocumento,
	DateTime TimeStamp,
	double QuantitàDaEvadere,
	short Stato,
	bool IsPagato,
	string Sconti
)

Parameters

parentDocumentiRowByFK_Documenti_Righe
Type: Amica.DatacompanyDataSetDocumentiRow
parentArticoliRowByFK_Articoli_Righe
Type: Amica.DatacompanyDataSetArticoliRow
parentPrestazioniRowByFK_Prestazioni_Righe
Type: Amica.DatacompanyDataSetPrestazioniRow
parentMagazziniRowByFK_Magazzini_Righe
Type: Amica.DatacompanyDataSetMagazziniRow
parentCausaliIVARowByFK_CausaliIVA_Righe
Type: Amica.DatacompanyDataSetCausaliIVARow
parentListiniRowByFK_Listini_Righe
Type: Amica.DatacompanyDataSetListiniRow
parentListiniArticoliRowByFK_ListiniArticoli_Righe
Type: Amica.DatacompanyDataSetListiniArticoliRow
parentDocumentiRowByFK_Documenti_Righe1
Type: Amica.DatacompanyDataSetDocumentiRow
parentRigheRowByFK_RigheOrdine_Righe
Type: Amica.DatacompanyDataSetRigheRow
parentTaglieRowByFK_Taglie_Righe
Type: Amica.DatacompanyDataSetTaglieRow
IsRitenuta
Type: SystemBoolean
Segno
Type: SystemInt32
CodiceArticolo
Type: SystemString
Descrizione
Type: SystemString
UnitàMisura
Type: SystemString
Quantità
Type: SystemDouble
QuantitàEvasa
Type: SystemDouble
Sconto1
Type: SystemDouble
Sconto2
Type: SystemDouble
Sconto3
Type: SystemDouble
Sconto4
Type: SystemDouble
ScontoIncondizionato
Type: SystemDouble
Provvigione
Type: SystemDouble
ProvvigioneCapo
Type: SystemDouble
Prezzo
Type: SystemDouble
PrezzoIvato
Type: SystemDouble
Tag
Type: SystemString
Colore
Type: SystemString
TagExtra
Type: SystemString
TagData
Type: SystemDateTime
PrezzoNetto
Type: SystemDouble
ImportoNetto
Type: SystemDouble
ArticoloContoVendita
Type: SystemString
ArticoloContoAcquisto
Type: SystemString
DataDocumento
Type: SystemDateTime
TipoDocumento
Type: SystemInt32
ClasseDocumento
Type: SystemString
TimeStamp
Type: SystemDateTime
QuantitàDaEvadere
Type: SystemDouble
Stato
Type: SystemInt16
IsPagato
Type: SystemBoolean
Sconti
Type: SystemString

Return Value

Type: companyDataSetRigheRow
See Also