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

key/value 쌍의 값입니다.

alias
String

key/value 쌍의 키입니다.

반환

키/값 쌍 개체입니다.

적용 대상

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

key/value 쌍의 값입니다.

alias
String

key/value 쌍의 키입니다.

반환

키/값 쌍 개체입니다.

적용 대상