DatabaseBackedMetadataCatalog.Helper property

Gets the runtime helper.

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 DatabaseBackedMetadataCatalog
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 DatabaseBackedMetadataCatalog for a BdcServiceApplicationProxy can only be used with object instances obtained from instances of DatabaseBackedMetadataCatalog for the same BdcServiceApplicationProxy. Using incompatible object instances with each other causes data corruption and other unexpected behavior.

See also

Reference

DatabaseBackedMetadataCatalog class

DatabaseBackedMetadataCatalog members

Microsoft.SharePoint.BusinessData.MetadataModel namespace