MethodCollection.Create Method

Creates a Method object.

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

Syntax

'Declaration
Public Function Create ( _
    name As String, _
    isCached As Boolean, _
    isStatic As Boolean, _
    lobName As String _
) As Method
'Usage
Dim instance As MethodCollection
Dim name As String
Dim isCached As Boolean
Dim isStatic As Boolean
Dim lobName As String
Dim returnValue As Method

returnValue = instance.Create(name, isCached, _
    isStatic, lobName)
public Method Create(
    string name,
    bool isCached,
    bool isStatic,
    string lobName
)

Parameters

  • isStatic
    Type: System.Boolean

    true if the method is static; otherwise, false.

Return Value

Type: Microsoft.SharePoint.BusinessData.Administration.Method
A Method object.

See Also

Reference

MethodCollection Class

MethodCollection Members

Microsoft.SharePoint.BusinessData.Administration Namespace