Click or drag to resize
companyDataSetPrimaNotaDataTableAddPrimaNotaRow Method (companyDataSetBancheRow, companyDataSetModalitàPagamentoRow, companyDataSetAnagraficheRow, companyDataSetDocumentiRow, companyDataSetScadenzeRow, companyDataSetPrimaNotaRow, Int32, Int32, String, DateTime, String, DateTime, Double, Double, String, DateTime)

Namespace: Amica.Data
Assembly: 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
)

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: companyDataSetPrimaNotaRow
See Also