C# Class DSShared.DB.DBColumnAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Méthodes publiques

Méthode Description
DBColumnAttribute ( string columnName ) : System

Constructor, calls this(columnName,false)

DBColumnAttribute ( string columnName, bool autoNumber ) : System

Constructor

Method Details

DBColumnAttribute() public méthode

Constructor, calls this(columnName,false)
public DBColumnAttribute ( string columnName ) : System
columnName string Name of the column in the table this property corresponds to
Résultat System

DBColumnAttribute() public méthode

Constructor
public DBColumnAttribute ( string columnName, bool autoNumber ) : System
columnName string Name of the column in the table this property corresponds to
autoNumber bool If true, this column is tagged as an autoNumber and will enable easy updating and deletion
Résultat System