|  | companyDataSetDistinteRiBaDataTableAddDistinteRiBaRow Method (companyDataSetBancheRow, Boolean, Boolean, Int32, DateTime, Int32, Double, String, DateTime) | 
 
Namespace: Amica.DataAssembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
 Syntax
Syntaxpublic companyDataSetDistinteRiBaRow AddDistinteRiBaRow(
	companyDataSetBancheRow parentBancheRowByFK_Banche_DistinteRiBa,
	bool IsAccorpata,
	bool IsContabilità,
	int StatoDistinta,
	DateTime DataPresentazione,
	int NumeroDisposizioni,
	double TotaleDistinta,
	string NomeBanca,
	DateTime TimeStamp
)
Public Function AddDistinteRiBaRow ( 
	parentBancheRowByFK_Banche_DistinteRiBa As companyDataSetBancheRow,
	IsAccorpata As Boolean,
	IsContabilità As Boolean,
	StatoDistinta As Integer,
	DataPresentazione As DateTime,
	NumeroDisposizioni As Integer,
	TotaleDistinta As Double,
	NomeBanca As String,
	TimeStamp As DateTime
) As companyDataSetDistinteRiBaRow
member AddDistinteRiBaRow : 
        parentBancheRowByFK_Banche_DistinteRiBa : companyDataSetBancheRow * 
        IsAccorpata : bool * 
        IsContabilità : bool * 
        StatoDistinta : int * 
        DataPresentazione : DateTime * 
        NumeroDisposizioni : int * 
        TotaleDistinta : float * 
        NomeBanca : string * 
        TimeStamp : DateTime -> companyDataSetDistinteRiBaRow 
Parameters
- parentBancheRowByFK_Banche_DistinteRiBa
- Type: Amica.DatacompanyDataSetBancheRow
 
- IsAccorpata
- Type: SystemBoolean
 
- IsContabilità
- Type: SystemBoolean
 
- StatoDistinta
- Type: SystemInt32
 
- DataPresentazione
- Type: SystemDateTime
 
- NumeroDisposizioni
- Type: SystemInt32
 
- TotaleDistinta
- Type: SystemDouble
 
- NomeBanca
- Type: SystemString
 
- TimeStamp
- Type: SystemDateTime
 
Return Value
Type: 
companyDataSetDistinteRiBaRow See Also
See Also