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 CsdlSerializertype CsdlSerializer = classPublic 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. |