ISchedulerRowSet Interface

Definition

Defines a rowset object that you can use to retrieve data from the rowset.

public interface ISchedulerRowSet : IDisposable
type ISchedulerRowSet = interface
    interface IDisposable
Public Interface ISchedulerRowSet
Implements IDisposable
Implements

Methods

GetCount()

Retrieves the number of rows in the rowset.

GetObjectIndex(Int32)

Retrieves the rowset index for the specified object.

GetRows(Int32, Int32)

Retrieve the specified range of rows from the rowset.

GetRows(Int32, Int32, Int32)

Retrieves the specified range of rows from the rowset and returns a count of the number of rows in the rowset.

Applies to