DbExpressionBuilder.As メソッド

定義

指定された引数をキー/値ペア オブジェクトとして返します。

オーバーロード

As(DbAggregate, String)

指定された引数をキー/値ペア オブジェクトとして返します。

As(DbExpression, String)

指定された引数をキー/値ペア オブジェクトとして返します。

As(DbAggregate, String)

指定された引数をキー/値ペア オブジェクトとして返します。

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)

パラメーター

value
DbAggregate

キー/値ペアの値。

alias
String

キー/値ペアのキー。

戻り値

キーと値のペアのオブジェクト。

適用対象

As(DbExpression, String)

指定された引数をキー/値ペア オブジェクトとして返します。

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)

パラメーター

value
DbExpression

キー/値ペアの値。

alias
String

キー/値ペアのキー。

戻り値

キーと値のペアのオブジェクト。

適用対象