[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.DataSchema

DataSchema Class

Defines the data schema of database.

Inheritance
DataSchema
Namespace: GrapeCity.ActiveReports.Extensibility.Data.SchemaModel
Assembly: MESCIUS.ActiveReports.dll
Syntax
public sealed class DataSchema

Constructors

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

Initializes a new instance of the DataSchema class.

Fields

Name Description
Empty

Represents the empty data schema.

Properties

Name Description
ForeignKeys

The foreight keys collection which has this table as source.

Tables

The tables collection

Extension Methods