C# Class edu.neu.ccis.jga.tables.TableService

显示文件 Open project: jannunzi/dev

Public Methods

Method Description
TableService ( ) : System
getTableByName ( string tableName ) : Table

Method Details

TableService() public method

public TableService ( ) : System
return System

getTableByName() public static method

public static getTableByName ( string tableName ) : Table
tableName string
return Table