Como: Editar um conjunto de dados.
After creating a typed dataset, you can modify its schema by adding or editing the TableAdapters, data tables, TableAdapter queries, and relationships that make up the dataset using the Dataset Designer. Visual Studio provides wizards (Assistente de Configuração para o TableAdapter and Assistente de configuração da consulta TableAdapter) to help you work with some of these objects.
For information on creating datasets, see Como: Criar um Dataset tipado.
Open the Dataset
To open the dataset for editing
- Double-click your .xsd file to open the dataset. Para obter mais informações, consulte Como: Abra um Dataset no Dataset Designer.
Edit the Dataset
To edit the dataset
Choose an object on the design surface to edit. The following table provides links to topics that explain how to edit the different objects in a dataset:
Para
Consulte
Create a new TableAdapter, the mechanism for communicating between your application and a database
Edit a TableAdapter
Add a query to a TableAdapter
Edit a query in a TableAdapter
Create a new table to store in-memory data
Edit a table to store in-memory data
Add validation code for when column or row values change
Extend the functionality of the dataset by adding more properties, methods, and so on
Enable hierarchical update by using the TableAdapterManager
Separate the generated DataSet and TableAdapter classes into separate projects
Como: Separar o Datasets e TableAdapters em diferentes projetos
Consulte também
Tarefas
Demonstra Passo a passo: Exibindo dados em um Windows Form
Como: Conectar-se a Dados em um Banco de Dados
Referência
Conceitos
Trabalhando com conjuntos de dados Visual Studio
Visão geral de aplicativos de dados N-Tier.
Visão geral sobre atualização hierárquica