How do I check to see if a column is in an xsd?

Posted by Timmy on Stack Overflow See other posts from Stack Overflow or by Timmy
Published on 2010-03-12T19:33:29Z Indexed on 2010/03/12 19:37 UTC
Read the original article Hit count: 114

Filed under:
|

Is there a simple way to see if the xsd code generating C# code has a particular column? Or if you can reference a variable column? table.getColumn("column") instead of table.column?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET