DatasetTable.UpdateFromDataTableAsync Method

Update all contents of datatable on database. The current datatable is updated with data of new datatable.
<ID("UpdateFromDataTableAsync", (int)e.UpdateFromDataTableAsync)> _ 
<EditorBrowsable(EditorBrowsableState.Advanced)> _ 
Public Function UpdateFromDataTableAsync( _ 
ByVal table As DataTable, _ 
Optional ByVal refresh As Boolean = true _ 
) As Task(Of DataTable)
This language is not supported or no code example is available.
[ID("UpdateFromDataTableAsync", (int)e.UpdateFromDataTableAsync)] 
[EditorBrowsable(EditorBrowsableState.Advanced)] 
public Task<DataTable> UpdateFromDataTableAsync( 
DataTable table
bool refresh = true 
)
This language is not supported or no code example is available.

Parameters

table
DataTable

refresh
bool

Return Value

Task<DataTable>

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition