+ Public Sub SetCVCNull()
+ Me(Me.tableUser_Details.CVCColumn) = 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 IsIGNNull() As Boolean
+ Return Me.IsNull(Me.tableUser_Details.IGNColumn)
+ End Function
+
+ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
+ Public Sub SetIGNNull()
+ Me(Me.tableUser_Details.IGNColumn) = 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 IsEmailNull() As Boolean
+ Return Me.IsNull(Me.tableUser_Details.EmailColumn)
+ End Function
+
+ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
+ Public Sub SetEmailNull()
+ Me(Me.tableUser_Details.EmailColumn) = 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 IsProfilePicNull() As Boolean
+ Return Me.IsNull(Me.tableUser_Details.ProfilePicColumn)
+ End Function
+
+ <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
+ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
+ Public Sub SetProfilePicNull()
+ Me(Me.tableUser_Details.ProfilePicColumn) = 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 GetUsersRows() As UsersRow()
+ If (Me.Table.ChildRelations("User_DetailsUsers") Is Nothing) Then
+ Return New UsersRow(-1) {}
+ Else
+ Return CType(MyBase.GetChildRows(Me.Table.ChildRelations("User_DetailsUsers")),UsersRow())
+ End If
+ End Function
+ 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
+
+ '''<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