Default constructor
Default constructor
public DynamicQuery();
There is no need to call this, just access your EasyObject.Query property and it will be created on the fly.
public DynamicQuery(EasyObject);
DynamicQuery Class | NCI.EasyObjects Namespace