AdoDotNetConnectionSupport.BaseCommand Property

Retrieves the main IDbCommand object being used for executing commands on this connection.

Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'宣言
Protected ReadOnly Property BaseCommand As IDbCommand
'使用
Dim value As IDbCommand

value = Me.BaseCommand
protected IDbCommand BaseCommand { get; }
protected:
property IDbCommand^ BaseCommand {
    IDbCommand^ get ();
}
protected function get BaseCommand () : IDbCommand

Property Value

Type: System.Data.IDbCommand

Returns an IDbCommand object instance employed on the current connection.

Remarks

All unprepared command executions use this IDbCommand object.

Permissions

See Also

Reference

AdoDotNetConnectionSupport Class

AdoDotNetConnectionSupport Members

Microsoft.VisualStudio.Data.AdoDotNet Namespace