ComponentOne DataObjects for .NET
UnboundDataReader Class
Members 

C1.Data.2 Assembly > C1.Data Namespace : UnboundDataReader Class
UnboundDataReader is a helper class used in supporting unbound tables in the C1DataSetLogic.BeforeFetch event. The data is passed to its constructor in a System.Data.DataTable object. It implements the System.Data.IDataReader interface.
Object Model
UnboundDataReader Class
Syntax
'Declaration
 
Public Class UnboundDataReader 
   Inherits System.MarshalByRefObject
public class UnboundDataReader : System.MarshalByRefObject 
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      C1.Data.UnboundDataReader

See Also

Reference

UnboundDataReader Members
C1.Data Namespace
Bound, SQL-Based and Unbound Tables