| Projection Properties | 
The Projection type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|   | Full | 
            Defines a full projection placeholder
             | 
|   | FullNoPrimaryKey | 
            Defines a full projection placeholder but orders the projection not to include the primary key fields.
             | 
|   | FullNoSubTypes | 
            Defines a full projection placeholder, but orders the projection not to include fields of subtypes
             | 
|   | NonNullable | 
            Defines a full projection placeholder but orders the projection not to include nullable fields
             | 
|   | NonNullableNoPrimaryKey | 
            Defines a full projection placeholder but orders the projection not to include nullable fields and no primary key
             | 
 See Also
See Also