Skip to main content

DeleteTableRequest

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

Summary

Request to delete a Dataverse table (entity).

Members

Properties

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 to delete.

SolutionUniqueName

string SolutionUniqueName { get; set; }

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