| LLBLGenProDataSourceBaseInsertParameters Property  | 
 
            Parameters which are used to construct a PredicateExpression for live filtering. Hook up control properties or other parameters with the datasource
            so the datasource can filter based on values in other controls.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.1.0.0 (5.1.0)
Syntax[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DefaultValueAttribute(null)]
[EditorAttribute("System.Web.UI.Design.WebControls.ParameterCollectionEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", 
	typeof(UITypeEditor))]
public ParameterCollection InsertParameters { get; }<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<DefaultValueAttribute(Nothing)>
<EditorAttribute("System.Web.UI.Design.WebControls.ParameterCollectionEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", 
	GetType(UITypeEditor))>
Public ReadOnly Property InsertParameters As ParameterCollection
	GetProperty Value
Type: 
ParameterCollection
See Also