[]
        
(Showing Draft Content)

C1.AdoNet.D365S.C1D365SCommand

C1D365SCommand Class

<xref href="C1.AdoNet.D365S.C1D365SCommand" data-throw-if-not-resolved="false"></xref> contains all the necessary information to 

fully specify a Dynamics365Sales command and execute it.

Namespace: C1.AdoNet.D365S
Assembly: C1.AdoNet.D365S.dll
Syntax
public sealed class C1D365SCommand : DbCommandWrap<C1ODataConnection, C1ODataCommand, C1DbParameter>, IComponent, IDbCommand, IDisposable, IAsyncDisposable, ICloneable

Constructors

Name Description
C1D365SCommand()

Creates an instance of a db command, executable over a C1D365SConnection.

C1D365SCommand(C1D365SConnection)

Creates an instance of a db command, specifying a D365S connection to be executed over

C1D365SCommand(C1D365SConnection, string)

Creates a db command from a specific text, specifying a C1D365SConnection to be executed over

Methods

Name Description
CreateInnerCommand(C1ODataConnection)

Creates and returns an inner command for the passed connection.