To begin working with an entity, start with the name of the entity. Use the select method to begin a new query. This method returns a new instance of the entity class. When finished, use the execAsync method to execute the query in the database and return the records as a strongly typed version of the WireBootstrap DataTable.
The example below will return all the records and fields in the Categories table in the Northwind database.