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

Namespace: Amica.Data
Assembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax
public companyDataSetDistinteRiBaRow AddDistinteRiBaRow(
	companyDataSetBancheRow parentBancheRowByFK_Banche_DistinteRiBa,
	bool IsAccorpata,
	bool IsContabilità,
	int StatoDistinta,
	DateTime DataPresentazione,
	int NumeroDisposizioni,
	double TotaleDistinta,
	DateTime TimeStamp
)

Parameters

parentBancheRowByFK_Banche_DistinteRiBa
Type: Amica.DatacompanyDataSetBancheRow
IsAccorpata
Type: SystemBoolean
IsContabilità
Type: SystemBoolean
StatoDistinta
Type: SystemInt32
DataPresentazione
Type: SystemDateTime
NumeroDisposizioni
Type: SystemInt32
TotaleDistinta
Type: SystemDouble
TimeStamp
Type: SystemDateTime

Return Value

Type: companyDataSetDistinteRiBaRow
See Also