EntityModelSchemaGenerator.WriteStorageMapping Method

Definition

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.

Applies to