J
Jaga
Hello,
I have a DataConnector (.NET 2.0) bounded on a DataTable.
I'd like to set the current Item to the DataRow wich contains "XY" in the
column "Name". How can I do that?
I could use the method Find(PropertyDescriptor prop, object key), if I would
know, how to get the PropertyDescriptor for the column "Name".
But the DataConnector's GetItemProperties method is private.
Thanks,
Jaga
I have a DataConnector (.NET 2.0) bounded on a DataTable.
I'd like to set the current Item to the DataRow wich contains "XY" in the
column "Name". How can I do that?
I could use the method Find(PropertyDescriptor prop, object key), if I would
know, how to get the PropertyDescriptor for the column "Name".
But the DataConnector's GetItemProperties method is private.
Thanks,
Jaga