Share via


ODataMessageReaderSettings.ReadAsStreamFunc Property

Definition

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)

Property Value

Applies to