Caché Class Definition Reference
Static Version
SqlName
Specify an SQL alias for the foreign key.
Synopsis
ForeignKey EmpKey(EmpId) References a(b) [ SqlName = _MyKey ];
Value
The value of this keyword is an SQL identifier.
Description
This key word lets you define an alternate name for this foreign key when referred to via SQL.
Default Value
The default value for the
SqlName
keyword is an empty string.
Copyright
© 1997-2004, InterSystems Corp.
Last updated:
2003-11-14 10:09:22
Source:
ROBJ_foreignkey_sqlname.xml