[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.ForeignKey

ForeignKey Class

Defines the foreigh key.

Inheritance
ForeignKey
Namespace: GrapeCity.ActiveReports.Extensibility.Data.SchemaModel
Assembly: MESCIUS.ActiveReports.dll
Syntax
public sealed class ForeignKey

Constructors

Name Description
ForeignKey(Table, Table, IEnumerable<Column>, IEnumerable<Column>)

Initializes a new instance of the ForeignKey class.

Properties

Name Description
Destination

The destination table.

DestinationColumns

Gets the columns in the destination table that are referenced.

Source

The source table.

SourceColumns

Gets the columns in the source table that make up the foreign key.

Extension Methods