ODataReader.CreateReadStream Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a stream for reading an inline stream property.
public virtual System.IO.Stream CreateReadStream ();
abstract member CreateReadStream : unit -> System.IO.Stream
override this.CreateReadStream : unit -> System.IO.Stream
Public Overridable Function CreateReadStream () As Stream
Returns
A stream for reading the stream property.