Edit

Share via


TypedDataSetSchemaImporterExtensionFx35 Class

Definition

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.

public class TypedDataSetSchemaImporterExtensionFx35 : System.Data.Design.TypedDataSetSchemaImporterExtension
Inheritance
TypedDataSetSchemaImporterExtensionFx35

Remarks

System.Data.Design.TypedDataSetSchemaImporterExtensionFx35 calls the protected constructor of TypedDataSetSchemaImporterExtension to generate typed datasets for the .NET Framework version 3.5 and enable LINQ to DataSet and hierarchical update.

Note

LINQ to DataSet and hierarchical update are features that were added in Visual Studio 2008.

Also see Hierarchical Update Overview and LINQ to DataSet.

Constructors

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
ImportAnyElement(XmlSchemaAny, Boolean, XmlSchemas, XmlSchemaImporter, CodeCompileUnit, CodeNamespace, CodeGenerationOptions, CodeDomProvider)

Handles the importation of the <xsd:any> elements in the schema.

(Inherited from SchemaImporterExtension)
ImportDefaultValue(String, String)

Allows you to specify the default value for the XSD type being imported.

(Inherited from SchemaImporterExtension)
ImportSchemaType(String, String, XmlSchemaObject, XmlSchemas, XmlSchemaImporter, CodeCompileUnit, CodeNamespace, CodeGenerationOptions, CodeDomProvider)

Generates internal type mapping information for an element defined in an XML schema document.

(Inherited from TypedDataSetSchemaImporterExtension)
ImportSchemaType(XmlSchemaType, XmlSchemaObject, XmlSchemas, XmlSchemaImporter, CodeCompileUnit, CodeNamespace, CodeGenerationOptions, CodeDomProvider)

Generates internal type mapping information for an element defined in an XML schema document.

(Inherited from TypedDataSetSchemaImporterExtension)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1