Returned the deleted, modified or inserted row for a table.

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

Syntax

Visual Basic
Public Shared Function GetChangedRows ( _
	dataSet As DataSet, _
	tableName As String _
) As DataRow()
C#
public static DataRow[] GetChangedRows(
	DataSet dataSet,
	string tableName
)

Parameters

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

Return Value

See Also