System.Data.Design Namespace
.NET Framework 2.0
Note: This namespace is new in the .NET Framework version 2.0.
The System.Data.Design namespace contains classes that can be used to generate a custom typed-dataset.
| Class | Description | |
|---|---|---|
|
MethodSignatureGenerator | This class is used to generate a database query method signature, as it will be created by the typed dataset generator. |
|
TypedDataSetGenerator | Generates a strongly typed DataSet class. |
|
TypedDataSetGeneratorException | The exception that is thrown when a name conflict occurs while generating a strongly typed DataSet. |
|
TypedDataSetSchemaImporterExtension | Generates internal mappings to .NET Framework types for XML schema element declarations, including literal XSD message parts in a WSDL document. |
| Enumeration | Description | |
|---|---|---|
|
ParameterGenerationOption | Sets the type of parameters that are generated in a typed DataSet class. |
How to reference the System.Data.Design namespace
This namespace is contained in the assembly System.Design.dll. So on the .NET tab of the Add Reference dialog, choose System.Design.
- 8/29/2008
- Tom Beerley [MSFT]