
Visual Basic (Declaration) | |
---|---|
Public Class EntityFetchingEventArgs Inherits System.ComponentModel.CancelEventArgs |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As EntityFetchingEventArgs |
C# | |
---|---|
public class EntityFetchingEventArgs : System.ComponentModel.CancelEventArgs |
C++/CLI | |
---|---|
public ref class EntityFetchingEventArgs : public System.ComponentModel.CancelEventArgs |
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.
System.Object
System.EventArgs
System.ComponentModel.CancelEventArgs
IdeaBlade.EntityModel.EntityFetchingEventArgs
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