Метод | Описание | |
---|---|---|
DBColumnAttribute ( string columnName ) : System |
Constructor, calls this(columnName,false)
|
|
DBColumnAttribute ( string columnName, bool autoNumber ) : System |
Constructor
|
public DBColumnAttribute ( string columnName ) : System | ||
columnName | string | Name of the column in the table this property corresponds to |
Результат | System |
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 |
Результат | System |