Files
Desktop_BLVStudio/BLV_Studio/Database/MysqlCmdHelper.vb

10 lines
148 B
VB.net
Raw Normal View History

2025-12-11 10:06:44 +08:00
Public Class MysqlCmdHelper
Inherits DbCmdHelper
Sub New()
FiledSuffix = "`"c
FiledPrefix = "`"c
End Sub
End Class