RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLConnection.GetDataSet Method

Returns a dataset, given its index in the DataSets property array.

Pascal
function GetDataSet(Index: Integer): TCustomSQLDataSet; reintroduce;
C++
__fastcall TCustomSQLDataSet GetDataSet(int Index);

GetDataSet is the protected read implementation of the DataSets property. 

 

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