Data.DB.TCheckConstraint.FromDictionary
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: published | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TCheckConstraint | |
Delphi
property FromDictionary: Boolean read FFromDictionary write FFromDictionary;
C++
__property bool FromDictionary = {read=FFromDictionary, write=FFromDictionary, nodefault};
Description
Indicates whether to fetch a check constraint from the Data Dictionary.Reserved for future use.
FromDictionary is only implemented for the Windows product, which has a data dictionary.
Use FromDictionary to indicate whether this check constraint is derived from the Data Dictionary (True)(true), or is local to the application (False)(false).