Share via


FileBackedMetadataCatalog.Helper property

Gets the runtime helper object.

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

Syntax

'Declaration
Public ReadOnly Property Helper As IRuntimeHelper
    Get
'Usage
Dim instance As FileBackedMetadataCatalog
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 FileBackedMetadataCatalog can only be used with object instances obtained from the same instance of FileBackedMetadataCatalog. Using incompatible object instances with each other causes data corruption and other unexpected behavior.

See also

Reference

FileBackedMetadataCatalog class

FileBackedMetadataCatalog members

Microsoft.SharePoint.BusinessData.MetadataModel namespace