C# Class DSShared.DB.DBColumnAttribute

Inheritance: System.Attribute
Show file Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Public Methods

Method Description
DBColumnAttribute ( string columnName ) : System

Constructor, calls this(columnName,false)

DBColumnAttribute ( string columnName, bool autoNumber ) : System

Constructor

Method Details

DBColumnAttribute() public method

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

DBColumnAttribute() public method

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
return System