Vertragsverwaltung Reference  

mySLATyp Methods

mySLATyp overview

Public Methods

public method Delete (inherited from Vertragsverwaltung.TKB.VV.DB.clsSLATyp)

Supported by the .NET Compact Framework.

Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
public method Dispose (Overloaded) (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase)

Supported by the .NET Compact Framework.

public method Insert (inherited from Vertragsverwaltung.TKB.VV.DB.clsSLATyp)

Supported by the .NET Compact Framework.

Purpose: Insert method. This method will insert one new row into the database.
public method SelectAll (inherited from Vertragsverwaltung.TKB.VV.DB.clsSLATyp)

Supported by the .NET Compact Framework.

Purpose: SelectAll method. This method will Select all rows from the table.
public method SelectAll_Aktive

Supported by the .NET Compact Framework.

Purpose: SelectAll method. This method will Select all rows from the table.
public method SelectOne (inherited from Vertragsverwaltung.TKB.VV.DB.clsSLATyp)

Supported by the .NET Compact Framework.

Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
public method Update (inherited from Vertragsverwaltung.TKB.VV.DB.clsSLATyp)

Supported by the .NET Compact Framework.

Purpose: Update method. This method will Update one existing row in the database.

See Also

mySLATyp Class