DocsMarshal
/
Types
/
DocsMarshal.Entities.Query.Appointment.QueryAppointment
class
QueryAppointment
Base class:
QueryAbstractProfile
Implemented interfaces:
INotifyPropertyChanged
IQueryAbstract
Derived types:
This type is not derived by any type in DocsMarshal.
Constructors
QueryAppointment
()
QueryAppointment
(
IQueryProfile
queryProfile)
Properties
IOrderBy
OrderBy
{ get; }
IQueryProfile
Profile
{ get; }
ISelect
Select
{ get; }
String
TableName
{ get; set; }
IWhere
Where
{ get; }
Top