Class AdbMySqlConnectorTableCommandService
An optional service that uses the MySqlConnector ADO.NET provider to execute predefined table commands (truncate, drop, delete all rows). This class is normally not used directly by the user, but instead via TableCommand. You can however derive from this class (or from a base or descendant class) to customize the information for either the same .NET provider, or for a different but similar .NET provider.
Also see HasTableCommandService, AdbMySqlConnectorTableInformationService, AdbMySqlConnectorDataSourceInformationService, AdbConnection and AdbProvider.
Implements
Inherited Members
Namespace: actionETL.Adb.MySqlConnectorExternal
Assembly: actionETL.dll
Syntax
public class AdbMySqlConnectorTableCommandService : AdbTableCommandServiceBase, IAdbTableCommandService
Methods
Get()
Gets a function that returns a new instance of AdbMySqlConnectorTableCommandService on each invocation, which is used when instantiating a new AdbProvider for accessing a MySQL™ or MariaDB™ data source.
Declaration
public static Func<IAdbConnection, IAdbTableCommandService> Get()
Returns
| Type | Description |
|---|---|
| Func<IAdbConnection, IAdbTableCommandService> |