C1WebExpressTable is a class used on a web form with C1WebExpressConnection.

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

Syntax

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

Inheritance Hierarchy

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

See Also