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 (O TableAdapter Configuration Wizard and TableAdapter Query Configuration Wizard) 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: abrir 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 Datasets e TableAdapters em diferentes projetos
Consulte também
Tarefas
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 em Visual Studio
Criando e editando conjuntos de dados tipados
Visão geral dos aplicativos de dados de n camadas
Visão geral de atualização hierárquica