Used to specify the name of a sequence that will be used to fill in a key field after a new record is inserted or posted to a database.
property KeySequence: string;
Use the KeySequence property to specify the name of a sequence that will be used to fill in a key field after a new record is inserted or posted to a database.
Note: KeySequence is used by TCustomPgDataSet only if the KeyFields property is assigned.