To use a data library in a client application:
- Compile the data library project to produce the data library assembly.
- Add a reference to the data library assembly to the client application project's References.
- To bind to the data on a client application form, create a C1DataSet component on the form and type the data library name (without the .dll extension) in the DataLibraryUrl property. After that, the list of all data set definitions in the schema becomes available for selection in the DataSetDef property.
- Bind data-aware GUI controls to the C1DataSet either directly or indirectly (through C1DataView or C1DataTableSource), see How to Access Table View Data and How to Access Table Data.