This documentation is archived and is not being maintained.
TypedDataSetGenerator Class
.NET Framework (current version)
Generates a strongly typed DataSet class.
Namespace:
System.Data.DesignAssembly:
System.Design (in System.Design.dll)
public ref class TypedDataSetGenerator sealed
| Name | Description |
|---|
  | ReferencedAssemblies | Gets or sets the collection of assemblies referenced in a typed dataset. |
| Name | Description |
|---|
 | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
  | Generate(DataSet^, CodeNamespace^, CodeDomProvider^) | |
  | Generate(String^, CodeCompileUnit^, CodeNamespace^, CodeDomProvider^) | Generates a strongly typed DataSet based on the provided input file. |
  | Generate(String^, CodeCompileUnit^, CodeNamespace^, CodeDomProvider^, DbProviderFactory^) | Generates a strongly typed DataSet based on the provided input file. |
  | Generate(String^, CodeCompileUnit^, CodeNamespace^, CodeDomProvider^, TypedDataSetGenerator::GenerateOption) | Generates a strongly typed DataSet based on the provided input file. |
  | Generate(String^, CodeCompileUnit^, CodeNamespace^, CodeDomProvider^, TypedDataSetGenerator::GenerateOption, String^) | Generates a strongly typed DataSet based on the provided input file. |
  | Generate(String^, CodeCompileUnit^, CodeNamespace^, CodeDomProvider^, TypedDataSetGenerator::GenerateOption, String^, String^) | Generates a strongly typed DataSet based on the provided input file. |
  | Generate(String^, CodeCompileUnit^, CodeNamespace^, CodeDomProvider^, Hashtable^) | Generates a strongly typed DataSet based on the provided input file. |
  | Generate(String^, CodeCompileUnit^, CodeNamespace^, CodeDomProvider^, Hashtable^, TypedDataSetGenerator::GenerateOption) | Generates a strongly typed DataSet based on the provided input file. |
  | Generate(String^, CodeCompileUnit^, CodeNamespace^, CodeDomProvider^, Hashtable^, TypedDataSetGenerator::GenerateOption, String^) | Generates a strongly typed DataSet based on the provided input file. |
  | Generate(String^, CodeCompileUnit^, CodeNamespace^, CodeDomProvider^, Hashtable^, TypedDataSetGenerator::GenerateOption, String^, String^) | Generates a strongly typed DataSet based on the provided input file. |
 | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
  | GetProviderName(String^) | Returns the first provider name found in the provided input file. |
  | GetProviderName(String^, String^) | Returns the provider name for the tableName in the input file. |
 | GetType() | Gets the Type of the current instance.(Inherited from Object.) |
 | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The TypedDataSetGenerator class takes information provided (for example, an XML schema) and creates a typed dataset class.
.NET Framework
Available since 2.0
Any public static (
Shared
in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Return to top