Data Port Sync 1.0.500

ColumnFlags Enumeration

[This is preliminary documentation and subject to change.]

Flags for table columns.

[Visual Basic]
Public Enum ColumnFlags
    Inherits 
[C#]
public enum ColumnFlags

Members

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

Requirements

Namespace: Primeworks.DesktopSqlCe

Assembly: Primeworks.DesktopSqlCe (in Primeworks.DesktopSqlCe.dll)

See Also

Primeworks.DesktopSqlCe Namespace