We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ef4be commit 5656b63Copy full SHA for 5656b63
src/PowerPlatform/Dataverse/operations/tables.py
@@ -492,7 +492,9 @@ def create_lookup_field(
492
:type language_code: :class:`int`
493
494
:return: Relationship metadata with ``relationship_id``,
495
- ``lookup_schema_name``, and entity names.
+ ``relationship_schema_name``, ``relationship_type``,
496
+ ``lookup_schema_name``, ``referenced_entity``, and
497
+ ``referencing_entity``.
498
:rtype: :class:`~PowerPlatform.Dataverse.models.relationship.RelationshipInfo`
499
500
:raises ~PowerPlatform.Dataverse.core.errors.HttpError:
0 commit comments