DbExpressionBuilder.As Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Devuelve los argumentos especificados como un objeto de par clave-valor.
Sobrecargas
As(DbAggregate, String) |
Devuelve los argumentos especificados como un objeto de par clave-valor. |
As(DbExpression, String) |
Devuelve los argumentos especificados como un objeto de par clave-valor. |
As(DbAggregate, String)
Devuelve los argumentos especificados como un objeto de par clave-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
El valor del par clave-valor.
- alias
- String
La clave del par clave-valor.
Devoluciones
Objeto de par clave-valor.
Se aplica a
As(DbExpression, String)
Devuelve los argumentos especificados como un objeto de par clave-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
El valor del par clave-valor.
- alias
- String
La clave del par clave-valor.
Devoluciones
Objeto de par clave-valor.