IStreamingAdapterObject.GetStream Method
Gets the stream.
Namespace: Microsoft.BusinessData.SystemSpecific
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetStream As Stream
'Usage
Dim instance As IStreamingAdapterObject
Dim returnValue As Stream
returnValue = instance.GetStream()
Stream GetStream()
Return Value
Type: System.IO.Stream
The stream.
Remarks
This method can throw an ObjectDisposedException exception when the instance of a class implementing the IStreamingAdapterObject interface is already disposed and the user is trying to call the method from that instance.
See Also
Reference
IStreamingAdapterObject Interface