8 lines
257 B
VB.net
8 lines
257 B
VB.net
Namespace Templates
|
|
Public Class FilterConfigItem
|
|
Public Property Guid As Integer
|
|
Public Property SQLCommand As String
|
|
Public Property TableId As Integer
|
|
Public Property ColumnName As String
|
|
End Class
|
|
End Namespace |