C# Class FdoToolbox.Tasks.Services.TaskLoader

Inheritance: FdoToolbox.Core.ETL.BaseDefinitionLoader
Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes protégées

Méthode Description
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

Method Details

CreateConnection() protected méthode

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.
Résultat FdoToolbox.Core.Feature.FdoConnection

Prepare() protected méthode

Prepares the specified bulk copy definition (freshly deserialized) before the loading process begins
protected Prepare ( FdoToolbox def ) : NameValueCollection
def FdoToolbox The bulk copy definition.
Résultat System.Collections.Specialized.NameValueCollection