BusinessLogicDataAdapter.IDbDataAdapter.InsertCommand Property

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

Syntax

'Declaration
Private Property InsertCommand As IDbCommand
    Implements IDbDataAdapter.InsertCommand
    Get
    Set
'Usage
Dim instance As BusinessLogicDataAdapter
Dim value As IDbCommand

value = CType(instance, IDbDataAdapter).InsertCommand

CType(instance, IDbDataAdapter).InsertCommand = value
IDbCommand IDbDataAdapter.InsertCommand { get; set; }
private:
virtual property IDbCommand^ InsertCommand {
    IDbCommand^ get () sealed = IDbDataAdapter::InsertCommand::get;
    void set (IDbCommand^ value) sealed = IDbDataAdapter::InsertCommand::set;
}
private abstract InsertCommand : IDbCommand with get, set
private override InsertCommand : IDbCommand with get, set
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: System.Data.IDbCommand

Implements

IDbDataAdapter.InsertCommand