DbExpressionBuilder.As メソッド

定義

オーバーロード

As(DbAggregate, String)

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

As(DbExpression, String)

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

As(DbAggregate, String)

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

public static System.Collections.Generic.KeyValuePair<string,System.Data.Entity.Core.Common.CommandTrees.DbAggregate> As (this System.Data.Entity.Core.Common.CommandTrees.DbAggregate value, string alias);
static member As : System.Data.Entity.Core.Common.CommandTrees.DbAggregate * string -> System.Collections.Generic.KeyValuePair<string, System.Data.Entity.Core.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 static System.Collections.Generic.KeyValuePair<string,System.Data.Entity.Core.Common.CommandTrees.DbExpression> As (this System.Data.Entity.Core.Common.CommandTrees.DbExpression value, string alias);
static member As : System.Data.Entity.Core.Common.CommandTrees.DbExpression * string -> System.Collections.Generic.KeyValuePair<string, System.Data.Entity.Core.Common.CommandTrees.DbExpression>
<Extension()>
Public Function As (value As DbExpression, alias As String) As KeyValuePair(Of String, DbExpression)

パラメーター

value
DbExpression

キー/値ペアの値。

alias
String

キー/値ペアのキー。

戻り値

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

適用対象