NPersistence Reference Guide

The NamedNativeQuery type exposes the following fields.

Fields

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Hints
Query properties and hints. (May include vendor-specific query hints.)
Name
The name used to refer to the query with the EntityManager methods that create query objects.
Query
The SQL query string.
ResultClass
The class of the result.
ResultSetMapping
The name of a SqlResultSetMapping, as defined in metadata.

See Also