SchemaReader 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.
Provides Schema parsing services for EDM models.
public static class SchemaReader
type SchemaReader = class
Public Class SchemaReader
- Inheritance
-
SchemaReader
Methods
TryParse(IEnumerable<XmlReader>, IEdmModel, IEdmModel, IEnumerable<EdmError>) |
Returns an IEdmModel for the given Schema artifacts. |
TryParse(IEnumerable<XmlReader>, IEdmModel, IEnumerable<EdmError>) |
Returns an IEdmModel for the given Schema artifacts. |
TryParse(IEnumerable<XmlReader>, IEnumerable<IEdmModel>, Boolean, IEdmModel, IEnumerable<EdmError>) |
Returns an IEdmModel for the given Schema artifacts. |
TryParse(IEnumerable<XmlReader>, IEnumerable<IEdmModel>, IEdmModel, IEnumerable<EdmError>) |
Returns an IEdmModel for the given Schema artifacts. |