clean up sql connection property

This commit is contained in:
JenneJ 2016-03-08 11:01:16 +01:00
parent 9d4f9fdc89
commit 72d2f25bcb

View File

@ -97,7 +97,6 @@ Module ClassControlProperties
Private _required As Boolean = False
Private _read_only As Boolean = False
' Database Configurations
Private _sql_connection As String = ""
Private _sql_command As String = ""
' Font Configurations
Private _font As Font
@ -136,17 +135,6 @@ Module ClassControlProperties
End Set
End Property
'<LocalizedCategoryAttribute("category_database")>
'<LocalizedDescriptionAttribute("Gibt die Datenbankverbindung für dieses Element an.")>
'Public Property SQLConnection() As SQLValue
' Get
' Return New SQLValue(_sql_connection)
' End Get
' Set(value As SQLValue)
' _sql_connection = value.Value
' End Set
'End Property
<LocalizedCategoryAttribute("category_database")>
<LocalizedDescriptionAttribute("desc_sqlcommand")>
Public Property SQLCommand() As SQLValue