C# Class Dev2.Common.DB.DBHelperFactory

Used to create helper generation instances
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
GenerateNewHelper ( enSupportedDBTypes typeOf ) : IDBHelper

Fetch the type to be handled, then generate a concerte instance

Private Methods

Méthode Description
DBHelperFactory ( ) : System

Method Details

GenerateNewHelper() public static méthode

Fetch the type to be handled, then generate a concerte instance
public static GenerateNewHelper ( enSupportedDBTypes typeOf ) : IDBHelper
typeOf enSupportedDBTypes
Résultat IDBHelper