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.
Constructors
Top
Properties
Name | Description | |
---|---|---|
CommandText | ||
CommandTimeout | ||
CommandType | ||
Connection | ||
Parameters | ||
Transaction | ||
UpdatedRowSource |
Top
Methods
Name | Description | |
---|---|---|
Cancel | ||
CreateParameter | ||
Dispose | ||
Equals | (Inherited from Object.) | |
ExecuteNonQuery | ||
ExecuteReader() | ||
ExecuteReader(CommandBehavior) | ||
ExecuteScalar | ||
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Prepare | ||
ToString | (Inherited from Object.) |
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.