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.9.0.0 (5.9.0)
Syntaxprotected void CompareSelectParameters()
Protected Sub CompareSelectParameters
RemarksCalled by ExecuteSelect prior to branching out to the real select routines.
See Also