Méthode | Description | |
---|---|---|
Dispose ( ) : void | ||
GetFiles ( ) : string[] | ||
ImportFile ( string fileName ) : void | ||
SqlSeeder ( IDataCommand database, string outputDirectory ) : System |
Méthode | Description | |
---|---|---|
ExecuteSql ( string query ) : void | ||
IsValidQuery ( string query ) : bool |
Determines whether to execute the sql against the database. This requires the command is more than simply a "GO" command.
|
public ImportFile ( string fileName ) : void | ||
fileName | string | |
Résultat | void |
public SqlSeeder ( IDataCommand database, string outputDirectory ) : System | ||
database | IDataCommand | |
outputDirectory | string | |
Résultat | System |