LLBLGenProDataSourceViewBaseSelectParameters Property  | 
 
            Gets or sets the select parameters.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic ParameterCollection SelectParameters { get; }Public ReadOnly Property SelectParameters As ParameterCollection
	Get
Property Value
Type: 
ParameterCollectionThe select parameters.
See Also