The entity set path of a bound function overload.
When a bound function returns entities, the entity set path tells the service which entity set in the container those entities belong to. The path is always a two-segment expression: the name of the binding parameter followed by the name of a navigation property on the binding parameter's type.
This interface exists to support machine resolution of the return entity set during query plan generation: a planner can retrieve the binding parameter type, navigate to the declared navigation property, and from there resolve the target entity set via the container's navigation property bindings.
| Methods | ||
|---|---|---|
public
|
getBindingParameterName(): string
|
# |
public
|
getNavigationPropertyName(): string
|
# |
public
|
__toString(): string
|
# |