[]
<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.
public sealed class C1D365SCommand : DbCommandWrap<C1ODataConnection, C1ODataCommand, C1DbParameter>, IComponent, IDbCommand, IDisposable, IAsyncDisposable, ICloneable
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 |
Name | Description |
---|---|
CreateInnerCommand(C1ODataConnection) | Creates and returns an inner command for the passed connection. |