ITypeDescriptor.LobName Property

Retrieves the name of the field on the external system.

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

Syntax

'Declaration
ReadOnly Property LobName As String
    Get
'Usage
Dim instance As ITypeDescriptor
Dim value As String

value = instance.LobName
string LobName { get; }

Property Value

Type: System.String
The name of the field on the external system.

Remarks

The LobName of the type descriptor matches the name of the field in the data structure. The name of the TypeDescriptor can be changed based on the requirements of the application. This allows creating multiple fields for the same structure, with different semantic information.

See Also

Reference

ITypeDescriptor Interface

ITypeDescriptor Members

Microsoft.BusinessData.MetadataModel Namespace