Click or drag to resize

aceMySqlTools Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Simple to use tools to import and export MySql server data data TODO: Export to MySQL server
Inheritance Hierarchy
SystemObject
  imbACE.Core.data.mysqlaceMySqlTools

Namespace:  imbACE.Core.data.mysql
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static class aceMySqlTools
Request Example View Source

The aceMySqlTools type exposes the following members.

Properties
  NameDescription
Public propertyStatic membercommonTarget
Default target used by the system
Top
Methods
  NameDescription
Public methodStatic membergetConnection
Create and open a MySqlConnection
Public methodStatic membergetConnectionString
Gets the connection string.
Public methodStatic membergetDataTable
Gets complete table from specified target, if target is null it will use commonTarget
Top
See Also