EdmxWriter Class

Provides EDMX serialization services for EDM models.

Inheritance Hierarchy

System.Object
  Microsoft.Data.Edm.Csdl.EdmxWriter

Namespace:  Microsoft.Data.Edm.Csdl
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Class EdmxWriter
'Usage
Dim instance As EdmxWriter
public class EdmxWriter
public ref class EdmxWriter
type EdmxWriter =  class end
public class EdmxWriter

The EdmxWriter type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public methodStatic member TryWriteEdmx Outputs an EDMX artifact to the provided XmlWriter.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Data.Edm.Csdl Namespace