Returned the rows matching a specific row state in a table.
Namespace:
Devolutions.UtilsAssembly: Devolutions.Utils (in Devolutions.Utils.dll)
Syntax
| Visual Basic |
|---|
Public Shared Function GetRows ( _ dataSet As DataSet, _ tableName As String, _ dataViewRowState As DataViewRowState _ ) As DataRow() |
| C# |
|---|
public static DataRow[] GetRows( DataSet dataSet, string tableName, DataViewRowState dataViewRowState ) |
Parameters
- dataSet
- Type: System.Data..::..DataSet
- tableName
- Type: System..::..String
- dataViewRowState
- Type: System.Data..::..DataViewRowState