DatasetTable.UpdateFromDataTableWithStatusAsync Method
Update all contents of datatable on database. The current datatable is updated with data of new datatable.
<ID("UpdateFromDataTableWithStatusAsync", (int)e.UpdateFromDataTableWithStatusAsync)> _
<EditorBrowsable(EditorBrowsableState.Advanced)> _
Public Function UpdateFromDataTableWithStatusAsync( _
ByVal table As DataTable, _
ByVal status As TRef<int>, _
Optional ByVal refresh As Boolean = true _
) As Task(Of DataTable)
This language is not supported or no code example is available.
[ID("UpdateFromDataTableWithStatusAsync", (int)e.UpdateFromDataTableWithStatusAsync)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public Task<DataTable> UpdateFromDataTableWithStatusAsync(
DataTable table,
TRef<int> status,
bool refresh = true
)
This language is not supported or no code example is available.
Parameters
-
table
-
DataTable
-
status
-
TRef<int>
-
refresh
-
bool
Return Value
Task<
DataTable>
.NET Framework
Supported in: 4.8