IAction.GetParameterizedUrl Method
Gets the fully parameterized URL whose parameters are filled out by the values of the supplied identifiers using the specified instance.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetParameterizedUrl ( _
instance As IInstance _
) As String
'Usage
Dim instance As IAction
Dim instance As IInstance
Dim returnValue As String
returnValue = instance.GetParameterizedUrl(instance)
string GetParameterizedUrl(
IInstance instance
)
Parameters
instance
Type: Microsoft.BusinessData.Runtime.IInstanceInstance to use to get the values for the action parameters. Not required if this action does not have any parameters.
Return Value
Type: System.String
The fully parameterized URL.
Remarks
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.