C1WebExpressConnection is a class used on a web form for data access.

Namespace:  C1.Web.Data.Express
Assembly:  C1.Web.Data.Express.2 (in C1.Web.Data.Express.2.dll)

Syntax

C#
[ToolboxBitmapAttribute(typeof(C1WebExpressConnection))]
[DesignerAttribute("C1.Data.Design.C1WebExpressConnectionDesigner, C1.Data.Design.2")]
[LicenseProviderAttribute]
public class C1WebExpressConnection : DataSourceControl, 
	IC1CacheableObject
Visual Basic (Declaration)
<ToolboxBitmapAttribute(GetType(C1WebExpressConnection))> _
<DesignerAttribute("C1.Data.Design.C1WebExpressConnectionDesigner, C1.Data.Design.2")> _
<LicenseProviderAttribute> _
Public Class C1WebExpressConnection _
	Inherits DataSourceControl _
	Implements IC1CacheableObject

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI..::..DataSourceControl
      C1.Web.Data.Express..::..C1WebExpressConnection

See Also