Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.