 | 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.DataAssembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntaxpublic 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
)
Public Function AddSchedeFornitoriRow (
parentAnagraficheRowByFK_Anagrafiche_SchedeFornitori As companyDataSetAnagraficheRow,
parentPagamentiRowByFK_Pagamenti_SchedeFornitori As companyDataSetPagamentiRow,
parentListiniRowByFK_Listini_SchedeFornitori As companyDataSetListiniRow,
parentAnagraficheRowByFK_Anagrafiche_SchedeFornitori1 As companyDataSetAnagraficheRow,
parentCategorieAnagraficheRowByFK_CategorieAnagrafiche_SchedeFornitori As companyDataSetCategorieAnagraficheRow,
FatturatoAnnoCorrente As Double,
FattureAnnoCorrente As Integer,
InsolutiAnnoCorrente As Double,
NumeroInsolutiAnnoCorrente As Integer,
FatturatoAnnoPrecedente As Double,
FattureAnnoPrecedente As Integer,
InsolutiAnnoPrecedente As Double,
NumeroInsolutiAnnoPrecedente As Integer,
UltimaFattura As DateTime,
UltimoPagamento As DateTime,
UltimoInsoluto As DateTime,
Conto As String,
IscrizioneRuolo As String,
Enasarco As String,
TimeStamp As DateTime,
parentCausaliIVARowByFK_CausaliIVA_SchedeFornitori As companyDataSetCausaliIVARow
) As companyDataSetSchedeFornitoriRow
member AddSchedeFornitoriRow :
parentAnagraficheRowByFK_Anagrafiche_SchedeFornitori : companyDataSetAnagraficheRow *
parentPagamentiRowByFK_Pagamenti_SchedeFornitori : companyDataSetPagamentiRow *
parentListiniRowByFK_Listini_SchedeFornitori : companyDataSetListiniRow *
parentAnagraficheRowByFK_Anagrafiche_SchedeFornitori1 : companyDataSetAnagraficheRow *
parentCategorieAnagraficheRowByFK_CategorieAnagrafiche_SchedeFornitori : companyDataSetCategorieAnagraficheRow *
FatturatoAnnoCorrente : float *
FattureAnnoCorrente : int *
InsolutiAnnoCorrente : float *
NumeroInsolutiAnnoCorrente : int *
FatturatoAnnoPrecedente : float *
FattureAnnoPrecedente : int *
InsolutiAnnoPrecedente : float *
NumeroInsolutiAnnoPrecedente : int *
UltimaFattura : DateTime *
UltimoPagamento : DateTime *
UltimoInsoluto : DateTime *
Conto : string *
IscrizioneRuolo : string *
Enasarco : string *
TimeStamp : DateTime *
parentCausaliIVARowByFK_CausaliIVA_SchedeFornitori : companyDataSetCausaliIVARow -> companyDataSetSchedeFornitoriRow
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