RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXCommand.RowSetSize Property

Row buffering property used to optimize reading data from TDBXReader instances.

Pascal
property RowSetSize: Int64;
C++
__property Int64 RowSetSize;

RowSetSize is a row buffering property used to optimize reading data from TDBXReader instances returned from ExecuteQuery. It only takes affect for database vendors that return true for the TDBXDatabaseMetaData.SupportsRowSetSize property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!