BusinessLogicCommand Class

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicCommand

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

Syntax

'Declaration
Public Class BusinessLogicCommand _
    Implements IDbCommand, IDisposable
'Usage
Dim instance As BusinessLogicCommand
public class BusinessLogicCommand : IDbCommand, 
    IDisposable
public ref class BusinessLogicCommand : IDbCommand, 
    IDisposable
type BusinessLogicCommand =  
    class
        interface IDbCommand
        interface IDisposable
    end
public class BusinessLogicCommand implements IDbCommand, IDisposable

The BusinessLogicCommand type exposes the following members.

Methods

  Name Description
Public method Cancel
Public method CreateParameter
Public method Dispose
Public method Equals (Inherited from Object.)
Public method ExecuteNonQuery
Public method ExecuteReader()
Public method ExecuteReader(CommandBehavior)
Public method ExecuteScalar
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Prepare
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IDbCommand.Parameters

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.