Class SchemaModelBase
Base class for schema model.
public abstract class SchemaModelBase
  - Inheritance
 - 
      
      SchemaModelBase
 
- Derived
 
- Extension Methods
 
Properties
AggregateFunctions
Schema aggregate functions.
public List<AggregateFunctionModel> AggregateFunctions { get; }
  Property Value
Entities
Schema entities (tables and views).
public List<EntityModel> Entities { get; }
  Property Value
ScalarFunctions
Schema scalar functions.
public List<ScalarFunctionModel> ScalarFunctions { get; }
  Property Value
StoredProcedures
Schema stored procedures.
public List<StoredProcedureModel> StoredProcedures { get; }
  Property Value
TableFunctions
Schema table functions.
public List<TableFunctionModel> TableFunctions { get; }