TypedDataSetGenerator Classe
Definição
Cuidado
TypedDataSetGenerator class will be removed in a future release. Please use System.Data.Design.TypedDataSetGenerator in System.Design.dll.
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
- Herança
-
TypedDataSetGenerator
- Atributos
Comentários
A classe TypedDataSetGenerator não foi planejada para uso como um componente autônomo, mas como uma classe da qual outras classes derivam a funcionalidade padrão.The TypedDataSetGenerator class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.
Construtores
| TypedDataSetGenerator() |
Inicializa uma nova instância da classe TypedDataSetGenerator.Initializes a new instance of the TypedDataSetGenerator class. |
Métodos
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| Generate(DataSet, CodeNamespace, ICodeGenerator) |
Gera uma DataSet fortemente tipado.Generates a strongly typed DataSet. |
| GenerateIdName(String, ICodeGenerator) |
Transforma uma cadeia de caracteres nome DataSet válido e tipado.Transforms a string in a valid, typed DataSet name. |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |