| IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : ClientQueryPermissions Enumeration |
'DeclarationPublic Enum ClientQueryPermissions Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'UsageDim instance As ClientQueryPermissions
public enum ClientQueryPermissions : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Member | Description |
|---|---|
| All | All queries are permitted. |
| AllowIncludes | Queries 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. |
System.Object
System.ValueType
System.Enum
IdeaBlade.EntityModel.ClientQueryPermissions
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