Microsoft.Data.Tools.Model.Relational Namespace

Interfaces

  Interface Description
Public interface IColumn
Public interface IForeignKey
Public interface IForeignKeyPart
Public interface IPrimaryKey
Public interface IPrimaryKeyPart
Public interface IRelationalModel Root class of the model hierarchy, roughly corresponds to a DataSchemaModel in SqlSchema. All models are basically built by instantiating this and associating other model objects (such as Tables) with it, etc. and populating the hierarchy, then setting meta data and registering appropriate listeners with this model.
Public interface IRelationalModelProvider
Public interface ISchema
Public interface ITable