AbstractDataProcessor<T>



Methods

Select
Method to handle selecting data.

Insert
Method to handle inserting data.

BulkInsert
Method handles inserting data in bulk.

Update
Method to handle updating data.

Delete
Method to handle deleting data.

Deserialize
Method converts a JSON string into an instance of the derived class object.

SetDBConnection
Method used to set database type and connection string.

Properties

IdentityColumnName
This property is required when your table contains an identity column.
(i.e., the column auto increments)