DevForce Help Reference
ClientQueryPermissions Enumeration


Enumerates query permissions.
Syntax
'Declaration
 
Public Enum ClientQueryPermissions 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As ClientQueryPermissions
public enum ClientQueryPermissions : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberDescription
All All queries are permitted.
AllowIncludesQueries may use the Include method.
AllowProjections Queries may use projections, where the return type is not the same as the queried type.
Minimal Only basic queries permitted.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         IdeaBlade.EntityModel.ClientQueryPermissions

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IdeaBlade.EntityModel Namespace

Send Feedback