|  | companyDataSetInventariDataTableAddInventariRow Method (companyDataSetMagazziniRow, Boolean, Int32, DateTime, String, String, DateTime) | 
 
Namespace: Amica.DataAssembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
 Syntax
Syntaxpublic companyDataSetInventariRow AddInventariRow(
	companyDataSetMagazziniRow parentMagazziniRowByFK_Magazzini_Inventari,
	bool IsFiscale,
	int Tipo,
	DateTime Data,
	string Nome,
	string Note,
	DateTime TimeStamp
)
Public Function AddInventariRow ( 
	parentMagazziniRowByFK_Magazzini_Inventari As companyDataSetMagazziniRow,
	IsFiscale As Boolean,
	Tipo As Integer,
	Data As DateTime,
	Nome As String,
	Note As String,
	TimeStamp As DateTime
) As companyDataSetInventariRow
member AddInventariRow : 
        parentMagazziniRowByFK_Magazzini_Inventari : companyDataSetMagazziniRow * 
        IsFiscale : bool * 
        Tipo : int * 
        Data : DateTime * 
        Nome : string * 
        Note : string * 
        TimeStamp : DateTime -> companyDataSetInventariRow 
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
See Also