The TaskHelper type exposes the following members.
Methods | Name | Description |
---|
| CheckForNewFileSource | |
| CreateMSSQLIndex | |
| DesignMyRazorScript | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| ExecuteMSSQLFile |
Execute a .sql file
|
| ExecuteMSSQLScripts |
Execute .sql files located in a directory
|
| ExecuteNonQuery(String, Boolean) | |
| ExecuteNonQuery(MetaConnection, String, String) | |
| ExecuteProcess | |
| ExecuteScalar(String) | |
| ExecuteScalar(MetaConnection, String) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetDbCommand | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| LoadDataTable(String) | |
| LoadDataTable(MetaConnection, String) | |
| LoadStringList(String) | |
| LoadStringList(MetaConnection, String) | |
| LoadTable | |
| LoadTableFromCSV(String, String, NullableChar, Boolean, Boolean, Encoding) | |
| LoadTableFromCSV(String, String, String, NullableChar, Boolean, Boolean, Encoding, Boolean) | |
| LoadTableFromDataSource | |
| LoadTableFromExcel(String, String, String, Boolean, Int32, Int32, Int32, Int32, Boolean) | |
| LoadTableFromExcel(String, String, String, String, Boolean, Int32, Int32, Int32, Int32, Boolean, Boolean) |
Load a table from an Excel tab into the database. A start row, and/or column can be specified. An end column can be specified.
|
| LoadTableFromExternalSource | |
| LoadTablesFromExcel(String, String, String, Boolean) |
Load all Excel files located in a directory into tables, using the tab name as table name.
|
| LoadTablesFromExcel(String, String, String, String, Boolean) |
Load tables from Excel tabs (one table per tab)
|
| LogMessage | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| RefreshRepositoryEnums | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
TopSee Also