Share via


BusinessLogicConnection.CreateCommand Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Public Function CreateCommand As IDbCommand
'Usage
Dim instance As BusinessLogicConnection
Dim returnValue As IDbCommand

returnValue = instance.CreateCommand()
public IDbCommand CreateCommand()
public:
virtual IDbCommand^ CreateCommand() sealed
abstract CreateCommand : unit -> IDbCommand 
override CreateCommand : unit -> IDbCommand 
public final function CreateCommand() : IDbCommand

Return Value

Type: System.Data.IDbCommand

Implements

IDbConnection.CreateCommand()