Click or drag to resize

StkFacilityDatabaseGetEntries Method (StkFacilityDatabaseQuery)

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: 24.1.418.0 (24.1.418.0)
Syntax
public List<StkFacilityDatabaseEntry> GetEntries(
	StkFacilityDatabaseQuery query
)

Parameters

query
Type: AGI.Foundation.StkStkFacilityDatabaseQuery
The query that returned entries must match, or to return all entries.

Return Value

Type: ListStkFacilityDatabaseEntry
A list of entries in the database that match the query.
Exceptions
ExceptionCondition
InvalidDataException Thrown when a required data file was not found.
See Also