IInstance.GetStreamableFields Method

Gets the collection for the streamable fields corresponding to the StreamAccessor method instances.

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

Syntax

'Declaration
Function GetStreamableFields As IStreamableFieldDescriptorCollection
'Usage
Dim instance As IInstance
Dim returnValue As IStreamableFieldDescriptorCollection

returnValue = instance.GetStreamableFields()
IStreamableFieldDescriptorCollection GetStreamableFields()

Return Value

Type: Microsoft.BusinessData.Runtime.IStreamableFieldDescriptorCollection
The collection of streamable fields.

See Also

Reference

IInstance Interface

IInstance Members

Microsoft.BusinessData.Runtime Namespace