|
-
February 29th, 2012, 12:27 AM
#3
Re: case sensitive issue
Thank you for your reply, the situation does not allow me to use VB.NET. anyway i've found the solution for this,
PropertyInfo lPropInfo = (pTargetObj.GetType()).GetProperty(lPram.ParameterName.Replace("@", ""), ,BindingFlags.SetProperty | BindingFlags.IgnoreCase | BindingFlags.Public | BindingFlags.Instance);
Hope that will help other C# developers
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|