IDataClass.GetLobSystem Method
Gets the external system of this data class.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetLobSystem As ILobSystem
'Usage
Dim instance As IDataClass
Dim returnValue As ILobSystem
returnValue = instance.GetLobSystem()
ILobSystem GetLobSystem()
Return Value
Type: Microsoft.BusinessData.MetadataModel.ILobSystem
Returns ILobSystem.
The external system of this data class.
Examples
The following code examples show how to use GetLobSystem through the IEntity interface object, which is derived from IDataClass.
Code Snippet: Get the DatabaseBackedMetadataCatalog on the Server
Code Snippet: Execute a Finder Method Instance of an External Content Type