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.
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.StringThe 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.