Click or drag to resize
companyDataSetBancheDataTableAddBancheRow Method (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, DateTime, Int32, String)

Namespace: Amica.Data
Assembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax
public companyDataSetBancheRow AddBancheRow(
	string Nome,
	string Indirizzo,
	string Località,
	string CAP,
	string Provincia,
	string Telefono1,
	string Telefono2,
	string Fax,
	string Contatto1Nome,
	string Contatto1Incarico,
	string Contatto1Telefono1,
	string Contatto1Telefono2,
	string Contatto1Email,
	string Contatto2Nome,
	string Contatto2Incarico,
	string Contatto2Telefono2,
	string Contatto2Telefono1,
	string Contatto2Email,
	string ABI,
	string CAB,
	string CC,
	string CIN,
	string CIN_EUR,
	string CIN_Paese,
	string SWIFT,
	string IBAN,
	bool IsInContabilità,
	DateTime TimeStamp,
	int Tipo,
	string Sito
)

Parameters

Nome
Type: SystemString
Indirizzo
Type: SystemString
Località
Type: SystemString
CAP
Type: SystemString
Provincia
Type: SystemString
Telefono1
Type: SystemString
Telefono2
Type: SystemString
Fax
Type: SystemString
Contatto1Nome
Type: SystemString
Contatto1Incarico
Type: SystemString
Contatto1Telefono1
Type: SystemString
Contatto1Telefono2
Type: SystemString
Contatto1Email
Type: SystemString
Contatto2Nome
Type: SystemString
Contatto2Incarico
Type: SystemString
Contatto2Telefono2
Type: SystemString
Contatto2Telefono1
Type: SystemString
Contatto2Email
Type: SystemString
ABI
Type: SystemString
CAB
Type: SystemString
CC
Type: SystemString
CIN
Type: SystemString
CIN_EUR
Type: SystemString
CIN_Paese
Type: SystemString
SWIFT
Type: SystemString
IBAN
Type: SystemString
IsInContabilità
Type: SystemBoolean
TimeStamp
Type: SystemDateTime
Tipo
Type: SystemInt32
Sito
Type: SystemString

Return Value

Type: companyDataSetBancheRow
See Also