다음을 통해 공유


DbGroupByExpression.Keys 속성

정의

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

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

속성 값

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

적용 대상