ComponentOne DataObjects for .NET
C1TableLogic Class
Members 

C1.Data.2 Assembly > C1.Data Namespace : C1TableLogic Class
A C1TableLogic component hosts business logic event code for a table.
Object Model
C1TableLogic Class
Syntax
'Declaration
 
Public Class C1TableLogic 
   Inherits BaseLogic
public class C1TableLogic : BaseLogic 
Remarks
It connects to the schema by setting its C1.Data.SchemaObjects.Schema property, and to a particular table in the schema by setting its Table property. Business logic is then specified in its events inherited from the BaseLogic class.
Inheritance Hierarchy

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

See Also

Reference

C1TableLogic Members
C1.Data Namespace
Business Logic