| companyDataSetPagamentiDataTableAddPagamentiRow Method (companyDataSetModalitàPagamentoRow, companyDataSetModelliRow, companyDataSetSpeseRow, String, Int32, Double, Int32, Int32, Int32, Int32, Boolean, String, DateTime, companyDataSetBancheRow, Boolean, Int32, Boolean) |
Namespace: Amica.DataAssembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax public companyDataSetPagamentiRow AddPagamentiRow(
companyDataSetModalitàPagamentoRow parentModalitàPagamentoRowByFK_ModalitàPagamento_Pagamenti,
companyDataSetModelliRow parentModelliRowByFK_Modelli_Pagamenti,
companyDataSetSpeseRow parentSpeseRowByFK_Spese_Pagamenti,
string Nome,
int TipoPrimaRata,
double Sconto,
int InizioScadenze,
int PeriodoPrimaRata,
int Periodicità,
int Rate,
bool IsInternet,
string Note,
DateTime TimeStamp,
companyDataSetBancheRow parentBancheRowByFK_Banche_Pagamenti,
bool FineMese,
int GiorniExtra,
bool GiorniEsatti
)
Public Function AddPagamentiRow (
parentModalitàPagamentoRowByFK_ModalitàPagamento_Pagamenti As companyDataSetModalitàPagamentoRow,
parentModelliRowByFK_Modelli_Pagamenti As companyDataSetModelliRow,
parentSpeseRowByFK_Spese_Pagamenti As companyDataSetSpeseRow,
Nome As String,
TipoPrimaRata As Integer,
Sconto As Double,
InizioScadenze As Integer,
PeriodoPrimaRata As Integer,
Periodicità As Integer,
Rate As Integer,
IsInternet As Boolean,
Note As String,
TimeStamp As DateTime,
parentBancheRowByFK_Banche_Pagamenti As companyDataSetBancheRow,
FineMese As Boolean,
GiorniExtra As Integer,
GiorniEsatti As Boolean
) As companyDataSetPagamentiRow
member AddPagamentiRow :
parentModalitàPagamentoRowByFK_ModalitàPagamento_Pagamenti : companyDataSetModalitàPagamentoRow *
parentModelliRowByFK_Modelli_Pagamenti : companyDataSetModelliRow *
parentSpeseRowByFK_Spese_Pagamenti : companyDataSetSpeseRow *
Nome : string *
TipoPrimaRata : int *
Sconto : float *
InizioScadenze : int *
PeriodoPrimaRata : int *
Periodicità : int *
Rate : int *
IsInternet : bool *
Note : string *
TimeStamp : DateTime *
parentBancheRowByFK_Banche_Pagamenti : companyDataSetBancheRow *
FineMese : bool *
GiorniExtra : int *
GiorniEsatti : bool -> companyDataSetPagamentiRow
Parameters
- parentModalitàPagamentoRowByFK_ModalitàPagamento_Pagamenti
- Type: Amica.DatacompanyDataSetModalitàPagamentoRow
- parentModelliRowByFK_Modelli_Pagamenti
- Type: Amica.DatacompanyDataSetModelliRow
- parentSpeseRowByFK_Spese_Pagamenti
- Type: Amica.DatacompanyDataSetSpeseRow
- Nome
- Type: SystemString
- TipoPrimaRata
- Type: SystemInt32
- Sconto
- Type: SystemDouble
- InizioScadenze
- Type: SystemInt32
- PeriodoPrimaRata
- Type: SystemInt32
- Periodicità
- Type: SystemInt32
- Rate
- Type: SystemInt32
- IsInternet
- Type: SystemBoolean
- Note
- Type: SystemString
- TimeStamp
- Type: SystemDateTime
- parentBancheRowByFK_Banche_Pagamenti
- Type: Amica.DatacompanyDataSetBancheRow
- FineMese
- Type: SystemBoolean
- GiorniExtra
- Type: SystemInt32
- GiorniEsatti
- Type: SystemBoolean
Return Value
Type:
companyDataSetPagamentiRowSee Also