• Thank you for the series! I just checked on Amazon and there is no book about BIML yet. I hope somebody is working on one :-).

    Quick question related to the "Root" node discussion. The article shows that we can refer to the "Source" connection by using: RootNode.OleDbConnections["Source"]. How come we don't have to reference the "Connections" node? I would expect to see something like this: RootNode.Connections.OleDbConnections["Source"]

    Am I confusing the BIML structure with the BIML object model?