NPersistence Reference Guide

The EntityResult type exposes the following fields.

Fields

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
DiscriminatorColumn
Specifies the column name (or alias) of the column in the SELECT list that is used to determine the type of the entity instance.
EntityClass
The class of the result.
Name
Required Name of this EntityResult, the name is used by FieldResults to reference this object.
ResultSetRef
Required. Points to the SqlResultSetMapping this EntityResult belongs to.

See Also