-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Per specs it seems that bound functions (and actions?) can be used for complex and primitive types, and their collections.
boundOperation = "/" ( boundActionCall
/ boundEntityColFunctionCall [ collectionNavigation ]
/ boundEntityFunctionCall [ singleNavigation ]
/ boundComplexColFunctionCall [ complexColPath ]
/ boundComplexFunctionCall [ complexPath ]
/ boundPrimitiveColFunctionCall [ primitiveColPath ]
/ boundPrimitiveFunctionCall [ primitivePath ]
/ boundFunctionCallNoParens [ querySegment ]
)
But the model builder seemingly supports only bound functions and actions on entities and entity collections.
Metadata
Metadata
Assignees
Labels
No labels