Executes a query over all queries in the
entity provider and returns the result.
| [Visual Basic .NET] |
|---|
Public Function ExecuteQuery( _
ByVal Query As IAgRt3Query _
) As IAgEntityCollection
|
| [C#] |
|---|
public IAgEntityCollection ExecuteQuery(
|
| [Managed C++] |
|---|
public: IAgEntityCollection^ ExecuteQuery(
|
| [Java] |
|---|
public IAgEntityCollection executeQuery(
|
| [Unmanaged C++] |
|---|
public: HRESULT ExecuteQuery(
|
- Query