+ '''<summary>
+ '''Represents strongly named DataRow class.
+ '''</summary>
+ Partial Public Class WishlistRow
+ Inherits Global.System.Data.DataRow
+
+ Private tableWishlist As WishlistDataTable
+
+ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
+ Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder)
+ MyBase.New(rb)
+ Me.tableWishlist = CType(Me.Table,WishlistDataTable)
+ End Sub
+
+ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
+ Public Property WishlistID() As Integer
+ Get
+ Return CType(Me(Me.tableWishlist.WishlistIDColumn),Integer)
+ End Get
+ Set
+ Me(Me.tableWishlist.WishlistIDColumn) = value
+ End Set
+ End Property
+
+ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
+ Public Property UserID() As Integer
+ Get
+ Try
+ Return CType(Me(Me.tableWishlist.UserIDColumn),Integer)
+ Catch e As Global.System.InvalidCastException
+ Throw New Global.System.Data.StrongTypingException("The value for column 'UserID' in table 'Wishlist' is DBNull.", e)
+ End Try
+ End Get
+ Set
+ Me(Me.tableWishlist.UserIDColumn) = value
+ End Set
+ End Property
+
+ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
+ Public Property GameID() As Integer
+ Get
+ Try
+ Return CType(Me(Me.tableWishlist.GameIDColumn),Integer)
+ Catch e As Global.System.InvalidCastException
+ Throw New Global.System.Data.StrongTypingException("The value for column 'GameID' in table 'Wishlist' is DBNull.", e)
+ End Try
+ End Get
+ Set
+ Me(Me.tableWishlist.GameIDColumn) = value
+ End Set
+ End Property
+
+ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
+ Public Property GamesRow() As GamesRow
+ Get
+ Return CType(Me.GetParentRow(Me.Table.ParentRelations("GamesWishlist")),GamesRow)
+ End Get
+ Set
+ Me.SetParentRow(value, Me.Table.ParentRelations("GamesWishlist"))
+ End Set
+ End Property
+
+ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
+ Public Function IsUserIDNull() As Boolean
+ Return Me.IsNull(Me.tableWishlist.UserIDColumn)
+ End Function
+
+ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
+ Public Sub SetUserIDNull()
+ Me(Me.tableWishlist.UserIDColumn) = Global.System.Convert.DBNull
+ End Sub
+
+ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
+ Public Function IsGameIDNull() As Boolean
+ Return Me.IsNull(Me.tableWishlist.GameIDColumn)
+ End Function
+
+ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
+ Public Sub SetGameIDNull()
+ Me(Me.tableWishlist.GameIDColumn) = Global.System.Convert.DBNull
+ End Sub
+ End Class
+
+ '''<summary>
+ '''Represents strongly named DataRow class.
+ '''</summary>
+ Partial Public Class UsersRow
+ Inherits Global.System.Data.DataRow
+
+ Private tableUsers As UsersDataTable
+
+ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
+ Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder)
+ MyBase.New(rb)
+ Me.tableUsers = CType(Me.Table,UsersDataTable)
+ End Sub
+
+ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
+ Public Property UserID() As Integer
+ Get
+ Return CType(Me(Me.tableUsers.UserIDColumn),Integer)
+ End Get
+ Set
+ Me(Me.tableUsers.UserIDColumn) = value
+ End Set
+ End Property
+
+ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
+ Public Property User_DetailsID() As Integer
+ Get
+ Try
+ Return CType(Me(Me.tableUsers.User_DetailsIDColumn),Integer)
+ Catch e As Global.System.InvalidCastException
+ Throw New Global.System.Data.StrongTypingException("The value for column 'User_DetailsID' in table 'Users' is DBNull.", e)
+ End Try
+ End Get
+ Set
+ Me(Me.tableUsers.User_DetailsIDColumn) = value
+ End Set
+ End Property
+
+ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
+ Public Property Username() As String
+ Get
+ Try
+ Return CType(Me(Me.tableUsers.UsernameColumn),String)
+ Catch e As Global.System.InvalidCastException
+ Throw New Global.System.Data.StrongTypingException("The value for column 'Username' in table 'Users' is DBNull.", e)
+ End Try
+ End Get
+ Set
+ Me(Me.tableUsers.UsernameColumn) = value
+ End Set
+ End Property
+
+ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
+ Public Property Password() As String
+ Get
+ Try
+ Return CType(Me(Me.tableUsers.PasswordColumn),String)
+ Catch e As Global.System.InvalidCastException
+ Throw New Global.System.Data.StrongTypingException("The value for column 'Password' in table 'Users' is DBNull.", e)
+ End Try
+ End Get
+ Set
+ Me(Me.tableUsers.PasswordColumn) = value
+ End Set
+ End Property
+
+ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
+ Public Property User_DetailsRow() As User_DetailsRow
+ Get
+ Return CType(Me.GetParentRow(Me.Table.ParentRelations("User_DetailsUsers")),User_DetailsRow)
+ End Get
+ Set
+ Me.SetParentRow(value, Me.Table.ParentRelations("User_DetailsUsers"))
+ End Set
+ End Property
+
+ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
+ Public Function IsUser_DetailsIDNull() As Boolean
+ Return Me.IsNull(Me.tableUsers.User_DetailsIDColumn)
+ End Function
+
+ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
+ Public Sub SetUser_DetailsIDNull()
+ Me(Me.tableUsers.User_DetailsIDColumn) = Global.System.Convert.DBNull
+ End Sub
+
+ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
+ Public Function IsUsernameNull() As Boolean
+ Return Me.IsNull(Me.tableUsers.UsernameColumn)
+ End Function
+
+ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
+ Public Sub SetUsernameNull()
+ Me(Me.tableUsers.UsernameColumn) = Global.System.Convert.DBNull
+ End Sub
+
+ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
+ Public Function IsPasswordNull() As Boolean
+ Return Me.IsNull(Me.tableUsers.PasswordColumn)
+ End Function
+
+ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
+ Public Sub SetPasswordNull()
+ Me(Me.tableUsers.PasswordColumn) = Global.System.Convert.DBNull
+ End Sub
+ End Class
+