skip to main content
Developing ADO.NET Applications : Namespace
 

Namespace

The namespace for the .NET Client is DDTek.OpenAccess. When connecting to the OpenAccess SDK server, you use the OpenAccessConnection and OpenAccessCommand objects in the DDTek.OpenAccess namespace.
The following C# code fragment shows how to include the .NET Client’s namespace in your applications:
// Access OpenAccess Server
using System.Data;
using DDTek.OpenAccess;