ObjectTypeAddChildren Method |
Adds the explicitly defined child tables to this object.
Namespace:
NetQuarry.Metadata
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void AddChildren(
IDatabase db
)
Public Sub AddChildren (
db As IDatabase
)
Parameters
- db
- Type: NetQuarryIDatabase
The database in which the child tables reside.
See Also