Feature #577
Support of CHAR database type
Status: | New | Start: | 03/18/2011 | |
Priority: | Normal | Due date: | ||
Assigned to: | Mirco Bauer | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
Votes: | 0 |
Description
Columns with a string property are either mapped to VARCHAR or TEXT depending on the Length property value.
There is currently no way to define a CHAR column.
History
Updated by Mirco Bauer 4996 days ago
The ColumnAttribute should get a DbType property which allows to set any column type. There is currently a Type property but that won't help in this case.
DbType enum in ADO.NET:
http://msdn.microsoft.com/en-us/library/system.data.dbtype.aspx