Click or drag to resize
companyDataSetAnagraficheDataTableAddAnagraficheRow Method (companyDataSetNazioniRow, companyDataSetAreeGeograficheRow, companyDataSetModelliRow, companyDataSetValuteRow, companyDataSetIndirizziRow, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, DateTime, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Boolean, String, String, String, String, String, String, String, String, String, String, String, String, DateTime, Boolean, String, String)

Namespace: Amica.Data
Assembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax
public companyDataSetAnagraficheRow AddAnagraficheRow(
	companyDataSetNazioniRow parentNazioniRowByFK_Nazioni_Anagrafiche,
	companyDataSetAreeGeograficheRow parentAreeGeograficheRowByFK_AreeGeografiche_Anagrafiche,
	companyDataSetModelliRow parentModelliRowByFK_Modelli_Anagrafiche,
	companyDataSetValuteRow parentValuteRowByFK_Valute_Anagrafiche,
	companyDataSetIndirizziRow parentIndirizziRowByFK_Indirizzi_Anagrafiche,
	bool IsAttivo,
	bool IsCliente,
	bool IsFornitore,
	bool IsAgente,
	bool IsVettore,
	bool IsCapoArea,
	string Codice,
	DateTime DataInserimento,
	string BancaNome,
	string BancaABI,
	string BancaCAB,
	string BancaCC,
	string BancaCIN,
	string BancaIBAN,
	string CIN_EUR,
	string CIN_Paese,
	string Nominativo1Nome,
	string Nominativo1Incarico,
	string Nominativo1Telefono1,
	string Nominativo1Telefono2,
	string Nominativo1Fax,
	string Nominativo1Email,
	string Nominativo1Note,
	string Nominativo2Nome,
	string Nominativo2Incarico,
	string Nominativo2Telefono1,
	string Nominativo2Telefono2,
	string Nominativo2Fax,
	string Nominativo2Email,
	string Nominativo2Note,
	string RagioneSociale1,
	string RagioneSociale2,
	string Email,
	string http,
	string PartitaIVA,
	string CodiceFiscale,
	bool IsPersonaGiuridica,
	string Indirizzo,
	string Località,
	string CAP,
	string Provincia,
	string Telefono1,
	string Telefono2,
	string Fax,
	string Immagine,
	string Username,
	string Password,
	string NoteImportanti,
	string Note,
	DateTime TimeStamp,
	bool IsElencoClientiFornitori,
	string Pec,
	string IndicePA
)

Parameters

parentNazioniRowByFK_Nazioni_Anagrafiche
Type: Amica.DatacompanyDataSetNazioniRow
parentAreeGeograficheRowByFK_AreeGeografiche_Anagrafiche
Type: Amica.DatacompanyDataSetAreeGeograficheRow
parentModelliRowByFK_Modelli_Anagrafiche
Type: Amica.DatacompanyDataSetModelliRow
parentValuteRowByFK_Valute_Anagrafiche
Type: Amica.DatacompanyDataSetValuteRow
parentIndirizziRowByFK_Indirizzi_Anagrafiche
Type: Amica.DatacompanyDataSetIndirizziRow
IsAttivo
Type: SystemBoolean
IsCliente
Type: SystemBoolean
IsFornitore
Type: SystemBoolean
IsAgente
Type: SystemBoolean
IsVettore
Type: SystemBoolean
IsCapoArea
Type: SystemBoolean
Codice
Type: SystemString
DataInserimento
Type: SystemDateTime
BancaNome
Type: SystemString
BancaABI
Type: SystemString
BancaCAB
Type: SystemString
BancaCC
Type: SystemString
BancaCIN
Type: SystemString
BancaIBAN
Type: SystemString
CIN_EUR
Type: SystemString
CIN_Paese
Type: SystemString
Nominativo1Nome
Type: SystemString
Nominativo1Incarico
Type: SystemString
Nominativo1Telefono1
Type: SystemString
Nominativo1Telefono2
Type: SystemString
Nominativo1Fax
Type: SystemString
Nominativo1Email
Type: SystemString
Nominativo1Note
Type: SystemString
Nominativo2Nome
Type: SystemString
Nominativo2Incarico
Type: SystemString
Nominativo2Telefono1
Type: SystemString
Nominativo2Telefono2
Type: SystemString
Nominativo2Fax
Type: SystemString
Nominativo2Email
Type: SystemString
Nominativo2Note
Type: SystemString
RagioneSociale1
Type: SystemString
RagioneSociale2
Type: SystemString
Email
Type: SystemString
http
Type: SystemString
PartitaIVA
Type: SystemString
CodiceFiscale
Type: SystemString
IsPersonaGiuridica
Type: SystemBoolean
Indirizzo
Type: SystemString
Località
Type: SystemString
CAP
Type: SystemString
Provincia
Type: SystemString
Telefono1
Type: SystemString
Telefono2
Type: SystemString
Fax
Type: SystemString
Immagine
Type: SystemString
Username
Type: SystemString
Password
Type: SystemString
NoteImportanti
Type: SystemString
Note
Type: SystemString
TimeStamp
Type: SystemDateTime
IsElencoClientiFornitori
Type: SystemBoolean
Pec
Type: SystemString
IndicePA
Type: SystemString

Return Value

Type: companyDataSetAnagraficheRow
See Also