Back to Devexpress

XPQuery<T>.Deserialize(XPDictionary, String) Method

xpo-devexpress-dot-xpo-dot-xpquery-1-dot-deserialize-x28-devexpress-dot-xpo-dot-metadata-dot-xpdictionary-system-dot-string-x29.md

latest1.8 KB
Original Source

XPQuery<T>.Deserialize(XPDictionary, String) Method

Creates an instance of the XPQuery<T> class from its string representation.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public static XPQuery<T> Deserialize(
    XPDictionary dictionary,
    string data
)
vb
Public Shared Function Deserialize(
    dictionary As XPDictionary,
    data As String
) As XPQuery(Of T)

Parameters

NameTypeDescription
dictionaryXPDictionary

The XPDictionary class descendant’s instance which provides metadata on persistent objects in a data store.

| | data | String |

The string representation of the query, obtained via the XPQueryBase.Serialize method.

|

Returns

TypeDescription
XPQuery<T>

An instance of the XPQuery<T> class.

|

See Also

Serialize()

XPQuery<T> Class

XPQuery<T> Members

DevExpress.Xpo Namespace