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 提供分組鍵的清單。

適用於