Data.Win.ADODB.TADODataSet.SetDataSetField
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.Win.ADODB.pas Data.Win.ADODB.hpp
| |
Unit: Data.Win.ADODB | |
Parent: TADODataSet |
Delphi
procedure SetDataSetField(const Value: TDataSetField); override;
C++
virtual void __fastcall SetDataSetField(Data::Db::TDataSetField* const Value);
Description
Sets the persistent TDataSetField object that owns a nested dataset.
Data.Win.ADODB.TADODataSet.SetDataSetField inherits from Data.DB.TDataSet.SetDataSetField. All content below this line refers to Data.DB.TDataSet.SetDataSetField.
Sets the persistent TDataSetField object that owns a nested dataset.
SetDataSetField sets the persistent TDataSetField object that owns a nested dataset. Also, SetDataSetField is the setter method for the DataSetField property.