This commit is contained in:
2019-11-26 14:42:17 +01:00
parent d4dfcd1744
commit de1d935624
13 changed files with 450 additions and 78 deletions

View File

@@ -1561,6 +1561,7 @@ End Class
Public Class cDakosy_EZA_Warenposition
Implements ICloneable
'Property ezaWP_Id As Integer
Property ezaWP_Id As Integer
Property ezaWP_EzaId As Integer
@@ -1700,6 +1701,10 @@ Public Class cDakosy_EZA_Warenposition
' End Sub
Public Function Clone() As Object Implements ICloneable.Clone 'Muss noch probiert werden!
Return DirectCast(MemberwiseClone(), cDakosy_EZA_Warenposition)
End Function
Function getParameterList() As List(Of VERAG_PROG_ALLGEMEIN.SQLVariable)
Dim list As New List(Of VERAG_PROG_ALLGEMEIN.SQLVariable)
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("ezaWP_Id", ezaWP_Id, , True, True))