IDbConnection.CreateCommand Method

Definition

Creates and returns a Command object associated with the connection.

public:
 Microsoft::ReportingServices::DataProcessing::IDbCommand ^ CreateCommand();
public Microsoft.ReportingServices.DataProcessing.IDbCommand CreateCommand ();
abstract member CreateCommand : unit -> Microsoft.ReportingServices.DataProcessing.IDbCommand
Public Function CreateCommand () As IDbCommand

Returns

A Command object associated with the connection.

Applies to