Return the index of a data row in a DataView.
Namespace:
Devolutions.UtilsAssembly: 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 ) |