EasyObjects.NET Programmers Reference

DynamicQuery.Load Method

Execute the Query and loads your BusinessEntity. The default conjunction between the WHERE parameters is "AND"

Overload List

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);

See Also

DynamicQuery Class | NCI.EasyObjects Namespace