Click or drag to resize

TaskDatabaseHelper Methods

The TaskDatabaseHelper type exposes the following members.

Methods
 NameDescription
Public methodAreRowsIdentical 
Public methodAreTablesIdentical 
Public methodCreateTable 
Public methodDetectAndConvertTypes 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodExecuteCommand 
Public methodExecuteNonQuery(MetaConnection, String, String) 
Public methodExecuteNonQuery(ConnectionType, String, String, String, DbConnection) 
Public methodExecuteScalar(MetaConnection, String) 
Public methodExecuteScalar(ConnectionType, String, String, DbConnection) 
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 methodGetDatabaseName 
Public methodGetDbCommand 
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetInsertCommand 
Public methodGetTableColumnName 
Public methodGetTableColumnNames 
Public methodGetTableColumnType 
Public methodGetTableColumnValue 
Public methodGetTableColumnValues 
Public methodGetTableCreateCommand 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInsertTable 
Public methodIsNumeric 
Public methodIsRowEmpty 
Public methodLoadDataTable(MetaConnection, String) 
Public methodLoadDataTable(ConnectionType, String, String, DbConnection) 
Public methodLoadDataTableFromCSV 
Public methodLoadDataTableFromCSVVBParser 
Public methodLoadDataTableFromExcel 
Public methodLoadStringList 
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodOdbcLoadDataTable 
Public methodRawInsertTable 
Public methodRootGetTableColumnName 
Public methodRootGetTableColumnNames 
Public methodRootGetTableColumnType 
Public methodRootGetTableColumnValue 
Public methodRootGetTableColumnValues 
Public methodRootGetTableCreateCommand 
Public methodSetDatabaseDefaultConfiguration 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also