DbExpressionBuilder.As Metódus
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
A megadott argumentumokat kulcs/érték pár objektumként adja vissza.
Túlterhelések
| Name | Description |
|---|---|
| As(DbAggregate, String) |
A megadott argumentumokat kulcs/érték pár objektumként adja vissza. |
| As(DbExpression, String) |
A megadott argumentumokat kulcs/érték pár objektumként adja vissza. |
As(DbAggregate, String)
A megadott argumentumokat kulcs/érték pár objektumként adja vissza.
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)
Paraméterek
- value
- DbAggregate
A kulcs/érték pár értéke.
- alias
- String
A kulcs/érték párban lévő kulcs.
Válaszok
Kulcs/érték pár objektum.
A következőre érvényes:
As(DbExpression, String)
A megadott argumentumokat kulcs/érték pár objektumként adja vissza.
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)
Paraméterek
- value
- DbExpression
A kulcs/érték pár értéke.
- alias
- String
A kulcs/érték párban lévő kulcs.
Válaszok
Kulcs/érték pár objektum.