[]
Defines the data schema of database.
public sealed class DataSchema
| Name | Description |
|---|---|
| DataSchema(IEnumerable<Table>, IEnumerable<ForeignKey>) | Initializes a new instance of the DataSchema class. |
| Name | Description |
|---|---|
| Empty | Represents the empty data schema. |
| Name | Description |
|---|---|
| ForeignKeys | The foreight keys collection which has this table as source. |
| Tables | The tables collection |