Skip to main content

CreateTableResult

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

Summary

Result of a create table operation.

Members

Properties

LogicalName

string LogicalName { get; set; }

Gets or sets the logical name of the created table.

MetadataId

Guid MetadataId { get; set; }

Gets or sets the metadata identifier of the created table.

ValidationMessages

ValidationMessage[] ValidationMessages { get; set; }

Gets or sets the validation messages produced during the operation.

WasDryRun

bool WasDryRun { get; set; }

Gets or sets whether the operation was a dry run.