The ICollectionMetadata type exposes the following members.

Properties

  NameDescription
Public propertyElementType
The collection element type
Public propertyHasIndex
Is the collection indexed?
Public propertyIndexType
The collection index type (or null if the collection has no index)
Public propertyIsArray
Is the collection an array?
Public propertyIsLazy
Is the collection lazily initialized?
Public propertyIsPrimitiveArray
Is the collection a primitive array?
Public propertyKeyType
The collection key type
Public propertyRole
The name of this collection role

See Also