TaskDatabaseHelper Methods |
The TaskDatabaseHelper type exposes the following members.
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) |
Top
See Also