SqlServerStorage
|
Overloaded. Initializes a new instance of the SqlServerStorage class. |
ConnectionString (inherited from DatabaseStorage) | The connection string used for this storage. |
DatabaseName | The name of the database. |
ErrorManager (inherited from DataStorage) | The Object responsable for manage the errors. |
ExecuteInBatchSize (inherited from DatabaseStorage) | 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 (inherited from DatabaseStorage) | Delegate used to fill the values of a new record from the db. |
InsertSqlCallback (inherited from DatabaseStorage) | 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 (inherited from DatabaseStorage) | Indicates the Sql statment used to get the records. |
ServerName | The server name or IP of the SqlServer |
TransactionMode (inherited from DatabaseStorage) | Define the Transaction Level used when inserting records. |
UserName | The user name used to logon into the SqlServer. (leave empty for WindowsAuth) |
UserPass | The user pass used to logon into the SqlServer. (leave empty for WindowsAuth) |
ExtractRecords (inherited from DatabaseStorage) | Must Return the records from the DataSource (DB, Excel, etc) |
ExtractRecordsAsDT (inherited from DataStorage) | Must Return the records from the DataSource (DB, Excel, etc) |
InsertRecords (inherited from DatabaseStorage) | Must Insert the records in a DataSource (DB, Excel, etc) |
SetProgressHandler (inherited from DataStorage) | Overloaded. Set the handler to the engine used to notify progress into the operations. |
SqlServerStorage Class | FileHelpers.DataLink Namespace