Check if the Datable has changes

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

Syntax

Visual Basic
Public Shared Function DataTableHasChanges ( _
	dataSet As DataSet, _
	tableName As String _
) As Boolean
C#
public static bool DataTableHasChanges(
	DataSet dataSet,
	string tableName
)

Parameters

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

Return Value

See Also