Jaa


CsdlReaderSettings.GetReferencedModelReaderFunc Property

Definition

The function to load referenced model xml. If null, will stop loading the referenced models. Normally it should throw no exception.

public Func<Uri,System.Xml.XmlReader> GetReferencedModelReaderFunc { get; set; }
member this.GetReferencedModelReaderFunc : Func<Uri, System.Xml.XmlReader> with get, set
Public Property GetReferencedModelReaderFunc As Func(Of Uri, XmlReader)

Property Value

Applies to