C# Class Netronics.DB.DBMS.MySQL

Inheritance: DB
Mostrar archivo Open project: shlee322/Netronics Class Usage Examples

Public Methods

Method Description
CreateTable ( string tableName, IEnumerable fieldInfos ) : void
Save ( string tableName, IEnumerable dbField, Model model ) : long
UsingMySQL ( string file ) : void

Private Methods

Method Description
MySQL ( string file ) : System

Method Details

CreateTable() public method

public CreateTable ( string tableName, IEnumerable fieldInfos ) : void
tableName string
fieldInfos IEnumerable
return void

Save() public method

public Save ( string tableName, IEnumerable dbField, Model model ) : long
tableName string
dbField IEnumerable
model Model
return long

UsingMySQL() public static method

public static UsingMySQL ( string file ) : void
file string
return void