ISemanticModelGenerator.Generate(IDbConnection, XmlWriter) Method

Definition

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.

Applies to