C# Класс Dev2.Common.DB.DBHelperFactory

Used to create helper generation instances
Показать файл Открыть проект

Открытые методы

Метод Описание
GenerateNewHelper ( enSupportedDBTypes typeOf ) : IDBHelper

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

Приватные методы

Метод Описание
DBHelperFactory ( ) : System

Описание методов

GenerateNewHelper() публичный статический Метод

Fetch the type to be handled, then generate a concerte instance
public static GenerateNewHelper ( enSupportedDBTypes typeOf ) : IDBHelper
typeOf enSupportedDBTypes
Результат IDBHelper