EntityModelSchemaGenerator.WriteStorageMapping Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes the generated mapping specification language (MSL) to the specified file.
Overloads
WriteStorageMapping(String) |
Writes the generated mapping specification language (MSL) to the specified file. |
WriteStorageMapping(XmlWriter) |
Writes the generated mapping specification language (MSL) to an XmlWriter object. |
WriteStorageMapping(String)
Writes the generated mapping specification language (MSL) to the specified file.
public:
void WriteStorageMapping(System::String ^ outputFileName);
public void WriteStorageMapping (string outputFileName);
member this.WriteStorageMapping : string -> unit
Public Sub WriteStorageMapping (outputFileName As String)
Parameters
- outputFileName
- String
The name of the output file.
Applies to
WriteStorageMapping(XmlWriter)
Writes the generated mapping specification language (MSL) to an XmlWriter object.
public:
void WriteStorageMapping(System::Xml::XmlWriter ^ writer);
public void WriteStorageMapping (System.Xml.XmlWriter writer);
member this.WriteStorageMapping : System.Xml.XmlWriter -> unit
Public Sub WriteStorageMapping (writer As XmlWriter)
Parameters
- writer
- XmlWriter
The XmlWriter to which the MSL is written.