SPDatabaseAction.DropFunction method
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Sub DropFunction ( _
functionName As String _
)
'Usage
Dim functionName As String
Me.DropFunction(functionName)
protected void DropFunction(
string functionName
)
Parameters
- functionName
Type: System.String