[ROOT] / doc / toc / ARCQuery / Class / MemberEntityKey / __TOCDet
| Key | Value |
|---|---|
| Assembly | ARCQuery |
| DocFragType | Class |
| Name | MemberEntityKey |
| Namespace | ARCQuery |
| Type | MemberEntityKey |
ClassAttribute
| Key | Value |
|---|---|
| AssemblyName | ARCQuery |
| BaseTypes | CompoundKey |
| ClassNamespace | ARCQuery |
| ClassType | MemberEntityKey |
Can find value for entity which is member of entity being queried.
Does only work when member key is strongly defined in a schema for the member key (there must exist a PK for the member key).
Example (from AgoRapide documentation): DocFrag contains Attribute which itself is an entity.
This key (MemberEntityKey) then enables queries like 'DocFrag/SELECT Attribute.MethodSignature'.
The key may be chained, that is, it can find value for member of member and so on.
See also ForeignKey.
NOTE: As of Mar 2021 quite new and untested. See TODO about parsing below.
Generated 2025-10-29 09:33:06.655 UTC