DataFormWebPart.FilterOperations property

Gets a dictionary to be used for lookup operations between field name and field operation. This information is used to filter the data.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.None)> _
Public ReadOnly Property FilterOperations As Dictionary(Of String, FilterOperation)
    Get
'Usage
Dim instance As DataFormWebPart
Dim value As Dictionary(Of String, FilterOperation)

value = instance.FilterOperations
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.None)]
public Dictionary<string, FilterOperation> FilterOperations { get; }

Property value

Type: System.Collections.Generic.Dictionary<String, FilterOperation>
A collection that serves as a dictionary of mappings between the field name and field operation.

Remarks

Filter operations are used to perform ad hoc data filtering. This ad hoc filtering is distinct from the filtering that is performed in the data source control.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace