MethodCollection.Create Method
Creates a Method object.
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.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
name
Type: System.StringThe name of the method.
isCached
Type: System.Booleantrue if the method is cached; otherwise, false.
isStatic
Type: System.Booleantrue if the method is static; otherwise, false.
lobName
Type: System.StringThe External System name.
Return Value
Type: Microsoft.SharePoint.BusinessData.Administration.Client.Method
See Also
Reference
Microsoft.SharePoint.BusinessData.Administration.Client Namespace