Method Create
Create(object)
Creates a new instance of the QueryWrapper class.
public static QueryWrapper Create(object query)
Parameters
query
objectThe wrapped object.
Returns
- QueryWrapper
A new instance of QueryWrapper or null.
Creates a new instance of the QueryWrapper class.
public static QueryWrapper Create(object query)
query
objectThe wrapped object.
A new instance of QueryWrapper or null.