C# Class TShockAPI.DB.SqlTable

Show file Open project: NyxStudios/TShock Class Usage Examples

Public Methods

Method Description
SqlTable ( string name ) : System
SqlTable ( string name, List columns ) : System

Method Details

SqlTable() public method

public SqlTable ( string name ) : System
name string
return System

SqlTable() public method

public SqlTable ( string name, List columns ) : System
name string
columns List
return System