Share via


FileBackedMetadataCatalog.Helper property

Gets the runtime helper object.

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

Syntax

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.Office.BusinessData.MetadataModel namespace