Files

10 lines
148 B
VB.net
Raw Permalink Normal View History

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