FireDAC.Comp.DataSet.TFDDataSet.CheckBidirectional

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDDataSet

Delphi

procedure CheckBidirectional;

C++

HIDESBASE void __fastcall CheckBidirectional();

Description

Checks whether the dataset is bidirectional.

FireDAC.Comp.DataSet.TFDDataSet.CheckBidirectional inherits from Data.DB.TDataSet.CheckBiDirectional. All content below this line refers to Data.DB.TDataSet.CheckBiDirectional.

Checks whether the dataset is bidirectional.

CheckBiDirectional checks whether the dataset is bidirectional. If the dataset is unidirectional, then a database exception is raised.


See Also