TypedDataSetGenerator Class
Used to create a strongly typed DataSet.
Assembly: System.Data (in System.Data.dll)
[ObsoleteAttribute("TypedDataSetGenerator class will be removed in a future release. Please use System.Data.Design.TypedDataSetGenerator in System.Design.dll.")] [HostProtectionAttribute(SecurityAction::LinkDemand, SharedState = true, Synchronization = true)] public ref class TypedDataSetGenerator
| Name | Description | |
|---|---|---|
![]() | TypedDataSetGenerator() | Initializes a new instance of the TypedDataSetGenerator 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.) |
![]() ![]() | 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() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The TypedDataSetGenerator class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


