Find by unique key in xsd?
Posted
by Timmy
on Stack Overflow
See other posts from Stack Overflow
or by Timmy
Published on 2010-03-23T19:22:51Z
Indexed on
2010/03/23
19:33 UTC
Read the original article
Hit count: 368
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.
© Stack Overflow or respective owner