DocsMarshal
/
Types
/
DocsMarshal.Entities.Abstracts.QueryAbstractProfile
abstract class
QueryAbstractProfile
Base class:
QueryAbstract
Implemented interfaces:
INotifyPropertyChanged
IQueryAbstract
Derived types:
QueryGanttTask
QueryAppointment
Constructors
QueryAbstractProfile
(
String
tableName)
QueryAbstractProfile
(
String
tableName,
IQueryProfile
queryProfile)
Properties
IOrderBy
OrderBy
{ get; }
IQueryProfile
Profile
{ get; }
ISelect
Select
{ get; }
String
TableName
{ get; set; }
IWhere
Where
{ get; }
Top