C# Class TShockAPI.DB.Column

Exibir arquivo Open project: NyxStudios/TShock

Public Methods

Method Description
Column ( ) : System
Column ( string name, bool unique, string type, string parameters ) : System

Method Details

Column() public method

public Column ( ) : System
return System

Column() public method

public Column ( string name, bool unique, string type, string parameters ) : System
name string
unique bool
type string
parameters string
return System