Share via


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