title | description | ms.date | ms.topic | dev_langs | helpviewer_keywords | author | ms.author | manager | ms.subservice | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Define a Method Instance | Understand how to define a method instance for a method in your business data connectivity (BDC) model. | 02/02/2017 | how-to |
|
| John-Hart | johnhart | mijacobs | sharepoint-development |
You must define at least one method instance for every method in your model.
Add a method instance by using the BDC Method Details window. When you add the method instance, Visual Studio adds a <MethodInstance>
element to the XML of the model file in your project. For more information about the attributes of a <MethodInstance>
element, see MethodInstance.
In the BDC Method Details window, expand the node of a method, and then expand the Instances node.
In the Add a Method Instance list, choose Create Finder Instance.
A new method instance appears beneath the Instances node.
On the menu bar, choose View > Properties Window.
In the Properties window, set the properties of the method instance. For more information about each property, see MethodInstance.