Click or drag to resize
companyDataSetListiniDataTableAddListiniRow Method (companyDataSetAnagraficheRow, companyDataSetValuteRow, String, Boolean, Double, DateTime, DateTime, DateTime, Int32, Int32, String, DateTime)

Namespace: Amica.Data
Assembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax
public companyDataSetListiniRow AddListiniRow(
	companyDataSetAnagraficheRow parentAnagraficheRowByFK_Anagrafiche_Listini,
	companyDataSetValuteRow parentValuteRowByFK_Valute_Listini,
	string Nome,
	bool IsIVAInclusa,
	double Ricarico,
	DateTime DataCreazione,
	DateTime ValidoDal,
	DateTime ValidoAl,
	int TipoListino,
	int CalcoloPrezzo,
	string Note,
	DateTime TimeStamp
)

Parameters

parentAnagraficheRowByFK_Anagrafiche_Listini
Type: Amica.DatacompanyDataSetAnagraficheRow
parentValuteRowByFK_Valute_Listini
Type: Amica.DatacompanyDataSetValuteRow
Nome
Type: SystemString
IsIVAInclusa
Type: SystemBoolean
Ricarico
Type: SystemDouble
DataCreazione
Type: SystemDateTime
ValidoDal
Type: SystemDateTime
ValidoAl
Type: SystemDateTime
TipoListino
Type: SystemInt32
CalcoloPrezzo
Type: SystemInt32
Note
Type: SystemString
TimeStamp
Type: SystemDateTime

Return Value

Type: companyDataSetListiniRow
See Also