Strongly typed Dataset object allows you to create early-bound data retrieval expression. Advantage of Strongly Typed dataset * It is faster than late-bound data retrieval expression. * Its column name is shown in intellisense as you type code.
Comments