Sphyrnidae Common Library  2.0.1
Shared Utilities/Library
Sphyrnidae.Common.DynamicSql.Models Namespace Reference

Classes

class  AggregateSpecification
 A column can be specified to be aggregated More...
 
class  Column
 A table column More...
 
class  Condition
 A condition as used in table joins, or 'WHERE' clause More...
 
class  DynamicSql
 The response object to a "build" of the DynamicSqlBuilder object More...
 
class  JoinTable
 A 2nd (or more) additional table joined to the primary table More...
 
class  SqlBuilderObject
 The raw object that stores all of the information to be 'built' More...
 
class  Table
 Represents a table/columns. Use this class directly for the primary table, and the JoinTable class for additional tables More...