Execute the Query and loads your BusinessEntity. The default conjunction between the WHERE parameters is "AND"
Execute the Query and loads your BusinessEntity. The default conjunction between the WHERE parameters is "AND"
public bool Load();
Execute the Query and loads your BusinessEntity. You can pass in the conjunction that will be used between the WHERE parameters, either "AND" or "OR". "AND" is the default.
public bool Load(string);
DynamicQuery Class | NCI.EasyObjects Namespace