Looks through the current and subsequent pages of DataSets for a DataRow whose primary key value is primaryKeyValue
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual DataRow FindDataRow( string primaryKeyValue, string uniqueColumn )
Public Overridable Function FindDataRow ( _ primaryKeyValue As String, _ uniqueColumn As String _ ) As DataRow
public: virtual DataRow^ FindDataRow( String^ primaryKeyValue, String^ uniqueColumn )
Parameters
- primaryKeyValue (String)
- The value of the primary key identifying the row
- uniqueColumn (String)
- The name of the primary key column