Edit

Share via


IRowSetEx Interface

Definition

public interface IRowSetEx : IDisposable, Microsoft.Hpc.Scheduler.Store.IRowSet, System.Collections.Generic.IEnumerable<Microsoft.Hpc.Scheduler.Properties.PropertyRow>
type IRowSetEx = interface
    interface IRowSet
    interface seq<PropertyRow>
    interface IEnumerable
    interface IDisposable
Public Interface IRowSetEx
Implements IDisposable, IEnumerable(Of PropertyRow), IRowSet
Derived
Implements

Methods

GetCount() (Inherited from IRowSet)
GetCurrentRow() (Inherited from IRowSet)
GetObjectIndex(Int32) (Inherited from IRowSet)
GetRows(Int32, Int32) (Inherited from IRowSet)
GetRows(Int32, Int32, Boolean, Int32)
GetRows(Int32, Int32, Int32) (Inherited from IRowSet)
Invalidate()
Pause() (Inherited from IRowSet)
RegisterHandler(OnRowSetChange) (Inherited from IRowSet)
Resume() (Inherited from IRowSet)
SetAggregateColumns(AggregateColumn[]) (Inherited from IRowSet)
SetColumns(PropertyId[]) (Inherited from IRowSet)
SetFilter(FilterProperty[]) (Inherited from IRowSet)
SetFrozenColumns(PropertyId[])
SetGroupBy(PropertyId[]) (Inherited from IRowSet)
SetSortOrder(SortProperty[]) (Inherited from IRowSet)
SetTop(Int32)
UnRegisterHandler(OnRowSetChange) (Inherited from IRowSet)

Applies to