The EDMXFile type exposes the following members.

Constructors

  NameDescription
Public methodEDMXFile(Stream)
Reads an EDMX file from a stream.
Public methodEDMXFile(String)
Opens an existing EDMX file
Public methodEDMXFile(String, String, String)
Creates a new EDMX file with the given model name, provider and provider manifest token.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSave(Stream)
Saves the EDMX to a stream.
Public methodSave(String)
Saves the EDMX to a file.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyConceptualModel
Reference to the conceptual model.
Public propertyCSMapping
Reference to the conceptual-storage model mappings.
Public propertyDesigner
Reference to designer / diagram data.
Public propertyStorageModel
Reference to the storage model.

See Also