The EDMXFile type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EDMXFile(Stream) |
Reads an EDMX file from a stream.
| |
EDMXFile(String) |
Opens an existing EDMX file
| |
EDMXFile(String, String, String) |
Creates a new EDMX file with the given model name, provider and provider manifest token.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Save(Stream) |
Saves the EDMX to a stream.
| |
Save(String) |
Saves the EDMX to a file.
| |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ConceptualModel |
Reference to the conceptual model.
| |
CSMapping |
Reference to the conceptual-storage model mappings.
| |
Designer |
Reference to designer / diagram data.
| |
StorageModel |
Reference to the storage model.
|