TypedDataSetGenerator Class

 

Generates a strongly typed DataSet class.

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

System::Object
  System.Data.Design::TypedDataSetGenerator

public ref class TypedDataSetGenerator sealed 

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticReferencedAssemblies

Gets or sets the collection of assemblies referenced in a typed dataset.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticGenerate(DataSet^, CodeNamespace^, CodeDomProvider^)

Generates a strongly typed DataSet based on an existing DataSet.

System_CAPS_pubmethodSystem_CAPS_staticGenerate(String^, CodeCompileUnit^, CodeNamespace^, CodeDomProvider^)

Generates a strongly typed DataSet based on the provided input file.

System_CAPS_pubmethodSystem_CAPS_staticGenerate(String^, CodeCompileUnit^, CodeNamespace^, CodeDomProvider^, DbProviderFactory^)

Generates a strongly typed DataSet based on the provided input file.

System_CAPS_pubmethodSystem_CAPS_staticGenerate(String^, CodeCompileUnit^, CodeNamespace^, CodeDomProvider^, TypedDataSetGenerator::GenerateOption)

Generates a strongly typed DataSet based on the provided input file.

System_CAPS_pubmethodSystem_CAPS_staticGenerate(String^, CodeCompileUnit^, CodeNamespace^, CodeDomProvider^, TypedDataSetGenerator::GenerateOption, String^)

Generates a strongly typed DataSet based on the provided input file.

System_CAPS_pubmethodSystem_CAPS_staticGenerate(String^, CodeCompileUnit^, CodeNamespace^, CodeDomProvider^, TypedDataSetGenerator::GenerateOption, String^, String^)

Generates a strongly typed DataSet based on the provided input file.

System_CAPS_pubmethodSystem_CAPS_staticGenerate(String^, CodeCompileUnit^, CodeNamespace^, CodeDomProvider^, Hashtable^)

Generates a strongly typed DataSet based on the provided input file.

System_CAPS_pubmethodSystem_CAPS_staticGenerate(String^, CodeCompileUnit^, CodeNamespace^, CodeDomProvider^, Hashtable^, TypedDataSetGenerator::GenerateOption)

Generates a strongly typed DataSet based on the provided input file.

System_CAPS_pubmethodSystem_CAPS_staticGenerate(String^, CodeCompileUnit^, CodeNamespace^, CodeDomProvider^, Hashtable^, TypedDataSetGenerator::GenerateOption, String^)

Generates a strongly typed DataSet based on the provided input file.

System_CAPS_pubmethodSystem_CAPS_staticGenerate(String^, CodeCompileUnit^, CodeNamespace^, CodeDomProvider^, Hashtable^, TypedDataSetGenerator::GenerateOption, String^, String^)

Generates a strongly typed DataSet based on the provided input file.

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticGetProviderName(String^)

Returns the first provider name found in the provided input file.

System_CAPS_pubmethodSystem_CAPS_staticGetProviderName(String^, String^)

Returns the provider name for the tableName in the input file.

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

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
Show: