Data.DB.IProviderSupport.PSGetAttributes
Delphi
procedure PSGetAttributes(List: TPacketAttributeList);
C++
virtual void __fastcall PSGetAttributes _DEPRECATED_ATTRIBUTE0 (TPacketAttributeList* List) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Data.DB.pas Data.DB.hpp |
Data.DB | IProviderSupport |
Description
Attention: PSGetAttributes is deprecated. Please use IProviderSupportNG.
Returns information that is stored in data packets as Name/Value pairs.
The provider component calls PSGetAttributes to add information about the dataset to the metadata stored with generated data packets. This information is stored as Name/Value pairs that are added to the list specified by the List parameter.