DeleteKeyRequest
- Namespace:
PPDS.Dataverse.Metadata.Authoring - Assembly:
PPDS.Dataverse - Kind: Class
Summary
Request to delete an alternate key from a Dataverse table.
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 containing the key.
KeyLogicalName
string KeyLogicalName { get; set; }
Gets or sets the logical name of the key to delete.
SolutionUniqueName
string SolutionUniqueName { get; set; }
Gets or sets the unique name of the solution containing the table.