The DbObjectContainer class provides access to all database objects. In addition to the standard LINQ operations this class provides a method to add newly created DBObjects.
C#
public DbObjectContainer DbObjects { get; }VB
Public ReadOnly Property DbObjects As DbObjectContainer
GetType: DbObjectContainer
Back to Top