DevForce Help Reference
EntityFetchingEventArgs Class
Members 


Arguments to the EntityManager.Fetching event.
Object Model
EntityFetchingEventArgs ClassIEntityQuery Interface
Syntax
'Declaration
 
Public Class EntityFetchingEventArgs 
   Inherits System.ComponentModel.CancelEventArgs
'Usage
 
Dim instance As EntityFetchingEventArgs
public class EntityFetchingEventArgs : System.ComponentModel.CancelEventArgs 
Remarks
The EntityManager.Fetching event is fired before the EntityManager fetches data from an EntityServer. Note that cache only queries or optimized queries that are handled from cache will not go through this handler. The Query provided in this event may be "reduced" from the query initially submitted to satisfy internal processing requirements. If you need to see or modify the original query you should provide a handler for the EntityManager.Querying event. Set Cancel to cancel the fetch.
Inheritance Hierarchy

System.Object
   System.EventArgs
      System.ComponentModel.CancelEventArgs
         IdeaBlade.EntityModel.EntityFetchingEventArgs

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

EntityFetchingEventArgs Members
IdeaBlade.EntityModel Namespace

Send Feedback