ODataMessageReaderSettings.ReadAsStreamFunc Property
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.
Func to evaluate whether a property should be read as a stream. Note that IEdmProperty may be null when reading within a collection
public Func<Microsoft.OData.Edm.IEdmPrimitiveType,bool,string,Microsoft.OData.Edm.IEdmProperty,bool> ReadAsStreamFunc { get; set; }
member this.ReadAsStreamFunc : Func<Microsoft.OData.Edm.IEdmPrimitiveType, bool, string, Microsoft.OData.Edm.IEdmProperty, bool> with get, set
Public Property ReadAsStreamFunc As Func(Of IEdmPrimitiveType, Boolean, String, IEdmProperty, Boolean)