Inheritance Hierarchy Namespace: Seal.HelpersAssembly: SealLibrary (in SealLibrary.dll) Version: 8.1.0.0+4fe7975a95558d7cdf0d4c425e2c3a22827d67dd
SyntaxThe TaskHelper type exposes the following members.
Constructors | Name | Description |
---|
 | TaskHelper | Initializes a new instance of the TaskHelper class |
Top
Properties
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) |
Top
See Also