tags:

views:

19

answers:

1

Im using xsd:unique in an xsd generated code. How do I get an item by the unique key?

I just need the Rows.Find method, but for unique keys in addition to the primary key.

+1  A: 

Assuming you're talking about the output of XSD.EXE, it pays no attention to xsd:unique.

John Saunders