| companyDataSetPrimaNotaDataTableAddPrimaNotaRow Method (companyDataSetBancheRow, companyDataSetModalitàPagamentoRow, companyDataSetAnagraficheRow, companyDataSetDocumentiRow, companyDataSetScadenzeRow, companyDataSetPrimaNotaRow, Int32, Int32, String, DateTime, String, DateTime, Double, Double, String, DateTime) |
Namespace: Amica.DataAssembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax public companyDataSetPrimaNotaRow AddPrimaNotaRow(
companyDataSetBancheRow parentBancheRowByFK_Banche_PrimaNota,
companyDataSetModalitàPagamentoRow parentModalitàPagamentoRowByFK_ModalitàPagamento_PrimaNota,
companyDataSetAnagraficheRow parentAnagraficheRowByFK_Anagrafiche_PrimaNota,
companyDataSetDocumentiRow parentDocumentiRowByFK_Documenti_PrimaNota,
companyDataSetScadenzeRow parentScadenzeRowByFK_Scadenze_PrimaNota,
companyDataSetPrimaNotaRow parentPrimaNotaRowByFK_PrimaNota_PrimaNota,
int TipoPrimaNota,
int DocumentoNumero,
string DocumentoNumeroTesto,
DateTime DocumentoData,
string RifPagamento,
DateTime Data,
double ImportoEntrata,
double ImportoUscita,
string Note,
DateTime TimeStamp
)
Public Function AddPrimaNotaRow (
parentBancheRowByFK_Banche_PrimaNota As companyDataSetBancheRow,
parentModalitàPagamentoRowByFK_ModalitàPagamento_PrimaNota As companyDataSetModalitàPagamentoRow,
parentAnagraficheRowByFK_Anagrafiche_PrimaNota As companyDataSetAnagraficheRow,
parentDocumentiRowByFK_Documenti_PrimaNota As companyDataSetDocumentiRow,
parentScadenzeRowByFK_Scadenze_PrimaNota As companyDataSetScadenzeRow,
parentPrimaNotaRowByFK_PrimaNota_PrimaNota As companyDataSetPrimaNotaRow,
TipoPrimaNota As Integer,
DocumentoNumero As Integer,
DocumentoNumeroTesto As String,
DocumentoData As DateTime,
RifPagamento As String,
Data As DateTime,
ImportoEntrata As Double,
ImportoUscita As Double,
Note As String,
TimeStamp As DateTime
) As companyDataSetPrimaNotaRow
member AddPrimaNotaRow :
parentBancheRowByFK_Banche_PrimaNota : companyDataSetBancheRow *
parentModalitàPagamentoRowByFK_ModalitàPagamento_PrimaNota : companyDataSetModalitàPagamentoRow *
parentAnagraficheRowByFK_Anagrafiche_PrimaNota : companyDataSetAnagraficheRow *
parentDocumentiRowByFK_Documenti_PrimaNota : companyDataSetDocumentiRow *
parentScadenzeRowByFK_Scadenze_PrimaNota : companyDataSetScadenzeRow *
parentPrimaNotaRowByFK_PrimaNota_PrimaNota : companyDataSetPrimaNotaRow *
TipoPrimaNota : int *
DocumentoNumero : int *
DocumentoNumeroTesto : string *
DocumentoData : DateTime *
RifPagamento : string *
Data : DateTime *
ImportoEntrata : float *
ImportoUscita : float *
Note : string *
TimeStamp : DateTime -> companyDataSetPrimaNotaRow
Parameters
- parentBancheRowByFK_Banche_PrimaNota
- Type: Amica.DatacompanyDataSetBancheRow
- parentModalitàPagamentoRowByFK_ModalitàPagamento_PrimaNota
- Type: Amica.DatacompanyDataSetModalitàPagamentoRow
- parentAnagraficheRowByFK_Anagrafiche_PrimaNota
- Type: Amica.DatacompanyDataSetAnagraficheRow
- parentDocumentiRowByFK_Documenti_PrimaNota
- Type: Amica.DatacompanyDataSetDocumentiRow
- parentScadenzeRowByFK_Scadenze_PrimaNota
- Type: Amica.DatacompanyDataSetScadenzeRow
- parentPrimaNotaRowByFK_PrimaNota_PrimaNota
- Type: Amica.DatacompanyDataSetPrimaNotaRow
- TipoPrimaNota
- Type: SystemInt32
- DocumentoNumero
- Type: SystemInt32
- DocumentoNumeroTesto
- Type: SystemString
- DocumentoData
- Type: SystemDateTime
- RifPagamento
- Type: SystemString
- Data
- Type: SystemDateTime
- ImportoEntrata
- Type: SystemDouble
- ImportoUscita
- Type: SystemDouble
- Note
- Type: SystemString
- TimeStamp
- Type: SystemDateTime
Return Value
Type:
companyDataSetPrimaNotaRowSee Also