MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Extensibility.Data.SchemaModel Namespace / ForeignKey Class / ForeignKey Constructor
The source table.
The destination table.
The columns that defines a source.
The columnts that defines a destination.

In This Topic
ForeignKey Constructor
In This Topic
Initializes a new instance of the ForeignKey class.
Syntax
'Declaration
 
Public Function New( _
   ByVal source As Table, _
   ByVal destination As Table, _
   ByVal sourceColumns As IEnumerable(Of Column), _
   ByVal destinationColumns As IEnumerable(Of Column) _
)
 

Parameters

source
The source table.
destination
The destination table.
sourceColumns
The columns that defines a source.
destinationColumns
The columnts that defines a destination.
See Also