IStreamableFieldDescriptorCollection interface
Representa a coleção de descritores dos campos que podem ser transmitido.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (em Microsoft.BusinessData.dll)
Sintaxe
'Declaração
Public Interface IStreamableFieldDescriptorCollection _
Inherits IReadOnlyCollection(Of IStreamableFieldDescriptor), IEnumerable
'Uso
Dim instance As IStreamableFieldDescriptorCollection
public interface IStreamableFieldDescriptorCollection : IReadOnlyCollection<IStreamableFieldDescriptor>,
IEnumerable