SchemaWriter 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 serialization services for EDM models.
public static class SchemaWriter
type SchemaWriter = class
Public Module SchemaWriter
- Inheritance
-
SchemaWriter
Methods
TryWriteSchema(IEdmModel, Func<String,XmlWriter>, IEnumerable<EdmError>) |
Outputs Schema artifacts to the provided writers. |
TryWriteSchema(IEdmModel, XmlWriter, IEnumerable<EdmError>) |
Outputs a Schema artifact to the provided writer. |