The properties of the DatabaseStorage class are listed below. For a complete list of DatabaseStorage class members, see the DatabaseStorage Members topic.
ConnectionString | The connection string used for this storage. |
ErrorManager (inherited from DataStorage) | The Object responsable for manage the errors. |
ExecuteInBatchSize | Indicates the max number of instruction of each execution. High numbers help reduce the round trips to the db and so help tp improve performance. |
FillRecordCallback | Delegate used to fill the values of a new record from the db. |
InsertSqlCallback | Delegate used to get the SQL for the insert or update statement. |
RecordType (inherited from DataStorage) | Returns the class that represent the records in the file. |
SelectSql | Indicates the Sql statment used to get the records. |
TransactionMode | Define the Transaction Level used when inserting records. |
DatabaseStorage Class | FileHelpers.DataLink Namespace