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