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

SsdlSerializer()

Methods

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

OnError

Occurs when an error is encountered serializing the model.

Applies to