ComponentOne DataObjects for .NET
C1SchemaDef Class
Members 

C1.Data.2 Assembly > C1.Data Namespace : C1SchemaDef Class
The C1SchemaDef component hosts a Schema object that is the basis of a C1DataObjects data library or direct client.
Object Model
C1SchemaDef Class
Syntax
'Declaration
 
Public Class C1SchemaDef 
   Inherits SchemaBase
public class C1SchemaDef : SchemaBase 
Remarks
The Schema object associated with a C1SchemaDef component is created and edited using the Schema Designer invoked from the context menu of a C1SchemaDef component. A C1DataObjects data library always contains a single schema, that is, a single C1SchemaDef component. An application that uses C1DataObjects directly, without a data library (Direct Client) is allowed to have multiple schemas, each stored in its own C1SchemaDef component.
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
            C1.Data.SchemaBase
               C1.Data.C1SchemaDef

See Also

Reference

C1SchemaDef Members
C1.Data Namespace
Schema Objects
Application Configurations