Visual Basic (Declaration) | |
---|---|
Public Property Query As IEntityQuery |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As EntityQueryingEventArgs Dim value As IEntityQuery instance.Query = value value = instance.Query |
C# | |
---|---|
public IEntityQuery Query {get; set;} |
C++/CLI | |
---|---|
public: property IEntityQuery^ Query { IEntityQuery^ get(); void set ( IEntityQuery^ value); } |
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.
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