Strongly Typed Dataset Object

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

Popular posts from this blog

How do I calculate a MD5 hash from a string?

What is WSDL?