TypedDataSetSchemaImporterExtensionFx35 Class
Generates internal mappings to .NET Framework types for XML schema element declarations. Expands upon TypedDataSetSchemaImporterExtension to provide additional functionality for typed datasets created for .NET Framework version 3.5.
Assembly: System.Design (in System.Design.dll)
System.Xml.Serialization.Advanced::SchemaImporterExtension
System.Data.Design::TypedDataSetSchemaImporterExtension
System.Data.Design::TypedDataSetSchemaImporterExtensionFx35
| Name | Description | |
|---|---|---|
![]() | TypedDataSetSchemaImporterExtensionFx35() | Initializes a new instance of the TypedDataSetSchemaImporterExtensionFx35 class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | 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() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
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. |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


