Share via


ISubscriptionQuery.MethodInstance Property

Gets or sets the method instance definition for the query.

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

Syntax

'Declaration
Property MethodInstance As IMethodInstance
    Get
    Set
'Usage
Dim instance As ISubscriptionQuery
Dim value As IMethodInstance

value = instance.MethodInstance

instance.MethodInstance = value
IMethodInstance MethodInstance { get; set; }

Property Value

Type: Microsoft.BusinessData.MetadataModel.IMethodInstance
The method instance definition for the query.

Remarks

This property can reference a Finder or an IdEnumerator method.

See Also

Reference

ISubscriptionQuery Interface

ISubscriptionQuery Members

Microsoft.BusinessData.Offlining Namespace

Other Resources

Stereotyped Operations Supported by BDC