Adds an entity to the related entities collection of this Entity.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)
Syntax
C# |
---|
public void AddRelatedEntity( Entity relatedEntity ) |
Visual Basic (Declaration) |
---|
Public Sub AddRelatedEntity ( _ relatedEntity As Entity _ ) |
Parameters
- relatedEntity
- Type: DlhSoft.Windows.Data..::.Entity
The related entity to add.