Files

13 lines
234 B
VB.net
Raw Permalink Normal View History

2025-12-11 14:07:27 +08:00
Imports System.Text
Namespace Database.Mysql
Public Class MysqlCmdHelper
Inherits DbCmdHelper
Sub New
FiledSuffix = "`"c
FiledPrefix = "`"c
End Sub
End Class
End Namespace