This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class DataReader |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class DataReader |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
BaseDataReader |
Returns the underlying reader of the type IDataReader.
|
|
CurrentRow |
Returns the current row
|
|
Depth |
Gets a value indicating the depth of nesting for the current row.
|
|
FieldCount |
Gets the number of columns in the current row.
|
|
History |
Returns a list containing all the previous rows.
|
|
IsClosed |
Gets a value indicating whether the data reader is closed.
|
|
IsLastRow |
Returns true if the current row is the last row
|
|
Item | Overloaded. | |
KeepHistory |
Returns true if the DataReader keeps a history of read rows.
|
|
NextRow |
Returns the next row
|
|
PreviousRow |
Returns the previous row
|
|
RecordsAffected |
Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
|
|
RowNumber |
Returns the row number of the current row (zero based).
|
See Also
Smartsite.Data Namespace