dataaccessbase.vb

来自「Build words list automatic」· VB 代码 · 共 16 行

VB
16
字号
#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 + =
减小字号Ctrl + -
显示快捷键?