StkCityDatabaseGetEntries Method (StkCityDatabaseQuery) | 
 
            Gets all of the entries in the database matching a specified query.
            
 
    Namespace: 
   AGI.Foundation.Stk
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic List<StkCityDatabaseEntry> GetEntries(
	StkCityDatabaseQuery query
)
Public Function GetEntries ( 
	query As StkCityDatabaseQuery
) As List(Of StkCityDatabaseEntry)
public:
List<StkCityDatabaseEntry^>^ GetEntries(
	StkCityDatabaseQuery^ query
)
member GetEntries : 
        query : StkCityDatabaseQuery -> List<StkCityDatabaseEntry> 
Parameters
- query
 - Type: AGI.Foundation.StkStkCityDatabaseQuery
            The query that returned entries must match,
            or  to return all entries.
             
Return Value
Type: 
ListStkCityDatabaseEntryA list of entries in the database that match the query.
Exceptions
See Also