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 coppia chiave/valore.
Overload
| Nome | Descrizione |
|---|---|
| As(DbAggregate, String) |
Restituisce gli argomenti specificati come oggetto coppia chiave/valore. |
| As(DbExpression, String) |
Restituisce gli argomenti specificati come oggetto coppia chiave/valore. |
As(DbAggregate, String)
Restituisce gli argomenti specificati come oggetto 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
Valore nella coppia chiave/valore.
- alias
- String
Chiave nella coppia chiave/valore.
Valori restituiti
Oggetto coppia chiave/valore.
Si applica a
As(DbExpression, String)
Restituisce gli argomenti specificati come oggetto 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
Valore nella coppia chiave/valore.
- alias
- String
Chiave nella coppia chiave/valore.
Valori restituiti
Oggetto coppia chiave/valore.