バージョン

Current プロパティ

レコードの現在表示されているコレクションを返します。
シンタックス
'宣言
 
Public ReadOnly Property Current As RecordCollectionBase
public RecordCollectionBase Current {get;}
解説

DataRecord がグループ化されている場合、HasGroups プロパティは true を返します。その場合、このプロパティは Groups コレクションを返します。それ以外の場合は、Sorted コレクションを返します。

参照