Function GetUpdateTablesSql( _ ByVal newTables As IEnumerable(Of Table), _ ByVal newColumns As IDictionary(Of Table,IEnumerable(Of Field)) _ ) As String
Dim instance As IDatabaseProvider Dim newTables As IEnumerable(Of Table) Dim newColumns As IDictionary(Of Table,IEnumerable(Of Field)) Dim value As String value = instance.GetUpdateTablesSql(newTables, newColumns)
string GetUpdateTablesSql( IEnumerable<Table> newTables, IDictionary<Table,IEnumerable<Field>> newColumns )
string* GetUpdateTablesSql( IEnumerable<Table*>* newTables, IDictionary<Table*,IEnumerable<Field*>*>* newColumns )
String^ GetUpdateTablesSql( IEnumerable<Table^>^ newTables, IDictionary<Table^,IEnumerable<Field^>^>^ newColumns )
Parameters
- newTables
 - A list of new table mappings
 - newColumns
 - A dictionary of new columns