Um, no, it won't, there isn't a wrapper method on the BO for that... It needs to be added.In the meantime, you can do so through the DbDataSourceItem directly. So, in the BO:
DbCommand c = SomeCommand
DataBasics.DataSources("key").ExecuteNonQuery(c, True, "TranKey")