NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

The Command, Connection and DataReader

The Command, Connection and DataReader represent the core elements of the ADO+ model. The Connection understands how to connect to a specific data store. Microsoft provides two Connection objects with NGWS frameworks: SQLConnection and the ADOConnection. The SQLConnection understands how to connect to Microsoft SQL Server Databases.