ComponentOne Data Source for Entity Framework
In This Topic
    Quick Start: C1DataSource for WinForms
    In This Topic

    The following quick start guides will show you how to get started with C1DataSource for WinForms. This guide walks you through the steps to add a data source, adding a grid control, and connecting it with the data source to display the data.

    You start by adding a data source to your project, connect it to a C1DataSource component, and adding a grid to display data. This quick start also illustrates the essential steps for data binding. For a more detailed explanation of the process, see the Simple Binding topic in this documentation.

    This quick start tutorial uses the c1nwind database (NORTHWIND) that is installed with the product in the Common folder at the following location:

     Documents\ComponentOne Samples\Common

    See Also