Class AdbMySqlClientTableCommandService
An optional service that uses the
MySql.Data.MySqlClient
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
Table
Also see Has
Implements
Inherited Members
Namespace: actionETL.Adb.MySqlClientExternal
Assembly: actionETL.dll
Syntax
public class AdbMySqlClientTableCommandService : AdbTableCommandServiceBase, IAdbTableCommandService
Methods
Get()
Gets a function that returns a new instance of Adb
Declaration
public static Func<IAdbConnection, IAdbTableCommandService> Get()
Returns
Type | Description |
---|---|
Func<IAdb |