Share via


ISubscription.FindMembersFiltered Method

Executes a Finder offline on subscription members.

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

Syntax

'Declaration
Function FindMembersFiltered ( _
    filterCollection As IFilterCollection, _
    finderName As String, _
    allowPartialData As Boolean _
) As IEntityInstanceEnumerator
'Usage
Dim instance As ISubscription
Dim filterCollection As IFilterCollection
Dim finderName As String
Dim allowPartialData As Boolean
Dim returnValue As IEntityInstanceEnumerator

returnValue = instance.FindMembersFiltered(filterCollection, _
    finderName, allowPartialData)
IEntityInstanceEnumerator FindMembersFiltered(
    IFilterCollection filterCollection,
    string finderName,
    bool allowPartialData
)

Parameters

  • finderName
    Type: System.String

    The name of the Finder method to execute.

  • allowPartialData
    Type: System.Boolean

    true to return members with partial data; otherwise, false.

Return Value

Type: Microsoft.BusinessData.Runtime.IEntityInstanceEnumerator
The subscription member instances returned by the specified Finder method and filtered by the specified filters.

Remarks

Instances of objects in the Business Data Connectivity object model are tied to the Metadata Store they are obtained from. Using instances tied to one Metadata Store with the instances from another Metadata Store will cause data corruption and other unexpected behavior. For more information, see DatabaseBackedMetadataCatalog, FileBackedMetadataCatalog, and RemoteSharedFileBackedMetadataCatalog.

See Also

Reference

ISubscription Interface

ISubscription Members

Microsoft.BusinessData.Offlining Namespace