Share via


IEntity.GetUpdaterView Method

Gets the View for the given updater.

Namespace:  Microsoft.BusinessData.MetadataModel
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Function GetUpdaterView ( _
    updaterName As String _
) As IView
'Usage
Dim instance As IEntity
Dim updaterName As String
Dim returnValue As IView

returnValue = instance.GetUpdaterView(updaterName)
IView GetUpdaterView(
    string updaterName
)

Parameters

Return Value

Type: Microsoft.BusinessData.MetadataModel.IView
The View for the updater.

See Also

Reference

IEntity Interface

IEntity Members

Microsoft.BusinessData.MetadataModel Namespace