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 | |
---|---|---|
IReadOnlyCollection<T> | Defines properties and methods that handle read-only collections. | |
IReadOnlyDictionary<TKey, TValue> | Defines methods and properties that handle read-only dictionary collections. | |
IReadOnlyNamedDictionary<TValue> | Represents a special implementation of IReadOnlyDictionary, where the key is a string. |