0

Could anybody explain what does this contain:

ds.Tables[0].Rows[0][0] 

2 Answers 2

3

It looks like this is referring to the first column in the first DataRow from the first DataTable in a DataSet.

Sign up to request clarification or add additional context in comments.

Comments

2

This is the first column of the first row of the first table. If you are asking for something else please be more specific.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.