Switch to full style
Codes, tips and tricks,discussions and solutions related to C#
Post a reply

Need help in C#

Sat Nov 08, 2008 10:19 pm

Hi dear ,

If you need any help in C# ,just make a new topic (click on -new topic button - ) . and share with us your problem and we will help your as soon as possible .

Please if you have a code post it with the [code] tags in your posting form .And please give us clear description.You have to login to make a topic .If you are not yet, a member of ^codemiles^ you can register free and fast .

Thank you :grin:



Re: Need help in C#

Thu Jun 04, 2009 1:06 pm

Hello kindly help me I have Problem with c# automatic properties?


I'm having an issue with Ibatis.Net 1.6.2 and the auto properties of c# 3.
Basically I have a nullable boolean property. When I map to the auto property
it comes back as false when it should be null. However, when I convert the
property to a traditional property with a backing field it comes back correctly
as null. Is this a known issue?

Post a reply