DbExpressionBuilder.As Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna os argumentos especificados como um objeto do par chave-valor.
Sobrecargas
As(DbAggregate, String) |
Retorna os argumentos especificados como um objeto do par chave-valor. |
As(DbExpression, String) |
Retorna os argumentos especificados como um objeto do par chave-valor. |
As(DbAggregate, String)
Retorna os argumentos especificados como um objeto do par chave-valor.
public:
[System::Runtime::CompilerServices::Extension]
static System::Collections::Generic::KeyValuePair<System::String ^, System::Data::Common::CommandTrees::DbAggregate ^> As(System::Data::Common::CommandTrees::DbAggregate ^ value, System::String ^ alias);
public static System.Collections.Generic.KeyValuePair<string,System.Data.Common.CommandTrees.DbAggregate> As (this System.Data.Common.CommandTrees.DbAggregate value, string alias);
static member As : System.Data.Common.CommandTrees.DbAggregate * string -> System.Collections.Generic.KeyValuePair<string, System.Data.Common.CommandTrees.DbAggregate>
<Extension()>
Public Function As (value As DbAggregate, alias As String) As KeyValuePair(Of String, DbAggregate)
Parâmetros
- value
- DbAggregate
O valor do par chave/valor.
- alias
- String
A chave no par chave/valor.
Retornos
Objeto do par de chave-valor.
Aplica-se a
As(DbExpression, String)
Retorna os argumentos especificados como um objeto do par chave-valor.
public:
[System::Runtime::CompilerServices::Extension]
static System::Collections::Generic::KeyValuePair<System::String ^, System::Data::Common::CommandTrees::DbExpression ^> As(System::Data::Common::CommandTrees::DbExpression ^ value, System::String ^ alias);
public static System.Collections.Generic.KeyValuePair<string,System.Data.Common.CommandTrees.DbExpression> As (this System.Data.Common.CommandTrees.DbExpression value, string alias);
static member As : System.Data.Common.CommandTrees.DbExpression * string -> System.Collections.Generic.KeyValuePair<string, System.Data.Common.CommandTrees.DbExpression>
<Extension()>
Public Function As (value As DbExpression, alias As String) As KeyValuePair(Of String, DbExpression)
Parâmetros
- value
- DbExpression
O valor do par chave/valor.
- alias
- String
A chave no par chave/valor.
Retornos
Objeto do par de chave-valor.