Click or drag to resize
companyDataSetAssegniDataTableAddAssegniRow Method (companyDataSetBancheRow, Int32, Boolean, String, DateTime, DateTime, String, String, String, String, Double, DateTime, String, String)

Namespace: Amica.Data
Assembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax
public companyDataSetAssegniRow AddAssegniRow(
	companyDataSetBancheRow parentBancheRowByFK_Banche_Assegni,
	int TipoAssegno,
	bool IsNonTrasferibile,
	string Nome,
	DateTime DataEmissione,
	DateTime DataAssegno,
	string IntestatoA,
	string Località,
	string FirmatoDa,
	string Numero,
	double Importo,
	DateTime TimeStamp,
	string BancaNome,
	string ImportoInLettere
)

Parameters

parentBancheRowByFK_Banche_Assegni
Type: Amica.DatacompanyDataSetBancheRow
TipoAssegno
Type: SystemInt32
IsNonTrasferibile
Type: SystemBoolean
Nome
Type: SystemString
DataEmissione
Type: SystemDateTime
DataAssegno
Type: SystemDateTime
IntestatoA
Type: SystemString
Località
Type: SystemString
FirmatoDa
Type: SystemString
Numero
Type: SystemString
Importo
Type: SystemDouble
TimeStamp
Type: SystemDateTime
BancaNome
Type: SystemString
ImportoInLettere
Type: SystemString

Return Value

Type: companyDataSetAssegniRow
See Also