Datasnap.DBClient.TCustomClientDataSet.KeyExclusive
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Datasnap.DBClient.pas Datasnap.DBClient.hpp
| |
Unit: Datasnap.DBClient | |
Parent: TCustomClientDataSet |
Delphi
property KeyExclusive: Boolean read GetKeyExclusive write SetKeyExclusive;
C++
__property bool KeyExclusive = {read=GetKeyExclusive, write=SetKeyExclusive, nodefault};
Description
Specifies the upper and lower boundaries for a range.
Use KeyExclusive to specify whether a range includes or excludes the records that match its specified starting and ending values. By default, KeyExclusive is False, meaning that matching values are included.
To restrict a range to those records that are greater than the specified starting value and less than the specified ending value, set KeyExclusive to True.