|  | companyDataSetMagazziniDataTableAddMagazziniRow Method (String, String, String, String, String, String, DateTime) | 
 
Namespace: Amica.DataAssembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
 Syntax
Syntaxpublic companyDataSetMagazziniRow AddMagazziniRow(
	string Nome,
	string Indirizzo,
	string Località,
	string CAP,
	string Provincia,
	string Note,
	DateTime TimeStamp
)
Public Function AddMagazziniRow ( 
	Nome As String,
	Indirizzo As String,
	Località As String,
	CAP As String,
	Provincia As String,
	Note As String,
	TimeStamp As DateTime
) As companyDataSetMagazziniRow
member AddMagazziniRow : 
        Nome : string * 
        Indirizzo : string * 
        Località : string * 
        CAP : string * 
        Provincia : string * 
        Note : string * 
        TimeStamp : DateTime -> companyDataSetMagazziniRow 
Parameters
- Nome
- Type: SystemString
 
- Indirizzo
- Type: SystemString
 
- Località
- Type: SystemString
 
- CAP
- Type: SystemString
 
- Provincia
- Type: SystemString
 
- Note
- Type: SystemString
 
- TimeStamp
- Type: SystemDateTime
 
Return Value
Type: 
companyDataSetMagazziniRow See Also
See Also