IInstance.GetActionUrl Method
Returns the URL of the specified action.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetActionUrl ( _
action As IAction _
) As String
'Usage
Dim instance As IInstance
Dim action As IAction
Dim returnValue As String
returnValue = instance.GetActionUrl(action)
string GetActionUrl(
IAction action
)
Parameters
action
Type: Microsoft.BusinessData.MetadataModel.IActionThe Action whose URL to get.
Return Value
Type: System.String
The action URL.
Remarks
The parameters in the Action will be filled using the values from this External Item.
Instances of objects in the Business Data Connectivity object model are tied to the Metadata Store they are obtained from. Using instances tied to one Metadata Store with the instances from another Metadata Store will cause data corruption and other unexpected behavior. For more information, see DatabaseBackedMetadataCatalog, FileBackedMetadataCatalog, and RemoteSharedFileBackedMetadataCatalog.