Returns a list of Entity objects that
match the provided Query specification. Places the
results into the provided collection.

C# | Visual Basic |
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] public static void Find<TList>( Query query, TList results ) where TList : IList
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _ Public Shared Sub Find(Of TList As IList) ( _ query As Query, _ results As TList _ )

- TList

- query (Query)
- The query.
- results (TList)
- The collection where the results are placed.