Click or drag to resize

Projection Properties

The Projection type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberFull
Defines a full projection placeholder
Public propertyStatic memberFullNoPrimaryKey
Defines a full projection placeholder but orders the projection not to include the primary key fields.
Public propertyStatic memberFullNoSubTypes
Defines a full projection placeholder, but orders the projection not to include fields of subtypes
Public propertyStatic memberNonNullable
Defines a full projection placeholder but orders the projection not to include nullable fields
Public propertyStatic memberNonNullableNoPrimaryKey
Defines a full projection placeholder but orders the projection not to include nullable fields and no primary key
Top
See Also