Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Protected ReadOnly Property BaseCommand As IDbCommand
protected IDbCommand BaseCommand { get; }
protected:
property IDbCommand^ BaseCommand {
IDbCommand^ get ();
}
member BaseCommand : IDbCommand with get
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.