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 or sets the value of the field referred to by the dot notation.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Default Property Item ( _
fieldDotNotation As String _
) As Object
Get
Set
'Usage
Dim instance As IFieldValueDictionary
Dim fieldDotNotation As String
Dim value As Object
value = instance(fieldDotNotation)
instance(fieldDotNotation) = value
Object this[
string fieldDotNotation
] { get; set; }
Parameters
fieldDotNotation
Type: System.StringThe field name in dot notation.
Property Value
Type: System.Object
The field value in dot notation.
Remarks
For more information about using dot notation, see Using Dot Notation in the Business Data Connectivity (BDC) Service.