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.
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 static System.Collections.Generic.KeyValuePair<string,System.Data.Entity.Core.Common.CommandTrees.DbAggregate> As (this System.Data.Entity.Core.Common.CommandTrees.DbAggregate value, string alias);
static member As : System.Data.Entity.Core.Common.CommandTrees.DbAggregate * string -> System.Collections.Generic.KeyValuePair<string, System.Data.Entity.Core.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 static System.Collections.Generic.KeyValuePair<string,System.Data.Entity.Core.Common.CommandTrees.DbExpression> As (this System.Data.Entity.Core.Common.CommandTrees.DbExpression value, string alias);
static member As : System.Data.Entity.Core.Common.CommandTrees.DbExpression * string -> System.Collections.Generic.KeyValuePair<string, System.Data.Entity.Core.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.
Aplica-se a
Entity Framework