Namespace Database.Base ''' ''' Describes a single view schema ''' Public Class ViewSchema ''' ''' Contains the view name ''' Public ViewName As String ''' ''' Contains the view SQL statement ''' Public ViewSql As String End Class End NameSpace