Namespace
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
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;