| companyDataSetMastriniDataTableAddMastriniRow Method (String, DateTime, DateTime, String, String, Decimal) |
Namespace: Amica.DataAssembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax public companyDataSetMastriniRow AddMastriniRow(
string Conto,
DateTime Dal,
DateTime Al,
string Nome,
string ContoEsteso,
decimal Saldo
)
Public Function AddMastriniRow (
Conto As String,
Dal As DateTime,
Al As DateTime,
Nome As String,
ContoEsteso As String,
Saldo As Decimal
) As companyDataSetMastriniRow
member AddMastriniRow :
Conto : string *
Dal : DateTime *
Al : DateTime *
Nome : string *
ContoEsteso : string *
Saldo : decimal -> companyDataSetMastriniRow
Parameters
- Conto
- Type: SystemString
- Dal
- Type: SystemDateTime
- Al
- Type: SystemDateTime
- Nome
- Type: SystemString
- ContoEsteso
- Type: SystemString
- Saldo
- Type: SystemDecimal
Return Value
Type:
companyDataSetMastriniRowSee Also