ORM.NET
table objects wrap the ADO.NET DataRow object. ORM.NET Collections, therefore,
manage a collection of DataRow objects with added functionality.
Filter
by any of the column properties and use the CompareType enumerator
to wildcard matches.
Likewise,
there is a separate SortBy method for each column property
that takes a SortDirection enumerator.
Find
and return a single object within the Collection using the FindBy
methods for each Property associated with the object.