TypedDataSetGenerator Class

Definition

Generates a strongly typed DataSet class.

public ref class TypedDataSetGenerator sealed
public sealed class TypedDataSetGenerator
type TypedDataSetGenerator = class
Public NotInheritable Class TypedDataSetGenerator
Inheritance
TypedDataSetGenerator

Remarks

The TypedDataSetGenerator class takes information provided (for example, an XML schema) and creates a typed dataset class.

Properties

ReferencedAssemblies

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

Methods

Equals(Object)

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

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

Generates a strongly typed DataSet based on an existing DataSet.

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, 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.

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.

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)
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