Re: Help with DataSet.Table.Rows.Find method by Miha
Miha
Thu Mar 04 14:40:33 CST 2004
Hi X-Man
There is an overload that acceps an object array.
Pass values in the same order as columns in pk.
--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com
"X-Men" <xtan@arbin.com> wrote in message
news:eQWpkSiAEHA.2804@tk2msftngp13.phx.gbl...
> 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!
>
>