Product Documentation

FairCom Java & .NET Stored Procedures

Previous Topic

Next Topic

SqlSpRow

SqlSpRow contains the columns of rows.

SqlSpRow Class Description

The enumerator returns an object that allows you to iterate in sequence through the SqlSpColumn objects in the row.

Public Methods

IEnumerator GetEnumerator()

Return an enumerator for the entire row.

Public Properties

SqlSpColumn this[int column]

Return the column number “column”.

int ColumnCount

Return the number of columns defined for the row.

TOCIndex