Edit

Share via


TypedDataSetGenerator Class

Definition

Caution

TypedDataSetGenerator class will be removed in a future release. Please use System.Data.Design.TypedDataSetGenerator in System.Design.dll.

Used to create a strongly typed DataSet.

C#
public class TypedDataSetGenerator
C#
[System.Obsolete("TypedDataSetGenerator class will be removed in a future release. Please use System.Data.Design.TypedDataSetGenerator in System.Design.dll.")]
public class TypedDataSetGenerator
Inheritance
TypedDataSetGenerator
Attributes

Remarks

The TypedDataSetGenerator class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.

Constructors

TypedDataSetGenerator()

Initializes a new instance of the TypedDataSetGenerator class.

Methods

Equals(Object)

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

(Inherited from Object)
Generate(DataSet, CodeNamespace, ICodeGenerator)

Generates a strongly typed DataSet.

GenerateIdName(String, ICodeGenerator)

Transforms a string in a valid, typed DataSet name.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
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 (Obsolete)
.NET Framework 1.1 (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)