Click or drag to resize
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.3.0.0 (5.3.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; }

Property Value

Type: ParameterCollection
See Also