|  | companyDataSetRegistriIVADataTableAddRegistriIVARow Method (Int32, String, String, Boolean, Boolean, DateTime) | 
 
Namespace: Amica.DataAssembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
 Syntax
Syntaxpublic companyDataSetRegistriIVARow AddRegistriIVARow(
	int Tipo,
	string Codice,
	string Nome,
	bool IsIntracomunitaria,
	bool IsEsclusoProRata,
	DateTime TimeStamp
)
Public Function AddRegistriIVARow ( 
	Tipo As Integer,
	Codice As String,
	Nome As String,
	IsIntracomunitaria As Boolean,
	IsEsclusoProRata As Boolean,
	TimeStamp As DateTime
) As companyDataSetRegistriIVARow
member AddRegistriIVARow : 
        Tipo : int * 
        Codice : string * 
        Nome : string * 
        IsIntracomunitaria : bool * 
        IsEsclusoProRata : bool * 
        TimeStamp : DateTime -> companyDataSetRegistriIVARow 
Parameters
- Tipo
- Type: SystemInt32
 
- Codice
- Type: SystemString
 
- Nome
- Type: SystemString
 
- IsIntracomunitaria
- Type: SystemBoolean
 
- IsEsclusoProRata
- Type: SystemBoolean
 
- TimeStamp
- Type: SystemDateTime
 
Return Value
Type: 
companyDataSetRegistriIVARow See Also
See Also