IEntity.GetIdentifierCount Method
Gets the number of identifiers of this external content type.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetIdentifierCount As Integer
'Usage
Dim instance As IEntity
Dim returnValue As Integer
returnValue = instance.GetIdentifierCount()
int GetIdentifierCount()
Return Value
Type: System.Int32
The number of identifiers.