Loader
Purpose: Class constructor.
Purpose: Insert method. This method will insert one new row into the database.
True if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
- sPartnernr_inhaber
- sPartnernr_zusteller. May be SqlString.Null
- sPartnername_inhaber
- sPartnername_zusteller. May be SqlString.Null
- sReferenzzeile1. May be SqlString.Null
- sReferenzzeile2. May be SqlString.Null
- sValutadatum
- sValutadatum1. May be SqlString.Null
- sValorennr. May be SqlString.Null
- sIsinnr. May be SqlString.Null
- sDokumentid
- sAnzahlseiten
- sNachvollziehbarkeit
- sArchivdatum
- sVvextern1. May be SqlString.Null
- sVvextern2. May be SqlString.Null
- sEx. May be SqlString.Null
- sStandamdatum. May be SqlString.Null
- sDokumenttypnr. May be SqlString.Null
- sLoadid. May be SqlString.Null
- daInserttimestamp. May be SqlDateTime.Null
- iInrpar00_inhaber. May be SqlInt32.Null
- iInrpar00_zusteller. May be SqlInt32.Null
- sMailingProductBezeichnung. May be SqlString.Null
- sMetatype. May be SqlString.Null
- sOrdertype. May be SqlString.Null
- sXomaDocID. May be SqlString.Null
- sTransactnr. May be SqlString.Null
- sManr. May be SqlString.Null
- sMailingProduct. May be SqlString.Null
- sBetreffzeile. May be SqlString.Null
Properties set after a succesful call of this method:
Purpose: Select method for a unique field. This method will Select one row from the database, based on the unique field 'pk'
DataTable object if succeeded, otherwise an Exception is thrown.
Properties needed for this method:
Properties set after a succesful call of this method:
- iErrorCode
- sPartnernr_inhaber
- sPartnernr_zusteller
- sPartnername_inhaber
- sPartnername_zusteller
- sReferenzzeile1
- sReferenzzeile2
- sValutadatum
- sValutadatum1
- sValorennr
- sIsinnr
- sDokumentid
- sAnzahlseiten
- sNachvollziehbarkeit
- sArchivdatum
- sVvextern1
- sVvextern2
- sEx
- sStandamdatum
- sDokumenttypnr
- sLoadid
- daInserttimestamp
- iInrpar00_inhaber
- iInrpar00_zusteller
- sMailingProductBezeichnung
- sMetatype
- sOrdertype
- sXomaDocID
- sTransactnr
- sManr
- sMailingProduct
- sBetreffzeile
- lPk
Will fill all properties corresponding with a field in the table with the value of the row selected.
Purpose: SelectAll method. This method will Select all rows from the table.
DataTable object if succeeded, otherwise an Exception is thrown.
Properties set after a succesful call of this method:
Purpose: Data Access class for the table 'tmphost'.