IMetadataCatalog.Helper Property

Gets the runtime helper implementation for this metadata catalog.

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

Syntax

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

value = instance.Helper
IRuntimeHelper Helper { get; }

Property Value

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

Remarks

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

See Also

Reference

IMetadataCatalog Interface

IMetadataCatalog Members

Microsoft.BusinessData.MetadataModel Namespace