ISemanticModelGenerator.ReGenerateModel 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.
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.