Share via


IFieldValueDictionary.GetCollectionSize Method

Returns the size of the collection that the dot notation refers to.

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

Syntax

'Declaration
Function GetCollectionSize ( _
    fieldDotNotation As String _
) As Integer
'Usage
Dim instance As IFieldValueDictionary
Dim fieldDotNotation As String
Dim returnValue As Integer

returnValue = instance.GetCollectionSize(fieldDotNotation)
int GetCollectionSize(
    string fieldDotNotation
)

Parameters

  • fieldDotNotation
    Type: System.String

    The path to the collection.

Return Value

Type: System.Int32
The size of the collection.

Remarks

For more information about using dot notation, see Using Dot Notation in the Business Data Connectivity (BDC) Service.

See Also

Reference

IFieldValueDictionary Interface

IFieldValueDictionary Members

Microsoft.BusinessData.Runtime Namespace