10 The Sybase Data Provider : Namespaces

Namespaces
The namespace for the Sybase data provider is DDTek.Sybase. When connecting to the Sybase database, you use the SybaseConnection and SybaseCommand objects in the DDTek.Sybase namespace.
The namespace for the Common assembly is DDTek.Data.Common. The Common assembly contains features that apply to all of the DataDirect Connect for ADO.NET data providers, such as support for bulk load.
The following code fragment shows how to include the namespace for the Sybase data provider in your applications.
C#
// Access Sybase database
using System.Data;
using DDTek.Sybase;