System.Data.Design Namespace
.NET Framework 3.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 a strongly typed DataSet is being generated. |
![]() | 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. |
Community Additions
ADD
Show:

