Delete
Unterstützt von .NET Compact Framework |
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key. |
DeleteAllWVertragspartnerNrLogic
Unterstützt von .NET Compact Framework |
Purpose: Delete method for a foreign key. This method will Delete one or more rows from the database, based on the Foreign Key 'VertragspartnerNr' |
DeleteAllWVertragstypNrLogic
Unterstützt von .NET Compact Framework |
Purpose: Delete method for a foreign key. This method will Delete one or more rows from the database, based on the Foreign Key 'VertragstypNr' |
Dispose
Überladen.
(Geerbt von: Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase)
Unterstützt von .NET Compact Framework |
|
Insert
Unterstützt von .NET Compact Framework |
Purpose: Insert method. This method will insert one new row into the database. |
SelectAll
Unterstützt von .NET Compact Framework |
Purpose: SelectAll method. This method will Select all rows from the table. |
SelectAllWVertragspartnerNrLogic
Unterstützt von .NET Compact Framework |
Purpose: Select method for a foreign key. This method will Select one or more rows from the database, based on the Foreign Key 'VertragspartnerNr' |
SelectAllWVertragstypNrLogic
Unterstützt von .NET Compact Framework |
Purpose: Select method for a foreign key. This method will Select one or more rows from the database, based on the Foreign Key 'VertragstypNr' |
SelectOne
Unterstützt von .NET Compact Framework |
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key. |
Update
Unterstützt von .NET Compact Framework |
Purpose: Update method. This method will Update one existing row in the database. |
UpdateAllWVertragspartnerNrLogic
Unterstützt von .NET Compact Framework |
Purpose: Update method for updating one or more rows using the Foreign Key 'VertragspartnerNr. This method will Update one or more existing rows in the database. It will reset the field 'VertragspartnerNr' in all rows which have as value for this field the value as set in property 'iVertragspartnerNrOld' to the value as set in property 'iVertragspartnerNr'. |
UpdateAllWVertragstypNrLogic
Unterstützt von .NET Compact Framework |
Purpose: Update method for updating one or more rows using the Foreign Key 'VertragstypNr. This method will Update one or more existing rows in the database. It will reset the field 'VertragstypNr' in all rows which have as value for this field the value as set in property 'iVertragstypNrOld' to the value as set in property 'iVertragstypNr'. |