Click or drag to resize
companyDataSetMastriniDataTableAddMastriniRow Method (String, DateTime, DateTime, String, String, Decimal)

Namespace: Amica.Data
Assembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax
public companyDataSetMastriniRow AddMastriniRow(
	string Conto,
	DateTime Dal,
	DateTime Al,
	string Nome,
	string ContoEsteso,
	decimal Saldo
)

Parameters

Conto
Type: SystemString
Dal
Type: SystemDateTime
Al
Type: SystemDateTime
Nome
Type: SystemString
ContoEsteso
Type: SystemString
Saldo
Type: SystemDecimal

Return Value

Type: companyDataSetMastriniRow
See Also