C# Class Dev2.Common.DB.DBHelperFactory

Used to create helper generation instances
ファイルを表示 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
GenerateNewHelper ( enSupportedDBTypes typeOf ) : IDBHelper

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

Private Methods

Method Description
DBHelperFactory ( ) : System

Method Details

GenerateNewHelper() public static method

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