Clear the table values and accept the changes for this table.

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Sub ClearDataTableValues ( _
	dataSet As DataSet, _
	tableName As String _
)
C#
public static void ClearDataTableValues(
	DataSet dataSet,
	string tableName
)

Parameters

dataSet
Type: System.Data..::..DataSet
tableName
Type: System..::..String

See Also