ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.Extensibility.Data.SchemaModel Namespace / DataSchema Class / DataSchema Constructor
The tables collection.
The foreigh keys collection.

In This Topic
    DataSchema Constructor
    In This Topic
    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