File tree Expand file tree Collapse file tree
src/PowerPlatform/Dataverse Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1648,7 +1648,7 @@ def _create_table(
16481648 :type solution_unique_name: ``str`` | ``None``
16491649 :param primary_column_schema_name: Optional primary column schema name.
16501650 :type primary_column_schema_name: ``str`` | ``None``
1651- :param display_name: Optional display name shown in the Power Platform UI . Defaults to ``table_schema_name``.
1651+ :param display_name: Human-readable display name for the table . Defaults to ``table_schema_name``.
16521652 :type display_name: ``str`` | ``None``
16531653
16541654 :return: Metadata summary for the created table including created column schema names.
Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ def create(
376376 :type solution: str or None
377377 :param primary_column: Optional primary column schema name.
378378 :type primary_column: str or None
379- :param display_name: Human-readable display name shown in the Power Platform UI .
379+ :param display_name: Human-readable display name for the table .
380380 When omitted, defaults to the table schema name.
381381 :type display_name: str or None
382382 """
Original file line number Diff line number Diff line change @@ -97,9 +97,8 @@ def create(
9797 customization prefix (e.g. ``"new_ProductName"``). If not provided,
9898 defaults to ``"{prefix}_Name"``.
9999 :type primary_column: :class:`str` or None
100- :param display_name: Human-readable display name shown in the Power
101- Platform UI (e.g. ``"Product"``). When omitted, defaults to the
102- table schema name.
100+ :param display_name: Human-readable display name for the table
101+ (e.g. ``"Product"``). When omitted, defaults to the table schema name.
103102 :type display_name: :class:`str` or None
104103
105104 :return: Table metadata with ``schema_name``, ``entity_set_name``,
You can’t perform that action at this time.
0 commit comments