DbExpressionBuilder.As Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Devolve os argumentos especificados como um objeto de par chave/valor.
Sobrecargas
| Name | Description |
|---|---|
| As(DbAggregate, String) |
Devolve os argumentos especificados como um objeto de par chave/valor. |
| As(DbExpression, String) |
Devolve os argumentos especificados como um objeto de par chave/valor. |
As(DbAggregate, String)
Devolve os argumentos especificados como um objeto de 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 no par chave/valor.
- alias
- String
A chave no par chave/valor.
Devoluções
Um objeto de par chave/valor.
Aplica-se a
As(DbExpression, String)
Devolve os argumentos especificados como um objeto de 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 no par chave/valor.
- alias
- String
A chave no par chave/valor.
Devoluções
Um objeto de par chave/valor.