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

Table column.
Afficher le fichier Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod

Méthodes publiques

Méthode 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 méthode

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

TableColumn() public méthode

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
Résultat System

TableColumn() public méthode

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