NPersistence Reference Guide
Used to supply a query property or hint to the NamedQuery or NamedNativeQuery annotation. Vendor-specific hints that are not recognized by a provider are ignored.

Namespace: NPersistence
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

   
 C# 
public sealed class QueryHint : Attribute

Members

         
 All Members  Constructors   Fields  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
QueryHint()()()()
Initializes a new instance of the QueryHint class
QueryHint(String)
Initializes a new instance of the QueryHint class
Name
Name of the hint.
Value
Value of the hint.

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    NPersistence..::..QueryHint

See Also