Quick Reference BimlExtensions
Quick Reference BimlExtensions
Create a node that represents the specified Conn1.GenerateSchemaNode(rootNode, Return the AstSchemaNode from Conn1,
GenerateSchemaNode schema schemaName); using the rootNode as the parent.
Create the nodes to represent schemas from a Gets the schema nodes from Conn1,
GenerateSchemaNodes database connection Conn1.GenerateSchemaNodes(); using the schema list from Conn1.
Create the nodes to represent schemas from a Conn1.GenerateSchemaNodes(SchemaImpo Gets the schema nodes from Conn1,
GenerateSchemaNodes database connection rter.GetSchemaList(Conn1)); using the schema list from Conn1.
Create the Biml to represent schemas from a Creates a list of Biml to generate all
GenerateSchemasBiml database connection OleConn.GenerateSchemaBiml(); schemas for OleConn.
Creates a list of Biml to generate all
Create the Biml to represent schemas from a OleConn.GenerateSchemaBiml(SchemaImpo schemas for OleConn, using schema list
GenerateSchemasBiml database connection rter.GetSchemaList(Conn1)); from Conn1.
RootNode.Tables.First().GetColumnList(colu
mn => column.IsUsedInKey, null, Creates a list of columns of the first table
Builds a string containing the column list for the DefaultBeginningDelimiter, in the Tables collection which are used in
GetColumnList table, formatted for a SQL statement DefaultEndingDelimiter); keys.