DbExpressionBuilder.As Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Zwraca określone argumenty jako obiekt pary klucz/wartość.
Przeciążenia
As(DbAggregate, String) |
Zwraca określone argumenty jako obiekt pary klucz/wartość. |
As(DbExpression, String) |
Zwraca określone argumenty jako obiekt pary klucz/wartość. |
As(DbAggregate, String)
Zwraca określone argumenty jako obiekt pary klucz/wartość.
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)
Parametry
- value
- DbAggregate
Wartość w parze klucz/wartość.
- alias
- String
Klucz w parze klucz/wartość.
Zwraca
Obiekt pary klucz/wartość.
Dotyczy
As(DbExpression, String)
Zwraca określone argumenty jako obiekt pary klucz/wartość.
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)
Parametry
- value
- DbExpression
Wartość w parze klucz/wartość.
- alias
- String
Klucz w parze klucz/wartość.
Zwraca
Obiekt pary klucz/wartość.