Business Entity Members
mmBusinessEntity contains the following properties and methods that are used for both Entity Framework entities and "classic" MM .NET entities:
- GetBusinessObject() - Gets the associated business object
- SetBusinessObject() - Sets the associated business object
It also contains the following methods which are only used for classic MM .NET Entities:
- GetDataRow() - Gets the associated DataRow (if any)
- SetDataRow() - Sets the Row property to the specified DataRow
- HasValues - A read-only property that specifies if the Entity object has values in an associated DataRow. If the Entity's Row property is null, HasValues is false, otherwise HasValues is true.
© (c) 2026 Oak Leaf Enterprises, Inc., 1996-2026 • Updated: 05/13/09
Comment or report problem with topic
