Namespace:
PerpetuumSoft.DataModel.MsSql
Assembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Assembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public DatabaseObjectCollection Objects { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Objects As DatabaseObjectCollection |
| Visual C++ |
|---|
public: property DatabaseObjectCollection^ Objects { DatabaseObjectCollection^ get (); } |