This documentation is archived and is not being maintained.

TypedDataSetGenerator.GenerateOption Enumeration

Provides the TypedDataSetGeneratorwith information for creating typed datasets that support LINQ to DataSet and hierarchical update.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  System.Data.Design
Assembly:  System.Design (in System.Design.dll)

'Declaration
<FlagsAttribute> _
Public Enumeration GenerateOption
'Usage
Dim instance As TypedDataSetGenerator.GenerateOption

Member nameDescription
NoneGenerates typed datasets that are compatible with typed datasets generated in versions of Visual Studio earlier than Visual Studio 2008.
HierarchicalUpdateGenerates typed datasets that have a TableAdapterManager and associated methods for enabling hierarchical update.
LinqOverTypedDatasetsGenerates typed datasets that have data tables that inherit from TypedTableBase(Of T) in order to enable the ability to perform LINQ queries on data tables.

The TypedDataSetGenerator.GenerateOption enumeration provides the TypedDataSetGenerator with information about the type of typed dataset to create when the TypedDataSetGenerator.Generate method is called.

The TypedDataSetGenerator.GenerateOption enumeration enables you to implement new features in typed datasets without needing to create additional overloads to the TypedDataSetGenerator.Generate method.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5 SP1, 3.0 SP1, 2.0 SP1
Show: