ActiveReports 13
DataSchema Constructor

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.Extensibility.Data.SchemaModel Namespace > DataSchema Class : DataSchema Constructor
The tables collection.
The foreigh keys collection.
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) _
)
public DataSchema( 
   IEnumerable<Table> tables,
   IEnumerable<ForeignKey> foreighKeys
)

Parameters

tables
The tables collection.
foreighKeys
The foreigh keys collection.
See Also

Reference

DataSchema Class
DataSchema Members