| companyDataSetAssegniDataTableAddAssegniRow Method (companyDataSetBancheRow, Int32, Boolean, String, DateTime, DateTime, String, String, String, String, Double, DateTime, String) |
Namespace: Amica.DataAssembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax public companyDataSetAssegniRow AddAssegniRow(
companyDataSetBancheRow parentBancheRowByFK_Banche_Assegni,
int TipoAssegno,
bool IsNonTrasferibile,
string Nome,
DateTime DataEmissione,
DateTime DataAssegno,
string IntestatoA,
string Località,
string FirmatoDa,
string Numero,
double Importo,
DateTime TimeStamp,
string ImportoInLettere
)
Public Function AddAssegniRow (
parentBancheRowByFK_Banche_Assegni As companyDataSetBancheRow,
TipoAssegno As Integer,
IsNonTrasferibile As Boolean,
Nome As String,
DataEmissione As DateTime,
DataAssegno As DateTime,
IntestatoA As String,
Località As String,
FirmatoDa As String,
Numero As String,
Importo As Double,
TimeStamp As DateTime,
ImportoInLettere As String
) As companyDataSetAssegniRow
member AddAssegniRow :
parentBancheRowByFK_Banche_Assegni : companyDataSetBancheRow *
TipoAssegno : int *
IsNonTrasferibile : bool *
Nome : string *
DataEmissione : DateTime *
DataAssegno : DateTime *
IntestatoA : string *
Località : string *
FirmatoDa : string *
Numero : string *
Importo : float *
TimeStamp : DateTime *
ImportoInLettere : string -> companyDataSetAssegniRow
Parameters
- parentBancheRowByFK_Banche_Assegni
- Type: Amica.DatacompanyDataSetBancheRow
- TipoAssegno
- Type: SystemInt32
- IsNonTrasferibile
- Type: SystemBoolean
- Nome
- Type: SystemString
- DataEmissione
- Type: SystemDateTime
- DataAssegno
- Type: SystemDateTime
- IntestatoA
- Type: SystemString
- Località
- Type: SystemString
- FirmatoDa
- Type: SystemString
- Numero
- Type: SystemString
- Importo
- Type: SystemDouble
- TimeStamp
- Type: SystemDateTime
- ImportoInLettere
- Type: SystemString
Return Value
Type:
companyDataSetAssegniRowSee Also