DbNetSuiteVS
ForeignKey Property
NamespacesDbNetLink.DbNetSuiteVSColumnForeignKey
Used to identify a foreign key field in a child control. This column is matched with the PrimaryKey column in the parent control If there are multipart primary keys and foreign keys then the ordering of columns is important because the first foreign key in the child control will be matched to the first primary key in the parent control, and so on...
Declaration Syntax
C#Visual Basic
public bool ForeignKey { get; set; }
Public Property ForeignKey As Boolean

Assembly: DbNetLink.DbNetSuiteVS (Module: DbNetLink.DbNetSuiteVS) Version: 0.9.3317.16858 (0.9.0.0)