C1WebInternalDataSet is a class derived from C1DataSet used internally on a web form for data access.

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

Syntax

C#
[ToolboxItemAttribute(false)]
public class C1WebInternalDataSet : C1DataSet
Visual Basic (Declaration)
<ToolboxItemAttribute(False)> _
Public Class C1WebInternalDataSet _
	Inherits C1DataSet

Inheritance Hierarchy

System..::..Object
  System.ComponentModel..::..MarshalByValueComponent
    BaseFormAwareMarshalByValueComponent
      C1.Data..::..C1DataSet
        C1.Web.Data..::..C1WebInternalDataSet

See Also