[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.DataSchema.-ctor

DataSchema Constructor

DataSchema(IEnumerable<Table>, IEnumerable<ForeignKey>)

Initializes a new instance of the DataSchema class.

Declaration
public DataSchema(IEnumerable<Table> tables, IEnumerable<ForeignKey> foreighKeys)
Parameters
Type Name Description
IEnumerable<Table> tables

The tables collection.

IEnumerable<ForeignKey> foreighKeys

The foreigh keys collection.