C# Класс FdoToolbox.Tasks.Services.TaskLoader

Наследование: FdoToolbox.Core.ETL.BaseDefinitionLoader
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
CreateConnection ( string provider, string connStr, string configPath, string &name ) : FdoConnection

Creates the connection.

Prepare ( FdoToolbox def ) : NameValueCollection

Prepares the specified bulk copy definition (freshly deserialized) before the loading process begins

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

CreateConnection() защищенный Метод

Creates the connection.
protected CreateConnection ( string provider, string connStr, string configPath, string &name ) : FdoConnection
provider string The provider.
connStr string The connection string.
configPath string The configuration path
name string The name that will be assigned to the connection.
Результат FdoToolbox.Core.Feature.FdoConnection

Prepare() защищенный Метод

Prepares the specified bulk copy definition (freshly deserialized) before the loading process begins
protected Prepare ( FdoToolbox def ) : NameValueCollection
def FdoToolbox The bulk copy definition.
Результат System.Collections.Specialized.NameValueCollection