RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCheckConstraint.ImportedConstraint Property

Contains the SQL text for a check constraint imported from the Data Dictionary or a remote SQL database server.

Pascal
property ImportedConstraint: string;
C++
__property AnsiString ImportedConstraint;

ImportedConstraint stores the SQL text for a check constraint that is imported from the server or Data Dictionary. Although an application can set this property at runtime, ordinarily the text in ImportedConstraint is automatically provided to the application.

Note:
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!