MetaFunction Classe
Definição
Representa o mapeamento entre um método de contexto e uma função de banco de dados.Represents the mapping between a context method and a database function.
public ref class MetaFunction abstract
public abstract class MetaFunction
type MetaFunction = class
Public MustInherit Class MetaFunction
- Herança
-
MetaFunction
Construtores
| MetaFunction() |
Inicializa uma nova instância da classe MetaFunction.Initializes a new instance of the MetaFunction class. |
Propriedades
| HasMultipleResults |
Obtém se o procedimento armazenado tem ou não vários tipos de resultado.Gets whether or not the stored procedure has multiple result types. |
| IsComposable |
Especifica se a função pode ser composta dentro de uma consulta.Gets whether the function can be composed within a query. |
| MappedName |
Obtém o nome da função de banco de dados ou do procedimento.Gets the name of the database function or procedure. |
| Method |
Obtém o método do contexto subjacente.Gets the underlying context method. |
| Model |
Obtém o MetaModel que contém esta função.Gets the MetaModel that contains this function. |
| Name |
Obtém o nome do método.Gets the name of the method. |
| Parameters |
Obtém uma enumeração dos parâmetros de função.Gets an enumeration of the function parameters. |
| ResultRowTypes |
Obtém a enumeração dos tipos de linha de resultado possíveis.Gets the enumeration of possible result row types. |
| ReturnParameter |
Obtém o parâmetro de retorno.Gets the return parameter. |
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) |
| 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) |