 | companyDataSet.ModalitàPagamentoDataTable.AddModalitàPagamentoRow Method (Boolean, String, DateTime) |
Namespace: Amica.DataAssembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntaxpublic companyDataSet. ModalitàPagamentoRow AddModalitàPagamentoRow(
bool IsRiBa,
string Nome,
DateTime TimeStamp
)
Public Function AddModalitàPagamentoRow (
IsRiBa As Boolean,
Nome As String,
TimeStamp As DateTime
) As companyDataSet.ModalitàPagamentoRow
member AddModalitàPagamentoRow :
IsRiBa : bool *
Nome : string *
TimeStamp : DateTime -> companyDataSet. ModalitàPagamentoRow
Parameters
- IsRiBa
- Type: System.Boolean
- Nome
- Type: System.String
- TimeStamp
- Type: System.DateTime
Return Value
Type:
companyDataSet.ModalitàPagamentoRow
See Also