RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DataStoreCommand.ExecuteReader Method ()

Returns a DataStoreDataReader instance.

Pascal
function ExecuteReader: DataStoreDataReader;
function ExecuteReader(behavior: CommandBehavior): DataStoreDataReader;
C++
DataStoreDataReader ExecuteReader();
DataStoreDataReader ExecuteReader(CommandBehavior behavior);

ExecuteReader returns a DataStoreDataReader instance. 

The parameter behavior is one of the CommandBehavior constants. Only CommandBehavior.CloseConnection is currently supported. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!