if so how?
|
|
|
|
|
|
|
To select by a primary key you should use one of:
In case of a typed DataSet, the method |
||
|
|
|
|
'Contains' does not seem to be a member of the DataRow class (maybe this is a typed data set?) In any case, you can always use (DataTable.Select(....).Length > 0) as a substitute |
||
|
|
|
I assume you're referring to the DataRowCollection.Contains method ? There is an overload that takes an array of objects, you should use this one |
||||
|
