IBX.IBCustomDataSet.TIBDataSet.InsertSQL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InsertSQL: TStrings read GetInsertSQL write SetInsertSQL;

C++

__property InsertSQL;

Properties

Type Visibility Source Unit Parent
property published
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBDataSet

Description

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

IBX.IBCustomDataSet.TIBDataSet.InsertSQL inherits from IBX.IBCustomDataSet.TIBCustomDataSet.InsertSQL. All content below this line refers to IBX.IBCustomDataSet.TIBCustomDataSet.InsertSQL.

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

Use InsertSQL to insert rows into the dataset.