다음을 통해 공유


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

key/value 쌍의 값입니다.

alias
String

key/value 쌍의 키입니다.

반환

키/값 쌍 개체입니다.

적용 대상

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

key/value 쌍의 값입니다.

alias
String

key/value 쌍의 키입니다.

반환

키/값 쌍 개체입니다.

적용 대상