Skip to main content

DeleteColumnRequest

  • Namespace: PPDS.Dataverse.Metadata.Authoring
  • Assembly: PPDS.Dataverse
  • Kind: Class

Summary

Request to delete a column (attribute) from a Dataverse table.

Members

Properties

ColumnLogicalName

string ColumnLogicalName { get; set; }

Gets or sets the logical name of the column to delete.

DryRun

bool DryRun { get; set; }

Gets or sets whether this is a dry-run (validation only, no changes persisted).

EntityLogicalName

string EntityLogicalName { get; set; }

Gets or sets the logical name of the entity containing the column.

SolutionUniqueName

string SolutionUniqueName { get; set; }

Gets or sets the unique name of the solution containing the table.