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