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.4.0.0 (5.4.0)
Syntax protected void CompareSelectParameters()
Protected Sub CompareSelectParameters
Remarks Called by ExecuteSelect prior to branching out to the real select routines.
See Also