📄 dataaccessbase.vb
字号:
#Region "041027 ML Interfaces"
'041027 ML Define the basic capabilities we need from a database engine
'050223 JPC now read #Region "041027 ML Built-in Engines" at end of this file
' to see how this is applied.
Public Interface iDataAccessBaseEngine
Function GetConnection() As IDbConnection
Function GetCommand() As IDbCommand
Function GetDataAdaptor() As IDbDataAdapter
End Interface
#End Region
Public Class DataAccessBase
'General purpose class to handle reading and writing from/to databases.
'Copyright
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -