[]
        
(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

The columnts that defines a destination.

Source

The source table.

SourceColumns

The columns that defines a source.

Extension Methods