This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
The DataReader class is in implementation of the IDataReader interface. It allows
you to browse through an IDataReader but offers some extra functionality like looking at the
previous and next row and checking if the current row is the last row.
Namespace: Smartsite.Data
Assembly: Smartsite.Data (in Smartsite.Data.dll)
Syntax
C# | Copy Code |
---|---|
public class DataReader : , , |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class DataReader _ Implements , , |
Inheritance Hierarchy
See Also
DataReader Members
Smartsite.Data Namespace