IStreamableFieldDescriptorCollection Interface

Represents the descriptors collection of the fields that can be streamed.

Namespace:  Microsoft.BusinessData.Runtime
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Public Interface IStreamableFieldDescriptorCollection _
    Inherits IReadOnlyCollection(Of IStreamableFieldDescriptor), IEnumerable(Of IStreamableFieldDescriptor),  _
    IEnumerable
'Usage
Dim instance As IStreamableFieldDescriptorCollection
public interface IStreamableFieldDescriptorCollection : IReadOnlyCollection<IStreamableFieldDescriptor>, 
    IEnumerable<IStreamableFieldDescriptor>, IEnumerable

See Also

Reference

IStreamableFieldDescriptorCollection Members

Microsoft.BusinessData.Runtime Namespace