Back to Devexpress

XPQuery<T> Constructors

xpo-devexpress-dot-xpo-dot-xpquery-1-dot-ctor.md

latest1.4 KB
Original Source

XPQuery<T> Constructors

A query that allows the construction of LINQ queries for persistent objects.

NameParametersDescription
XPQuery(IDataLayer)dataLayerInitializes a new instance of the XPQuery<T> class with specified settings.
XPQuery(XPDictionary, Boolean)dictionary, inTransactionCreates an instance of the XPQuery<T> class with specified settings.
XPQuery(XPDictionary)dictionaryCreates an instance of the XPQuery<T> class with the specified settings.
XPQuery(Session, Boolean)session, inTransactionCreates an instance of the XPQuery<T> class with specified settings.
XPQuery(Session)sessionCreates an instance of the XPQuery<T> class with the specified settings.

See Also

XPQuery<T> Class

XPQuery<T> Members

DevExpress.Xpo Namespace