DbExpressionBuilder.As Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce gli argomenti specificati come oggetto della coppia chiave/valore.
Overload
As(DbAggregate, String) |
Restituisce gli argomenti specificati come oggetto della coppia chiave/valore. |
As(DbExpression, String) |
Restituisce gli argomenti specificati come oggetto della coppia chiave/valore. |
As(DbAggregate, String)
Restituisce gli argomenti specificati come oggetto della coppia chiave/valore.
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)
Parametri
- value
- DbAggregate
Il valore nella coppia chiave-valore.
- alias
- String
La chiave nella coppia chiave-valore.
Restituisce
Oggetto della coppia chiave/valore.
Si applica a
As(DbExpression, String)
Restituisce gli argomenti specificati come oggetto della coppia chiave/valore.
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)
Parametri
- value
- DbExpression
Il valore nella coppia chiave-valore.
- alias
- String
La chiave nella coppia chiave-valore.
Restituisce
Oggetto della coppia chiave/valore.