Partial Entities
Mainly there for supporting code generation of entities. One part may be generated by a designer while the other part is written manually.
family Example
{
entity partial A as EntityBase
{
field auto id int aid;
}
entity partial A
{
field string Data;
}
}
See Also:
Entity Reflection