Data.SqlExpr.TSQLConnection.GetDataSet

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetDataSet(Index: Integer): TCustomSQLDataSet; reintroduce;

C++

HIDESBASE TCustomSQLDataSet* __fastcall GetDataSet(int Index);

プロパティ

種類 可視性 ソース ユニット
function protected
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TSQLConnection

説明

DataSets プロパティ配列内におけるインデックスで指定された、データセットを返します。

GetDataSet は、DataSets プロパティを読み取るための protected 実装です。

関連項目