Function GenerateTablesSql( _ ByVal tables As List(Of Table) _ ) As String
Dim instance As IDataHelper Dim tables As List(Of Table) Dim value As String value = instance.GenerateTablesSql(tables)
string GenerateTablesSql( List<Table> tables )
string* GenerateTablesSql( List<Table*>* tables )
String^ GenerateTablesSql( List<Table^>^ tables )
Parameters
- tables