<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Why is my column named _Region in the Typed DataSet?</title><link>http://blogs.msdn.com/smartclientdata/archive/2005/10/14/481238.aspx</link><description>One quirk you'll find when making a typed DataSet with a column or table named "Region" is that the generated code produces a property called "_Region". What's up with that? If you read Raymond Chen's blog , you already have a pretty good guess: Backward</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Why is my column named _Region in the Typed DataSet?</title><link>http://blogs.msdn.com/smartclientdata/archive/2005/10/14/481238.aspx#491650</link><pubDate>Fri, 11 Nov 2005 06:11:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:491650</guid><dc:creator>diegov</dc:creator><description>I think you also do it for _Module, but I haven't checked if Module is a valid identifier in VB.NET 8.</description></item><item><title>re: Why is my column named _Region in the Typed DataSet?</title><link>http://blogs.msdn.com/smartclientdata/archive/2005/10/14/481238.aspx#600841</link><pubDate>Thu, 18 May 2006 13:32:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:600841</guid><dc:creator>Raga</dc:creator><description>Hi,

As the DataSetgenerator creates public properties that start with an underscore, VS.NET throws up warnings saying "'MS.IT.Ops.Hermes.DataTransferObjects.ComponentEnterpriseProducts._ComponentEnterpriseProducts' is not CLS-compliant".

How do we suppress this warning then?

thanks.</description></item></channel></rss>