Knight Data Access Layer
GetCreateTablesSql Method (BaseDatabaseProvider)




KellermanSoftware.NetDataAccessLayer Namespace > BaseDatabaseProvider Class : GetCreateTablesSql Method
A list of table mappings
Get the SQL to create the tables
Syntax
Public Function GetCreateTablesSql( _
   ByVal tables As IEnumerable(Of Table) _
) As String
Dim instance As BaseDatabaseProvider
Dim tables As IEnumerable(Of Table)
Dim value As String
 
value = instance.GetCreateTablesSql(tables)
public string GetCreateTablesSql( 
   IEnumerable<Table> tables
)
public: string* GetCreateTablesSql( 
   IEnumerable<Table*>* tables
) 
public:
String^ GetCreateTablesSql( 
   IEnumerable<Table^>^ tables
) 

Parameters

tables
A list of table mappings
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