| companyDataSetSchedeClientiDataTableAddSchedeClientiRow Method (companyDataSetAnagraficheRow, companyDataSetAnagraficheRow, companyDataSetPagamentiRow, companyDataSetListiniRow, companyDataSetCategorieAnagraficheRow, Double, Double, Double, Int32, Double, Int32, Double, Int32, Double, Int32, DateTime, DateTime, DateTime, String, DateTime, companyDataSetCausaliIVARow) |
Namespace: Amica.DataAssembly: 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,
DateTime TimeStamp,
companyDataSetCausaliIVARow parentCausaliIVARowByFK_CausaliIVA_SchedeClienti
)
Public Function AddSchedeClientiRow (
parentAnagraficheRowByFK_Anagrafiche_SchedeClienti As companyDataSetAnagraficheRow,
parentAnagraficheRowByFK_Anagrafiche_SchedeClienti1 As companyDataSetAnagraficheRow,
parentPagamentiRowByFK_Pagamenti_SchedeClienti As companyDataSetPagamentiRow,
parentListiniRowByFK_Listini_SchedeClienti As companyDataSetListiniRow,
parentCategorieAnagraficheRowByFK_CategorieAnagrafiche_SchedeClienti As companyDataSetCategorieAnagraficheRow,
Fido As Double,
Sconto As Double,
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,
TimeStamp As DateTime,
parentCausaliIVARowByFK_CausaliIVA_SchedeClienti As companyDataSetCausaliIVARow
) As companyDataSetSchedeClientiRow
member AddSchedeClientiRow :
parentAnagraficheRowByFK_Anagrafiche_SchedeClienti : companyDataSetAnagraficheRow *
parentAnagraficheRowByFK_Anagrafiche_SchedeClienti1 : companyDataSetAnagraficheRow *
parentPagamentiRowByFK_Pagamenti_SchedeClienti : companyDataSetPagamentiRow *
parentListiniRowByFK_Listini_SchedeClienti : companyDataSetListiniRow *
parentCategorieAnagraficheRowByFK_CategorieAnagrafiche_SchedeClienti : companyDataSetCategorieAnagraficheRow *
Fido : float *
Sconto : float *
FatturatoAnnoCorrente : float *
FattureAnnoCorrente : int *
InsolutiAnnoCorrente : float *
NumeroInsolutiAnnoCorrente : int *
FatturatoAnnoPrecedente : float *
FattureAnnoPrecedente : int *
InsolutiAnnoPrecedente : float *
NumeroInsolutiAnnoPrecedente : int *
UltimaFattura : DateTime *
UltimoPagamento : DateTime *
UltimoInsoluto : DateTime *
Conto : string *
TimeStamp : DateTime *
parentCausaliIVARowByFK_CausaliIVA_SchedeClienti : companyDataSetCausaliIVARow -> companyDataSetSchedeClientiRow
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
- TimeStamp
- Type: SystemDateTime
- parentCausaliIVARowByFK_CausaliIVA_SchedeClienti
- Type: Amica.DatacompanyDataSetCausaliIVARow
Return Value
Type:
companyDataSetSchedeClientiRowSee Also