NPersistence Reference Guide

The OrderColumn type exposes the following fields.

Fields

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
ColumnDefinition
(Optional) The SQL fragment that is used when generating the DDL for the column. Defaults to generated SQL to create a column of the inferred type.
Insertable
(Optional) Whether the column is included in SQL INSERT statements generated by the persistence provider.
Name
(Optional) The name of the ordering column. Defaults to the concatenation of the name of the referencing property or field; "_"; "ORDER".
Nullable
(Optional) Whether the database column is nullable.
Updatable
(Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider.

See Also