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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.0.0.0 (5.0.0)
Syntax protected void CompareSelectParameters()
Protected Sub CompareSelectParameters
Remarks Called by ExecuteSelect prior to branching out to the real select routines.
See Also