Share via


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

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.

See Also

Reference

IAction Interface

IAction Members

Microsoft.BusinessData.MetadataModel Namespace