TypedDataSetGenerator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public ref class TypedDataSetGenerator
public class TypedDataSetGenerator
[System.Obsolete("TypedDataSetGenerator class will be removed in a future release. Please use System.Data.Design.TypedDataSetGenerator in System.Design.dll.")]
public class TypedDataSetGenerator
type TypedDataSetGenerator = class
[<System.Obsolete("TypedDataSetGenerator class will be removed in a future release. Please use System.Data.Design.TypedDataSetGenerator in System.Design.dll.")>]
type TypedDataSetGenerator = class
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) |