DbType Property
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Data.Linq.Mapping
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

public string DbType { get; set; }

Property Value

Type: System.String
See Remarks.

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.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft