CsdlReaderSettings Class
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.
Settings used when parsing CSDL document.
public sealed class CsdlReaderSettings : Microsoft.OData.Edm.Csdl.CsdlReaderSettingsBase
type CsdlReaderSettings = class
inherit CsdlReaderSettingsBase
Public NotInheritable Class CsdlReaderSettings
Inherits CsdlReaderSettingsBase
- Inheritance
Constructors
CsdlReaderSettings() |
Default constructor. |
Properties
GetReferencedModelReaderFunc |
The function to load referenced model xml. If null, will stop loading the referenced models. Normally it should throw no exception. |
IgnoreUnexpectedAttributesAndElements |
Ignore the unexpected attributes and elements in schema. |