[This is preliminary documentation and subject to change.]
Flags for table columns.
| Member Name | Description |
|---|---|
| Write | Column can be written to |
| IsFixedLength | Column is of fixed length |
| IsNullable | Column may have NULL values |
| MayBeNull | Column may have NULL values |
| IsLong | Column is long (BLOB) |
| IsRowVersion | Column contains a persistent row identifier |
| IsKey | Column belongs in a primary key |
Namespace: Primeworks.DesktopSqlCe
Assembly: Primeworks.DesktopSqlCe (in Primeworks.DesktopSqlCe.dll)
Primeworks.DesktopSqlCe Namespace