Help with DataSet.Table.Rows.Find method

  • Thread starter Thread starter X-Men
  • Start date Start date
X

X-Men

Find method can search a row according to tables PrimaryKey, my question
here is, if the primary key contains multiple fields (columns) with
different data types. how should I use Find method in this case?

Thanks!
 
Hi X-Man

There is an overload that acceps an object array.
Pass values in the same order as columns in pk.
 
Back
Top