Fetching Data into Your Application
Loading data into your application describes the process of fetching data from a data source, such as a database or service, and populating the objects in an application's data model. The following topics describe how to fetch data and load data into the available data models.
Related Topics
Term |
Definition |
---|---|
Describes how to load data into datasets, and how to execute stored procedures, and execute queries against a database. |
|
Describes how to query data that is defined by a conceptual model by using LINQ and stored procedures. |