Shunde.NET Framework Class Library

DBObject.PopulateObjects Method 

Populates the other DB objects in this class

public void PopulateObjects();

Remarks

This will populate all DBOBjects in this object, that are in the columns of the DBTable for this class. Any DBObjects that are null are not populated.

Exceptions

Exception Type Condition
ObjectDoesNotExistException Thrown if one of the DBObjects in this class has an invalid id.

See Also

DBObject Class | Shunde.Framework Namespace