TDataTable.Update Method

Update Table object
<ID("Update", (int)e2.Update)> _ 
Public Function Update( _ 
ByVal table As DataTable
) As Integer
This language is not supported or no code example is available.
[ID("Update", (int)e2.Update)] 
public int Update( 
DataTable table 
)
This language is not supported or no code example is available.

Parameters

table
DataTable

Reference to DataTable with changings

Return Value

int

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition