IPersistQueryable.AddToBatch(SqlConnection, IBatch) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void AddToBatch(System::Data::SqlClient::SqlConnection ^ connection, Microsoft::BizTalk::Bam::EventObservation::IBatch ^ b);
public void AddToBatch (System.Data.SqlClient.SqlConnection connection, Microsoft.BizTalk.Bam.EventObservation.IBatch b);
abstract member AddToBatch : System.Data.SqlClient.SqlConnection * Microsoft.BizTalk.Bam.EventObservation.IBatch -> unit
Public Sub AddToBatch (connection As SqlConnection, b As IBatch)
Parameters
- connection
- SqlConnection
- b
- IBatch