Files

8 lines
146 B
VB.net
Raw Permalink Normal View History

2025-12-11 14:22:51 +08:00
Public Class MssqlCmdHelper
Inherits DbCmdHelper
Sub New()
FiledSuffix = "["c
FiledPrefix = "]"c
End Sub
End Class