메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
GetFiles ( ) : string[] | ||
ImportFile ( string fileName ) : void | ||
SqlSeeder ( IDataCommand database, string outputDirectory ) : System |
메소드 | 설명 | |
---|---|---|
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 SqlSeeder ( IDataCommand database, string outputDirectory ) : System | ||
database | IDataCommand | |
outputDirectory | string | |
리턴 | System |