System.Data.Design Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains classes that can be used to generate a custom typed-dataset.
Classes
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 types for XML schema element declarations, including literal XSD message parts in a WSDL document. |
TypedDataSetSchemaImporterExtensionFx35 |
Generates internal mappings to .NET types for XML schema element declarations. Expands upon TypedDataSetSchemaImporterExtension to provide additional functionality for typed datasets created for .NET Framework version 3.5. |
Enums
ParameterGenerationOption |
Sets the type of parameters that are generated in a typed DataSet class. |
TypedDataSetGenerator.GenerateOption |
Provides the TypedDataSetGenerator with information for creating typed datasets that support LINQ to DataSet and hierarchical update. |