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