WF ADO.NET Activity Pack CTP 1
The Microsoft WF ADO.NET Activity Pack CTP 1 is the first community technology preview (CTP) release of ADO.NET activities implementation based on Windows Workflow Foundation in .NET Framework 4 (WF 4). The implementation contains a set of activities as well as designers based on
ADO.NET Data Providers, which enable access to a database through SQL commands or stored procedures within a workflow.
The Microsoft WF ADO.NET Activity Pack CTP 1 includes the following three activities:
- ExecuteSqlQuery activity allows you to query a database using SQL statement or stored procedure and process the query result.
- ExecuteSqlQuery<T> activity allows you to get a collection of objects from the query result to be used in the workflow.
- ExecuteSqlNonQuery activity allows you to modify database using SQL statement or stored procedure, such as INSERT, UPDATE and DELETE.
This is not a supported release and is intended to solicit feedback on this implementation for consideration in future releases.