Inheritance Hierarchy Namespace: Seal.HelpersAssembly: SealLibrary (in SealLibrary.dll) Version: 8.1.0.0+4fe7975a95558d7cdf0d4c425e2c3a22827d67dd
Syntax public class TaskDatabaseHelper
The TaskDatabaseHelper type exposes the following members.
Constructors Methods | Name | Description |
---|
| AreRowsIdentical | |
| AreTablesIdentical | |
| CreateTable | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| ExecuteCommand | |
| ExecuteNonQuery(MetaConnection, String, String) | |
| ExecuteNonQuery(ConnectionType, String, String, String, DbConnection) | |
| ExecuteScalar(MetaConnection, String) | |
| ExecuteScalar(ConnectionType, String, String, DbConnection) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetDatabaseName | |
| GetDbCommand | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetInsertCommand | |
| GetTableColumnName | |
| GetTableColumnNames | |
| GetTableColumnType | |
| GetTableColumnValue | |
| GetTableColumnValues | |
| GetTableCreateCommand | |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| InsertTable | |
| IsNumeric | |
| IsRowEmpty | |
| LoadDataTable(MetaConnection, String) | |
| LoadDataTable(ConnectionType, String, String, DbConnection) | |
| LoadDataTableFromCSV | |
| LoadDataTableFromCSVVBParser | |
| LoadDataTableFromExcel | |
| LoadStringList | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| OdbcLoadDataTable | |
| RawInsertTable | |
| RootGetTableColumnName | |
| RootGetTableColumnNames | |
| RootGetTableColumnType | |
| RootGetTableColumnValue | |
| RootGetTableColumnValues | |
| RootGetTableCreateCommand | |
| SetDatabaseDefaultConfiguration | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
TopFields See Also