The properties of the SqlCeColumnType class are listed below. For a complete list of SqlCeColumnType class members, see the SqlCeColumnType Members topic.
DbType | Gets or sets the DbType value associated with the column type. |
IsFixed | Gets a value that determines if the type is of fixed length. |
IsLong | Gets a value that determines if the type is long (BLOB). |
NumArgs | Gets the number of arguments of the type when creating a table. |
OleDbType | Gets the OleDbType value of the type. |
SqlDbType | Gets or sets the SqlDbType of the column type |
SqlTypeName | Gets or sets the SQL language type name |
Type | Gets the .NET Framework type associated with the SqlCeColumnType. |
SqlCeColumnType Class | Primeworks.DesktopSqlCe Namespace