EntityInstanceReference.ReferenceToView Method
Creates a reference to another view of the same external content type instance.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Function ReferenceToView ( _
targetSpecificFinderName As String _
) As EntityInstanceReference
'Usage
Dim instance As EntityInstanceReference
Dim targetSpecificFinderName As String
Dim returnValue As EntityInstanceReference
returnValue = instance.ReferenceToView(targetSpecificFinderName)
public EntityInstanceReference ReferenceToView(
string targetSpecificFinderName
)
Parameters
targetSpecificFinderName
Type: System.StringThe name of the specific finder that should be the view of the returned entity instance reference.
Return Value
Type: Microsoft.BusinessData.Runtime.EntityInstanceReference
A reference to another view of the same External Item.