NPersistence Reference Guide

The CollectionTable type exposes the following fields.

Fields

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Catalog
(Optional) The catalog of the table. If not specified, the default catalog is used.
Name
(Optional) The name of the collection table. If not specified, it defaults to the concatenation of the name of the containing entity and the name of the collection attribute, separated by an underscore.
Schema
(Optional) The schema of the table. If not specified, the default schema for the user is used.

See Also