remove-entity.md 461 B

Removing an entity

You can find this sample in the tutorial project: MenuRemoving an entity

Explanation

This C# Beginner tutorial covers how to get an entities children. Since those children are also entities, we can retrieve their children too.

Child entities

Code

[!code-csharpEntity]