ComponentOne DataObjects for .NET
Schema Property (C1SchemaDef)

C1.Data.2 Assembly > C1.Data Namespace > C1SchemaDef Class : Schema Property
Returns or sets the C1.Data.SchemaObjects.Schema object.
Syntax
'Declaration
 
Public Overrides Property Schema As Schema
public override Schema Schema {get; set;}
Remarks
Normally, this property is not set by user code. It is set by C1DataObjects SchemaDesigner. User code gets the value of this property to gain access to schema objects and possibly modify them at run time, in the CreateSchema event.
See Also

Reference

C1SchemaDef Class
C1SchemaDef Members
Schema Objects