clean up sql connection property
This commit is contained in:
@@ -97,7 +97,6 @@ Module ClassControlProperties
|
|||||||
Private _required As Boolean = False
|
Private _required As Boolean = False
|
||||||
Private _read_only As Boolean = False
|
Private _read_only As Boolean = False
|
||||||
' Database Configurations
|
' Database Configurations
|
||||||
Private _sql_connection As String = ""
|
|
||||||
Private _sql_command As String = ""
|
Private _sql_command As String = ""
|
||||||
' Font Configurations
|
' Font Configurations
|
||||||
Private _font As Font
|
Private _font As Font
|
||||||
@@ -136,17 +135,6 @@ Module ClassControlProperties
|
|||||||
End Set
|
End Set
|
||||||
End Property
|
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")>
|
<LocalizedCategoryAttribute("category_database")>
|
||||||
<LocalizedDescriptionAttribute("desc_sqlcommand")>
|
<LocalizedDescriptionAttribute("desc_sqlcommand")>
|
||||||
Public Property SQLCommand() As SQLValue
|
Public Property SQLCommand() As SQLValue
|
||||||
|
|||||||
Reference in New Issue
Block a user