CsdlSerializer 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.
Serializes an EdmModel that conforms to the restrictions of a single CSDL schema file to an XML writer. The model to be serialized must contain a single EntityContainer .
public class CsdlSerializer
type CsdlSerializer = class
Public Class CsdlSerializer
- Inheritance
-
CsdlSerializer
Constructors
CsdlSerializer() |
Methods
Serialize(EdmModel, XmlWriter, String) |
Serialize the EdmModel to the XmlWriter. |
Events
OnError |
Occurs when an error is encountered serializing the model. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework