DataOperationStateProvider.CleanupDataStorageAsync(String, String) 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.
Removes the data for this table in the storage.
public abstract System.Threading.Tasks.Task<bool> CleanupDataStorageAsync (string schemaName, string tableStepName);
abstract member CleanupDataStorageAsync : string * string -> System.Threading.Tasks.Task<bool>
Public MustOverride Function CleanupDataStorageAsync (schemaName As String, tableStepName As String) As Task(Of Boolean)
Parameters
- schemaName
- String
The schema name
- tableStepName
- String
The table name
Returns
True if successful