Click or drag to resize

BddManager Class

Singleton : connexion à la base de données et exécution des requêtes
Inheritance Hierarchy
SystemObject
  Mediatek86.bddmanagerBddManager

Namespace:  Mediatek86.bddmanager
Assembly:  Mediatek86 (in Mediatek86.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class BddManager

The BddManager type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodStatic memberGetInstance
Création d'une seule instance de la classe
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodReqSelect
Execution d'une requête de type "select"
Public methodReqUpdate
Exécution d'une requête autre que "select"
Public methodToString (Inherited from Object.)
Top
See Also