Verweise auf PRojektreferenzen angepasst

This commit is contained in:
Developer01
2026-04-14 10:03:56 +02:00
parent ec42ec78ae
commit c39b4bc2e7
16 changed files with 813 additions and 39 deletions

View File

@@ -151,7 +151,7 @@ Public Class Oracle
End Try
End Function
Public Function GetDatatable(SqlCommand As SqlClient.SqlCommand, Optional Timeout As Integer = 120) As DataTable Implements IDatabase.GetDatatable
Public Function GetDatatable(SqlCommand As System.Data.SqlClient.SqlCommand, Optional Timeout As Integer = 120) As DataTable Implements IDatabase.GetDatatable
Throw New NotImplementedException()
End Function