ISemanticModelGenerator.ReGenerateModel Method

Definition

Regenerates the model using the specified connection, model reader and model writer.

public:
 void ReGenerateModel(System::Data::IDbConnection ^ connection, System::Xml::XmlReader ^ currentModelReader, System::Xml::XmlWriter ^ newModelWriter);
public void ReGenerateModel (System.Data.IDbConnection connection, System.Xml.XmlReader currentModelReader, System.Xml.XmlWriter newModelWriter);
abstract member ReGenerateModel : System.Data.IDbConnection * System.Xml.XmlReader * System.Xml.XmlWriter -> unit
Public Sub ReGenerateModel (connection As IDbConnection, currentModelReader As XmlReader, newModelWriter As XmlWriter)

Parameters

connection
IDbConnection

The connection to a data source.

currentModelReader
XmlReader

The current reader of the model.

newModelWriter
XmlWriter

The new writer of the model.

Applies to