ImpexiumClient.DeleteRecordFromCustomDataTableAsync Method
Definition
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 Record From Custom Data Table
public virtual System.Threading.Tasks.Task DeleteRecordFromCustomDataTableAsync(string tableName, string id, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteRecordFromCustomDataTableAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteRecordFromCustomDataTableAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function DeleteRecordFromCustomDataTableAsync (tableName As String, id As String, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- tableName
- String
Table Name
- id
- String
ID
- cancellationToken
- CancellationToken
Cancellation token.
Returns
Remarks
Delete Record From Custom Data Table