Data.DBXCommon.TDBXDatabaseMetaData.SupportsRowSetSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SupportsRowSetSize: Boolean read FSupportsRowSetSize;

C++

__property bool SupportsRowSetSize = {read=FSupportsRowSetSize, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXDatabaseMetaData

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.

See Also