Gets or sets the column type.
Namespace:
Primeworks.DataAssembly: Primeworks.DesktopSqlCe (in Primeworks.DesktopSqlCe.dll) Version: 1.9.2590.54
Syntax
| C# |
|---|
public DbColumnType Type { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Type As DbColumnType |
| Visual C++ |
|---|
public: property DbColumnType^ Type { DbColumnType^ get (); void set (DbColumnType^ value); } |