| companyDataSetControMastriniDataTableAddControMastriniRow Method (companyDataSetDettagliMastrinoRow, DateTime, DateTime, String, Int32, String, Double, Double, Double, String, String) |
Namespace: Amica.DataAssembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax public companyDataSetControMastriniRow AddControMastriniRow(
companyDataSetDettagliMastrinoRow parentDettagliMastrinoRowByFK_DettagliMastrino_ControMastrini,
DateTime DataRegistrazione,
DateTime DocumentoData,
string DocumentoNumero,
int Protocollo,
string Partita,
double Dare,
double Avere,
double Saldo,
string CodiceConto,
string NomeConto
)
Public Function AddControMastriniRow (
parentDettagliMastrinoRowByFK_DettagliMastrino_ControMastrini As companyDataSetDettagliMastrinoRow,
DataRegistrazione As DateTime,
DocumentoData As DateTime,
DocumentoNumero As String,
Protocollo As Integer,
Partita As String,
Dare As Double,
Avere As Double,
Saldo As Double,
CodiceConto As String,
NomeConto As String
) As companyDataSetControMastriniRow
member AddControMastriniRow :
parentDettagliMastrinoRowByFK_DettagliMastrino_ControMastrini : companyDataSetDettagliMastrinoRow *
DataRegistrazione : DateTime *
DocumentoData : DateTime *
DocumentoNumero : string *
Protocollo : int *
Partita : string *
Dare : float *
Avere : float *
Saldo : float *
CodiceConto : string *
NomeConto : string -> companyDataSetControMastriniRow
Parameters
- parentDettagliMastrinoRowByFK_DettagliMastrino_ControMastrini
- Type: Amica.DatacompanyDataSetDettagliMastrinoRow
- DataRegistrazione
- Type: SystemDateTime
- DocumentoData
- Type: SystemDateTime
- DocumentoNumero
- Type: SystemString
- Protocollo
- Type: SystemInt32
- Partita
- Type: SystemString
- Dare
- Type: SystemDouble
- Avere
- Type: SystemDouble
- Saldo
- Type: SystemDouble
- CodiceConto
- Type: SystemString
- NomeConto
- Type: SystemString
Return Value
Type:
companyDataSetControMastriniRowSee Also