Click or drag to resize
LLBLGenProDataSourceViewBaseCompareSelectParameters Method
Compares the select parameters with the cached versions. If the current select parameters are different, Refresh is set to true.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected void CompareSelectParameters()
Remarks
Called by ExecuteSelect prior to branching out to the real select routines.
See Also