IdeaBlade DevForce 2010 Help Reference
EntityFetchingEventArgs Class
Members  See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : EntityFetchingEventArgs Class



Arguments to the EntityManager.Fetching event.

Object Model

EntityFetchingEventArgs ClassIEntityQuery Interface

Syntax

Visual Basic (Declaration) 
Public Class EntityFetchingEventArgs 
   Inherits System.ComponentModel.CancelEventArgs
Visual Basic (Usage)Copy Code
Dim instance As EntityFetchingEventArgs
C# 
public class EntityFetchingEventArgs : System.ComponentModel.CancelEventArgs 
C++/CLI 
public ref class EntityFetchingEventArgs : public 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.