DocsMarshal.Workflow.ActivityLibrary.Databasev 1.0.0.0

Activities which works directly on databases.


DocsMarshal.Workflow.ActivityLibrary.AsyncDbQueryDataTable

Queries the database asynchronously and returns a DataTable.


DocsMarshal.Workflow.ActivityLibrary.DbQuery<TResult>

Queries the database and returns a list of objects of type TResult.


DocsMarshal.Workflow.ActivityLibrary.DbQueryDataTable

Queries the database and returns a DataTable.


DocsMarshal.Workflow.ActivityLibrary.DbQueryScalar<TResult>

Get a scalar value (of type TResult) from a Database.


DocsMarshal.Workflow.ActivityLibrary.DbUpdate

Execute a query that modifies the database (insert, update, delete, etc.)