MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel Namespace / ForeignKey Class
Members

ForeignKey Class
Represents a foreign key relationship between two database tables. The ForeignKey class defines a relationship between two Table and matches columns from the source table with columns from the destination table.
Object Model
ForeignKey Class
Syntax
'Declaration
 
Public NotInheritable Class ForeignKey 
 
Inheritance Hierarchy

System.Object
   GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel.ForeignKey

See Also