IOrganizationServiceAsync.DeleteAsync(String, Guid) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delete an instance of an entity.
C#
[System.ServiceModel.OperationContract]
public System.Threading.Tasks.Task DeleteAsync(string entityName, Guid id);
[<System.ServiceModel.OperationContract>]
abstract member DeleteAsync : string * Guid -> System.Threading.Tasks.Task
Public Function DeleteAsync (entityName As String, id As Guid) As Task
- entityName
- String
Logical name of entity
- id
- Guid
Id of entity
- Attributes
Produkt | Versioner |
---|---|
Dataverse SDK | Latest |