GetValidReferencingEntities Function

Retrieves the set of entities that are valid as the related entity (many) to the specified entity in a one-to-many relationship.

Parameters

Parameters allow for data to be passed to the function.

Name Type Nullable Unicode Description
ReferencedEntityName
Edm.String True False

The name of the primary entity in the relationship

Return type

Type Nullable Description
GetValidReferencingEntitiesResponse False Contains the response of the GetValidReferencingEntities function.

See also