DevForce Help Reference
ClientCanQueryAttribute Class
Members 


Can be used to indicate the authorized access to query operations on an entity type.
Syntax
'Declaration
 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Class, 
   AllowMultiple=False, 
   Inherited=True)>
Public Class ClientCanQueryAttribute 
   Inherits OperationAuthorizationAttribute
   Implements System.Runtime.InteropServices._Attribute 
'Usage
 
Dim instance As ClientCanQueryAttribute
[AttributeUsage(ValidOn=AttributeTargets.Class, 
   AllowMultiple=false, 
   Inherited=true)]
public class ClientCanQueryAttribute : OperationAuthorizationAttribute, System.Runtime.InteropServices._Attribute  
Remarks
You can decorate your auto-generated entity classes with this attribute by setting the "Can query" property in the Entity Data Model designer for an entity.
Inheritance Hierarchy

System.Object
   System.Attribute
      IdeaBlade.EntityModel.OperationAuthorizationAttribute
         IdeaBlade.EntityModel.ClientCanQueryAttribute

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

ClientCanQueryAttribute Members
IdeaBlade.EntityModel Namespace

Send Feedback