Data.DB.TCheckConstraint.Assign
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TCheckConstraint |
Delphi
procedure Assign(Source: TPersistent); override;
C++
virtual void __fastcall Assign(System::Classes::TPersistent* Source);
Description
Assigns one constraint to another.
Call Assign to copy the SQL that defines the constraint of another TCheckConstraint object into this one. Source is the TCheckConstraint from which to read text.