Gets whether the query can be executed immediately (e.g., the query ends with a call to First(), Single(), Last(), ElementAt() or performs an aggregation). Internal use only.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property IsExecuteQuery As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As EntityQuery
Dim value As Boolean
value = instance.IsExecuteQuery |
| C# | |
|---|
public bool IsExecuteQuery {get;} |
| C++/CLI | |
|---|
public:
property bool IsExecuteQuery {
bool get();
} |
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