Multiple choice technology web technology

Strongly Typed Dataset contains

  1. Columns of defined Datatype

  2. Tables schema information within them.

  3. All of the above

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Strongly typed datasets encapsulate both table definitions and column data types within their schema, providing compile-time type safety. Unlike untyped datasets, they know the structure and data types at design time.