Function GetCreateTablesSql( _ ByVal tables As IEnumerable(Of Table) _ ) As String
Dim instance As IDatabaseProvider Dim tables As IEnumerable(Of Table) Dim value As String value = instance.GetCreateTablesSql(tables)
string GetCreateTablesSql( IEnumerable<Table> tables )
string* GetCreateTablesSql( IEnumerable<Table*>* tables )
String^ GetCreateTablesSql( IEnumerable<Table^>^ tables )
Parameters
- tables
- A list of table mappings