6 lines
133 B
VB.net

Public Class QueryData
Public query As String
Public operationName As String
Public variables As New Object
End Class