Multiple choice technology web technology

What are the components available in .NET Framework data provider

  1. Connection

  2. Command

  3. DataSet

  4. All the above

Reveal answer Fill a bubble to check yourself
A,B Correct answer
Explanation

.NET Framework data providers have four core components: Connection (establishes database connection), Command (executes SQL), DataReader (forward-only read access), and DataAdapter (fills DataSet). DataSet itself is a separate object, not a provider component.