@ -561,6 +561,10 @@ Partial Public Class GästeDataSet
Me . columnOrt . AllowDBNull = false
Me . columnLand . AllowDBNull = false
Me . columnLand . DefaultValue = CType ( " Deutschland " , String )
Me . columnStammgast . AllowDBNull = false
Me . columnStammgast . DefaultValue = CType ( false , Boolean )
Me . columnBlockiert . AllowDBNull = false
Me . columnBlockiert . DefaultValue = CType ( false , Boolean )
Me . CaseSensitive = false
End Sub
@ -832,11 +836,7 @@ Partial Public Class GästeDataSet
Global . System . CodeDom . Compiler . GeneratedCodeAttribute ( " System.Data.Design.TypedDataSetGenerator " , " 4.0.0.0 " ) > _
Public Property Stammgast ( ) As Boolean
Get
Try
Return CType ( Me ( Me . tableG ä ste . StammgastColumn ) , Boolean )
Catch e As Global . System . InvalidCastException
Throw New Global . System . Data . StrongTypingException ( " Der Wert für Spalte Stammgast in Tabelle Gäste ist DBNull. " , e )
End Try
Return CType ( Me ( Me . tableG ä ste . StammgastColumn ) , Boolean )
End Get
Set
Me ( Me . tableG ä ste . StammgastColumn ) = value
@ -847,11 +847,7 @@ Partial Public Class GästeDataSet
Global . System . CodeDom . Compiler . GeneratedCodeAttribute ( " System.Data.Design.TypedDataSetGenerator " , " 4.0.0.0 " ) > _
Public Property Blockiert ( ) As Boolean
Get
Try
Return CType ( Me ( Me . tableG ä ste . BlockiertColumn ) , Boolean )
Catch e As Global . System . InvalidCastException
Throw New Global . System . Data . StrongTypingException ( " Der Wert für Spalte Blockiert in Tabelle Gäste ist DBNull. " , e )
End Try
Return CType ( Me ( Me . tableG ä ste . BlockiertColumn ) , Boolean )
End Get
Set
Me ( Me . tableG ä ste . BlockiertColumn ) = value
@ -893,30 +889,6 @@ Partial Public Class GästeDataSet
Public Sub SetAnmerkungNull ( )
Me ( Me . tableG ä ste . AnmerkungColumn ) = Global . System . Convert . DBNull
End Sub
< Global . System . Diagnostics . DebuggerNonUserCodeAttribute ( ) , _
Global . System . CodeDom . Compiler . GeneratedCodeAttribute ( " System.Data.Design.TypedDataSetGenerator " , " 4.0.0.0 " ) > _
Public Function IsStammgastNull ( ) As Boolean
Return Me . IsNull ( Me . tableG ä ste . StammgastColumn )
End Function
< Global . System . Diagnostics . DebuggerNonUserCodeAttribute ( ) , _
Global . System . CodeDom . Compiler . GeneratedCodeAttribute ( " System.Data.Design.TypedDataSetGenerator " , " 4.0.0.0 " ) > _
Public Sub SetStammgastNull ( )
Me ( Me . tableG ä ste . StammgastColumn ) = Global . System . Convert . DBNull
End Sub
< Global . System . Diagnostics . DebuggerNonUserCodeAttribute ( ) , _
Global . System . CodeDom . Compiler . GeneratedCodeAttribute ( " System.Data.Design.TypedDataSetGenerator " , " 4.0.0.0 " ) > _
Public Function IsBlockiertNull ( ) As Boolean
Return Me . IsNull ( Me . tableG ä ste . BlockiertColumn )
End Function
< Global . System . Diagnostics . DebuggerNonUserCodeAttribute ( ) , _
Global . System . CodeDom . Compiler . GeneratedCodeAttribute ( " System.Data.Design.TypedDataSetGenerator " , " 4.0.0.0 " ) > _
Public Sub SetBlockiertNull ( )
Me ( Me . tableG ä ste . BlockiertColumn ) = Global . System . Convert . DBNull
End Sub
End Class
' ' ' < summary >