IUserInputFilter Interface

Represents a filter with one or more values that can be set.

Namespace:  Microsoft.BusinessData.Runtime
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Public Interface IUserInputFilter _
    Inherits IFilter
'Usage
Dim instance As IUserInputFilter
public interface IUserInputFilter : IFilter

Remarks

The values of this filter are provided by the user as opposed to other filters that are provided by Microsoft Business Connectivity Services (BCS).

A filter represents the actual method parameters and the filter description represents the method parameter description.

Examples

Code Snippet: Execute the IdEnumerator Method Instance of an External Content Type

See Also

Reference

IUserInputFilter Members

Microsoft.BusinessData.Runtime Namespace

IFilter