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 | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
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.