DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / SourceTable Class / OneTimeLoad Property

In This Topic
    OneTimeLoad Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public ReadOnly Property OneTimeLoad As Boolean
    public bool OneTimeLoad {get;}
    See Also