DatasetTable.UpdateFromDataTableWithStatusAsync Method
<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