MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel Namespace / DataSchema Class / DataSchema Constructor
A collection of the Table representing the tables of the data schema.
A collection of the ForeignKey representing the relationship between tables.

DataSchema Constructor
Initializes a new instance of the DataSchema class.
Syntax
'Declaration
 
Public Function New( _
   ByVal tables As IEnumerable(Of Table), _
   ByVal foreighKeys As IEnumerable(Of ForeignKey) _
)
 

Parameters

tables
A collection of the Table representing the tables of the data schema.
foreighKeys
A collection of the ForeignKey representing the relationship between tables.
Exceptions
ExceptionDescription
Thrown if tables or foreighKeys is null.
See Also