ComponentOne Data Source for Entity Framework
In This Topic
    Design-Time Features
    In This Topic

    DataSource for Entity Framework includes a C1DataSource component which facilitates Rapid Application Development by allowing developers to specify data sources on a rich designer surface that requires little or no additional coding. In addition, the C1DataSource includes classes that provide support for the same features that can be controlled through the designer surface, plus many extra features that provide greater control over it through code.

    We’ll begin our exploration of the C1DataSource component by looking at how we can control it via the designer surface. From there, we explore how it can be controlled dynamically at runtime. Not all features available at runtime will be represented here. You can consult the Programming Guide section of this documentation and the API Reference for more runtime features, including client-side transaction support and more.

    See Also