RemoteSharedFileBackedMetadataCatalog.Helper property

Gets the runtime helper object.

Namespace:  Microsoft.Office.BusinessData.MetadataModel
Assembly:  Microsoft.Office.BusinessApplications.Runtime (in Microsoft.Office.BusinessApplications.Runtime.dll)

Syntax

'Declaration
Public ReadOnly Property Helper As IRuntimeHelper
    Get
'Usage
Dim instance As RemoteSharedFileBackedMetadataCatalog
Dim value As IRuntimeHelper

value = instance.Helper
public IRuntimeHelper Helper { get; }

Property value

Type: Microsoft.BusinessData.Runtime.IRuntimeHelper
The runtime helper object.

Implements

IMetadataCatalog.Helper

Remarks

Helper provides functions for easy access to metadata objects as well as creating DataTables from the results of operations against the external system.

Object instances obtained from an instance of RemoteSharedFileBackedMetadataCatalog can only be used with object instances obtained from the same instance of RemoteSharedFileBackedMetadataCatalog. Using incompatible object instances with each other causes data corruption and other unexpected behavior.

See also

Reference

RemoteSharedFileBackedMetadataCatalog class

RemoteSharedFileBackedMetadataCatalog members

Microsoft.Office.BusinessData.MetadataModel namespace