Data Port Sync 1.0.500

SqlCeColumn Properties

The properties of the SqlCeColumn class are listed below. For a complete list of SqlCeColumn class members, see the SqlCeColumn Members topic.

Public Instance Properties

Default Gets or sets the column default value.
DropCommand Gets the SQL DROP COLUMN statement
Flags Gets or sets the column flags.
Identity Gets or sets the IDENTITY status.
Increment Gets or sets the IDENTITY column increment value.
IsFixedLength Gets or sets the fixed length status of the column.
IsKey Gets a flag that determines if this column belongs to the primary key.
IsLong Gets or sets a value that determines if this column is long (a BLOB).
IsNullable Gets or sets the nullability flag.
IsReadOnly Gets a boolean value that determines if the column is read-only.
IsRowVersion Gets or sets a value that determines if this column is a row version
Name Gets or sets the column name.
Ordinal Gets or sets the column ordinal.
Precision Gets or sets the numeric precision.
PrimaryKey Gets or sets a boolean value that determines if the column belongs in a PRIMARY KEY constraint.
RowGuid Gets a value that determines if a column is a row guid
Scale Gets or sets the numeric scale.
Seed Gets or sets the seed value for IDENTITY columns.
Size Gets or sets the column size.
Table Gets or sets the table this column belongs to.
Type Gets or sets the column type.

See Also

SqlCeColumn Class | Primeworks.DesktopSqlCe Namespace