Click or drag to resize
companyDataSetSchedeFornitoriDataTableAddSchedeFornitoriRow Method (companyDataSetAnagraficheRow, companyDataSetPagamentiRow, companyDataSetListiniRow, companyDataSetAnagraficheRow, companyDataSetCategorieAnagraficheRow, Double, Int32, Double, Int32, Double, Int32, Double, Int32, DateTime, DateTime, DateTime, String, String, String, DateTime, companyDataSetCausaliIVARow)

Namespace: Amica.Data
Assembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax
public companyDataSetSchedeFornitoriRow AddSchedeFornitoriRow(
	companyDataSetAnagraficheRow parentAnagraficheRowByFK_Anagrafiche_SchedeFornitori,
	companyDataSetPagamentiRow parentPagamentiRowByFK_Pagamenti_SchedeFornitori,
	companyDataSetListiniRow parentListiniRowByFK_Listini_SchedeFornitori,
	companyDataSetAnagraficheRow parentAnagraficheRowByFK_Anagrafiche_SchedeFornitori1,
	companyDataSetCategorieAnagraficheRow parentCategorieAnagraficheRowByFK_CategorieAnagrafiche_SchedeFornitori,
	double FatturatoAnnoCorrente,
	int FattureAnnoCorrente,
	double InsolutiAnnoCorrente,
	int NumeroInsolutiAnnoCorrente,
	double FatturatoAnnoPrecedente,
	int FattureAnnoPrecedente,
	double InsolutiAnnoPrecedente,
	int NumeroInsolutiAnnoPrecedente,
	DateTime UltimaFattura,
	DateTime UltimoPagamento,
	DateTime UltimoInsoluto,
	string Conto,
	string IscrizioneRuolo,
	string Enasarco,
	DateTime TimeStamp,
	companyDataSetCausaliIVARow parentCausaliIVARowByFK_CausaliIVA_SchedeFornitori
)

Parameters

parentAnagraficheRowByFK_Anagrafiche_SchedeFornitori
Type: Amica.DatacompanyDataSetAnagraficheRow
parentPagamentiRowByFK_Pagamenti_SchedeFornitori
Type: Amica.DatacompanyDataSetPagamentiRow
parentListiniRowByFK_Listini_SchedeFornitori
Type: Amica.DatacompanyDataSetListiniRow
parentAnagraficheRowByFK_Anagrafiche_SchedeFornitori1
Type: Amica.DatacompanyDataSetAnagraficheRow
parentCategorieAnagraficheRowByFK_CategorieAnagrafiche_SchedeFornitori
Type: Amica.DatacompanyDataSetCategorieAnagraficheRow
FatturatoAnnoCorrente
Type: SystemDouble
FattureAnnoCorrente
Type: SystemInt32
InsolutiAnnoCorrente
Type: SystemDouble
NumeroInsolutiAnnoCorrente
Type: SystemInt32
FatturatoAnnoPrecedente
Type: SystemDouble
FattureAnnoPrecedente
Type: SystemInt32
InsolutiAnnoPrecedente
Type: SystemDouble
NumeroInsolutiAnnoPrecedente
Type: SystemInt32
UltimaFattura
Type: SystemDateTime
UltimoPagamento
Type: SystemDateTime
UltimoInsoluto
Type: SystemDateTime
Conto
Type: SystemString
IscrizioneRuolo
Type: SystemString
Enasarco
Type: SystemString
TimeStamp
Type: SystemDateTime
parentCausaliIVARowByFK_CausaliIVA_SchedeFornitori
Type: Amica.DatacompanyDataSetCausaliIVARow

Return Value

Type: companyDataSetSchedeFornitoriRow
See Also