IMethodInstance Interface
Represents stereotypical operation of a method on an external content type.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Interface IMethodInstance _
Inherits IAccessControlledMetadataObject, IMetadataObject, IMetadataStruct
'Usage
Dim instance As IMethodInstance
public interface IMethodInstance : IAccessControlledMetadataObject,
IMetadataObject, IMetadataStruct
Remarks
Method instances are used to provide meaning to a Method by specifying default values and a stereotype.
Examples
Code Snippet: Execute a Finder Method Instance of an External Content Type
Code Snippet: Execute the IdEnumerator Method Instance of an External Content Type