📄 cookdataset1.designer.vb
字号:
Public Function Isp2Null() As Boolean
Return Me.IsNull(Me.tablepass_verify.p2Column)
End Function
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Public Sub Setp2Null()
Me(Me.tablepass_verify.p2Column) = System.Convert.DBNull
End Sub
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Public Function Isp3Null() As Boolean
Return Me.IsNull(Me.tablepass_verify.p3Column)
End Function
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Public Sub Setp3Null()
Me(Me.tablepass_verify.p3Column) = System.Convert.DBNull
End Sub
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Public Function Isp4Null() As Boolean
Return Me.IsNull(Me.tablepass_verify.p4Column)
End Function
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Public Sub Setp4Null()
Me(Me.tablepass_verify.p4Column) = System.Convert.DBNull
End Sub
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Public Function Isp5Null() As Boolean
Return Me.IsNull(Me.tablepass_verify.p5Column)
End Function
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Public Sub Setp5Null()
Me(Me.tablepass_verify.p5Column) = System.Convert.DBNull
End Sub
End Class
<System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")> _
Partial Public Class passwordRow
Inherits System.Data.DataRow
Private tablepassword As passwordDataTable
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Friend Sub New(ByVal rb As System.Data.DataRowBuilder)
MyBase.New(rb)
Me.tablepassword = CType(Me.Table,passwordDataTable)
End Sub
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Public Property p1() As String
Get
Try
Return CType(Me(Me.tablepassword.p1Column),String)
Catch e As System.InvalidCastException
Throw New System.Data.StrongTypingException("The value for column 'p1' in table 'password' is DBNull.", e)
End Try
End Get
Set
Me(Me.tablepassword.p1Column) = value
End Set
End Property
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Public Property p2() As String
Get
Try
Return CType(Me(Me.tablepassword.p2Column),String)
Catch e As System.InvalidCastException
Throw New System.Data.StrongTypingException("The value for column 'p2' in table 'password' is DBNull.", e)
End Try
End Get
Set
Me(Me.tablepassword.p2Column) = value
End Set
End Property
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Public Property p3() As String
Get
Try
Return CType(Me(Me.tablepassword.p3Column),String)
Catch e As System.InvalidCastException
Throw New System.Data.StrongTypingException("The value for column 'p3' in table 'password' is DBNull.", e)
End Try
End Get
Set
Me(Me.tablepassword.p3Column) = value
End Set
End Property
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Public Property p4() As String
Get
Try
Return CType(Me(Me.tablepassword.p4Column),String)
Catch e As System.InvalidCastException
Throw New System.Data.StrongTypingException("The value for column 'p4' in table 'password' is DBNull.", e)
End Try
End Get
Set
Me(Me.tablepassword.p4Column) = value
End Set
End Property
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Public Property p5() As String
Get
Try
Return CType(Me(Me.tablepassword.p5Column),String)
Catch e As System.InvalidCastException
Throw New System.Data.StrongTypingException("The value for column 'p5' in table 'password' is DBNull.", e)
End Try
End Get
Set
Me(Me.tablepassword.p5Column) = value
End Set
End Property
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Public Function Isp1Null() As Boolean
Return Me.IsNull(Me.tablepassword.p1Column)
End Function
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Public Sub Setp1Null()
Me(Me.tablepassword.p1Column) = System.Convert.DBNull
End Sub
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Public Function Isp2Null() As Boolean
Return Me.IsNull(Me.tablepassword.p2Column)
End Function
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Public Sub Setp2Null()
Me(Me.tablepassword.p2Column) = System.Convert.DBNull
End Sub
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Public Function Isp3Null() As Boolean
Return Me.IsNull(Me.tablepassword.p3Column)
End Function
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Public Sub Setp3Null()
Me(Me.tablepassword.p3Column) = System.Convert.DBNull
End Sub
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Public Function Isp4Null() As Boolean
Return Me.IsNull(Me.tablepassword.p4Column)
End Function
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Public Sub Setp4Null()
Me(Me.tablepassword.p4Column) = System.Convert.DBNull
End Sub
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Public Function Isp5Null() As Boolean
Return Me.IsNull(Me.tablepassword.p5Column)
End Function
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Public Sub Setp5Null()
Me(Me.tablepassword.p5Column) = System.Convert.DBNull
End Sub
End Class
<System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")> _
Public Class pass_verifyRowChangeEvent
Inherits System.EventArgs
Private eventRow As pass_verifyRow
Private eventAction As System.Data.DataRowAction
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Public Sub New(ByVal row As pass_verifyRow, ByVal action As System.Data.DataRowAction)
MyBase.New
Me.eventRow = row
Me.eventAction = action
End Sub
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Public ReadOnly Property Row() As pass_verifyRow
Get
Return Me.eventRow
End Get
End Property
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Public ReadOnly Property Action() As System.Data.DataRowAction
Get
Return Me.eventAction
End Get
End Property
End Class
<System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")> _
Public Class passwordRowChangeEvent
Inherits System.EventArgs
Private eventRow As passwordRow
Private eventAction As System.Data.DataRowAction
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Public Sub New(ByVal row As passwordRow, ByVal action As System.Data.DataRowAction)
MyBase.New
Me.eventRow = row
Me.eventAction = action
End Sub
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Public ReadOnly Property Row() As passwordRow
Get
Return Me.eventRow
End Get
End Property
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Public ReadOnly Property Action() As System.Data.DataRowAction
Get
Return Me.eventAction
End Get
End Property
End Class
End Class
Namespace cookDataSet1TableAdapters
<System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0"), _
System.ComponentModel.DesignerCategoryAttribute("code"), _
System.ComponentModel.ToolboxItem(true), _
System.ComponentModel.DataObjectAttribute(true), _
System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner"& _
", Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"), _
System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")> _
Partial Public Class pass_verifyTableAdapter
Inherits System.ComponentModel.Component
Private WithEvents _adapter As System.Data.SqlClient.SqlDataAdapter
Private _connection As System.Data.SqlClient.SqlConnection
Private _commandCollection() As System.Data.SqlClient.SqlCommand
Private _clearBeforeFill As Boolean
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Public Sub New()
MyBase.New
Me.ClearBeforeFill = true
End Sub
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Private ReadOnly Property Adapter() As System.Data.SqlClient.SqlDataAdapter
Get
If (Me._adapter Is Nothing) Then
Me.InitAdapter
End If
Return Me._adapter
End Get
End Property
<System.Diagnostics.DebuggerNonUserCodeAttribute()> _
Friend Property Connection() As System.Data.SqlClient.SqlConnection
Get
If (Me._connection Is Nothing) Then
Me.InitConnection
End If
Return Me._connection
End Get
Set
Me._connection = value
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -