MCQs > IT & Programming > VB.NET > What's the output? Dim employeeDS As DataSet employeeDS.Tables.Add(new DataTable('FirstQTR'))

VB.NET MCQs

What will be the result of the following code:

        Dim employeeDS As DataSet
        employeeDS.Tables.Add(new DataTable("FirstQTR"))




Answer

Correct Answer: It will produce an error because an object reference has not been set to an instance of the DataSet object

Explanation:

Note: This Question is unanswered, help us to find answer for this one

VB.NET Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

VB.NET Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it