SharpSchedule

IQuery Methods

The methods of the IQuery interface are listed below. For a complete list of IQuery interface members, see the IQuery Members topic.

Public Instance Methods

GetAdd Constructs and returns the sql string that is used to add an entity.
GetFetch Constructs and returns the sql string that is used to update an entity.
GetFetchById Constructs and returns the sql string that is used to fetch an entity by id.
GetRemove Constructs and returns the sql string that is used to remove an entity.
GetUpdate Constructs and returns the sql string that is used to add an entity.

See Also

IQuery Interface | Ozanam.Schedule.Store.Database Namespace