Data.DBXCommon.TDBXDatabaseMetaData.SupportsRowSetSize
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
| Unit: Data.DBXCommon | |
| Parent: TDBXDatabaseMetaData | |
Delphi
property SupportsRowSetSize: Boolean read FSupportsRowSetSize;
C++
__property bool SupportsRowSetSize = {read=FSupportsRowSetSize, nodefault};
Description
Indicates whether the TDBXCommand.RowSetSize property is supported to control row buffering when executing queries.
The constant DBXDefaultRowSetSize is the default row buffering size to use for drivers that return True for this property.