SharepointListAdapter2.QueryThisFormOnly Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether the query operation will apply only to the current form.
public:
property bool QueryThisFormOnly { bool get(); };
public bool QueryThisFormOnly { get; }
member this.QueryThisFormOnly : bool
Public ReadOnly Property QueryThisFormOnly As Boolean
Property Value
true if the query applies only to the current form; otherwise false.
Remarks
When a form is part of a SharePoint workflow, the query operation will apply only to the current form. The value of this property corresponds to the value of the queryThisFormOnly attribute of the xsf:extensions/xsf:extension/xsf2:solutionDefinition/xsf2:solutionDefinition/xsf2:dataConnections/xsf2:sharePointListAdapterExt/ element in the form definition file (.xsf) of the form template.