C# Class Store.Table

Inheritance: TableOrView
显示文件 Open project: elevate/mysqlconnector-.net

Public Methods

Method Description
CreateTable ( string id, string name ) : Table

Create a new Table object.

Method Details

CreateTable() public static method

Create a new Table object.
public static CreateTable ( string id, string name ) : Table
id string Initial value of Id.
name string Initial value of Name.
return Table