EasyObjects.NET Programmers Reference

DynamicQuery.AddWhereParameter Method 

Adds the WhereParameter to the internal ArrayList.

public void AddWhereParameter(
   WhereParameter param
);

Parameters

param
The WhereParameter to add

Remarks

NOTE: This is called by the EasyObject framework and you should never call it. We reserve the right to remove or change this method.

See Also

DynamicQuery Class | NCI.EasyObjects Namespace