Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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