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.