Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides EDMX parsing services for EDM models.
Inheritance Hierarchy
System.Object
Microsoft.Data.Edm.Csdl.EdmxReader
Namespace: Microsoft.Data.Edm.Csdl
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Class EdmxReader
'Usage
Dim instance As EdmxReader
public class EdmxReader
public ref class EdmxReader
type EdmxReader = class end
public class EdmxReader
The EdmxReader 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.) |
![]() ![]() |
TryParse(XmlReader, IEdmModel%, IEnumerable<EdmError>%) | Returns an IEdmModel for the given EDMX artifact. |
![]() ![]() |
TryParse(XmlReader, IEdmModel, IEdmModel%, IEnumerable<EdmError>%) | Returns an IEdmModel for the given EDMX artifact. |
![]() ![]() |
TryParse(XmlReader, IEnumerable<IEdmModel>, IEdmModel%, IEnumerable<EdmError>%) | Returns an IEdmModel for the given EDMX artifact. |
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.