XPQuery<T> Constructors
A query that allows the construction of LINQ queries for persistent objects.
Name | Parameters | Description |
---|---|---|
XPQuery |
data |
Initializes a new instance of the XPQuery |
XPQuery |
dictionary, in |
Creates an instance of the XPQuery |
XPQuery |
dictionary |
Creates an instance of the XPQuery |
XPQuery |
session, in |
Creates an instance of the XPQuery |
XPQuery |
session |
Creates an instance of the XPQuery |
See Also