Knight Data Access Layer
GetUpdateTablesSql Method (BaseDatabaseProvider)




KellermanSoftware.NetDataAccessLayer Namespace > BaseDatabaseProvider Class : GetUpdateTablesSql Method
A list of new table mappings
A dictionary of new columns
Get the SQL to update the tables
Syntax
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)

Parameters

newTables
A list of new table mappings
newColumns
A dictionary of new columns
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseDatabaseProvider Class
BaseDatabaseProvider Members