ComponentOne DataObjects for .NET
C1DataSetLogic Class
Members 

C1.Data.2 Assembly > C1.Data Namespace : C1DataSetLogic Class
A C1DataSetLogic component hosts business logic event code for a data set, for all table views of that data set.
Object Model
C1DataSetLogic Class
Syntax
'Declaration
 
Public Class C1DataSetLogic 
   Inherits BaseLogic
public class C1DataSetLogic : BaseLogic 
Remarks
It connects to the schema by setting its Schema property, and to a particular data set definition in the schema by setting its DataSetDef property. Business logic is then specified in its events, most of which are inherited from the BaseLogic class.
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
            C1.Data.BaseLogic
               C1.Data.C1DataSetLogic

See Also

Reference

C1DataSetLogic Members
C1.Data Namespace