Vertragsverwaltung Reference  

clsApplikation Members

clsApplikation overview

Constructors

constructor clsApplikation Constructor Purpose: Class constructor.

Properties

property bAktiv
property bShowlogin
property cpMainConnectionProvider (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase)
property daErstellt_am
property daMutiert_am
property iApplikationsnr
property iErrorCode (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase)
property iMandantnr
property iMutierer
property iRowsAffected (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase)
property sConnectionString (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase)
property sVersion

Methods

method Delete Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
method Dispose (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase)
method Insert Purpose: Insert method. This method will insert one new row into the database.
method SelectAll Purpose: SelectAll method. This method will Select all rows from the table.
method SelectOne Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
method Update Purpose: Update method. This method will Update one existing row in the database.

See Also

clsApplikation Class