Retrieving Business Entities

The mmBusinessObject class (and in turn all of your application-level business objects) has methods that allow you to retrieve one or more business entities using:

  • LINQ
  • Stored procedures or
  • Dynamic SQL statements

The GetEntity() method has several overloads that return a single entity object

The GetEntityList() method has several overloads that return a list of entity objects.

See Also:

Retrieving Business Entity Objects with GetEntity() | Retrieving Lists of Business Entities with GetEntityList() | Saving Business Entities and Business Entity Lists


© (c) 2026 Oak Leaf Enterprises, Inc., 1996-2026 • Updated: 06/21/18
Comment or report problem with topic