EasyObjects.NET Programmers Reference

DynamicQuery.Load Method (String)

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

Parameters

conjunction
The conjunction to use between WHERE parameters

Return Value

True if at least one record was loaded, False if no records were loaded

See Also

DynamicQuery Class | NCI.EasyObjects Namespace | DynamicQuery.Load Overload List