Entity.Methods property

Gets the method collection of the external content type.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property Methods As MethodCollection
    Get
'Usage
Dim instance As Entity
Dim value As MethodCollection

value = instance.Methods
public MethodCollection Methods { get; }

Property value

Type: Microsoft.SharePoint.BusinessData.Administration.MethodCollection
The method collection.

Examples

Code Snippet: Create an External Content Type Using the Administration Object Model

See also

Reference

Entity class

Entity members

Microsoft.SharePoint.BusinessData.Administration namespace