4 out of 4 rated this helpful - Rate this topic

System.Data.Design Namespace

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
Public class MethodSignatureGenerator This class is used to generate a database query method signature, as it will be created by the typed dataset generator.
Public class TypedDataSetGenerator Generates a strongly typed DataSet class.
Public class TypedDataSetGeneratorException The exception that is thrown when a name conflict occurs while generating a strongly typed DataSet.
Public class TypedDataSetSchemaImporterExtension Generates internal mappings to .NET Framework types for XML schema element declarations, including literal XSD message parts in a WSDL document.
  Enumeration Description
Public enumeration ParameterGenerationOption Sets the type of parameters that are generated in a typed DataSet class.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
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.