DatasetTable.ReplaceAllContentsWithStatusAsync Method

Replace all contents of datatable on database. The current datatable is deleted and the new datatable is inserted.
<ID("ReplaceAllContentsWithStatusAsync", (int)e.ReplaceAllContentsWithStatusAsync)> _ 
<EditorBrowsable(EditorBrowsableState.Advanced)> _ 
Public Function ReplaceAllContentsWithStatusAsync( _ 
ByVal table As DataTable, _ 
ByVal status As TRef<int>
) As Task(Of DataTable)
This language is not supported or no code example is available.
[ID("ReplaceAllContentsWithStatusAsync", (int)e.ReplaceAllContentsWithStatusAsync)] 
[EditorBrowsable(EditorBrowsableState.Advanced)] 
public Task<DataTable> ReplaceAllContentsWithStatusAsync( 
DataTable table
TRef<int> status 
)
This language is not supported or no code example is available.

Parameters

table
DataTable

status
TRef<int>

Return Value

Task<DataTable>

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition