Return the index of a data row in a DataView.

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

Syntax

Visual Basic
Public Shared Function FindIndexOfDataRowInDataView ( _
	dataView As DataView, _
	dataRow As DataRow _
) As Integer
C#
public static int FindIndexOfDataRowInDataView(
	DataView dataView,
	DataRow dataRow
)

Parameters

dataView
Type: System.Data..::..DataView
dataRow
Type: System.Data..::..DataRow

Return Value

See Also