IMRAN SAEED ← Customer Feedback for Developer Fusion My Ideas Comments return objDataAccess.GetDataSet.Tables(0); 1 vote Vote 0 votes Vote Vote Vote Sign in prestine Your email address Check! invalid email (thinking…) Reset or sign in with UserVoice password Forgot password? Create a password Your name I agree to the terms of service You'll receive a confirmation email with a link to create a password (optional). Signed in as (Sign out) Close Close 1 vote 2 votes 3 votes Remove votes You have left! (?) (thinking…) 1 comment · Code Converter · Admin → IMRAN SAEED commented · October 27, 2011 VB.net Code= Return objDataAccess.GetDataSet.Tables(0) working fine But C#.Net Code= return objDataAccess.GetDataSet.Tables(0); not working fine.Mistake is here in C# Non-Invocable member System.Data.Dataset.Tables cannot be used like a method IMRAN SAEED shared this idea and gave it 1 vote · October 27, 2011
VB.net Code= Return objDataAccess.GetDataSet.Tables(0) working fine
But
C#.Net Code= return objDataAccess.GetDataSet.Tables(0); not working fine.Mistake is here in C#
Non-Invocable member System.Data.Dataset.Tables cannot be used like a method