ComponentOne Query 8.0
Schema Property

Syntax

C1Query.Schema = string

Notes

Read/Write at run time and design time. Property applies to C1Query control.

Description

This property defines the schema stored in the C1Query control.

At design time, the schema is specified using the Schema Designer.

At run time, you can read the contents of a text file containing a C1Query schema (schema can be saved in a file in schema designer), or download the string representing a schema from the Internet, or obtain the schema string in any other convenient way (for example, you can store various schemas in a single XML file), and assign that string to the Schema property.

To load schema directly from a disk file, call the LoadSchemaFromFile method.

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback