Data.DBJson.TJSONToDataSetBridge.PKFields
Delphi
property PKFields: string read FPKFields;
C++
__property System::UnicodeString PKFields = {read=FPKFields};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Data.DBJson.pas Data.DBJson.hpp |
Data.DBJson | TJSONToDataSetBridge |
Description
Returns a unique identifying field after calling Define
. This is used only with MongoDB datasets, where the unique identifying field is Oid
.