DevForce Help Reference
Query Property (EntityQueryingEventArgs)


The IEntityQuery involved in this event.
Syntax
'Declaration
 
Public Property Query As IEntityQuery
'Usage
 
Dim instance As EntityQueryingEventArgs
Dim value As IEntityQuery
 
instance.Query = value
 
value = instance.Query
public IEntityQuery Query {get; set;}
Remarks
The query can be modified or replaced. Note that if you use EntityQueryExtensions.Filter<TQuery> to modify the query you must reassign this property altogether, since the Filter method returns a new query.
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

EntityQueryingEventArgs Class
EntityQueryingEventArgs Members

Send Feedback