Interfaz IStreamableFieldDescriptorCollection
Representa la colección de descriptores de los campos que pueden transmitir.
Espacio de nombres: Microsoft.BusinessData.Runtime
Ensamblado: Microsoft.BusinessData (en Microsoft.BusinessData.dll)
Sintaxis
'Declaración
Public Interface IStreamableFieldDescriptorCollection _
Inherits IReadOnlyCollection(Of IStreamableFieldDescriptor), IEnumerable
'Uso
Dim instance As IStreamableFieldDescriptorCollection
public interface IStreamableFieldDescriptorCollection : IReadOnlyCollection<IStreamableFieldDescriptor>,
IEnumerable