ColumnAttribute.DbType Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the type of the database column.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Use this property to specify the exact text that defines the column in a Transact-SQL table declaration. Specify the DbType property only if you plan to use CreateDatabase to create an instance of the database.
The default value of DbType is inferred from the member type.
Show: