Click or drag to resize
companyDataSetArticoliDataTableAddArticoliRow Method (companyDataSetCategorieMerceologicheRow, companyDataSetGruppiMerceologiciRow, companyDataSetCausaliIVARow, companyDataSetTaglieRow, companyDataSetMarcheRow, companyDataSetProduttoriRow, companyDataSetRepartiRow, companyDataSetContiRow, companyDataSetContiRow, String, String, String, Int32, Int32, String, String, String, DateTime, Double, Double, String, String, String, String, Boolean, Double, Boolean, Boolean, Boolean, String, String, String, String, String, Double, Double, DateTime, String, String, Double, Double)

Namespace: Amica.Data
Assembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax
public companyDataSetArticoliRow AddArticoliRow(
	companyDataSetCategorieMerceologicheRow parentCategorieMerceologicheRowByFK_CategorieMerceologiche_Articoli,
	companyDataSetGruppiMerceologiciRow parentGruppiMerceologiciRowByFK_GruppiMerceologici_Articoli,
	companyDataSetCausaliIVARow parentCausaliIVARowByFK_CausaliIVA_Articoli,
	companyDataSetTaglieRow parentTaglieRowByFK_Taglie_Articoli,
	companyDataSetMarcheRow parentMarcheRowByFK_Marche_Articoli,
	companyDataSetProduttoriRow parentProduttoriRowByFK_Produttori_Articoli,
	companyDataSetRepartiRow parentRepartiRowByFK_Reparti_Articoli,
	companyDataSetContiRow parentContiRowByFK_Conti_ArticoliVendita,
	companyDataSetContiRow parentContiRowByFK_Conti_ArticoliAcquisto,
	string Codice,
	string CodiceFornitore,
	string CodiceProduttore,
	int Contesto,
	int Gestione,
	string Barcode,
	string Nome,
	string NomeBreve,
	DateTime DataInserimento,
	double CostoUltimo,
	double CostoMedio,
	string Pdf,
	string Immagine,
	string UMMovimenti,
	string UMInventario,
	bool IsUMIntera,
	double UMFattoreConversione,
	bool IsComposto,
	bool IsInternet,
	bool IsAttivo,
	string Note,
	string NomeCategoria,
	string NomeGruppo,
	string NomeMarca,
	string NomeProduttore,
	double Giacenza,
	double Disponibili,
	DateTime TimeStamp,
	string ContoVendita,
	string ContoAquisto,
	double Impegnati,
	double Ordinati
)

Parameters

parentCategorieMerceologicheRowByFK_CategorieMerceologiche_Articoli
Type: Amica.DatacompanyDataSetCategorieMerceologicheRow
parentGruppiMerceologiciRowByFK_GruppiMerceologici_Articoli
Type: Amica.DatacompanyDataSetGruppiMerceologiciRow
parentCausaliIVARowByFK_CausaliIVA_Articoli
Type: Amica.DatacompanyDataSetCausaliIVARow
parentTaglieRowByFK_Taglie_Articoli
Type: Amica.DatacompanyDataSetTaglieRow
parentMarcheRowByFK_Marche_Articoli
Type: Amica.DatacompanyDataSetMarcheRow
parentProduttoriRowByFK_Produttori_Articoli
Type: Amica.DatacompanyDataSetProduttoriRow
parentRepartiRowByFK_Reparti_Articoli
Type: Amica.DatacompanyDataSetRepartiRow
parentContiRowByFK_Conti_ArticoliVendita
Type: Amica.DatacompanyDataSetContiRow
parentContiRowByFK_Conti_ArticoliAcquisto
Type: Amica.DatacompanyDataSetContiRow
Codice
Type: SystemString
CodiceFornitore
Type: SystemString
CodiceProduttore
Type: SystemString
Contesto
Type: SystemInt32
Gestione
Type: SystemInt32
Barcode
Type: SystemString
Nome
Type: SystemString
NomeBreve
Type: SystemString
DataInserimento
Type: SystemDateTime
CostoUltimo
Type: SystemDouble
CostoMedio
Type: SystemDouble
Pdf
Type: SystemString
Immagine
Type: SystemString
UMMovimenti
Type: SystemString
UMInventario
Type: SystemString
IsUMIntera
Type: SystemBoolean
UMFattoreConversione
Type: SystemDouble
IsComposto
Type: SystemBoolean
IsInternet
Type: SystemBoolean
IsAttivo
Type: SystemBoolean
Note
Type: SystemString
NomeCategoria
Type: SystemString
NomeGruppo
Type: SystemString
NomeMarca
Type: SystemString
NomeProduttore
Type: SystemString
Giacenza
Type: SystemDouble
Disponibili
Type: SystemDouble
TimeStamp
Type: SystemDateTime
ContoVendita
Type: SystemString
ContoAquisto
Type: SystemString
Impegnati
Type: SystemDouble
Ordinati
Type: SystemDouble

Return Value

Type: companyDataSetArticoliRow
See Also