Microsoft.BusinessData.Infrastructure.Collections Namespace

The Microsoft.BusinessData.Infrastructure.Collections namespace contains collections used for the Business Data Connectivity (BDC) service infrastructure.

Interfaces

  Interface Description
Public interface IReadOnlyCollection<T> Defines properties and methods that handle read-only collections.
Public interface IReadOnlyDictionary<TKey, TValue> Defines methods and properties that handle read-only dictionary collections.
Public interface IReadOnlyNamedDictionary<TValue> Represents a special implementation of IReadOnlyDictionary, where the key is a string.