TypedDataSetSchemaImporterExtensionFx35 Constructor

Definition

Initializes a new instance of the TypedDataSetSchemaImporterExtensionFx35 class.

public:
 TypedDataSetSchemaImporterExtensionFx35();
public TypedDataSetSchemaImporterExtensionFx35 ();
Public Sub New ()

Remarks

Expands upon TypedDataSetSchemaImporterExtension to provide additional functionality for typed datasets for .NET Framework version 3.5.

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

Note

LINQ to Dataset and hierarchical update are features in Visual Studio 2008. See LINQ to DataSet and Hierarchical Update Overview.

Applies to