C# Class TDSM.Core.Data.Old.TableColumn

Table column.
显示文件 Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod

Public Methods

Method Description
TableColumn ( string name, Type dataType, bool allowNulls = false ) : System
TableColumn ( string name, Type dataType, bool autoIncrement, bool primaryKey, bool allowNulls = false ) : System
TableColumn ( string name, Type dataType, int scale, bool allowNulls = false ) : System

Method Details

TableColumn() public method

public TableColumn ( string name, Type dataType, bool allowNulls = false ) : System
name string
dataType System.Type
allowNulls bool
return System

TableColumn() public method

public TableColumn ( string name, Type dataType, bool autoIncrement, bool primaryKey, bool allowNulls = false ) : System
name string
dataType System.Type
autoIncrement bool
primaryKey bool
allowNulls bool
return System

TableColumn() public method

public TableColumn ( string name, Type dataType, int scale, bool allowNulls = false ) : System
name string
dataType System.Type
scale int
allowNulls bool
return System