' This class is "generated" and will be overwritten.
' Your customizations should be made in View_MaxPersonalEducationSqlView.vb
Imports BaseClasses.Data
Imports BaseClasses
Imports BaseClasses.Data.SqlProvider
Namespace Persons.Data
'''
''' The generated superclass for the class.
'''
'''
''' This class is not intended to be instantiated directly. To obtain an instance of this class,
''' use the methods of the class.
'''
'''
'''
Public Class BaseView_MaxPersonalEducationSqlView
Inherits DynamicSQLServerAdapter
Public Sub New()
MyBase.New()
End Sub
Public Sub New(ByVal connectionName As String)
MyBase.New(connectionName)
End Sub
End Class
End Namespace