DbExpressionBuilder.As Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Vrátí zadané argumenty jako objekt páru klíč/hodnota.
Přetížení
As(DbAggregate, String) |
Vrátí zadané argumenty jako objekt páru klíč/hodnota. |
As(DbExpression, String) |
Vrátí zadané argumenty jako objekt páru klíč/hodnota. |
As(DbAggregate, String)
Vrátí zadané argumenty jako objekt páru klíč/hodnota.
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
Hodnota ve dvojici klíč/hodnota.
- alias
- String
Klíč ve dvojici klíč/hodnota.
Návraty
Objekt páru klíč/hodnota.
Platí pro
As(DbExpression, String)
Vrátí zadané argumenty jako objekt páru klíč/hodnota.
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
Hodnota ve dvojici klíč/hodnota.
- alias
- String
Klíč ve dvojici klíč/hodnota.
Návraty
Objekt páru klíč/hodnota.