11 lines
139 B
VB.net
11 lines
139 B
VB.net
Public Class Helpers
|
|
|
|
Public Shared Function MaybeEscapeSQLCommand(pSQLCommand As String) As String
|
|
|
|
|
|
|
|
End Function
|
|
|
|
|
|
End Class
|