XPQuery<T> Constructors
A query that allows the construction of LINQ queries for persistent objects.Name | Parameters | Description |
---|---|---|
XPQuery(IDataLayer) | dataLayer | Initializes a new instance of the XPQuery<T> class with specified settings. |
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