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( IAgRt3Query Query ); |
[Managed C++] |
---|
public: IAgEntityCollection^ ExecuteQuery( IAgRt3Query ^ Query ); |
[Unmanaged C++] |
---|
public: HRESULT ExecuteQuery( IAgRt3Query * Query, IAgEntityCollection ** ppEntities ); |
[Java] |
---|
public IAgEntityCollection executeQuery( IAgRt3Query Query ); |
- Query