ISemanticModelGenerator.Generate(IDbConnection, XmlWriter) 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.
Generates a semantic model using the specified connection and model writer.
public:
void Generate(System::Data::IDbConnection ^ connection, System::Xml::XmlWriter ^ newModelWriter);
public void Generate (System.Data.IDbConnection connection, System.Xml.XmlWriter newModelWriter);
abstract member Generate : System.Data.IDbConnection * System.Xml.XmlWriter -> unit
Public Sub Generate (connection As IDbConnection, newModelWriter As XmlWriter)
Parameters
- connection
- IDbConnection
The connection to a data source.
- newModelWriter
- XmlWriter
The new writer of the model.