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
updaterName
Type: System.StringThe name of the updater.
Return Value
Type: Microsoft.BusinessData.MetadataModel.IView
The View for the updater.