DocsMarshal
/
Types
/
DocsMarshal.Entities.Abstracts.QueryAbstract
abstract class
QueryAbstract
Base class:
This type does not have any base class
Implemented interfaces:
INotifyPropertyChanged
IQueryAbstract
Derived types:
QueryProfile
QueryGanttTask
QueryAppointment
QueryAbstractProfile
Constructors
QueryAbstract
()
QueryAbstract
(
String
tableName)
Properties
IOrderBy
OrderBy
{ get; }
ISelect
Select
{ get; }
String
TableName
{ get; set; }
IWhere
Where
{ get; }
Top