Share via


CsdlReaderSettings Class

Definition

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
CsdlReaderSettings

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.

Applies to