Click or drag to resize
companyDataSet.DistinteRiBaDataTable.AddDistinteRiBaRow Method (companyDataSet.BancheRow, Boolean, Boolean, Int32, DateTime, Int32, Double, String, DateTime)

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

Parameters

parentBancheRowByFK_Banche_DistinteRiBa
Type: Amica.Data.companyDataSet.BancheRow
IsAccorpata
Type: System.Boolean
IsContabilità
Type: System.Boolean
StatoDistinta
Type: System.Int32
DataPresentazione
Type: System.DateTime
NumeroDisposizioni
Type: System.Int32
TotaleDistinta
Type: System.Double
NomeBanca
Type: System.String
TimeStamp
Type: System.DateTime

Return Value

Type: companyDataSet.DistinteRiBaRow
See Also