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