LLBLGenProDataSourceBaseUpdateParameters 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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.0.0.0 (5.0.0)
Syntax [EditorAttribute("System.Web.UI.Design.WebControls.ParameterCollectionEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
typeof(UITypeEditor))]
[DefaultValueAttribute(null)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public ParameterCollection UpdateParameters { get; }
<EditorAttribute("System.Web.UI.Design.WebControls.ParameterCollectionEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a",
GetType(UITypeEditor))>
<DefaultValueAttribute(Nothing)>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property UpdateParameters As ParameterCollection
Get
Property Value
Type:
ParameterCollectionSee Also