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

Namespace: Amica.Data
Assembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax
public companyDataSetSchedeClientiRow AddSchedeClientiRow(
	companyDataSetAnagraficheRow parentAnagraficheRowByFK_Anagrafiche_SchedeClienti,
	companyDataSetAnagraficheRow parentAnagraficheRowByFK_Anagrafiche_SchedeClienti1,
	companyDataSetPagamentiRow parentPagamentiRowByFK_Pagamenti_SchedeClienti,
	companyDataSetListiniRow parentListiniRowByFK_Listini_SchedeClienti,
	companyDataSetCategorieAnagraficheRow parentCategorieAnagraficheRowByFK_CategorieAnagrafiche_SchedeClienti,
	double Fido,
	double Sconto,
	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 RagioneSociale,
	string ContoEsteso,
	DateTime TimeStamp,
	string CategoriaNome,
	string AgenteNome,
	string PagamentoNome,
	string ListinoNome,
	companyDataSetCausaliIVARow parentCausaliIVARowByFK_CausaliIVA_SchedeClienti
)

Parameters

parentAnagraficheRowByFK_Anagrafiche_SchedeClienti
Type: Amica.DatacompanyDataSetAnagraficheRow
parentAnagraficheRowByFK_Anagrafiche_SchedeClienti1
Type: Amica.DatacompanyDataSetAnagraficheRow
parentPagamentiRowByFK_Pagamenti_SchedeClienti
Type: Amica.DatacompanyDataSetPagamentiRow
parentListiniRowByFK_Listini_SchedeClienti
Type: Amica.DatacompanyDataSetListiniRow
parentCategorieAnagraficheRowByFK_CategorieAnagrafiche_SchedeClienti
Type: Amica.DatacompanyDataSetCategorieAnagraficheRow
Fido
Type: SystemDouble
Sconto
Type: SystemDouble
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
RagioneSociale
Type: SystemString
ContoEsteso
Type: SystemString
TimeStamp
Type: SystemDateTime
CategoriaNome
Type: SystemString
AgenteNome
Type: SystemString
PagamentoNome
Type: SystemString
ListinoNome
Type: SystemString
parentCausaliIVARowByFK_CausaliIVA_SchedeClienti
Type: Amica.DatacompanyDataSetCausaliIVARow

Return Value

Type: companyDataSetSchedeClientiRow
See Also