Namespace Paradigm.ORM.Data.Database.Schema.Structure
Interfaces
IColumn
Provides an interface for a database column schema.
IConstraint
Provides an interface for a database constraint schema.
IParameter
Provides an interface for a database parameter schema.
IStoredProcedure
Provides an interface for a database stored procedure schema.
ITable
Provides an interface for a database table schema.
IView
Provides an interface for a database view schema.
Enums
ConstraintType
Specifies the constraint types the ORM retrieves.
StoredProcedureType
Specifies what a stored procedure will return.