IOutputFilter Interface

Represents a filter that has a return value.

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

Syntax

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

Remarks

The return value of the filter will only be available after the related method instance is executed.

See Also

Reference

IOutputFilter Members

Microsoft.BusinessData.Runtime Namespace