다음을 통해 공유


DbGroupByExpression.Keys 속성

정의

그룹화 키를 제공하는 DbExpression 목록을 가져옵니다.

public:
 property System::Collections::Generic::IList<System::Data::Common::CommandTrees::DbExpression ^> ^ Keys { System::Collections::Generic::IList<System::Data::Common::CommandTrees::DbExpression ^> ^ get(); };
public System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbExpression> Keys { get; }
member this.Keys : System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbExpression>
Public ReadOnly Property Keys As IList(Of DbExpression)

속성 값

그룹화 키를 제공하는 DbExpression 목록입니다.

적용 대상