initial commit
This commit is contained in:
commit
252dac3143
1516 changed files with 694271 additions and 0 deletions
32
App_Code/Data Access Layer/BaseSportSqlTable.vb
Normal file
32
App_Code/Data Access Layer/BaseSportSqlTable.vb
Normal file
|
@ -0,0 +1,32 @@
|
|||
' This class is "generated" and will be overwritten.
|
||||
' Your customizations should be made in SportSqlTable.vb
|
||||
|
||||
Imports BaseClasses.Data
|
||||
Imports BaseClasses
|
||||
Imports BaseClasses.Data.SqlProvider
|
||||
|
||||
|
||||
Namespace Persons.Data
|
||||
|
||||
''' <summary>
|
||||
''' The generated superclass for the <see cref="SportSqlTable"></see> class.
|
||||
''' </summary>
|
||||
''' <remarks>
|
||||
''' This class is not intended to be instantiated directly. To obtain an instance of this class,
|
||||
''' use the methods of the <see cref="SportTable"></see> class.
|
||||
''' </remarks>
|
||||
''' <seealso cref="SportTable"></seealso>
|
||||
''' <seealso cref="SportSqlTable"></seealso>
|
||||
|
||||
Public Class BaseSportSqlTable
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue