Data.DBXCommon.TDBXContext.ClosedByteReader
Delphi
property ClosedByteReader: TDBXByteReader read FClosedByteReader;
C++
__property TDBXByteReader* ClosedByteReader = {read=FClosedByteReader};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXContext |
Description
Indicates closed byte readers that have no more rows.
The framework marks TDBXByteReader with no more rows as closed with this property.