[]
        
(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

Gets the collection of foreign keys in the schema.

Tables

Gets the collection of tables in the schema.

Extension Methods