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

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

Syntax

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

Inheritance Hierarchy

See Also