DbExpressionBuilder.As Método

Definición

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.

Se aplica a