Update all contents of datatable on database. The current datatable is updated with data of new datatable.

Namespace: T.Modules.DataSet
Assembly: T.Modules (in T.Modules.dll)

Public Function UpdateFromDataTable( _ 
ByVal table As DataTable, _ 
Optional ByVal refresh As Boolean = true _ 
) As DataTable
This language is not supported or no code example is available.
public DataTable UpdateFromDataTable( 
DataTable table
bool refresh = true 
)
This language is not supported or no code example is available.

Parameters

table
Type: DataTable

refresh
Type: bool

Return Value

Type: DataTable

.NET Framework

Supported in: 4.6.2, 4.7