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 Criando e editando conjuntos de dados tipados. Visual Studio provides wizards (TableAdapter Assistente de Configuração and TableAdapter Assistente de Configuração de Consulta) to help you work with some of these objects.
For information on creating datasets, see Como criar um conjunto de dados 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 abrir um conjunto de dados no Designer de Conjunto de Dados.
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 conjuntos de dados e TableAdapters em diferentes projetos
Consulte também
Tarefas
Instruções passo a passo: exibindo dados em um Windows Form
Como conectar a dados em um banco de dados
Referência
Conceitos
Trabalhando com conjuntos de dados no Visual Studio
Criando e editando conjuntos de dados tipados
Visão geral de aplicativos de dados de N camadas
Visão geral de atualização hierárquica