7 lines
203 B
VB.net
7 lines
203 B
VB.net
|
|
Namespace Database.Base
|
|||
|
|
Public Class InsertParams
|
|||
|
|
Public Property TableName() As String
|
|||
|
|
|
|||
|
|
Public Property InsertKeyValue As Dictionary(Of String, String)
|
|||
|
|
End Class
|
|||
|
|
End Namespace
|