Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPQuery<T> Constructors

A query that allows the construction of LINQ queries for persistent objects.
Name Parameters Description
XPQuery(IDataLayer) dataLayer
XPQuery(XPDictionary, Boolean) dictionary, inTransaction Creates an instance of the XPQuery<T> class with specified settings.
XPQuery(XPDictionary) dictionary Creates an instance of the XPQuery<T> class with the specified settings.
XPQuery(Session, Boolean) session, inTransaction Creates an instance of the XPQuery<T> class with specified settings.
XPQuery(Session) session Creates an instance of the XPQuery<T> class with the specified settings.
See Also