string name = dataSet.GROUP.FindByID_GROUP(id_group).GROUP_NAME invokes NullReferenceException

  • Thread starter Thread starter £ukasz Margielewski
  • Start date Start date
£

£ukasz Margielewski

I vant to receive group name by automaticalyy generated function
FindByID_GROUP in VS C#. I know, that mentioned function returns string type
value. What is wrong with this line? Why this exception occures, altrought I
know that argument id_gropu is properly, and I am sure that the value in
column GROUP_NAME for this ID exists ???
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top