The queries associated with the entity provider.
Read-only property
[Visual Basic .NET] |
---|
Public Property Queries() As IAgRt3QueryCollection |
[C#] |
---|
public IAgRt3QueryCollection Queries {get;} |
[Managed C++] |
---|
public: __property IAgRt3QueryCollection ^ get_Queries(); |
[Unmanaged C++] |
---|
public: HRESULT get_Queries( IAgRt3QueryCollection ** ppQueries ); |
[Java] |
---|
public IAgRt3QueryCollection getQueries(); |