Click or drag to resize
companyDataSetDettagliDistintaRiBaDataTableAddDettagliDistintaRiBaRow Method (Int32, companyDataSetDistinteRiBaRow, companyDataSetAnagraficheRow, companyDataSetModalitàPagamentoRow, companyDataSetDocumentiRow, String, DateTime, Double, String, Int32, String, DateTime, DateTime, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Int32, Int32, String, String)

Namespace: Amica.Data
Assembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax
public companyDataSetDettagliDistintaRiBaRow AddDettagliDistintaRiBaRow(
	int Id,
	companyDataSetDistinteRiBaRow parentDistinteRiBaRowByFK_DistinteRiBa_DettagliDistintaRiBa,
	companyDataSetAnagraficheRow parentAnagraficheRowByFK_Anagrafiche_DettagliDistintaRiBa,
	companyDataSetModalitàPagamentoRow parentModalitàPagamentoRowByFK_ModalitàPagamento_DettagliDistintaRiBa,
	companyDataSetDocumentiRow parentDocumentiRowByFK_Documenti_DettagliDistintaRiBa,
	string Intestazione,
	DateTime DataScadenza,
	double Importo,
	string Accorpamento,
	int DocumentoNumeroParteNumerica,
	string DocumentoNumeroParteTesto,
	DateTime DocumentoData,
	DateTime DataPagamento,
	string Descrizione,
	string Nome,
	string Note,
	string _Anagrafica_BancaABI,
	string _Anagrafica_BancaCC,
	string _Anagrafica_BancaCAB,
	string _Anagrafica_BancaNome,
	string _Anagrafica_CAP,
	string _Anagrafica_Indirizzo,
	string _Anagrafica_Località,
	string _Anagrafica_Provincia,
	string _Anagrafica_CodiceFiscale,
	string _Anagrafica_PartitaIVA,
	string _Anagrafica_RagioneSociale1,
	string _Anagrafica_RagioneSociale2,
	string DocumentoNumero,
	int PartitaAnno,
	int PartitaNumero,
	string _Anagrafica_Conto,
	string Conto
)

Parameters

Id
Type: SystemInt32
parentDistinteRiBaRowByFK_DistinteRiBa_DettagliDistintaRiBa
Type: Amica.DatacompanyDataSetDistinteRiBaRow
parentAnagraficheRowByFK_Anagrafiche_DettagliDistintaRiBa
Type: Amica.DatacompanyDataSetAnagraficheRow
parentModalitàPagamentoRowByFK_ModalitàPagamento_DettagliDistintaRiBa
Type: Amica.DatacompanyDataSetModalitàPagamentoRow
parentDocumentiRowByFK_Documenti_DettagliDistintaRiBa
Type: Amica.DatacompanyDataSetDocumentiRow
Intestazione
Type: SystemString
DataScadenza
Type: SystemDateTime
Importo
Type: SystemDouble
Accorpamento
Type: SystemString
DocumentoNumeroParteNumerica
Type: SystemInt32
DocumentoNumeroParteTesto
Type: SystemString
DocumentoData
Type: SystemDateTime
DataPagamento
Type: SystemDateTime
Descrizione
Type: SystemString
Nome
Type: SystemString
Note
Type: SystemString
_Anagrafica_BancaABI
Type: SystemString
_Anagrafica_BancaCC
Type: SystemString
_Anagrafica_BancaCAB
Type: SystemString
_Anagrafica_BancaNome
Type: SystemString
_Anagrafica_CAP
Type: SystemString
_Anagrafica_Indirizzo
Type: SystemString
_Anagrafica_Località
Type: SystemString
_Anagrafica_Provincia
Type: SystemString
_Anagrafica_CodiceFiscale
Type: SystemString
_Anagrafica_PartitaIVA
Type: SystemString
_Anagrafica_RagioneSociale1
Type: SystemString
_Anagrafica_RagioneSociale2
Type: SystemString
DocumentoNumero
Type: SystemString
PartitaAnno
Type: SystemInt32
PartitaNumero
Type: SystemInt32
_Anagrafica_Conto
Type: SystemString
Conto
Type: SystemString

Return Value

Type: companyDataSetDettagliDistintaRiBaRow
See Also