DbSyncAdapter::DisposeCommand Method

Disposes the specified command object that implements the IDisposable interface.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

protected:
static void DisposeCommand(
	IDisposable^ command
)

Parameters

command
Type: System::IDisposable
The command object to dispose.
Show: