[]
The generic version of the command base class used by all C1DataConnector.AdoNet providers.
public abstract class C1CommandBase<TCommandImpl> : C1CommandBase, IComponent, IDbCommand, IDisposable, IAsyncDisposable
Public MustInherit Class C1CommandBase(Of TCommandImpl)
Inherits C1CommandBase
Implements IComponent, IDbCommand, IDisposable, IAsyncDisposable
| Name | Description |
|---|---|
| TCommandImpl |
| Name | Description |
|---|---|
| C1CommandBase() | The default empty constructor of C1CommandBase. |