IBX.IBCustomDataSet.TIBCustomDataSet.InsertSQL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InsertSQL: TStrings read GetInsertSQL write SetInsertSQL;

C++

__property System::Classes::TStrings* InsertSQL = {read=GetInsertSQL, write=SetInsertSQL};

Properties

Type Visibility Source Unit Parent
property protected
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBCustomDataSet

Description

Holds the SQL statement used to insert rows into the dataset.

Use InsertSQL to insert rows into the dataset.