Click or drag to resize

TaskHelper Class

Inheritance Hierarchy
SystemObject
  Seal.HelpersTaskHelper

Namespace: Seal.Helpers
Assembly: SealLibrary (in SealLibrary.dll) Version: 8.0.0.0+c5a14bc14715399f60fcf611201a5e8ad953fbc3
Syntax
C#
public class TaskHelper

The TaskHelper type exposes the following members.

Constructors
 NameDescription
Public methodTaskHelperInitializes a new instance of the TaskHelper class
Top
Properties
Methods
 NameDescription
Public methodCheckForNewFileSource 
Public methodCreateMSSQLIndex 
Public methodDesignMyRazorScript 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodExecuteMSSQLFile Execute a .sql file
Public methodExecuteMSSQLScripts Execute .sql files located in a directory
Public methodExecuteNonQuery(String, Boolean) 
Public methodExecuteNonQuery(MetaConnection, String, String) 
Public methodExecuteProcess 
Public methodExecuteScalar(String) 
Public methodExecuteScalar(MetaConnection, String) 
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetDbCommand 
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodLoadDataTable(String) 
Public methodLoadDataTable(MetaConnection, String) 
Public methodLoadTable 
Public methodLoadTableFromCSV(String, String, NullableChar, Boolean, Boolean, Encoding) 
Public methodLoadTableFromCSV(String, String, String, NullableChar, Boolean, Boolean, Encoding, Boolean) 
Public methodLoadTableFromDataSource 
Public methodLoadTableFromExcel(String, String, String, Boolean, Int32, Int32, Int32, Int32, Boolean) 
Public methodLoadTableFromExcel(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.
Public methodLoadTableFromExternalSource 
Public methodLoadTablesFromExcel(String, String, String, Boolean) Load all Excel files located in a directory into tables, using the tab name as table name.
Public methodLoadTablesFromExcel(String, String, String, String, Boolean) Load tables from Excel tabs (one table per tab)
Public methodLogMessage 
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRefreshRepositoryEnums 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also