CsdlReader Class

Provides CSDL parsing services for EDM models.

Inheritance Hierarchy

System.Object
  Microsoft.Data.Edm.Csdl.CsdlReader

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

Syntax

'Declaration
Public NotInheritable Class CsdlReader
'Usage
public static class CsdlReader
public ref class CsdlReader abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type CsdlReader =  class end
public final class CsdlReader

Methods

  Name Description
Public methodStatic member TryParse(IEnumerable<XmlReader>, IEdmModel%, IEnumerable<EdmError>%) Returns an IEdmModel for the given CSDL artifacts.
Public methodStatic member TryParse(IEnumerable<XmlReader>, IEdmModel, IEdmModel%, IEnumerable<EdmError>%) Returns an IEdmModel for the given CSDL artifacts.
Public methodStatic member TryParse(IEnumerable<XmlReader>, IEnumerable<IEdmModel>, IEdmModel%, IEnumerable<EdmError>%) Returns an IEdmModel for the given CSDL artifacts.

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