DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / SourceTable Class
Properties Methods


In This Topic
    SourceTable Class Members
    In This Topic

    The following tables list the members exposed by SourceTable.

    Public Constructors
     NameDescription
    Public Constructor The constructor of a SourceTable.  
    Top
    Public Properties
     NameDescription
    Public Property An IEnumerable containing tuples representing the column name and the data type of each column.  
    Public Property The number of fields (Columns) of the current row.  
    Public Property If this property is set to true than the rows are lazily loaded from the received DbDataReader. Otherwise all rows are loaded at once. This may affect the performance of the application.  
    Public Property An IEnumerable containing the rows of the SourceTable.  
    Public Property The name of the table.  
    Top
    Public Methods
     NameDescription
    Public Method The dispose method of C1.DataConnector.SourceTable  
    Public Methodstatic (Shared in Visual Basic)Create a SourceTable from a System.Data.Common.DbDataReader. Datarows will be lazy-loaded when iterating Rows property.  
    Public Methodstatic (Shared in Visual Basic)Create a SourceTable from a System.Data.Common.DbDataReader. All datarows will be loaded into memory.  
    Top
    See Also