Click or drag to resize
companyDataSetInventariDataTableAddInventariRow Method (companyDataSetMagazziniRow, Boolean, Int32, DateTime, String, String, DateTime)

Namespace: Amica.Data
Assembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax
public companyDataSetInventariRow AddInventariRow(
	companyDataSetMagazziniRow parentMagazziniRowByFK_Magazzini_Inventari,
	bool IsFiscale,
	int Tipo,
	DateTime Data,
	string Nome,
	string Note,
	DateTime TimeStamp
)

Parameters

parentMagazziniRowByFK_Magazzini_Inventari
Type: Amica.DatacompanyDataSetMagazziniRow
IsFiscale
Type: SystemBoolean
Tipo
Type: SystemInt32
Data
Type: SystemDateTime
Nome
Type: SystemString
Note
Type: SystemString
TimeStamp
Type: SystemDateTime

Return Value

Type: companyDataSetInventariRow
See Also