Share via


SsdlSerializer Class

Definition

Serializes the storage (database) section of an EdmModel to XML.

public class SsdlSerializer
type SsdlSerializer = class
Public Class SsdlSerializer
Inheritance
SsdlSerializer

Constructors

Name Description
SsdlSerializer()

Methods

Name Description
Serialize(EdmModel, String, String, String, XmlWriter, Boolean)

Serialize the EdmModel to the XmlWriter

Serialize(EdmModel, String, String, XmlWriter, Boolean)

Serialize the EdmModel to the XmlWriter

Events

Name Description
OnError

Occurs when an error is encountered serializing the model.

Applies to