'------------------------------------------------------------------------------ ' ' Este código fue generado por una herramienta. ' Versión de runtime:4.0.30319.42000 ' ' Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si ' se vuelve a generar el código. ' '------------------------------------------------------------------------------ Option Strict Off Option Explicit On ''' '''Represents a strongly typed in-memory cache of data. ''' _ Partial Public Class InversionesDataSet1 Inherits Global.System.Data.DataSet Private tableECALRI As ECALRIDataTable Private tableEMIS As EMISDataTable Private tableEMPR As EMPRDataTable Private tableINFI As INFIDataTable Private tablePAIS As PAISDataTable Private tableSP_InventarioMaster As SP_InventarioMasterDataTable Private tableBAN0 As BAN0DataTable Private tableBAN1 As BAN1DataTable Private tableFPAG As FPAGDataTable Private tablePIN0 As PIN0DataTable Private tableCALRI As CALRIDataTable Private tableRPAG As RPAGDataTable Private tableBAN2 As BAN2DataTable Private tableOFON As OFONDataTable Private tableDEP0 As DEP0DataTable Private tableUSR0 As USR0DataTable Private _schemaSerializationMode As Global.System.Data.SchemaSerializationMode = Global.System.Data.SchemaSerializationMode.IncludeSchema _ Public Sub New() MyBase.New Me.BeginInit Me.InitClass Dim schemaChangedHandler As Global.System.ComponentModel.CollectionChangeEventHandler = AddressOf Me.SchemaChanged AddHandler MyBase.Tables.CollectionChanged, schemaChangedHandler AddHandler MyBase.Relations.CollectionChanged, schemaChangedHandler Me.EndInit End Sub _ Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) MyBase.New(info, context, false) If (Me.IsBinarySerialized(info, context) = true) Then Me.InitVars(false) Dim schemaChangedHandler1 As Global.System.ComponentModel.CollectionChangeEventHandler = AddressOf Me.SchemaChanged AddHandler Me.Tables.CollectionChanged, schemaChangedHandler1 AddHandler Me.Relations.CollectionChanged, schemaChangedHandler1 Return End If Dim strSchema As String = CType(info.GetValue("XmlSchema", GetType(String)),String) If (Me.DetermineSchemaSerializationMode(info, context) = Global.System.Data.SchemaSerializationMode.IncludeSchema) Then Dim ds As Global.System.Data.DataSet = New Global.System.Data.DataSet() ds.ReadXmlSchema(New Global.System.Xml.XmlTextReader(New Global.System.IO.StringReader(strSchema))) If (Not (ds.Tables("ECALRI")) Is Nothing) Then MyBase.Tables.Add(New ECALRIDataTable(ds.Tables("ECALRI"))) End If If (Not (ds.Tables("EMIS")) Is Nothing) Then MyBase.Tables.Add(New EMISDataTable(ds.Tables("EMIS"))) End If If (Not (ds.Tables("EMPR")) Is Nothing) Then MyBase.Tables.Add(New EMPRDataTable(ds.Tables("EMPR"))) End If If (Not (ds.Tables("INFI")) Is Nothing) Then MyBase.Tables.Add(New INFIDataTable(ds.Tables("INFI"))) End If If (Not (ds.Tables("PAIS")) Is Nothing) Then MyBase.Tables.Add(New PAISDataTable(ds.Tables("PAIS"))) End If If (Not (ds.Tables("SP_InventarioMaster")) Is Nothing) Then MyBase.Tables.Add(New SP_InventarioMasterDataTable(ds.Tables("SP_InventarioMaster"))) End If If (Not (ds.Tables("BAN0")) Is Nothing) Then MyBase.Tables.Add(New BAN0DataTable(ds.Tables("BAN0"))) End If If (Not (ds.Tables("BAN1")) Is Nothing) Then MyBase.Tables.Add(New BAN1DataTable(ds.Tables("BAN1"))) End If If (Not (ds.Tables("FPAG")) Is Nothing) Then MyBase.Tables.Add(New FPAGDataTable(ds.Tables("FPAG"))) End If If (Not (ds.Tables("PIN0")) Is Nothing) Then MyBase.Tables.Add(New PIN0DataTable(ds.Tables("PIN0"))) End If If (Not (ds.Tables("CALRI")) Is Nothing) Then MyBase.Tables.Add(New CALRIDataTable(ds.Tables("CALRI"))) End If If (Not (ds.Tables("RPAG")) Is Nothing) Then MyBase.Tables.Add(New RPAGDataTable(ds.Tables("RPAG"))) End If If (Not (ds.Tables("BAN2")) Is Nothing) Then MyBase.Tables.Add(New BAN2DataTable(ds.Tables("BAN2"))) End If If (Not (ds.Tables("OFON")) Is Nothing) Then MyBase.Tables.Add(New OFONDataTable(ds.Tables("OFON"))) End If If (Not (ds.Tables("DEP0")) Is Nothing) Then MyBase.Tables.Add(New DEP0DataTable(ds.Tables("DEP0"))) End If If (Not (ds.Tables("USR0")) Is Nothing) Then MyBase.Tables.Add(New USR0DataTable(ds.Tables("USR0"))) End If Me.DataSetName = ds.DataSetName Me.Prefix = ds.Prefix Me.Namespace = ds.Namespace Me.Locale = ds.Locale Me.CaseSensitive = ds.CaseSensitive Me.EnforceConstraints = ds.EnforceConstraints Me.Merge(ds, false, Global.System.Data.MissingSchemaAction.Add) Me.InitVars Else Me.ReadXmlSchema(New Global.System.Xml.XmlTextReader(New Global.System.IO.StringReader(strSchema))) End If Me.GetSerializationData(info, context) Dim schemaChangedHandler As Global.System.ComponentModel.CollectionChangeEventHandler = AddressOf Me.SchemaChanged AddHandler MyBase.Tables.CollectionChanged, schemaChangedHandler AddHandler Me.Relations.CollectionChanged, schemaChangedHandler End Sub _ Public ReadOnly Property ECALRI() As ECALRIDataTable Get Return Me.tableECALRI End Get End Property _ Public ReadOnly Property EMIS() As EMISDataTable Get Return Me.tableEMIS End Get End Property _ Public ReadOnly Property EMPR() As EMPRDataTable Get Return Me.tableEMPR End Get End Property _ Public ReadOnly Property INFI() As INFIDataTable Get Return Me.tableINFI End Get End Property _ Public ReadOnly Property PAIS() As PAISDataTable Get Return Me.tablePAIS End Get End Property _ Public ReadOnly Property SP_InventarioMaster() As SP_InventarioMasterDataTable Get Return Me.tableSP_InventarioMaster End Get End Property _ Public ReadOnly Property BAN0() As BAN0DataTable Get Return Me.tableBAN0 End Get End Property _ Public ReadOnly Property BAN1() As BAN1DataTable Get Return Me.tableBAN1 End Get End Property _ Public ReadOnly Property FPAG() As FPAGDataTable Get Return Me.tableFPAG End Get End Property _ Public ReadOnly Property PIN0() As PIN0DataTable Get Return Me.tablePIN0 End Get End Property _ Public ReadOnly Property CALRI() As CALRIDataTable Get Return Me.tableCALRI End Get End Property _ Public ReadOnly Property RPAG() As RPAGDataTable Get Return Me.tableRPAG End Get End Property _ Public ReadOnly Property BAN2() As BAN2DataTable Get Return Me.tableBAN2 End Get End Property _ Public ReadOnly Property OFON() As OFONDataTable Get Return Me.tableOFON End Get End Property _ Public ReadOnly Property DEP0() As DEP0DataTable Get Return Me.tableDEP0 End Get End Property _ Public ReadOnly Property USR0() As USR0DataTable Get Return Me.tableUSR0 End Get End Property _ Public Overrides Property SchemaSerializationMode() As Global.System.Data.SchemaSerializationMode Get Return Me._schemaSerializationMode End Get Set Me._schemaSerializationMode = value End Set End Property _ Public Shadows ReadOnly Property Tables() As Global.System.Data.DataTableCollection Get Return MyBase.Tables End Get End Property _ Public Shadows ReadOnly Property Relations() As Global.System.Data.DataRelationCollection Get Return MyBase.Relations End Get End Property _ Protected Overrides Sub InitializeDerivedDataSet() Me.BeginInit Me.InitClass Me.EndInit End Sub _ Public Overrides Function Clone() As Global.System.Data.DataSet Dim cln As InversionesDataSet1 = CType(MyBase.Clone,InversionesDataSet1) cln.InitVars cln.SchemaSerializationMode = Me.SchemaSerializationMode Return cln End Function _ Protected Overrides Function ShouldSerializeTables() As Boolean Return false End Function _ Protected Overrides Function ShouldSerializeRelations() As Boolean Return false End Function _ Protected Overrides Sub ReadXmlSerializable(ByVal reader As Global.System.Xml.XmlReader) If (Me.DetermineSchemaSerializationMode(reader) = Global.System.Data.SchemaSerializationMode.IncludeSchema) Then Me.Reset Dim ds As Global.System.Data.DataSet = New Global.System.Data.DataSet() ds.ReadXml(reader) If (Not (ds.Tables("ECALRI")) Is Nothing) Then MyBase.Tables.Add(New ECALRIDataTable(ds.Tables("ECALRI"))) End If If (Not (ds.Tables("EMIS")) Is Nothing) Then MyBase.Tables.Add(New EMISDataTable(ds.Tables("EMIS"))) End If If (Not (ds.Tables("EMPR")) Is Nothing) Then MyBase.Tables.Add(New EMPRDataTable(ds.Tables("EMPR"))) End If If (Not (ds.Tables("INFI")) Is Nothing) Then MyBase.Tables.Add(New INFIDataTable(ds.Tables("INFI"))) End If If (Not (ds.Tables("PAIS")) Is Nothing) Then MyBase.Tables.Add(New PAISDataTable(ds.Tables("PAIS"))) End If If (Not (ds.Tables("SP_InventarioMaster")) Is Nothing) Then MyBase.Tables.Add(New SP_InventarioMasterDataTable(ds.Tables("SP_InventarioMaster"))) End If If (Not (ds.Tables("BAN0")) Is Nothing) Then MyBase.Tables.Add(New BAN0DataTable(ds.Tables("BAN0"))) End If If (Not (ds.Tables("BAN1")) Is Nothing) Then MyBase.Tables.Add(New BAN1DataTable(ds.Tables("BAN1"))) End If If (Not (ds.Tables("FPAG")) Is Nothing) Then MyBase.Tables.Add(New FPAGDataTable(ds.Tables("FPAG"))) End If If (Not (ds.Tables("PIN0")) Is Nothing) Then MyBase.Tables.Add(New PIN0DataTable(ds.Tables("PIN0"))) End If If (Not (ds.Tables("CALRI")) Is Nothing) Then MyBase.Tables.Add(New CALRIDataTable(ds.Tables("CALRI"))) End If If (Not (ds.Tables("RPAG")) Is Nothing) Then MyBase.Tables.Add(New RPAGDataTable(ds.Tables("RPAG"))) End If If (Not (ds.Tables("BAN2")) Is Nothing) Then MyBase.Tables.Add(New BAN2DataTable(ds.Tables("BAN2"))) End If If (Not (ds.Tables("OFON")) Is Nothing) Then MyBase.Tables.Add(New OFONDataTable(ds.Tables("OFON"))) End If If (Not (ds.Tables("DEP0")) Is Nothing) Then MyBase.Tables.Add(New DEP0DataTable(ds.Tables("DEP0"))) End If If (Not (ds.Tables("USR0")) Is Nothing) Then MyBase.Tables.Add(New USR0DataTable(ds.Tables("USR0"))) End If Me.DataSetName = ds.DataSetName Me.Prefix = ds.Prefix Me.Namespace = ds.Namespace Me.Locale = ds.Locale Me.CaseSensitive = ds.CaseSensitive Me.EnforceConstraints = ds.EnforceConstraints Me.Merge(ds, false, Global.System.Data.MissingSchemaAction.Add) Me.InitVars Else Me.ReadXml(reader) Me.InitVars End If End Sub _ Protected Overrides Function GetSchemaSerializable() As Global.System.Xml.Schema.XmlSchema Dim stream As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Me.WriteXmlSchema(New Global.System.Xml.XmlTextWriter(stream, Nothing)) stream.Position = 0 Return Global.System.Xml.Schema.XmlSchema.Read(New Global.System.Xml.XmlTextReader(stream), Nothing) End Function _ Friend Overloads Sub InitVars() Me.InitVars(true) End Sub _ Friend Overloads Sub InitVars(ByVal initTable As Boolean) Me.tableECALRI = CType(MyBase.Tables("ECALRI"),ECALRIDataTable) If (initTable = true) Then If (Not (Me.tableECALRI) Is Nothing) Then Me.tableECALRI.InitVars End If End If Me.tableEMIS = CType(MyBase.Tables("EMIS"),EMISDataTable) If (initTable = true) Then If (Not (Me.tableEMIS) Is Nothing) Then Me.tableEMIS.InitVars End If End If Me.tableEMPR = CType(MyBase.Tables("EMPR"),EMPRDataTable) If (initTable = true) Then If (Not (Me.tableEMPR) Is Nothing) Then Me.tableEMPR.InitVars End If End If Me.tableINFI = CType(MyBase.Tables("INFI"),INFIDataTable) If (initTable = true) Then If (Not (Me.tableINFI) Is Nothing) Then Me.tableINFI.InitVars End If End If Me.tablePAIS = CType(MyBase.Tables("PAIS"),PAISDataTable) If (initTable = true) Then If (Not (Me.tablePAIS) Is Nothing) Then Me.tablePAIS.InitVars End If End If Me.tableSP_InventarioMaster = CType(MyBase.Tables("SP_InventarioMaster"),SP_InventarioMasterDataTable) If (initTable = true) Then If (Not (Me.tableSP_InventarioMaster) Is Nothing) Then Me.tableSP_InventarioMaster.InitVars End If End If Me.tableBAN0 = CType(MyBase.Tables("BAN0"),BAN0DataTable) If (initTable = true) Then If (Not (Me.tableBAN0) Is Nothing) Then Me.tableBAN0.InitVars End If End If Me.tableBAN1 = CType(MyBase.Tables("BAN1"),BAN1DataTable) If (initTable = true) Then If (Not (Me.tableBAN1) Is Nothing) Then Me.tableBAN1.InitVars End If End If Me.tableFPAG = CType(MyBase.Tables("FPAG"),FPAGDataTable) If (initTable = true) Then If (Not (Me.tableFPAG) Is Nothing) Then Me.tableFPAG.InitVars End If End If Me.tablePIN0 = CType(MyBase.Tables("PIN0"),PIN0DataTable) If (initTable = true) Then If (Not (Me.tablePIN0) Is Nothing) Then Me.tablePIN0.InitVars End If End If Me.tableCALRI = CType(MyBase.Tables("CALRI"),CALRIDataTable) If (initTable = true) Then If (Not (Me.tableCALRI) Is Nothing) Then Me.tableCALRI.InitVars End If End If Me.tableRPAG = CType(MyBase.Tables("RPAG"),RPAGDataTable) If (initTable = true) Then If (Not (Me.tableRPAG) Is Nothing) Then Me.tableRPAG.InitVars End If End If Me.tableBAN2 = CType(MyBase.Tables("BAN2"),BAN2DataTable) If (initTable = true) Then If (Not (Me.tableBAN2) Is Nothing) Then Me.tableBAN2.InitVars End If End If Me.tableOFON = CType(MyBase.Tables("OFON"),OFONDataTable) If (initTable = true) Then If (Not (Me.tableOFON) Is Nothing) Then Me.tableOFON.InitVars End If End If Me.tableDEP0 = CType(MyBase.Tables("DEP0"),DEP0DataTable) If (initTable = true) Then If (Not (Me.tableDEP0) Is Nothing) Then Me.tableDEP0.InitVars End If End If Me.tableUSR0 = CType(MyBase.Tables("USR0"),USR0DataTable) If (initTable = true) Then If (Not (Me.tableUSR0) Is Nothing) Then Me.tableUSR0.InitVars End If End If End Sub _ Private Sub InitClass() Me.DataSetName = "InversionesDataSet1" Me.Prefix = "" Me.Namespace = "http://tempuri.org/InversionesDataSet1.xsd" Me.EnforceConstraints = true Me.SchemaSerializationMode = Global.System.Data.SchemaSerializationMode.IncludeSchema Me.tableECALRI = New ECALRIDataTable() MyBase.Tables.Add(Me.tableECALRI) Me.tableEMIS = New EMISDataTable() MyBase.Tables.Add(Me.tableEMIS) Me.tableEMPR = New EMPRDataTable() MyBase.Tables.Add(Me.tableEMPR) Me.tableINFI = New INFIDataTable() MyBase.Tables.Add(Me.tableINFI) Me.tablePAIS = New PAISDataTable() MyBase.Tables.Add(Me.tablePAIS) Me.tableSP_InventarioMaster = New SP_InventarioMasterDataTable() MyBase.Tables.Add(Me.tableSP_InventarioMaster) Me.tableBAN0 = New BAN0DataTable() MyBase.Tables.Add(Me.tableBAN0) Me.tableBAN1 = New BAN1DataTable() MyBase.Tables.Add(Me.tableBAN1) Me.tableFPAG = New FPAGDataTable() MyBase.Tables.Add(Me.tableFPAG) Me.tablePIN0 = New PIN0DataTable() MyBase.Tables.Add(Me.tablePIN0) Me.tableCALRI = New CALRIDataTable() MyBase.Tables.Add(Me.tableCALRI) Me.tableRPAG = New RPAGDataTable() MyBase.Tables.Add(Me.tableRPAG) Me.tableBAN2 = New BAN2DataTable() MyBase.Tables.Add(Me.tableBAN2) Me.tableOFON = New OFONDataTable() MyBase.Tables.Add(Me.tableOFON) Me.tableDEP0 = New DEP0DataTable() MyBase.Tables.Add(Me.tableDEP0) Me.tableUSR0 = New USR0DataTable() MyBase.Tables.Add(Me.tableUSR0) End Sub _ Private Function ShouldSerializeECALRI() As Boolean Return false End Function _ Private Function ShouldSerializeEMIS() As Boolean Return false End Function _ Private Function ShouldSerializeEMPR() As Boolean Return false End Function _ Private Function ShouldSerializeINFI() As Boolean Return false End Function _ Private Function ShouldSerializePAIS() As Boolean Return false End Function _ Private Function ShouldSerializeSP_InventarioMaster() As Boolean Return false End Function _ Private Function ShouldSerializeBAN0() As Boolean Return false End Function _ Private Function ShouldSerializeBAN1() As Boolean Return false End Function _ Private Function ShouldSerializeFPAG() As Boolean Return false End Function _ Private Function ShouldSerializePIN0() As Boolean Return false End Function _ Private Function ShouldSerializeCALRI() As Boolean Return false End Function _ Private Function ShouldSerializeRPAG() As Boolean Return false End Function _ Private Function ShouldSerializeBAN2() As Boolean Return false End Function _ Private Function ShouldSerializeOFON() As Boolean Return false End Function _ Private Function ShouldSerializeDEP0() As Boolean Return false End Function _ Private Function ShouldSerializeUSR0() As Boolean Return false End Function _ Private Sub SchemaChanged(ByVal sender As Object, ByVal e As Global.System.ComponentModel.CollectionChangeEventArgs) If (e.Action = Global.System.ComponentModel.CollectionChangeAction.Remove) Then Me.InitVars End If End Sub _ Public Shared Function GetTypedDataSetSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType Dim ds As InversionesDataSet1 = New InversionesDataSet1() Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() Dim any As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() any.Namespace = ds.Namespace sequence.Items.Add(any) type.Particle = sequence Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable If xs.Contains(dsSchema.TargetNamespace) Then Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Try Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing dsSchema.Write(s1) Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator Do While schemas.MoveNext schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) s2.SetLength(0) schema.Write(s2) If (s1.Length = s2.Length) Then s1.Position = 0 s2.Position = 0 Do While ((s1.Position <> s1.Length) _ AndAlso (s1.ReadByte = s2.ReadByte)) Loop If (s1.Position = s1.Length) Then Return type End If End If Loop Finally If (Not (s1) Is Nothing) Then s1.Close End If If (Not (s2) Is Nothing) Then s2.Close End If End Try End If xs.Add(dsSchema) Return type End Function _ Public Delegate Sub ECALRIRowChangeEventHandler(ByVal sender As Object, ByVal e As ECALRIRowChangeEvent) _ Public Delegate Sub EMISRowChangeEventHandler(ByVal sender As Object, ByVal e As EMISRowChangeEvent) _ Public Delegate Sub EMPRRowChangeEventHandler(ByVal sender As Object, ByVal e As EMPRRowChangeEvent) _ Public Delegate Sub INFIRowChangeEventHandler(ByVal sender As Object, ByVal e As INFIRowChangeEvent) _ Public Delegate Sub PAISRowChangeEventHandler(ByVal sender As Object, ByVal e As PAISRowChangeEvent) _ Public Delegate Sub SP_InventarioMasterRowChangeEventHandler(ByVal sender As Object, ByVal e As SP_InventarioMasterRowChangeEvent) _ Public Delegate Sub BAN0RowChangeEventHandler(ByVal sender As Object, ByVal e As BAN0RowChangeEvent) _ Public Delegate Sub BAN1RowChangeEventHandler(ByVal sender As Object, ByVal e As BAN1RowChangeEvent) _ Public Delegate Sub FPAGRowChangeEventHandler(ByVal sender As Object, ByVal e As FPAGRowChangeEvent) _ Public Delegate Sub PIN0RowChangeEventHandler(ByVal sender As Object, ByVal e As PIN0RowChangeEvent) _ Public Delegate Sub CALRIRowChangeEventHandler(ByVal sender As Object, ByVal e As CALRIRowChangeEvent) _ Public Delegate Sub RPAGRowChangeEventHandler(ByVal sender As Object, ByVal e As RPAGRowChangeEvent) _ Public Delegate Sub BAN2RowChangeEventHandler(ByVal sender As Object, ByVal e As BAN2RowChangeEvent) _ Public Delegate Sub OFONRowChangeEventHandler(ByVal sender As Object, ByVal e As OFONRowChangeEvent) _ Public Delegate Sub DEP0RowChangeEventHandler(ByVal sender As Object, ByVal e As DEP0RowChangeEvent) _ Public Delegate Sub USR0RowChangeEventHandler(ByVal sender As Object, ByVal e As USR0RowChangeEvent) ''' '''Represents the strongly named DataTable class. ''' _ Partial Public Class ECALRIDataTable Inherits Global.System.Data.TypedTableBase(Of ECALRIRow) Private columnCodECalRi As Global.System.Data.DataColumn Private columnDescrip As Global.System.Data.DataColumn _ Public Sub New() MyBase.New Me.TableName = "ECALRI" Me.BeginInit Me.InitClass Me.EndInit End Sub _ Friend Sub New(ByVal table As Global.System.Data.DataTable) MyBase.New Me.TableName = table.TableName If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then Me.CaseSensitive = table.CaseSensitive End If If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then Me.Locale = table.Locale End If If (table.Namespace <> table.DataSet.Namespace) Then Me.Namespace = table.Namespace End If Me.Prefix = table.Prefix Me.MinimumCapacity = table.MinimumCapacity End Sub _ Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) MyBase.New(info, context) Me.InitVars End Sub _ Public ReadOnly Property CodECalRiColumn() As Global.System.Data.DataColumn Get Return Me.columnCodECalRi End Get End Property _ Public ReadOnly Property DescripColumn() As Global.System.Data.DataColumn Get Return Me.columnDescrip End Get End Property _ Public ReadOnly Property Count() As Integer Get Return Me.Rows.Count End Get End Property _ Public Default ReadOnly Property Item(ByVal index As Integer) As ECALRIRow Get Return CType(Me.Rows(index),ECALRIRow) End Get End Property _ Public Event ECALRIRowChanging As ECALRIRowChangeEventHandler _ Public Event ECALRIRowChanged As ECALRIRowChangeEventHandler _ Public Event ECALRIRowDeleting As ECALRIRowChangeEventHandler _ Public Event ECALRIRowDeleted As ECALRIRowChangeEventHandler _ Public Overloads Sub AddECALRIRow(ByVal row As ECALRIRow) Me.Rows.Add(row) End Sub _ Public Overloads Function AddECALRIRow(ByVal CodECalRi As String, ByVal Descrip As String) As ECALRIRow Dim rowECALRIRow As ECALRIRow = CType(Me.NewRow,ECALRIRow) Dim columnValuesArray() As Object = New Object() {CodECalRi, Descrip} rowECALRIRow.ItemArray = columnValuesArray Me.Rows.Add(rowECALRIRow) Return rowECALRIRow End Function _ Public Function FindByCodECalRi(ByVal CodECalRi As String) As ECALRIRow Return CType(Me.Rows.Find(New Object() {CodECalRi}),ECALRIRow) End Function _ Public Overrides Function Clone() As Global.System.Data.DataTable Dim cln As ECALRIDataTable = CType(MyBase.Clone,ECALRIDataTable) cln.InitVars Return cln End Function _ Protected Overrides Function CreateInstance() As Global.System.Data.DataTable Return New ECALRIDataTable() End Function _ Friend Sub InitVars() Me.columnCodECalRi = MyBase.Columns("CodECalRi") Me.columnDescrip = MyBase.Columns("Descrip") End Sub _ Private Sub InitClass() Me.columnCodECalRi = New Global.System.Data.DataColumn("CodECalRi", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnCodECalRi) Me.columnDescrip = New Global.System.Data.DataColumn("Descrip", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnDescrip) Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnCodECalRi}, true)) Me.columnCodECalRi.AllowDBNull = false Me.columnCodECalRi.Unique = true Me.columnCodECalRi.MaxLength = 8 Me.columnDescrip.MaxLength = 100 End Sub _ Public Function NewECALRIRow() As ECALRIRow Return CType(Me.NewRow,ECALRIRow) End Function _ Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow Return New ECALRIRow(builder) End Function _ Protected Overrides Function GetRowType() As Global.System.Type Return GetType(ECALRIRow) End Function _ Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowChanged(e) If (Not (Me.ECALRIRowChangedEvent) Is Nothing) Then RaiseEvent ECALRIRowChanged(Me, New ECALRIRowChangeEvent(CType(e.Row,ECALRIRow), e.Action)) End If End Sub _ Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowChanging(e) If (Not (Me.ECALRIRowChangingEvent) Is Nothing) Then RaiseEvent ECALRIRowChanging(Me, New ECALRIRowChangeEvent(CType(e.Row,ECALRIRow), e.Action)) End If End Sub _ Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowDeleted(e) If (Not (Me.ECALRIRowDeletedEvent) Is Nothing) Then RaiseEvent ECALRIRowDeleted(Me, New ECALRIRowChangeEvent(CType(e.Row,ECALRIRow), e.Action)) End If End Sub _ Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowDeleting(e) If (Not (Me.ECALRIRowDeletingEvent) Is Nothing) Then RaiseEvent ECALRIRowDeleting(Me, New ECALRIRowChangeEvent(CType(e.Row,ECALRIRow), e.Action)) End If End Sub _ Public Sub RemoveECALRIRow(ByVal row As ECALRIRow) Me.Rows.Remove(row) End Sub _ Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() Dim ds As InversionesDataSet1 = New InversionesDataSet1() Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() any1.Namespace = "http://www.w3.org/2001/XMLSchema" any1.MinOccurs = New Decimal(0) any1.MaxOccurs = Decimal.MaxValue any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax sequence.Items.Add(any1) Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" any2.MinOccurs = New Decimal(1) any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax sequence.Items.Add(any2) Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() attribute1.Name = "namespace" attribute1.FixedValue = ds.Namespace type.Attributes.Add(attribute1) Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() attribute2.Name = "tableTypeName" attribute2.FixedValue = "ECALRIDataTable" type.Attributes.Add(attribute2) type.Particle = sequence Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable If xs.Contains(dsSchema.TargetNamespace) Then Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Try Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing dsSchema.Write(s1) Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator Do While schemas.MoveNext schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) s2.SetLength(0) schema.Write(s2) If (s1.Length = s2.Length) Then s1.Position = 0 s2.Position = 0 Do While ((s1.Position <> s1.Length) _ AndAlso (s1.ReadByte = s2.ReadByte)) Loop If (s1.Position = s1.Length) Then Return type End If End If Loop Finally If (Not (s1) Is Nothing) Then s1.Close End If If (Not (s2) Is Nothing) Then s2.Close End If End Try End If xs.Add(dsSchema) Return type End Function End Class ''' '''Represents the strongly named DataTable class. ''' _ Partial Public Class EMISDataTable Inherits Global.System.Data.TypedTableBase(Of EMISRow) Private columnCodEmis As Global.System.Data.DataColumn Private columnDescrip As Global.System.Data.DataColumn Private columnEstado As Global.System.Data.DataColumn _ Public Sub New() MyBase.New Me.TableName = "EMIS" Me.BeginInit Me.InitClass Me.EndInit End Sub _ Friend Sub New(ByVal table As Global.System.Data.DataTable) MyBase.New Me.TableName = table.TableName If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then Me.CaseSensitive = table.CaseSensitive End If If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then Me.Locale = table.Locale End If If (table.Namespace <> table.DataSet.Namespace) Then Me.Namespace = table.Namespace End If Me.Prefix = table.Prefix Me.MinimumCapacity = table.MinimumCapacity End Sub _ Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) MyBase.New(info, context) Me.InitVars End Sub _ Public ReadOnly Property CodEmisColumn() As Global.System.Data.DataColumn Get Return Me.columnCodEmis End Get End Property _ Public ReadOnly Property DescripColumn() As Global.System.Data.DataColumn Get Return Me.columnDescrip End Get End Property _ Public ReadOnly Property EstadoColumn() As Global.System.Data.DataColumn Get Return Me.columnEstado End Get End Property _ Public ReadOnly Property Count() As Integer Get Return Me.Rows.Count End Get End Property _ Public Default ReadOnly Property Item(ByVal index As Integer) As EMISRow Get Return CType(Me.Rows(index),EMISRow) End Get End Property _ Public Event EMISRowChanging As EMISRowChangeEventHandler _ Public Event EMISRowChanged As EMISRowChangeEventHandler _ Public Event EMISRowDeleting As EMISRowChangeEventHandler _ Public Event EMISRowDeleted As EMISRowChangeEventHandler _ Public Overloads Sub AddEMISRow(ByVal row As EMISRow) Me.Rows.Add(row) End Sub _ Public Overloads Function AddEMISRow(ByVal Descrip As String, ByVal Estado As String) As EMISRow Dim rowEMISRow As EMISRow = CType(Me.NewRow,EMISRow) Dim columnValuesArray() As Object = New Object() {Nothing, Descrip, Estado} rowEMISRow.ItemArray = columnValuesArray Me.Rows.Add(rowEMISRow) Return rowEMISRow End Function _ Public Function FindByCodEmis(ByVal CodEmis As Integer) As EMISRow Return CType(Me.Rows.Find(New Object() {CodEmis}),EMISRow) End Function _ Public Overrides Function Clone() As Global.System.Data.DataTable Dim cln As EMISDataTable = CType(MyBase.Clone,EMISDataTable) cln.InitVars Return cln End Function _ Protected Overrides Function CreateInstance() As Global.System.Data.DataTable Return New EMISDataTable() End Function _ Friend Sub InitVars() Me.columnCodEmis = MyBase.Columns("CodEmis") Me.columnDescrip = MyBase.Columns("Descrip") Me.columnEstado = MyBase.Columns("Estado") End Sub _ Private Sub InitClass() Me.columnCodEmis = New Global.System.Data.DataColumn("CodEmis", GetType(Integer), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnCodEmis) Me.columnDescrip = New Global.System.Data.DataColumn("Descrip", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnDescrip) Me.columnEstado = New Global.System.Data.DataColumn("Estado", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnEstado) Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnCodEmis}, true)) Me.columnCodEmis.AutoIncrement = true Me.columnCodEmis.AutoIncrementSeed = -1 Me.columnCodEmis.AutoIncrementStep = -1 Me.columnCodEmis.AllowDBNull = false Me.columnCodEmis.ReadOnly = true Me.columnCodEmis.Unique = true Me.columnDescrip.MaxLength = 100 Me.columnEstado.MaxLength = 1 End Sub _ Public Function NewEMISRow() As EMISRow Return CType(Me.NewRow,EMISRow) End Function _ Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow Return New EMISRow(builder) End Function _ Protected Overrides Function GetRowType() As Global.System.Type Return GetType(EMISRow) End Function _ Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowChanged(e) If (Not (Me.EMISRowChangedEvent) Is Nothing) Then RaiseEvent EMISRowChanged(Me, New EMISRowChangeEvent(CType(e.Row,EMISRow), e.Action)) End If End Sub _ Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowChanging(e) If (Not (Me.EMISRowChangingEvent) Is Nothing) Then RaiseEvent EMISRowChanging(Me, New EMISRowChangeEvent(CType(e.Row,EMISRow), e.Action)) End If End Sub _ Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowDeleted(e) If (Not (Me.EMISRowDeletedEvent) Is Nothing) Then RaiseEvent EMISRowDeleted(Me, New EMISRowChangeEvent(CType(e.Row,EMISRow), e.Action)) End If End Sub _ Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowDeleting(e) If (Not (Me.EMISRowDeletingEvent) Is Nothing) Then RaiseEvent EMISRowDeleting(Me, New EMISRowChangeEvent(CType(e.Row,EMISRow), e.Action)) End If End Sub _ Public Sub RemoveEMISRow(ByVal row As EMISRow) Me.Rows.Remove(row) End Sub _ Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() Dim ds As InversionesDataSet1 = New InversionesDataSet1() Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() any1.Namespace = "http://www.w3.org/2001/XMLSchema" any1.MinOccurs = New Decimal(0) any1.MaxOccurs = Decimal.MaxValue any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax sequence.Items.Add(any1) Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" any2.MinOccurs = New Decimal(1) any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax sequence.Items.Add(any2) Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() attribute1.Name = "namespace" attribute1.FixedValue = ds.Namespace type.Attributes.Add(attribute1) Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() attribute2.Name = "tableTypeName" attribute2.FixedValue = "EMISDataTable" type.Attributes.Add(attribute2) type.Particle = sequence Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable If xs.Contains(dsSchema.TargetNamespace) Then Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Try Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing dsSchema.Write(s1) Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator Do While schemas.MoveNext schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) s2.SetLength(0) schema.Write(s2) If (s1.Length = s2.Length) Then s1.Position = 0 s2.Position = 0 Do While ((s1.Position <> s1.Length) _ AndAlso (s1.ReadByte = s2.ReadByte)) Loop If (s1.Position = s1.Length) Then Return type End If End If Loop Finally If (Not (s1) Is Nothing) Then s1.Close End If If (Not (s2) Is Nothing) Then s2.Close End If End Try End If xs.Add(dsSchema) Return type End Function End Class ''' '''Represents the strongly named DataTable class. ''' _ Partial Public Class EMPRDataTable Inherits Global.System.Data.TypedTableBase(Of EMPRRow) Private columnCodEmpr As Global.System.Data.DataColumn Private columnDescrip As Global.System.Data.DataColumn Private columnSAP_BD As Global.System.Data.DataColumn _ Public Sub New() MyBase.New Me.TableName = "EMPR" Me.BeginInit Me.InitClass Me.EndInit End Sub _ Friend Sub New(ByVal table As Global.System.Data.DataTable) MyBase.New Me.TableName = table.TableName If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then Me.CaseSensitive = table.CaseSensitive End If If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then Me.Locale = table.Locale End If If (table.Namespace <> table.DataSet.Namespace) Then Me.Namespace = table.Namespace End If Me.Prefix = table.Prefix Me.MinimumCapacity = table.MinimumCapacity End Sub _ Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) MyBase.New(info, context) Me.InitVars End Sub _ Public ReadOnly Property CodEmprColumn() As Global.System.Data.DataColumn Get Return Me.columnCodEmpr End Get End Property _ Public ReadOnly Property DescripColumn() As Global.System.Data.DataColumn Get Return Me.columnDescrip End Get End Property _ Public ReadOnly Property SAP_BDColumn() As Global.System.Data.DataColumn Get Return Me.columnSAP_BD End Get End Property _ Public ReadOnly Property Count() As Integer Get Return Me.Rows.Count End Get End Property _ Public Default ReadOnly Property Item(ByVal index As Integer) As EMPRRow Get Return CType(Me.Rows(index),EMPRRow) End Get End Property _ Public Event EMPRRowChanging As EMPRRowChangeEventHandler _ Public Event EMPRRowChanged As EMPRRowChangeEventHandler _ Public Event EMPRRowDeleting As EMPRRowChangeEventHandler _ Public Event EMPRRowDeleted As EMPRRowChangeEventHandler _ Public Overloads Sub AddEMPRRow(ByVal row As EMPRRow) Me.Rows.Add(row) End Sub _ Public Overloads Function AddEMPRRow(ByVal CodEmpr As String, ByVal Descrip As String, ByVal SAP_BD As String) As EMPRRow Dim rowEMPRRow As EMPRRow = CType(Me.NewRow,EMPRRow) Dim columnValuesArray() As Object = New Object() {CodEmpr, Descrip, SAP_BD} rowEMPRRow.ItemArray = columnValuesArray Me.Rows.Add(rowEMPRRow) Return rowEMPRRow End Function _ Public Function FindByCodEmpr(ByVal CodEmpr As String) As EMPRRow Return CType(Me.Rows.Find(New Object() {CodEmpr}),EMPRRow) End Function _ Public Overrides Function Clone() As Global.System.Data.DataTable Dim cln As EMPRDataTable = CType(MyBase.Clone,EMPRDataTable) cln.InitVars Return cln End Function _ Protected Overrides Function CreateInstance() As Global.System.Data.DataTable Return New EMPRDataTable() End Function _ Friend Sub InitVars() Me.columnCodEmpr = MyBase.Columns("CodEmpr") Me.columnDescrip = MyBase.Columns("Descrip") Me.columnSAP_BD = MyBase.Columns("SAP_BD") End Sub _ Private Sub InitClass() Me.columnCodEmpr = New Global.System.Data.DataColumn("CodEmpr", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnCodEmpr) Me.columnDescrip = New Global.System.Data.DataColumn("Descrip", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnDescrip) Me.columnSAP_BD = New Global.System.Data.DataColumn("SAP_BD", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnSAP_BD) Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnCodEmpr}, true)) Me.columnCodEmpr.AllowDBNull = false Me.columnCodEmpr.Unique = true Me.columnCodEmpr.MaxLength = 10 Me.columnDescrip.MaxLength = 100 Me.columnSAP_BD.MaxLength = 50 End Sub _ Public Function NewEMPRRow() As EMPRRow Return CType(Me.NewRow,EMPRRow) End Function _ Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow Return New EMPRRow(builder) End Function _ Protected Overrides Function GetRowType() As Global.System.Type Return GetType(EMPRRow) End Function _ Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowChanged(e) If (Not (Me.EMPRRowChangedEvent) Is Nothing) Then RaiseEvent EMPRRowChanged(Me, New EMPRRowChangeEvent(CType(e.Row,EMPRRow), e.Action)) End If End Sub _ Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowChanging(e) If (Not (Me.EMPRRowChangingEvent) Is Nothing) Then RaiseEvent EMPRRowChanging(Me, New EMPRRowChangeEvent(CType(e.Row,EMPRRow), e.Action)) End If End Sub _ Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowDeleted(e) If (Not (Me.EMPRRowDeletedEvent) Is Nothing) Then RaiseEvent EMPRRowDeleted(Me, New EMPRRowChangeEvent(CType(e.Row,EMPRRow), e.Action)) End If End Sub _ Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowDeleting(e) If (Not (Me.EMPRRowDeletingEvent) Is Nothing) Then RaiseEvent EMPRRowDeleting(Me, New EMPRRowChangeEvent(CType(e.Row,EMPRRow), e.Action)) End If End Sub _ Public Sub RemoveEMPRRow(ByVal row As EMPRRow) Me.Rows.Remove(row) End Sub _ Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() Dim ds As InversionesDataSet1 = New InversionesDataSet1() Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() any1.Namespace = "http://www.w3.org/2001/XMLSchema" any1.MinOccurs = New Decimal(0) any1.MaxOccurs = Decimal.MaxValue any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax sequence.Items.Add(any1) Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" any2.MinOccurs = New Decimal(1) any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax sequence.Items.Add(any2) Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() attribute1.Name = "namespace" attribute1.FixedValue = ds.Namespace type.Attributes.Add(attribute1) Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() attribute2.Name = "tableTypeName" attribute2.FixedValue = "EMPRDataTable" type.Attributes.Add(attribute2) type.Particle = sequence Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable If xs.Contains(dsSchema.TargetNamespace) Then Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Try Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing dsSchema.Write(s1) Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator Do While schemas.MoveNext schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) s2.SetLength(0) schema.Write(s2) If (s1.Length = s2.Length) Then s1.Position = 0 s2.Position = 0 Do While ((s1.Position <> s1.Length) _ AndAlso (s1.ReadByte = s2.ReadByte)) Loop If (s1.Position = s1.Length) Then Return type End If End If Loop Finally If (Not (s1) Is Nothing) Then s1.Close End If If (Not (s2) Is Nothing) Then s2.Close End If End Try End If xs.Add(dsSchema) Return type End Function End Class ''' '''Represents the strongly named DataTable class. ''' _ Partial Public Class INFIDataTable Inherits Global.System.Data.TypedTableBase(Of INFIRow) Private columnCodIF As Global.System.Data.DataColumn Private columnDescrip As Global.System.Data.DataColumn Private columnTipo As Global.System.Data.DataColumn _ Public Sub New() MyBase.New Me.TableName = "INFI" Me.BeginInit Me.InitClass Me.EndInit End Sub _ Friend Sub New(ByVal table As Global.System.Data.DataTable) MyBase.New Me.TableName = table.TableName If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then Me.CaseSensitive = table.CaseSensitive End If If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then Me.Locale = table.Locale End If If (table.Namespace <> table.DataSet.Namespace) Then Me.Namespace = table.Namespace End If Me.Prefix = table.Prefix Me.MinimumCapacity = table.MinimumCapacity End Sub _ Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) MyBase.New(info, context) Me.InitVars End Sub _ Public ReadOnly Property CodIFColumn() As Global.System.Data.DataColumn Get Return Me.columnCodIF End Get End Property _ Public ReadOnly Property DescripColumn() As Global.System.Data.DataColumn Get Return Me.columnDescrip End Get End Property _ Public ReadOnly Property TipoColumn() As Global.System.Data.DataColumn Get Return Me.columnTipo End Get End Property _ Public ReadOnly Property Count() As Integer Get Return Me.Rows.Count End Get End Property _ Public Default ReadOnly Property Item(ByVal index As Integer) As INFIRow Get Return CType(Me.Rows(index),INFIRow) End Get End Property _ Public Event INFIRowChanging As INFIRowChangeEventHandler _ Public Event INFIRowChanged As INFIRowChangeEventHandler _ Public Event INFIRowDeleting As INFIRowChangeEventHandler _ Public Event INFIRowDeleted As INFIRowChangeEventHandler _ Public Overloads Sub AddINFIRow(ByVal row As INFIRow) Me.Rows.Add(row) End Sub _ Public Overloads Function AddINFIRow(ByVal CodIF As String, ByVal Descrip As String, ByVal Tipo As String) As INFIRow Dim rowINFIRow As INFIRow = CType(Me.NewRow,INFIRow) Dim columnValuesArray() As Object = New Object() {CodIF, Descrip, Tipo} rowINFIRow.ItemArray = columnValuesArray Me.Rows.Add(rowINFIRow) Return rowINFIRow End Function _ Public Function FindByCodIF(ByVal CodIF As String) As INFIRow Return CType(Me.Rows.Find(New Object() {CodIF}),INFIRow) End Function _ Public Overrides Function Clone() As Global.System.Data.DataTable Dim cln As INFIDataTable = CType(MyBase.Clone,INFIDataTable) cln.InitVars Return cln End Function _ Protected Overrides Function CreateInstance() As Global.System.Data.DataTable Return New INFIDataTable() End Function _ Friend Sub InitVars() Me.columnCodIF = MyBase.Columns("CodIF") Me.columnDescrip = MyBase.Columns("Descrip") Me.columnTipo = MyBase.Columns("Tipo") End Sub _ Private Sub InitClass() Me.columnCodIF = New Global.System.Data.DataColumn("CodIF", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnCodIF) Me.columnDescrip = New Global.System.Data.DataColumn("Descrip", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnDescrip) Me.columnTipo = New Global.System.Data.DataColumn("Tipo", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnTipo) Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnCodIF}, true)) Me.columnCodIF.AllowDBNull = false Me.columnCodIF.Unique = true Me.columnCodIF.MaxLength = 10 Me.columnDescrip.MaxLength = 50 Me.columnTipo.MaxLength = 10 End Sub _ Public Function NewINFIRow() As INFIRow Return CType(Me.NewRow,INFIRow) End Function _ Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow Return New INFIRow(builder) End Function _ Protected Overrides Function GetRowType() As Global.System.Type Return GetType(INFIRow) End Function _ Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowChanged(e) If (Not (Me.INFIRowChangedEvent) Is Nothing) Then RaiseEvent INFIRowChanged(Me, New INFIRowChangeEvent(CType(e.Row,INFIRow), e.Action)) End If End Sub _ Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowChanging(e) If (Not (Me.INFIRowChangingEvent) Is Nothing) Then RaiseEvent INFIRowChanging(Me, New INFIRowChangeEvent(CType(e.Row,INFIRow), e.Action)) End If End Sub _ Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowDeleted(e) If (Not (Me.INFIRowDeletedEvent) Is Nothing) Then RaiseEvent INFIRowDeleted(Me, New INFIRowChangeEvent(CType(e.Row,INFIRow), e.Action)) End If End Sub _ Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowDeleting(e) If (Not (Me.INFIRowDeletingEvent) Is Nothing) Then RaiseEvent INFIRowDeleting(Me, New INFIRowChangeEvent(CType(e.Row,INFIRow), e.Action)) End If End Sub _ Public Sub RemoveINFIRow(ByVal row As INFIRow) Me.Rows.Remove(row) End Sub _ Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() Dim ds As InversionesDataSet1 = New InversionesDataSet1() Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() any1.Namespace = "http://www.w3.org/2001/XMLSchema" any1.MinOccurs = New Decimal(0) any1.MaxOccurs = Decimal.MaxValue any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax sequence.Items.Add(any1) Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" any2.MinOccurs = New Decimal(1) any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax sequence.Items.Add(any2) Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() attribute1.Name = "namespace" attribute1.FixedValue = ds.Namespace type.Attributes.Add(attribute1) Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() attribute2.Name = "tableTypeName" attribute2.FixedValue = "INFIDataTable" type.Attributes.Add(attribute2) type.Particle = sequence Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable If xs.Contains(dsSchema.TargetNamespace) Then Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Try Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing dsSchema.Write(s1) Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator Do While schemas.MoveNext schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) s2.SetLength(0) schema.Write(s2) If (s1.Length = s2.Length) Then s1.Position = 0 s2.Position = 0 Do While ((s1.Position <> s1.Length) _ AndAlso (s1.ReadByte = s2.ReadByte)) Loop If (s1.Position = s1.Length) Then Return type End If End If Loop Finally If (Not (s1) Is Nothing) Then s1.Close End If If (Not (s2) Is Nothing) Then s2.Close End If End Try End If xs.Add(dsSchema) Return type End Function End Class ''' '''Represents the strongly named DataTable class. ''' _ Partial Public Class PAISDataTable Inherits Global.System.Data.TypedTableBase(Of PAISRow) Private columnCodPais As Global.System.Data.DataColumn Private columnDescrip As Global.System.Data.DataColumn Private columnRelInv As Global.System.Data.DataColumn _ Public Sub New() MyBase.New Me.TableName = "PAIS" Me.BeginInit Me.InitClass Me.EndInit End Sub _ Friend Sub New(ByVal table As Global.System.Data.DataTable) MyBase.New Me.TableName = table.TableName If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then Me.CaseSensitive = table.CaseSensitive End If If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then Me.Locale = table.Locale End If If (table.Namespace <> table.DataSet.Namespace) Then Me.Namespace = table.Namespace End If Me.Prefix = table.Prefix Me.MinimumCapacity = table.MinimumCapacity End Sub _ Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) MyBase.New(info, context) Me.InitVars End Sub _ Public ReadOnly Property CodPaisColumn() As Global.System.Data.DataColumn Get Return Me.columnCodPais End Get End Property _ Public ReadOnly Property DescripColumn() As Global.System.Data.DataColumn Get Return Me.columnDescrip End Get End Property _ Public ReadOnly Property RelInvColumn() As Global.System.Data.DataColumn Get Return Me.columnRelInv End Get End Property _ Public ReadOnly Property Count() As Integer Get Return Me.Rows.Count End Get End Property _ Public Default ReadOnly Property Item(ByVal index As Integer) As PAISRow Get Return CType(Me.Rows(index),PAISRow) End Get End Property _ Public Event PAISRowChanging As PAISRowChangeEventHandler _ Public Event PAISRowChanged As PAISRowChangeEventHandler _ Public Event PAISRowDeleting As PAISRowChangeEventHandler _ Public Event PAISRowDeleted As PAISRowChangeEventHandler _ Public Overloads Sub AddPAISRow(ByVal row As PAISRow) Me.Rows.Add(row) End Sub _ Public Overloads Function AddPAISRow(ByVal CodPais As String, ByVal Descrip As String, ByVal RelInv As String) As PAISRow Dim rowPAISRow As PAISRow = CType(Me.NewRow,PAISRow) Dim columnValuesArray() As Object = New Object() {CodPais, Descrip, RelInv} rowPAISRow.ItemArray = columnValuesArray Me.Rows.Add(rowPAISRow) Return rowPAISRow End Function _ Public Function FindByCodPais(ByVal CodPais As String) As PAISRow Return CType(Me.Rows.Find(New Object() {CodPais}),PAISRow) End Function _ Public Overrides Function Clone() As Global.System.Data.DataTable Dim cln As PAISDataTable = CType(MyBase.Clone,PAISDataTable) cln.InitVars Return cln End Function _ Protected Overrides Function CreateInstance() As Global.System.Data.DataTable Return New PAISDataTable() End Function _ Friend Sub InitVars() Me.columnCodPais = MyBase.Columns("CodPais") Me.columnDescrip = MyBase.Columns("Descrip") Me.columnRelInv = MyBase.Columns("RelInv") End Sub _ Private Sub InitClass() Me.columnCodPais = New Global.System.Data.DataColumn("CodPais", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnCodPais) Me.columnDescrip = New Global.System.Data.DataColumn("Descrip", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnDescrip) Me.columnRelInv = New Global.System.Data.DataColumn("RelInv", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnRelInv) Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnCodPais}, true)) Me.columnCodPais.AllowDBNull = false Me.columnCodPais.Unique = true Me.columnCodPais.MaxLength = 3 Me.columnDescrip.MaxLength = 50 Me.columnRelInv.MaxLength = 1 End Sub _ Public Function NewPAISRow() As PAISRow Return CType(Me.NewRow,PAISRow) End Function _ Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow Return New PAISRow(builder) End Function _ Protected Overrides Function GetRowType() As Global.System.Type Return GetType(PAISRow) End Function _ Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowChanged(e) If (Not (Me.PAISRowChangedEvent) Is Nothing) Then RaiseEvent PAISRowChanged(Me, New PAISRowChangeEvent(CType(e.Row,PAISRow), e.Action)) End If End Sub _ Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowChanging(e) If (Not (Me.PAISRowChangingEvent) Is Nothing) Then RaiseEvent PAISRowChanging(Me, New PAISRowChangeEvent(CType(e.Row,PAISRow), e.Action)) End If End Sub _ Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowDeleted(e) If (Not (Me.PAISRowDeletedEvent) Is Nothing) Then RaiseEvent PAISRowDeleted(Me, New PAISRowChangeEvent(CType(e.Row,PAISRow), e.Action)) End If End Sub _ Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowDeleting(e) If (Not (Me.PAISRowDeletingEvent) Is Nothing) Then RaiseEvent PAISRowDeleting(Me, New PAISRowChangeEvent(CType(e.Row,PAISRow), e.Action)) End If End Sub _ Public Sub RemovePAISRow(ByVal row As PAISRow) Me.Rows.Remove(row) End Sub _ Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() Dim ds As InversionesDataSet1 = New InversionesDataSet1() Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() any1.Namespace = "http://www.w3.org/2001/XMLSchema" any1.MinOccurs = New Decimal(0) any1.MaxOccurs = Decimal.MaxValue any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax sequence.Items.Add(any1) Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" any2.MinOccurs = New Decimal(1) any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax sequence.Items.Add(any2) Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() attribute1.Name = "namespace" attribute1.FixedValue = ds.Namespace type.Attributes.Add(attribute1) Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() attribute2.Name = "tableTypeName" attribute2.FixedValue = "PAISDataTable" type.Attributes.Add(attribute2) type.Particle = sequence Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable If xs.Contains(dsSchema.TargetNamespace) Then Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Try Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing dsSchema.Write(s1) Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator Do While schemas.MoveNext schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) s2.SetLength(0) schema.Write(s2) If (s1.Length = s2.Length) Then s1.Position = 0 s2.Position = 0 Do While ((s1.Position <> s1.Length) _ AndAlso (s1.ReadByte = s2.ReadByte)) Loop If (s1.Position = s1.Length) Then Return type End If End If Loop Finally If (Not (s1) Is Nothing) Then s1.Close End If If (Not (s2) Is Nothing) Then s2.Close End If End Try End If xs.Add(dsSchema) Return type End Function End Class ''' '''Represents the strongly named DataTable class. ''' _ Partial Public Class SP_InventarioMasterDataTable Inherits Global.System.Data.TypedTableBase(Of SP_InventarioMasterRow) Private columnCodInv As Global.System.Data.DataColumn Private columnCodIF As Global.System.Data.DataColumn Private columnEstado As Global.System.Data.DataColumn Private columnCodEmpr As Global.System.Data.DataColumn Private columnNombreManIF As Global.System.Data.DataColumn Private columnCodManIF As Global.System.Data.DataColumn Private columnCodEmis As Global.System.Data.DataColumn Private columniCasaBanco As Global.System.Data.DataColumn Private columnvCasaBanco As Global.System.Data.DataColumn Private columnTipoMerc As Global.System.Data.DataColumn Private columnCodCalRi As Global.System.Data.DataColumn Private columnCodECalRi As Global.System.Data.DataColumn Private columnValorNominal As Global.System.Data.DataColumn _ Public Sub New() MyBase.New Me.TableName = "SP_InventarioMaster" Me.BeginInit Me.InitClass Me.EndInit End Sub _ Friend Sub New(ByVal table As Global.System.Data.DataTable) MyBase.New Me.TableName = table.TableName If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then Me.CaseSensitive = table.CaseSensitive End If If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then Me.Locale = table.Locale End If If (table.Namespace <> table.DataSet.Namespace) Then Me.Namespace = table.Namespace End If Me.Prefix = table.Prefix Me.MinimumCapacity = table.MinimumCapacity End Sub _ Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) MyBase.New(info, context) Me.InitVars End Sub _ Public ReadOnly Property CodInvColumn() As Global.System.Data.DataColumn Get Return Me.columnCodInv End Get End Property _ Public ReadOnly Property CodIFColumn() As Global.System.Data.DataColumn Get Return Me.columnCodIF End Get End Property _ Public ReadOnly Property EstadoColumn() As Global.System.Data.DataColumn Get Return Me.columnEstado End Get End Property _ Public ReadOnly Property CodEmprColumn() As Global.System.Data.DataColumn Get Return Me.columnCodEmpr End Get End Property _ Public ReadOnly Property NombreManIFColumn() As Global.System.Data.DataColumn Get Return Me.columnNombreManIF End Get End Property _ Public ReadOnly Property CodManIFColumn() As Global.System.Data.DataColumn Get Return Me.columnCodManIF End Get End Property _ Public ReadOnly Property CodEmisColumn() As Global.System.Data.DataColumn Get Return Me.columnCodEmis End Get End Property _ Public ReadOnly Property iCasaBancoColumn() As Global.System.Data.DataColumn Get Return Me.columniCasaBanco End Get End Property _ Public ReadOnly Property vCasaBancoColumn() As Global.System.Data.DataColumn Get Return Me.columnvCasaBanco End Get End Property _ Public ReadOnly Property TipoMercColumn() As Global.System.Data.DataColumn Get Return Me.columnTipoMerc End Get End Property _ Public ReadOnly Property CodCalRiColumn() As Global.System.Data.DataColumn Get Return Me.columnCodCalRi End Get End Property _ Public ReadOnly Property CodECalRiColumn() As Global.System.Data.DataColumn Get Return Me.columnCodECalRi End Get End Property _ Public ReadOnly Property ValorNominalColumn() As Global.System.Data.DataColumn Get Return Me.columnValorNominal End Get End Property _ Public ReadOnly Property Count() As Integer Get Return Me.Rows.Count End Get End Property _ Public Default ReadOnly Property Item(ByVal index As Integer) As SP_InventarioMasterRow Get Return CType(Me.Rows(index),SP_InventarioMasterRow) End Get End Property _ Public Event SP_InventarioMasterRowChanging As SP_InventarioMasterRowChangeEventHandler _ Public Event SP_InventarioMasterRowChanged As SP_InventarioMasterRowChangeEventHandler _ Public Event SP_InventarioMasterRowDeleting As SP_InventarioMasterRowChangeEventHandler _ Public Event SP_InventarioMasterRowDeleted As SP_InventarioMasterRowChangeEventHandler _ Public Overloads Sub AddSP_InventarioMasterRow(ByVal row As SP_InventarioMasterRow) Me.Rows.Add(row) End Sub _ Public Overloads Function AddSP_InventarioMasterRow(ByVal CodInv As String, ByVal CodIF As String, ByVal Estado As String, ByVal CodEmpr As String, ByVal NombreManIF As String, ByVal CodManIF As String, ByVal CodEmis As Integer, ByVal iCasaBanco As String, ByVal vCasaBanco As String, ByVal TipoMerc As String, ByVal CodCalRi As String, ByVal CodECalRi As String, ByVal ValorNominal As Decimal) As SP_InventarioMasterRow Dim rowSP_InventarioMasterRow As SP_InventarioMasterRow = CType(Me.NewRow,SP_InventarioMasterRow) Dim columnValuesArray() As Object = New Object() {CodInv, CodIF, Estado, CodEmpr, NombreManIF, CodManIF, CodEmis, iCasaBanco, vCasaBanco, TipoMerc, CodCalRi, CodECalRi, ValorNominal} rowSP_InventarioMasterRow.ItemArray = columnValuesArray Me.Rows.Add(rowSP_InventarioMasterRow) Return rowSP_InventarioMasterRow End Function _ Public Overrides Function Clone() As Global.System.Data.DataTable Dim cln As SP_InventarioMasterDataTable = CType(MyBase.Clone,SP_InventarioMasterDataTable) cln.InitVars Return cln End Function _ Protected Overrides Function CreateInstance() As Global.System.Data.DataTable Return New SP_InventarioMasterDataTable() End Function _ Friend Sub InitVars() Me.columnCodInv = MyBase.Columns("CodInv") Me.columnCodIF = MyBase.Columns("CodIF") Me.columnEstado = MyBase.Columns("Estado") Me.columnCodEmpr = MyBase.Columns("CodEmpr") Me.columnNombreManIF = MyBase.Columns("NombreManIF") Me.columnCodManIF = MyBase.Columns("CodManIF") Me.columnCodEmis = MyBase.Columns("CodEmis") Me.columniCasaBanco = MyBase.Columns("iCasaBanco") Me.columnvCasaBanco = MyBase.Columns("vCasaBanco") Me.columnTipoMerc = MyBase.Columns("TipoMerc") Me.columnCodCalRi = MyBase.Columns("CodCalRi") Me.columnCodECalRi = MyBase.Columns("CodECalRi") Me.columnValorNominal = MyBase.Columns("ValorNominal") End Sub _ Private Sub InitClass() Me.columnCodInv = New Global.System.Data.DataColumn("CodInv", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnCodInv) Me.columnCodIF = New Global.System.Data.DataColumn("CodIF", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnCodIF) Me.columnEstado = New Global.System.Data.DataColumn("Estado", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnEstado) Me.columnCodEmpr = New Global.System.Data.DataColumn("CodEmpr", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnCodEmpr) Me.columnNombreManIF = New Global.System.Data.DataColumn("NombreManIF", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnNombreManIF) Me.columnCodManIF = New Global.System.Data.DataColumn("CodManIF", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnCodManIF) Me.columnCodEmis = New Global.System.Data.DataColumn("CodEmis", GetType(Integer), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnCodEmis) Me.columniCasaBanco = New Global.System.Data.DataColumn("iCasaBanco", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columniCasaBanco) Me.columnvCasaBanco = New Global.System.Data.DataColumn("vCasaBanco", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnvCasaBanco) Me.columnTipoMerc = New Global.System.Data.DataColumn("TipoMerc", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnTipoMerc) Me.columnCodCalRi = New Global.System.Data.DataColumn("CodCalRi", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnCodCalRi) Me.columnCodECalRi = New Global.System.Data.DataColumn("CodECalRi", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnCodECalRi) Me.columnValorNominal = New Global.System.Data.DataColumn("ValorNominal", GetType(Decimal), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnValorNominal) Me.columnCodInv.MaxLength = 20 Me.columnCodIF.MaxLength = 10 Me.columnEstado.MaxLength = 4 Me.columnCodEmpr.MaxLength = 10 Me.columnNombreManIF.MaxLength = 50 Me.columnCodManIF.MaxLength = 50 Me.columniCasaBanco.MaxLength = 1 Me.columnvCasaBanco.MaxLength = 10 Me.columnTipoMerc.MaxLength = 4 Me.columnCodCalRi.MaxLength = 8 Me.columnCodECalRi.MaxLength = 8 End Sub _ Public Function NewSP_InventarioMasterRow() As SP_InventarioMasterRow Return CType(Me.NewRow,SP_InventarioMasterRow) End Function _ Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow Return New SP_InventarioMasterRow(builder) End Function _ Protected Overrides Function GetRowType() As Global.System.Type Return GetType(SP_InventarioMasterRow) End Function _ Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowChanged(e) If (Not (Me.SP_InventarioMasterRowChangedEvent) Is Nothing) Then RaiseEvent SP_InventarioMasterRowChanged(Me, New SP_InventarioMasterRowChangeEvent(CType(e.Row,SP_InventarioMasterRow), e.Action)) End If End Sub _ Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowChanging(e) If (Not (Me.SP_InventarioMasterRowChangingEvent) Is Nothing) Then RaiseEvent SP_InventarioMasterRowChanging(Me, New SP_InventarioMasterRowChangeEvent(CType(e.Row,SP_InventarioMasterRow), e.Action)) End If End Sub _ Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowDeleted(e) If (Not (Me.SP_InventarioMasterRowDeletedEvent) Is Nothing) Then RaiseEvent SP_InventarioMasterRowDeleted(Me, New SP_InventarioMasterRowChangeEvent(CType(e.Row,SP_InventarioMasterRow), e.Action)) End If End Sub _ Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowDeleting(e) If (Not (Me.SP_InventarioMasterRowDeletingEvent) Is Nothing) Then RaiseEvent SP_InventarioMasterRowDeleting(Me, New SP_InventarioMasterRowChangeEvent(CType(e.Row,SP_InventarioMasterRow), e.Action)) End If End Sub _ Public Sub RemoveSP_InventarioMasterRow(ByVal row As SP_InventarioMasterRow) Me.Rows.Remove(row) End Sub _ Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() Dim ds As InversionesDataSet1 = New InversionesDataSet1() Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() any1.Namespace = "http://www.w3.org/2001/XMLSchema" any1.MinOccurs = New Decimal(0) any1.MaxOccurs = Decimal.MaxValue any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax sequence.Items.Add(any1) Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" any2.MinOccurs = New Decimal(1) any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax sequence.Items.Add(any2) Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() attribute1.Name = "namespace" attribute1.FixedValue = ds.Namespace type.Attributes.Add(attribute1) Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() attribute2.Name = "tableTypeName" attribute2.FixedValue = "SP_InventarioMasterDataTable" type.Attributes.Add(attribute2) type.Particle = sequence Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable If xs.Contains(dsSchema.TargetNamespace) Then Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Try Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing dsSchema.Write(s1) Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator Do While schemas.MoveNext schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) s2.SetLength(0) schema.Write(s2) If (s1.Length = s2.Length) Then s1.Position = 0 s2.Position = 0 Do While ((s1.Position <> s1.Length) _ AndAlso (s1.ReadByte = s2.ReadByte)) Loop If (s1.Position = s1.Length) Then Return type End If End If Loop Finally If (Not (s1) Is Nothing) Then s1.Close End If If (Not (s2) Is Nothing) Then s2.Close End If End Try End If xs.Add(dsSchema) Return type End Function End Class ''' '''Represents the strongly named DataTable class. ''' _ Partial Public Class BAN0DataTable Inherits Global.System.Data.TypedTableBase(Of BAN0Row) Private columnCodBanco As Global.System.Data.DataColumn Private columnCodPais As Global.System.Data.DataColumn Private columnNombreBanco As Global.System.Data.DataColumn _ Public Sub New() MyBase.New Me.TableName = "BAN0" Me.BeginInit Me.InitClass Me.EndInit End Sub _ Friend Sub New(ByVal table As Global.System.Data.DataTable) MyBase.New Me.TableName = table.TableName If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then Me.CaseSensitive = table.CaseSensitive End If If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then Me.Locale = table.Locale End If If (table.Namespace <> table.DataSet.Namespace) Then Me.Namespace = table.Namespace End If Me.Prefix = table.Prefix Me.MinimumCapacity = table.MinimumCapacity End Sub _ Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) MyBase.New(info, context) Me.InitVars End Sub _ Public ReadOnly Property CodBancoColumn() As Global.System.Data.DataColumn Get Return Me.columnCodBanco End Get End Property _ Public ReadOnly Property CodPaisColumn() As Global.System.Data.DataColumn Get Return Me.columnCodPais End Get End Property _ Public ReadOnly Property NombreBancoColumn() As Global.System.Data.DataColumn Get Return Me.columnNombreBanco End Get End Property _ Public ReadOnly Property Count() As Integer Get Return Me.Rows.Count End Get End Property _ Public Default ReadOnly Property Item(ByVal index As Integer) As BAN0Row Get Return CType(Me.Rows(index),BAN0Row) End Get End Property _ Public Event BAN0RowChanging As BAN0RowChangeEventHandler _ Public Event BAN0RowChanged As BAN0RowChangeEventHandler _ Public Event BAN0RowDeleting As BAN0RowChangeEventHandler _ Public Event BAN0RowDeleted As BAN0RowChangeEventHandler _ Public Overloads Sub AddBAN0Row(ByVal row As BAN0Row) Me.Rows.Add(row) End Sub _ Public Overloads Function AddBAN0Row(ByVal CodBanco As String, ByVal CodPais As String, ByVal NombreBanco As String) As BAN0Row Dim rowBAN0Row As BAN0Row = CType(Me.NewRow,BAN0Row) Dim columnValuesArray() As Object = New Object() {CodBanco, CodPais, NombreBanco} rowBAN0Row.ItemArray = columnValuesArray Me.Rows.Add(rowBAN0Row) Return rowBAN0Row End Function _ Public Function FindByCodBanco(ByVal CodBanco As String) As BAN0Row Return CType(Me.Rows.Find(New Object() {CodBanco}),BAN0Row) End Function _ Public Overrides Function Clone() As Global.System.Data.DataTable Dim cln As BAN0DataTable = CType(MyBase.Clone,BAN0DataTable) cln.InitVars Return cln End Function _ Protected Overrides Function CreateInstance() As Global.System.Data.DataTable Return New BAN0DataTable() End Function _ Friend Sub InitVars() Me.columnCodBanco = MyBase.Columns("CodBanco") Me.columnCodPais = MyBase.Columns("CodPais") Me.columnNombreBanco = MyBase.Columns("NombreBanco") End Sub _ Private Sub InitClass() Me.columnCodBanco = New Global.System.Data.DataColumn("CodBanco", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnCodBanco) Me.columnCodPais = New Global.System.Data.DataColumn("CodPais", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnCodPais) Me.columnNombreBanco = New Global.System.Data.DataColumn("NombreBanco", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnNombreBanco) Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnCodBanco}, true)) Me.columnCodBanco.AllowDBNull = false Me.columnCodBanco.Unique = true Me.columnCodBanco.MaxLength = 30 Me.columnCodPais.MaxLength = 3 Me.columnNombreBanco.MaxLength = 100 End Sub _ Public Function NewBAN0Row() As BAN0Row Return CType(Me.NewRow,BAN0Row) End Function _ Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow Return New BAN0Row(builder) End Function _ Protected Overrides Function GetRowType() As Global.System.Type Return GetType(BAN0Row) End Function _ Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowChanged(e) If (Not (Me.BAN0RowChangedEvent) Is Nothing) Then RaiseEvent BAN0RowChanged(Me, New BAN0RowChangeEvent(CType(e.Row,BAN0Row), e.Action)) End If End Sub _ Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowChanging(e) If (Not (Me.BAN0RowChangingEvent) Is Nothing) Then RaiseEvent BAN0RowChanging(Me, New BAN0RowChangeEvent(CType(e.Row,BAN0Row), e.Action)) End If End Sub _ Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowDeleted(e) If (Not (Me.BAN0RowDeletedEvent) Is Nothing) Then RaiseEvent BAN0RowDeleted(Me, New BAN0RowChangeEvent(CType(e.Row,BAN0Row), e.Action)) End If End Sub _ Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowDeleting(e) If (Not (Me.BAN0RowDeletingEvent) Is Nothing) Then RaiseEvent BAN0RowDeleting(Me, New BAN0RowChangeEvent(CType(e.Row,BAN0Row), e.Action)) End If End Sub _ Public Sub RemoveBAN0Row(ByVal row As BAN0Row) Me.Rows.Remove(row) End Sub _ Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() Dim ds As InversionesDataSet1 = New InversionesDataSet1() Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() any1.Namespace = "http://www.w3.org/2001/XMLSchema" any1.MinOccurs = New Decimal(0) any1.MaxOccurs = Decimal.MaxValue any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax sequence.Items.Add(any1) Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" any2.MinOccurs = New Decimal(1) any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax sequence.Items.Add(any2) Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() attribute1.Name = "namespace" attribute1.FixedValue = ds.Namespace type.Attributes.Add(attribute1) Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() attribute2.Name = "tableTypeName" attribute2.FixedValue = "BAN0DataTable" type.Attributes.Add(attribute2) type.Particle = sequence Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable If xs.Contains(dsSchema.TargetNamespace) Then Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Try Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing dsSchema.Write(s1) Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator Do While schemas.MoveNext schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) s2.SetLength(0) schema.Write(s2) If (s1.Length = s2.Length) Then s1.Position = 0 s2.Position = 0 Do While ((s1.Position <> s1.Length) _ AndAlso (s1.ReadByte = s2.ReadByte)) Loop If (s1.Position = s1.Length) Then Return type End If End If Loop Finally If (Not (s1) Is Nothing) Then s1.Close End If If (Not (s2) Is Nothing) Then s2.Close End If End Try End If xs.Add(dsSchema) Return type End Function End Class ''' '''Represents the strongly named DataTable class. ''' _ Partial Public Class BAN1DataTable Inherits Global.System.Data.TypedTableBase(Of BAN1Row) Private columnCodBanco As Global.System.Data.DataColumn Private columnCodEmpr As Global.System.Data.DataColumn Private columnNumCuenta As Global.System.Data.DataColumn Private columnActivo As Global.System.Data.DataColumn Private columnId As Global.System.Data.DataColumn Private columnNombreCuenta As Global.System.Data.DataColumn Private columnTipoCuenta As Global.System.Data.DataColumn Private columnCuentaContable As Global.System.Data.DataColumn _ Public Sub New() MyBase.New Me.TableName = "BAN1" Me.BeginInit Me.InitClass Me.EndInit End Sub _ Friend Sub New(ByVal table As Global.System.Data.DataTable) MyBase.New Me.TableName = table.TableName If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then Me.CaseSensitive = table.CaseSensitive End If If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then Me.Locale = table.Locale End If If (table.Namespace <> table.DataSet.Namespace) Then Me.Namespace = table.Namespace End If Me.Prefix = table.Prefix Me.MinimumCapacity = table.MinimumCapacity End Sub _ Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) MyBase.New(info, context) Me.InitVars End Sub _ Public ReadOnly Property CodBancoColumn() As Global.System.Data.DataColumn Get Return Me.columnCodBanco End Get End Property _ Public ReadOnly Property CodEmprColumn() As Global.System.Data.DataColumn Get Return Me.columnCodEmpr End Get End Property _ Public ReadOnly Property NumCuentaColumn() As Global.System.Data.DataColumn Get Return Me.columnNumCuenta End Get End Property _ Public ReadOnly Property ActivoColumn() As Global.System.Data.DataColumn Get Return Me.columnActivo End Get End Property _ Public ReadOnly Property IdColumn() As Global.System.Data.DataColumn Get Return Me.columnId End Get End Property _ Public ReadOnly Property NombreCuentaColumn() As Global.System.Data.DataColumn Get Return Me.columnNombreCuenta End Get End Property _ Public ReadOnly Property TipoCuentaColumn() As Global.System.Data.DataColumn Get Return Me.columnTipoCuenta End Get End Property _ Public ReadOnly Property CuentaContableColumn() As Global.System.Data.DataColumn Get Return Me.columnCuentaContable End Get End Property _ Public ReadOnly Property Count() As Integer Get Return Me.Rows.Count End Get End Property _ Public Default ReadOnly Property Item(ByVal index As Integer) As BAN1Row Get Return CType(Me.Rows(index),BAN1Row) End Get End Property _ Public Event BAN1RowChanging As BAN1RowChangeEventHandler _ Public Event BAN1RowChanged As BAN1RowChangeEventHandler _ Public Event BAN1RowDeleting As BAN1RowChangeEventHandler _ Public Event BAN1RowDeleted As BAN1RowChangeEventHandler _ Public Overloads Sub AddBAN1Row(ByVal row As BAN1Row) Me.Rows.Add(row) End Sub _ Public Overloads Function AddBAN1Row(ByVal CodBanco As String, ByVal CodEmpr As String, ByVal NumCuenta As String, ByVal Activo As Boolean, ByVal NombreCuenta As String, ByVal TipoCuenta As String, ByVal CuentaContable As String) As BAN1Row Dim rowBAN1Row As BAN1Row = CType(Me.NewRow,BAN1Row) Dim columnValuesArray() As Object = New Object() {CodBanco, CodEmpr, NumCuenta, Activo, Nothing, NombreCuenta, TipoCuenta, CuentaContable} rowBAN1Row.ItemArray = columnValuesArray Me.Rows.Add(rowBAN1Row) Return rowBAN1Row End Function _ Public Function FindById(ByVal Id As Integer) As BAN1Row Return CType(Me.Rows.Find(New Object() {Id}),BAN1Row) End Function _ Public Overrides Function Clone() As Global.System.Data.DataTable Dim cln As BAN1DataTable = CType(MyBase.Clone,BAN1DataTable) cln.InitVars Return cln End Function _ Protected Overrides Function CreateInstance() As Global.System.Data.DataTable Return New BAN1DataTable() End Function _ Friend Sub InitVars() Me.columnCodBanco = MyBase.Columns("CodBanco") Me.columnCodEmpr = MyBase.Columns("CodEmpr") Me.columnNumCuenta = MyBase.Columns("NumCuenta") Me.columnActivo = MyBase.Columns("Activo") Me.columnId = MyBase.Columns("Id") Me.columnNombreCuenta = MyBase.Columns("NombreCuenta") Me.columnTipoCuenta = MyBase.Columns("TipoCuenta") Me.columnCuentaContable = MyBase.Columns("CuentaContable") End Sub _ Private Sub InitClass() Me.columnCodBanco = New Global.System.Data.DataColumn("CodBanco", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnCodBanco) Me.columnCodEmpr = New Global.System.Data.DataColumn("CodEmpr", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnCodEmpr) Me.columnNumCuenta = New Global.System.Data.DataColumn("NumCuenta", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnNumCuenta) Me.columnActivo = New Global.System.Data.DataColumn("Activo", GetType(Boolean), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnActivo) Me.columnId = New Global.System.Data.DataColumn("Id", GetType(Integer), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnId) Me.columnNombreCuenta = New Global.System.Data.DataColumn("NombreCuenta", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnNombreCuenta) Me.columnTipoCuenta = New Global.System.Data.DataColumn("TipoCuenta", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnTipoCuenta) Me.columnCuentaContable = New Global.System.Data.DataColumn("CuentaContable", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnCuentaContable) Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnId}, true)) Me.columnCodBanco.MaxLength = 30 Me.columnCodEmpr.MaxLength = 10 Me.columnNumCuenta.MaxLength = 50 Me.columnId.AutoIncrement = true Me.columnId.AutoIncrementSeed = -1 Me.columnId.AutoIncrementStep = -1 Me.columnId.AllowDBNull = false Me.columnId.ReadOnly = true Me.columnId.Unique = true Me.columnNombreCuenta.MaxLength = 100 Me.columnTipoCuenta.MaxLength = 10 Me.columnCuentaContable.MaxLength = 30 End Sub _ Public Function NewBAN1Row() As BAN1Row Return CType(Me.NewRow,BAN1Row) End Function _ Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow Return New BAN1Row(builder) End Function _ Protected Overrides Function GetRowType() As Global.System.Type Return GetType(BAN1Row) End Function _ Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowChanged(e) If (Not (Me.BAN1RowChangedEvent) Is Nothing) Then RaiseEvent BAN1RowChanged(Me, New BAN1RowChangeEvent(CType(e.Row,BAN1Row), e.Action)) End If End Sub _ Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowChanging(e) If (Not (Me.BAN1RowChangingEvent) Is Nothing) Then RaiseEvent BAN1RowChanging(Me, New BAN1RowChangeEvent(CType(e.Row,BAN1Row), e.Action)) End If End Sub _ Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowDeleted(e) If (Not (Me.BAN1RowDeletedEvent) Is Nothing) Then RaiseEvent BAN1RowDeleted(Me, New BAN1RowChangeEvent(CType(e.Row,BAN1Row), e.Action)) End If End Sub _ Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowDeleting(e) If (Not (Me.BAN1RowDeletingEvent) Is Nothing) Then RaiseEvent BAN1RowDeleting(Me, New BAN1RowChangeEvent(CType(e.Row,BAN1Row), e.Action)) End If End Sub _ Public Sub RemoveBAN1Row(ByVal row As BAN1Row) Me.Rows.Remove(row) End Sub _ Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() Dim ds As InversionesDataSet1 = New InversionesDataSet1() Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() any1.Namespace = "http://www.w3.org/2001/XMLSchema" any1.MinOccurs = New Decimal(0) any1.MaxOccurs = Decimal.MaxValue any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax sequence.Items.Add(any1) Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" any2.MinOccurs = New Decimal(1) any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax sequence.Items.Add(any2) Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() attribute1.Name = "namespace" attribute1.FixedValue = ds.Namespace type.Attributes.Add(attribute1) Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() attribute2.Name = "tableTypeName" attribute2.FixedValue = "BAN1DataTable" type.Attributes.Add(attribute2) type.Particle = sequence Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable If xs.Contains(dsSchema.TargetNamespace) Then Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Try Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing dsSchema.Write(s1) Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator Do While schemas.MoveNext schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) s2.SetLength(0) schema.Write(s2) If (s1.Length = s2.Length) Then s1.Position = 0 s2.Position = 0 Do While ((s1.Position <> s1.Length) _ AndAlso (s1.ReadByte = s2.ReadByte)) Loop If (s1.Position = s1.Length) Then Return type End If End If Loop Finally If (Not (s1) Is Nothing) Then s1.Close End If If (Not (s2) Is Nothing) Then s2.Close End If End Try End If xs.Add(dsSchema) Return type End Function End Class ''' '''Represents the strongly named DataTable class. ''' _ Partial Public Class FPAGDataTable Inherits Global.System.Data.TypedTableBase(Of FPAGRow) Private columnCodigo As Global.System.Data.DataColumn Private columnNombre As Global.System.Data.DataColumn _ Public Sub New() MyBase.New Me.TableName = "FPAG" Me.BeginInit Me.InitClass Me.EndInit End Sub _ Friend Sub New(ByVal table As Global.System.Data.DataTable) MyBase.New Me.TableName = table.TableName If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then Me.CaseSensitive = table.CaseSensitive End If If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then Me.Locale = table.Locale End If If (table.Namespace <> table.DataSet.Namespace) Then Me.Namespace = table.Namespace End If Me.Prefix = table.Prefix Me.MinimumCapacity = table.MinimumCapacity End Sub _ Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) MyBase.New(info, context) Me.InitVars End Sub _ Public ReadOnly Property CodigoColumn() As Global.System.Data.DataColumn Get Return Me.columnCodigo End Get End Property _ Public ReadOnly Property NombreColumn() As Global.System.Data.DataColumn Get Return Me.columnNombre End Get End Property _ Public ReadOnly Property Count() As Integer Get Return Me.Rows.Count End Get End Property _ Public Default ReadOnly Property Item(ByVal index As Integer) As FPAGRow Get Return CType(Me.Rows(index),FPAGRow) End Get End Property _ Public Event FPAGRowChanging As FPAGRowChangeEventHandler _ Public Event FPAGRowChanged As FPAGRowChangeEventHandler _ Public Event FPAGRowDeleting As FPAGRowChangeEventHandler _ Public Event FPAGRowDeleted As FPAGRowChangeEventHandler _ Public Overloads Sub AddFPAGRow(ByVal row As FPAGRow) Me.Rows.Add(row) End Sub _ Public Overloads Function AddFPAGRow(ByVal Codigo As String, ByVal Nombre As String) As FPAGRow Dim rowFPAGRow As FPAGRow = CType(Me.NewRow,FPAGRow) Dim columnValuesArray() As Object = New Object() {Codigo, Nombre} rowFPAGRow.ItemArray = columnValuesArray Me.Rows.Add(rowFPAGRow) Return rowFPAGRow End Function _ Public Function FindByCodigo(ByVal Codigo As String) As FPAGRow Return CType(Me.Rows.Find(New Object() {Codigo}),FPAGRow) End Function _ Public Overrides Function Clone() As Global.System.Data.DataTable Dim cln As FPAGDataTable = CType(MyBase.Clone,FPAGDataTable) cln.InitVars Return cln End Function _ Protected Overrides Function CreateInstance() As Global.System.Data.DataTable Return New FPAGDataTable() End Function _ Friend Sub InitVars() Me.columnCodigo = MyBase.Columns("Codigo") Me.columnNombre = MyBase.Columns("Nombre") End Sub _ Private Sub InitClass() Me.columnCodigo = New Global.System.Data.DataColumn("Codigo", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnCodigo) Me.columnNombre = New Global.System.Data.DataColumn("Nombre", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnNombre) Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnCodigo}, true)) Me.columnCodigo.AllowDBNull = false Me.columnCodigo.Unique = true Me.columnCodigo.MaxLength = 30 Me.columnNombre.MaxLength = 100 End Sub _ Public Function NewFPAGRow() As FPAGRow Return CType(Me.NewRow,FPAGRow) End Function _ Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow Return New FPAGRow(builder) End Function _ Protected Overrides Function GetRowType() As Global.System.Type Return GetType(FPAGRow) End Function _ Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowChanged(e) If (Not (Me.FPAGRowChangedEvent) Is Nothing) Then RaiseEvent FPAGRowChanged(Me, New FPAGRowChangeEvent(CType(e.Row,FPAGRow), e.Action)) End If End Sub _ Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowChanging(e) If (Not (Me.FPAGRowChangingEvent) Is Nothing) Then RaiseEvent FPAGRowChanging(Me, New FPAGRowChangeEvent(CType(e.Row,FPAGRow), e.Action)) End If End Sub _ Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowDeleted(e) If (Not (Me.FPAGRowDeletedEvent) Is Nothing) Then RaiseEvent FPAGRowDeleted(Me, New FPAGRowChangeEvent(CType(e.Row,FPAGRow), e.Action)) End If End Sub _ Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowDeleting(e) If (Not (Me.FPAGRowDeletingEvent) Is Nothing) Then RaiseEvent FPAGRowDeleting(Me, New FPAGRowChangeEvent(CType(e.Row,FPAGRow), e.Action)) End If End Sub _ Public Sub RemoveFPAGRow(ByVal row As FPAGRow) Me.Rows.Remove(row) End Sub _ Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() Dim ds As InversionesDataSet1 = New InversionesDataSet1() Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() any1.Namespace = "http://www.w3.org/2001/XMLSchema" any1.MinOccurs = New Decimal(0) any1.MaxOccurs = Decimal.MaxValue any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax sequence.Items.Add(any1) Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" any2.MinOccurs = New Decimal(1) any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax sequence.Items.Add(any2) Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() attribute1.Name = "namespace" attribute1.FixedValue = ds.Namespace type.Attributes.Add(attribute1) Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() attribute2.Name = "tableTypeName" attribute2.FixedValue = "FPAGDataTable" type.Attributes.Add(attribute2) type.Particle = sequence Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable If xs.Contains(dsSchema.TargetNamespace) Then Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Try Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing dsSchema.Write(s1) Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator Do While schemas.MoveNext schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) s2.SetLength(0) schema.Write(s2) If (s1.Length = s2.Length) Then s1.Position = 0 s2.Position = 0 Do While ((s1.Position <> s1.Length) _ AndAlso (s1.ReadByte = s2.ReadByte)) Loop If (s1.Position = s1.Length) Then Return type End If End If Loop Finally If (Not (s1) Is Nothing) Then s1.Close End If If (Not (s2) Is Nothing) Then s2.Close End If End Try End If xs.Add(dsSchema) Return type End Function End Class ''' '''Represents the strongly named DataTable class. ''' _ Partial Public Class PIN0DataTable Inherits Global.System.Data.TypedTableBase(Of PIN0Row) Private columnDocId As Global.System.Data.DataColumn Private columnCodInv As Global.System.Data.DataColumn Private columnDocEst As Global.System.Data.DataColumn Private columnAsunto As Global.System.Data.DataColumn Private columnCodEmpr As Global.System.Data.DataColumn Private columnCodIF As Global.System.Data.DataColumn Private columnCodEmis As Global.System.Data.DataColumn Private columnCodCalRi As Global.System.Data.DataColumn Private columnCodECalRi As Global.System.Data.DataColumn Private columnOFon As Global.System.Data.DataColumn Private columnComent As Global.System.Data.DataColumn Private columnJust As Global.System.Data.DataColumn Private columnTipoOper As Global.System.Data.DataColumn Private columnDocBase As Global.System.Data.DataColumn Private columnMontoInv As Global.System.Data.DataColumn Private columnPrecio As Global.System.Data.DataColumn Private columnRendimiento As Global.System.Data.DataColumn Private columnPlazo As Global.System.Data.DataColumn Private columnPlazoFact As Global.System.Data.DataColumn Private columnIngresos As Global.System.Data.DataColumn Private columnFechaDoc As Global.System.Data.DataColumn Private columnAutEstado As Global.System.Data.DataColumn Private columnTipoMerc As Global.System.Data.DataColumn Private columnCodPais As Global.System.Data.DataColumn _ Public Sub New() MyBase.New Me.TableName = "PIN0" Me.BeginInit Me.InitClass Me.EndInit End Sub _ Friend Sub New(ByVal table As Global.System.Data.DataTable) MyBase.New Me.TableName = table.TableName If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then Me.CaseSensitive = table.CaseSensitive End If If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then Me.Locale = table.Locale End If If (table.Namespace <> table.DataSet.Namespace) Then Me.Namespace = table.Namespace End If Me.Prefix = table.Prefix Me.MinimumCapacity = table.MinimumCapacity End Sub _ Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) MyBase.New(info, context) Me.InitVars End Sub _ Public ReadOnly Property DocIdColumn() As Global.System.Data.DataColumn Get Return Me.columnDocId End Get End Property _ Public ReadOnly Property CodInvColumn() As Global.System.Data.DataColumn Get Return Me.columnCodInv End Get End Property _ Public ReadOnly Property DocEstColumn() As Global.System.Data.DataColumn Get Return Me.columnDocEst End Get End Property _ Public ReadOnly Property AsuntoColumn() As Global.System.Data.DataColumn Get Return Me.columnAsunto End Get End Property _ Public ReadOnly Property CodEmprColumn() As Global.System.Data.DataColumn Get Return Me.columnCodEmpr End Get End Property _ Public ReadOnly Property CodIFColumn() As Global.System.Data.DataColumn Get Return Me.columnCodIF End Get End Property _ Public ReadOnly Property CodEmisColumn() As Global.System.Data.DataColumn Get Return Me.columnCodEmis End Get End Property _ Public ReadOnly Property CodCalRiColumn() As Global.System.Data.DataColumn Get Return Me.columnCodCalRi End Get End Property _ Public ReadOnly Property CodECalRiColumn() As Global.System.Data.DataColumn Get Return Me.columnCodECalRi End Get End Property _ Public ReadOnly Property OFonColumn() As Global.System.Data.DataColumn Get Return Me.columnOFon End Get End Property _ Public ReadOnly Property ComentColumn() As Global.System.Data.DataColumn Get Return Me.columnComent End Get End Property _ Public ReadOnly Property JustColumn() As Global.System.Data.DataColumn Get Return Me.columnJust End Get End Property _ Public ReadOnly Property TipoOperColumn() As Global.System.Data.DataColumn Get Return Me.columnTipoOper End Get End Property _ Public ReadOnly Property DocBaseColumn() As Global.System.Data.DataColumn Get Return Me.columnDocBase End Get End Property _ Public ReadOnly Property MontoInvColumn() As Global.System.Data.DataColumn Get Return Me.columnMontoInv End Get End Property _ Public ReadOnly Property PrecioColumn() As Global.System.Data.DataColumn Get Return Me.columnPrecio End Get End Property _ Public ReadOnly Property RendimientoColumn() As Global.System.Data.DataColumn Get Return Me.columnRendimiento End Get End Property _ Public ReadOnly Property PlazoColumn() As Global.System.Data.DataColumn Get Return Me.columnPlazo End Get End Property _ Public ReadOnly Property PlazoFactColumn() As Global.System.Data.DataColumn Get Return Me.columnPlazoFact End Get End Property _ Public ReadOnly Property IngresosColumn() As Global.System.Data.DataColumn Get Return Me.columnIngresos End Get End Property _ Public ReadOnly Property FechaDocColumn() As Global.System.Data.DataColumn Get Return Me.columnFechaDoc End Get End Property _ Public ReadOnly Property AutEstadoColumn() As Global.System.Data.DataColumn Get Return Me.columnAutEstado End Get End Property _ Public ReadOnly Property TipoMercColumn() As Global.System.Data.DataColumn Get Return Me.columnTipoMerc End Get End Property _ Public ReadOnly Property CodPaisColumn() As Global.System.Data.DataColumn Get Return Me.columnCodPais End Get End Property _ Public ReadOnly Property Count() As Integer Get Return Me.Rows.Count End Get End Property _ Public Default ReadOnly Property Item(ByVal index As Integer) As PIN0Row Get Return CType(Me.Rows(index),PIN0Row) End Get End Property _ Public Event PIN0RowChanging As PIN0RowChangeEventHandler _ Public Event PIN0RowChanged As PIN0RowChangeEventHandler _ Public Event PIN0RowDeleting As PIN0RowChangeEventHandler _ Public Event PIN0RowDeleted As PIN0RowChangeEventHandler _ Public Overloads Sub AddPIN0Row(ByVal row As PIN0Row) Me.Rows.Add(row) End Sub _ Public Overloads Function AddPIN0Row( _ ByVal CodInv As String, _ ByVal DocEst As String, _ ByVal Asunto As String, _ ByVal CodEmpr As String, _ ByVal CodIF As String, _ ByVal CodEmis As Integer, _ ByVal CodCalRi As String, _ ByVal CodECalRi As String, _ ByVal OFon As String, _ ByVal Coment As String, _ ByVal Just As String, _ ByVal TipoOper As String, _ ByVal DocBase As Integer, _ ByVal MontoInv As Decimal, _ ByVal Precio As Decimal, _ ByVal Rendimiento As Decimal, _ ByVal Plazo As Integer, _ ByVal PlazoFact As String, _ ByVal Ingresos As Decimal, _ ByVal FechaDoc As Date, _ ByVal AutEstado As String, _ ByVal TipoMerc As String, _ ByVal CodPais As String) As PIN0Row Dim rowPIN0Row As PIN0Row = CType(Me.NewRow,PIN0Row) Dim columnValuesArray() As Object = New Object() {Nothing, CodInv, DocEst, Asunto, CodEmpr, CodIF, CodEmis, CodCalRi, CodECalRi, OFon, Coment, Just, TipoOper, DocBase, MontoInv, Precio, Rendimiento, Plazo, PlazoFact, Ingresos, FechaDoc, AutEstado, TipoMerc, CodPais} rowPIN0Row.ItemArray = columnValuesArray Me.Rows.Add(rowPIN0Row) Return rowPIN0Row End Function _ Public Function FindByDocId(ByVal DocId As Integer) As PIN0Row Return CType(Me.Rows.Find(New Object() {DocId}),PIN0Row) End Function _ Public Overrides Function Clone() As Global.System.Data.DataTable Dim cln As PIN0DataTable = CType(MyBase.Clone,PIN0DataTable) cln.InitVars Return cln End Function _ Protected Overrides Function CreateInstance() As Global.System.Data.DataTable Return New PIN0DataTable() End Function _ Friend Sub InitVars() Me.columnDocId = MyBase.Columns("DocId") Me.columnCodInv = MyBase.Columns("CodInv") Me.columnDocEst = MyBase.Columns("DocEst") Me.columnAsunto = MyBase.Columns("Asunto") Me.columnCodEmpr = MyBase.Columns("CodEmpr") Me.columnCodIF = MyBase.Columns("CodIF") Me.columnCodEmis = MyBase.Columns("CodEmis") Me.columnCodCalRi = MyBase.Columns("CodCalRi") Me.columnCodECalRi = MyBase.Columns("CodECalRi") Me.columnOFon = MyBase.Columns("OFon") Me.columnComent = MyBase.Columns("Coment") Me.columnJust = MyBase.Columns("Just") Me.columnTipoOper = MyBase.Columns("TipoOper") Me.columnDocBase = MyBase.Columns("DocBase") Me.columnMontoInv = MyBase.Columns("MontoInv") Me.columnPrecio = MyBase.Columns("Precio") Me.columnRendimiento = MyBase.Columns("Rendimiento") Me.columnPlazo = MyBase.Columns("Plazo") Me.columnPlazoFact = MyBase.Columns("PlazoFact") Me.columnIngresos = MyBase.Columns("Ingresos") Me.columnFechaDoc = MyBase.Columns("FechaDoc") Me.columnAutEstado = MyBase.Columns("AutEstado") Me.columnTipoMerc = MyBase.Columns("TipoMerc") Me.columnCodPais = MyBase.Columns("CodPais") End Sub _ Private Sub InitClass() Me.columnDocId = New Global.System.Data.DataColumn("DocId", GetType(Integer), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnDocId) Me.columnCodInv = New Global.System.Data.DataColumn("CodInv", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnCodInv) Me.columnDocEst = New Global.System.Data.DataColumn("DocEst", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnDocEst) Me.columnAsunto = New Global.System.Data.DataColumn("Asunto", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnAsunto) Me.columnCodEmpr = New Global.System.Data.DataColumn("CodEmpr", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnCodEmpr) Me.columnCodIF = New Global.System.Data.DataColumn("CodIF", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnCodIF) Me.columnCodEmis = New Global.System.Data.DataColumn("CodEmis", GetType(Integer), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnCodEmis) Me.columnCodCalRi = New Global.System.Data.DataColumn("CodCalRi", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnCodCalRi) Me.columnCodECalRi = New Global.System.Data.DataColumn("CodECalRi", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnCodECalRi) Me.columnOFon = New Global.System.Data.DataColumn("OFon", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnOFon) Me.columnComent = New Global.System.Data.DataColumn("Coment", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnComent) Me.columnJust = New Global.System.Data.DataColumn("Just", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnJust) Me.columnTipoOper = New Global.System.Data.DataColumn("TipoOper", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnTipoOper) Me.columnDocBase = New Global.System.Data.DataColumn("DocBase", GetType(Integer), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnDocBase) Me.columnMontoInv = New Global.System.Data.DataColumn("MontoInv", GetType(Decimal), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnMontoInv) Me.columnPrecio = New Global.System.Data.DataColumn("Precio", GetType(Decimal), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnPrecio) Me.columnRendimiento = New Global.System.Data.DataColumn("Rendimiento", GetType(Decimal), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnRendimiento) Me.columnPlazo = New Global.System.Data.DataColumn("Plazo", GetType(Integer), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnPlazo) Me.columnPlazoFact = New Global.System.Data.DataColumn("PlazoFact", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnPlazoFact) Me.columnIngresos = New Global.System.Data.DataColumn("Ingresos", GetType(Decimal), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnIngresos) Me.columnFechaDoc = New Global.System.Data.DataColumn("FechaDoc", GetType(Date), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnFechaDoc) Me.columnAutEstado = New Global.System.Data.DataColumn("AutEstado", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnAutEstado) Me.columnTipoMerc = New Global.System.Data.DataColumn("TipoMerc", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnTipoMerc) Me.columnCodPais = New Global.System.Data.DataColumn("CodPais", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnCodPais) Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnDocId}, true)) Me.columnDocId.AutoIncrement = true Me.columnDocId.AutoIncrementSeed = -1 Me.columnDocId.AutoIncrementStep = -1 Me.columnDocId.AllowDBNull = false Me.columnDocId.ReadOnly = true Me.columnDocId.Unique = true Me.columnCodInv.MaxLength = 20 Me.columnDocEst.MaxLength = 1 Me.columnAsunto.MaxLength = 100 Me.columnCodEmpr.MaxLength = 10 Me.columnCodIF.MaxLength = 10 Me.columnCodCalRi.MaxLength = 8 Me.columnCodECalRi.MaxLength = 8 Me.columnOFon.MaxLength = 10 Me.columnComent.MaxLength = 100 Me.columnJust.MaxLength = 100 Me.columnTipoOper.MaxLength = 1 Me.columnPlazoFact.MaxLength = 1 Me.columnAutEstado.MaxLength = 1 Me.columnTipoMerc.MaxLength = 1 Me.columnCodPais.MaxLength = 3 End Sub _ Public Function NewPIN0Row() As PIN0Row Return CType(Me.NewRow,PIN0Row) End Function _ Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow Return New PIN0Row(builder) End Function _ Protected Overrides Function GetRowType() As Global.System.Type Return GetType(PIN0Row) End Function _ Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowChanged(e) If (Not (Me.PIN0RowChangedEvent) Is Nothing) Then RaiseEvent PIN0RowChanged(Me, New PIN0RowChangeEvent(CType(e.Row,PIN0Row), e.Action)) End If End Sub _ Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowChanging(e) If (Not (Me.PIN0RowChangingEvent) Is Nothing) Then RaiseEvent PIN0RowChanging(Me, New PIN0RowChangeEvent(CType(e.Row,PIN0Row), e.Action)) End If End Sub _ Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowDeleted(e) If (Not (Me.PIN0RowDeletedEvent) Is Nothing) Then RaiseEvent PIN0RowDeleted(Me, New PIN0RowChangeEvent(CType(e.Row,PIN0Row), e.Action)) End If End Sub _ Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowDeleting(e) If (Not (Me.PIN0RowDeletingEvent) Is Nothing) Then RaiseEvent PIN0RowDeleting(Me, New PIN0RowChangeEvent(CType(e.Row,PIN0Row), e.Action)) End If End Sub _ Public Sub RemovePIN0Row(ByVal row As PIN0Row) Me.Rows.Remove(row) End Sub _ Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() Dim ds As InversionesDataSet1 = New InversionesDataSet1() Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() any1.Namespace = "http://www.w3.org/2001/XMLSchema" any1.MinOccurs = New Decimal(0) any1.MaxOccurs = Decimal.MaxValue any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax sequence.Items.Add(any1) Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" any2.MinOccurs = New Decimal(1) any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax sequence.Items.Add(any2) Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() attribute1.Name = "namespace" attribute1.FixedValue = ds.Namespace type.Attributes.Add(attribute1) Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() attribute2.Name = "tableTypeName" attribute2.FixedValue = "PIN0DataTable" type.Attributes.Add(attribute2) type.Particle = sequence Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable If xs.Contains(dsSchema.TargetNamespace) Then Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Try Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing dsSchema.Write(s1) Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator Do While schemas.MoveNext schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) s2.SetLength(0) schema.Write(s2) If (s1.Length = s2.Length) Then s1.Position = 0 s2.Position = 0 Do While ((s1.Position <> s1.Length) _ AndAlso (s1.ReadByte = s2.ReadByte)) Loop If (s1.Position = s1.Length) Then Return type End If End If Loop Finally If (Not (s1) Is Nothing) Then s1.Close End If If (Not (s2) Is Nothing) Then s2.Close End If End Try End If xs.Add(dsSchema) Return type End Function End Class ''' '''Represents the strongly named DataTable class. ''' _ Partial Public Class CALRIDataTable Inherits Global.System.Data.TypedTableBase(Of CALRIRow) Private columnCodCalRi As Global.System.Data.DataColumn Private columnDescrip As Global.System.Data.DataColumn _ Public Sub New() MyBase.New Me.TableName = "CALRI" Me.BeginInit Me.InitClass Me.EndInit End Sub _ Friend Sub New(ByVal table As Global.System.Data.DataTable) MyBase.New Me.TableName = table.TableName If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then Me.CaseSensitive = table.CaseSensitive End If If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then Me.Locale = table.Locale End If If (table.Namespace <> table.DataSet.Namespace) Then Me.Namespace = table.Namespace End If Me.Prefix = table.Prefix Me.MinimumCapacity = table.MinimumCapacity End Sub _ Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) MyBase.New(info, context) Me.InitVars End Sub _ Public ReadOnly Property CodCalRiColumn() As Global.System.Data.DataColumn Get Return Me.columnCodCalRi End Get End Property _ Public ReadOnly Property DescripColumn() As Global.System.Data.DataColumn Get Return Me.columnDescrip End Get End Property _ Public ReadOnly Property Count() As Integer Get Return Me.Rows.Count End Get End Property _ Public Default ReadOnly Property Item(ByVal index As Integer) As CALRIRow Get Return CType(Me.Rows(index),CALRIRow) End Get End Property _ Public Event CALRIRowChanging As CALRIRowChangeEventHandler _ Public Event CALRIRowChanged As CALRIRowChangeEventHandler _ Public Event CALRIRowDeleting As CALRIRowChangeEventHandler _ Public Event CALRIRowDeleted As CALRIRowChangeEventHandler _ Public Overloads Sub AddCALRIRow(ByVal row As CALRIRow) Me.Rows.Add(row) End Sub _ Public Overloads Function AddCALRIRow(ByVal CodCalRi As String, ByVal Descrip As String) As CALRIRow Dim rowCALRIRow As CALRIRow = CType(Me.NewRow,CALRIRow) Dim columnValuesArray() As Object = New Object() {CodCalRi, Descrip} rowCALRIRow.ItemArray = columnValuesArray Me.Rows.Add(rowCALRIRow) Return rowCALRIRow End Function _ Public Function FindByCodCalRi(ByVal CodCalRi As String) As CALRIRow Return CType(Me.Rows.Find(New Object() {CodCalRi}),CALRIRow) End Function _ Public Overrides Function Clone() As Global.System.Data.DataTable Dim cln As CALRIDataTable = CType(MyBase.Clone,CALRIDataTable) cln.InitVars Return cln End Function _ Protected Overrides Function CreateInstance() As Global.System.Data.DataTable Return New CALRIDataTable() End Function _ Friend Sub InitVars() Me.columnCodCalRi = MyBase.Columns("CodCalRi") Me.columnDescrip = MyBase.Columns("Descrip") End Sub _ Private Sub InitClass() Me.columnCodCalRi = New Global.System.Data.DataColumn("CodCalRi", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnCodCalRi) Me.columnDescrip = New Global.System.Data.DataColumn("Descrip", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnDescrip) Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnCodCalRi}, true)) Me.columnCodCalRi.AllowDBNull = false Me.columnCodCalRi.Unique = true Me.columnCodCalRi.MaxLength = 8 Me.columnDescrip.MaxLength = 50 End Sub _ Public Function NewCALRIRow() As CALRIRow Return CType(Me.NewRow,CALRIRow) End Function _ Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow Return New CALRIRow(builder) End Function _ Protected Overrides Function GetRowType() As Global.System.Type Return GetType(CALRIRow) End Function _ Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowChanged(e) If (Not (Me.CALRIRowChangedEvent) Is Nothing) Then RaiseEvent CALRIRowChanged(Me, New CALRIRowChangeEvent(CType(e.Row,CALRIRow), e.Action)) End If End Sub _ Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowChanging(e) If (Not (Me.CALRIRowChangingEvent) Is Nothing) Then RaiseEvent CALRIRowChanging(Me, New CALRIRowChangeEvent(CType(e.Row,CALRIRow), e.Action)) End If End Sub _ Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowDeleted(e) If (Not (Me.CALRIRowDeletedEvent) Is Nothing) Then RaiseEvent CALRIRowDeleted(Me, New CALRIRowChangeEvent(CType(e.Row,CALRIRow), e.Action)) End If End Sub _ Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowDeleting(e) If (Not (Me.CALRIRowDeletingEvent) Is Nothing) Then RaiseEvent CALRIRowDeleting(Me, New CALRIRowChangeEvent(CType(e.Row,CALRIRow), e.Action)) End If End Sub _ Public Sub RemoveCALRIRow(ByVal row As CALRIRow) Me.Rows.Remove(row) End Sub _ Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() Dim ds As InversionesDataSet1 = New InversionesDataSet1() Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() any1.Namespace = "http://www.w3.org/2001/XMLSchema" any1.MinOccurs = New Decimal(0) any1.MaxOccurs = Decimal.MaxValue any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax sequence.Items.Add(any1) Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" any2.MinOccurs = New Decimal(1) any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax sequence.Items.Add(any2) Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() attribute1.Name = "namespace" attribute1.FixedValue = ds.Namespace type.Attributes.Add(attribute1) Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() attribute2.Name = "tableTypeName" attribute2.FixedValue = "CALRIDataTable" type.Attributes.Add(attribute2) type.Particle = sequence Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable If xs.Contains(dsSchema.TargetNamespace) Then Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Try Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing dsSchema.Write(s1) Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator Do While schemas.MoveNext schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) s2.SetLength(0) schema.Write(s2) If (s1.Length = s2.Length) Then s1.Position = 0 s2.Position = 0 Do While ((s1.Position <> s1.Length) _ AndAlso (s1.ReadByte = s2.ReadByte)) Loop If (s1.Position = s1.Length) Then Return type End If End If Loop Finally If (Not (s1) Is Nothing) Then s1.Close End If If (Not (s2) Is Nothing) Then s2.Close End If End Try End If xs.Add(dsSchema) Return type End Function End Class ''' '''Represents the strongly named DataTable class. ''' _ Partial Public Class RPAGDataTable Inherits Global.System.Data.TypedTableBase(Of RPAGRow) Private columnRPID As Global.System.Data.DataColumn Private columnCodInv As Global.System.Data.DataColumn Private columnAFavorDe As Global.System.Data.DataColumn Private columnFormaPagID As Global.System.Data.DataColumn Private columnMontoPago As Global.System.Data.DataColumn Private columnFechaPago As Global.System.Data.DataColumn Private columnCodBanco As Global.System.Data.DataColumn Private columnNumCuenta As Global.System.Data.DataColumn Private columnSaldoContable As Global.System.Data.DataColumn Private columnConcepto As Global.System.Data.DataColumn Private columnUCodigo As Global.System.Data.DataColumn _ Public Sub New() MyBase.New Me.TableName = "RPAG" Me.BeginInit Me.InitClass Me.EndInit End Sub _ Friend Sub New(ByVal table As Global.System.Data.DataTable) MyBase.New Me.TableName = table.TableName If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then Me.CaseSensitive = table.CaseSensitive End If If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then Me.Locale = table.Locale End If If (table.Namespace <> table.DataSet.Namespace) Then Me.Namespace = table.Namespace End If Me.Prefix = table.Prefix Me.MinimumCapacity = table.MinimumCapacity End Sub _ Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) MyBase.New(info, context) Me.InitVars End Sub _ Public ReadOnly Property RPIDColumn() As Global.System.Data.DataColumn Get Return Me.columnRPID End Get End Property _ Public ReadOnly Property CodInvColumn() As Global.System.Data.DataColumn Get Return Me.columnCodInv End Get End Property _ Public ReadOnly Property AFavorDeColumn() As Global.System.Data.DataColumn Get Return Me.columnAFavorDe End Get End Property _ Public ReadOnly Property FormaPagIDColumn() As Global.System.Data.DataColumn Get Return Me.columnFormaPagID End Get End Property _ Public ReadOnly Property MontoPagoColumn() As Global.System.Data.DataColumn Get Return Me.columnMontoPago End Get End Property _ Public ReadOnly Property FechaPagoColumn() As Global.System.Data.DataColumn Get Return Me.columnFechaPago End Get End Property _ Public ReadOnly Property CodBancoColumn() As Global.System.Data.DataColumn Get Return Me.columnCodBanco End Get End Property _ Public ReadOnly Property NumCuentaColumn() As Global.System.Data.DataColumn Get Return Me.columnNumCuenta End Get End Property _ Public ReadOnly Property SaldoContableColumn() As Global.System.Data.DataColumn Get Return Me.columnSaldoContable End Get End Property _ Public ReadOnly Property ConceptoColumn() As Global.System.Data.DataColumn Get Return Me.columnConcepto End Get End Property _ Public ReadOnly Property UCodigoColumn() As Global.System.Data.DataColumn Get Return Me.columnUCodigo End Get End Property _ Public ReadOnly Property Count() As Integer Get Return Me.Rows.Count End Get End Property _ Public Default ReadOnly Property Item(ByVal index As Integer) As RPAGRow Get Return CType(Me.Rows(index),RPAGRow) End Get End Property _ Public Event RPAGRowChanging As RPAGRowChangeEventHandler _ Public Event RPAGRowChanged As RPAGRowChangeEventHandler _ Public Event RPAGRowDeleting As RPAGRowChangeEventHandler _ Public Event RPAGRowDeleted As RPAGRowChangeEventHandler _ Public Overloads Sub AddRPAGRow(ByVal row As RPAGRow) Me.Rows.Add(row) End Sub _ Public Overloads Function AddRPAGRow(ByVal RPID As Integer, ByVal CodInv As String, ByVal AFavorDe As String, ByVal FormaPagID As String, ByVal MontoPago As Decimal, ByVal FechaPago As Date, ByVal CodBanco As String, ByVal NumCuenta As String, ByVal SaldoContable As Decimal, ByVal Concepto As String, ByVal UCodigo As String) As RPAGRow Dim rowRPAGRow As RPAGRow = CType(Me.NewRow,RPAGRow) Dim columnValuesArray() As Object = New Object() {RPID, CodInv, AFavorDe, FormaPagID, MontoPago, FechaPago, CodBanco, NumCuenta, SaldoContable, Concepto, UCodigo} rowRPAGRow.ItemArray = columnValuesArray Me.Rows.Add(rowRPAGRow) Return rowRPAGRow End Function _ Public Function FindByRPID(ByVal RPID As Integer) As RPAGRow Return CType(Me.Rows.Find(New Object() {RPID}),RPAGRow) End Function _ Public Overrides Function Clone() As Global.System.Data.DataTable Dim cln As RPAGDataTable = CType(MyBase.Clone,RPAGDataTable) cln.InitVars Return cln End Function _ Protected Overrides Function CreateInstance() As Global.System.Data.DataTable Return New RPAGDataTable() End Function _ Friend Sub InitVars() Me.columnRPID = MyBase.Columns("RPID") Me.columnCodInv = MyBase.Columns("CodInv") Me.columnAFavorDe = MyBase.Columns("AFavorDe") Me.columnFormaPagID = MyBase.Columns("FormaPagID") Me.columnMontoPago = MyBase.Columns("MontoPago") Me.columnFechaPago = MyBase.Columns("FechaPago") Me.columnCodBanco = MyBase.Columns("CodBanco") Me.columnNumCuenta = MyBase.Columns("NumCuenta") Me.columnSaldoContable = MyBase.Columns("SaldoContable") Me.columnConcepto = MyBase.Columns("Concepto") Me.columnUCodigo = MyBase.Columns("UCodigo") End Sub _ Private Sub InitClass() Me.columnRPID = New Global.System.Data.DataColumn("RPID", GetType(Integer), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnRPID) Me.columnCodInv = New Global.System.Data.DataColumn("CodInv", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnCodInv) Me.columnAFavorDe = New Global.System.Data.DataColumn("AFavorDe", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnAFavorDe) Me.columnFormaPagID = New Global.System.Data.DataColumn("FormaPagID", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnFormaPagID) Me.columnMontoPago = New Global.System.Data.DataColumn("MontoPago", GetType(Decimal), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnMontoPago) Me.columnFechaPago = New Global.System.Data.DataColumn("FechaPago", GetType(Date), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnFechaPago) Me.columnCodBanco = New Global.System.Data.DataColumn("CodBanco", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnCodBanco) Me.columnNumCuenta = New Global.System.Data.DataColumn("NumCuenta", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnNumCuenta) Me.columnSaldoContable = New Global.System.Data.DataColumn("SaldoContable", GetType(Decimal), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnSaldoContable) Me.columnConcepto = New Global.System.Data.DataColumn("Concepto", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnConcepto) Me.columnUCodigo = New Global.System.Data.DataColumn("UCodigo", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnUCodigo) Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnRPID}, true)) Me.columnRPID.AllowDBNull = false Me.columnRPID.Unique = true Me.columnCodInv.MaxLength = 20 Me.columnAFavorDe.MaxLength = 100 Me.columnFormaPagID.MaxLength = 30 Me.columnCodBanco.MaxLength = 30 Me.columnNumCuenta.MaxLength = 50 Me.columnConcepto.MaxLength = 254 Me.columnUCodigo.MaxLength = 10 End Sub _ Public Function NewRPAGRow() As RPAGRow Return CType(Me.NewRow,RPAGRow) End Function _ Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow Return New RPAGRow(builder) End Function _ Protected Overrides Function GetRowType() As Global.System.Type Return GetType(RPAGRow) End Function _ Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowChanged(e) If (Not (Me.RPAGRowChangedEvent) Is Nothing) Then RaiseEvent RPAGRowChanged(Me, New RPAGRowChangeEvent(CType(e.Row,RPAGRow), e.Action)) End If End Sub _ Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowChanging(e) If (Not (Me.RPAGRowChangingEvent) Is Nothing) Then RaiseEvent RPAGRowChanging(Me, New RPAGRowChangeEvent(CType(e.Row,RPAGRow), e.Action)) End If End Sub _ Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowDeleted(e) If (Not (Me.RPAGRowDeletedEvent) Is Nothing) Then RaiseEvent RPAGRowDeleted(Me, New RPAGRowChangeEvent(CType(e.Row,RPAGRow), e.Action)) End If End Sub _ Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowDeleting(e) If (Not (Me.RPAGRowDeletingEvent) Is Nothing) Then RaiseEvent RPAGRowDeleting(Me, New RPAGRowChangeEvent(CType(e.Row,RPAGRow), e.Action)) End If End Sub _ Public Sub RemoveRPAGRow(ByVal row As RPAGRow) Me.Rows.Remove(row) End Sub _ Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() Dim ds As InversionesDataSet1 = New InversionesDataSet1() Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() any1.Namespace = "http://www.w3.org/2001/XMLSchema" any1.MinOccurs = New Decimal(0) any1.MaxOccurs = Decimal.MaxValue any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax sequence.Items.Add(any1) Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" any2.MinOccurs = New Decimal(1) any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax sequence.Items.Add(any2) Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() attribute1.Name = "namespace" attribute1.FixedValue = ds.Namespace type.Attributes.Add(attribute1) Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() attribute2.Name = "tableTypeName" attribute2.FixedValue = "RPAGDataTable" type.Attributes.Add(attribute2) type.Particle = sequence Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable If xs.Contains(dsSchema.TargetNamespace) Then Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Try Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing dsSchema.Write(s1) Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator Do While schemas.MoveNext schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) s2.SetLength(0) schema.Write(s2) If (s1.Length = s2.Length) Then s1.Position = 0 s2.Position = 0 Do While ((s1.Position <> s1.Length) _ AndAlso (s1.ReadByte = s2.ReadByte)) Loop If (s1.Position = s1.Length) Then Return type End If End If Loop Finally If (Not (s1) Is Nothing) Then s1.Close End If If (Not (s2) Is Nothing) Then s2.Close End If End Try End If xs.Add(dsSchema) Return type End Function End Class ''' '''Represents the strongly named DataTable class. ''' _ Partial Public Class BAN2DataTable Inherits Global.System.Data.TypedTableBase(Of BAN2Row) Private columnCodigo As Global.System.Data.DataColumn Private columnNombre As Global.System.Data.DataColumn _ Public Sub New() MyBase.New Me.TableName = "BAN2" Me.BeginInit Me.InitClass Me.EndInit End Sub _ Friend Sub New(ByVal table As Global.System.Data.DataTable) MyBase.New Me.TableName = table.TableName If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then Me.CaseSensitive = table.CaseSensitive End If If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then Me.Locale = table.Locale End If If (table.Namespace <> table.DataSet.Namespace) Then Me.Namespace = table.Namespace End If Me.Prefix = table.Prefix Me.MinimumCapacity = table.MinimumCapacity End Sub _ Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) MyBase.New(info, context) Me.InitVars End Sub _ Public ReadOnly Property CodigoColumn() As Global.System.Data.DataColumn Get Return Me.columnCodigo End Get End Property _ Public ReadOnly Property NombreColumn() As Global.System.Data.DataColumn Get Return Me.columnNombre End Get End Property _ Public ReadOnly Property Count() As Integer Get Return Me.Rows.Count End Get End Property _ Public Default ReadOnly Property Item(ByVal index As Integer) As BAN2Row Get Return CType(Me.Rows(index),BAN2Row) End Get End Property _ Public Event BAN2RowChanging As BAN2RowChangeEventHandler _ Public Event BAN2RowChanged As BAN2RowChangeEventHandler _ Public Event BAN2RowDeleting As BAN2RowChangeEventHandler _ Public Event BAN2RowDeleted As BAN2RowChangeEventHandler _ Public Overloads Sub AddBAN2Row(ByVal row As BAN2Row) Me.Rows.Add(row) End Sub _ Public Overloads Function AddBAN2Row(ByVal Codigo As String, ByVal Nombre As String) As BAN2Row Dim rowBAN2Row As BAN2Row = CType(Me.NewRow,BAN2Row) Dim columnValuesArray() As Object = New Object() {Codigo, Nombre} rowBAN2Row.ItemArray = columnValuesArray Me.Rows.Add(rowBAN2Row) Return rowBAN2Row End Function _ Public Function FindByCodigo(ByVal Codigo As String) As BAN2Row Return CType(Me.Rows.Find(New Object() {Codigo}),BAN2Row) End Function _ Public Overrides Function Clone() As Global.System.Data.DataTable Dim cln As BAN2DataTable = CType(MyBase.Clone,BAN2DataTable) cln.InitVars Return cln End Function _ Protected Overrides Function CreateInstance() As Global.System.Data.DataTable Return New BAN2DataTable() End Function _ Friend Sub InitVars() Me.columnCodigo = MyBase.Columns("Codigo") Me.columnNombre = MyBase.Columns("Nombre") End Sub _ Private Sub InitClass() Me.columnCodigo = New Global.System.Data.DataColumn("Codigo", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnCodigo) Me.columnNombre = New Global.System.Data.DataColumn("Nombre", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnNombre) Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnCodigo}, true)) Me.columnCodigo.AllowDBNull = false Me.columnCodigo.Unique = true Me.columnCodigo.MaxLength = 10 Me.columnNombre.MaxLength = 50 End Sub _ Public Function NewBAN2Row() As BAN2Row Return CType(Me.NewRow,BAN2Row) End Function _ Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow Return New BAN2Row(builder) End Function _ Protected Overrides Function GetRowType() As Global.System.Type Return GetType(BAN2Row) End Function _ Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowChanged(e) If (Not (Me.BAN2RowChangedEvent) Is Nothing) Then RaiseEvent BAN2RowChanged(Me, New BAN2RowChangeEvent(CType(e.Row,BAN2Row), e.Action)) End If End Sub _ Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowChanging(e) If (Not (Me.BAN2RowChangingEvent) Is Nothing) Then RaiseEvent BAN2RowChanging(Me, New BAN2RowChangeEvent(CType(e.Row,BAN2Row), e.Action)) End If End Sub _ Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowDeleted(e) If (Not (Me.BAN2RowDeletedEvent) Is Nothing) Then RaiseEvent BAN2RowDeleted(Me, New BAN2RowChangeEvent(CType(e.Row,BAN2Row), e.Action)) End If End Sub _ Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowDeleting(e) If (Not (Me.BAN2RowDeletingEvent) Is Nothing) Then RaiseEvent BAN2RowDeleting(Me, New BAN2RowChangeEvent(CType(e.Row,BAN2Row), e.Action)) End If End Sub _ Public Sub RemoveBAN2Row(ByVal row As BAN2Row) Me.Rows.Remove(row) End Sub _ Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() Dim ds As InversionesDataSet1 = New InversionesDataSet1() Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() any1.Namespace = "http://www.w3.org/2001/XMLSchema" any1.MinOccurs = New Decimal(0) any1.MaxOccurs = Decimal.MaxValue any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax sequence.Items.Add(any1) Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" any2.MinOccurs = New Decimal(1) any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax sequence.Items.Add(any2) Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() attribute1.Name = "namespace" attribute1.FixedValue = ds.Namespace type.Attributes.Add(attribute1) Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() attribute2.Name = "tableTypeName" attribute2.FixedValue = "BAN2DataTable" type.Attributes.Add(attribute2) type.Particle = sequence Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable If xs.Contains(dsSchema.TargetNamespace) Then Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Try Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing dsSchema.Write(s1) Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator Do While schemas.MoveNext schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) s2.SetLength(0) schema.Write(s2) If (s1.Length = s2.Length) Then s1.Position = 0 s2.Position = 0 Do While ((s1.Position <> s1.Length) _ AndAlso (s1.ReadByte = s2.ReadByte)) Loop If (s1.Position = s1.Length) Then Return type End If End If Loop Finally If (Not (s1) Is Nothing) Then s1.Close End If If (Not (s2) Is Nothing) Then s2.Close End If End Try End If xs.Add(dsSchema) Return type End Function End Class ''' '''Represents the strongly named DataTable class. ''' _ Partial Public Class OFONDataTable Inherits Global.System.Data.TypedTableBase(Of OFONRow) Private columnCodigo As Global.System.Data.DataColumn Private columnDescrip As Global.System.Data.DataColumn _ Public Sub New() MyBase.New Me.TableName = "OFON" Me.BeginInit Me.InitClass Me.EndInit End Sub _ Friend Sub New(ByVal table As Global.System.Data.DataTable) MyBase.New Me.TableName = table.TableName If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then Me.CaseSensitive = table.CaseSensitive End If If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then Me.Locale = table.Locale End If If (table.Namespace <> table.DataSet.Namespace) Then Me.Namespace = table.Namespace End If Me.Prefix = table.Prefix Me.MinimumCapacity = table.MinimumCapacity End Sub _ Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) MyBase.New(info, context) Me.InitVars End Sub _ Public ReadOnly Property CodigoColumn() As Global.System.Data.DataColumn Get Return Me.columnCodigo End Get End Property _ Public ReadOnly Property DescripColumn() As Global.System.Data.DataColumn Get Return Me.columnDescrip End Get End Property _ Public ReadOnly Property Count() As Integer Get Return Me.Rows.Count End Get End Property _ Public Default ReadOnly Property Item(ByVal index As Integer) As OFONRow Get Return CType(Me.Rows(index),OFONRow) End Get End Property _ Public Event OFONRowChanging As OFONRowChangeEventHandler _ Public Event OFONRowChanged As OFONRowChangeEventHandler _ Public Event OFONRowDeleting As OFONRowChangeEventHandler _ Public Event OFONRowDeleted As OFONRowChangeEventHandler _ Public Overloads Sub AddOFONRow(ByVal row As OFONRow) Me.Rows.Add(row) End Sub _ Public Overloads Function AddOFONRow(ByVal Codigo As String, ByVal Descrip As String) As OFONRow Dim rowOFONRow As OFONRow = CType(Me.NewRow,OFONRow) Dim columnValuesArray() As Object = New Object() {Codigo, Descrip} rowOFONRow.ItemArray = columnValuesArray Me.Rows.Add(rowOFONRow) Return rowOFONRow End Function _ Public Function FindByCodigo(ByVal Codigo As String) As OFONRow Return CType(Me.Rows.Find(New Object() {Codigo}),OFONRow) End Function _ Public Overrides Function Clone() As Global.System.Data.DataTable Dim cln As OFONDataTable = CType(MyBase.Clone,OFONDataTable) cln.InitVars Return cln End Function _ Protected Overrides Function CreateInstance() As Global.System.Data.DataTable Return New OFONDataTable() End Function _ Friend Sub InitVars() Me.columnCodigo = MyBase.Columns("Codigo") Me.columnDescrip = MyBase.Columns("Descrip") End Sub _ Private Sub InitClass() Me.columnCodigo = New Global.System.Data.DataColumn("Codigo", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnCodigo) Me.columnDescrip = New Global.System.Data.DataColumn("Descrip", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnDescrip) Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnCodigo}, true)) Me.columnCodigo.AllowDBNull = false Me.columnCodigo.Unique = true Me.columnCodigo.MaxLength = 4 Me.columnDescrip.MaxLength = 50 End Sub _ Public Function NewOFONRow() As OFONRow Return CType(Me.NewRow,OFONRow) End Function _ Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow Return New OFONRow(builder) End Function _ Protected Overrides Function GetRowType() As Global.System.Type Return GetType(OFONRow) End Function _ Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowChanged(e) If (Not (Me.OFONRowChangedEvent) Is Nothing) Then RaiseEvent OFONRowChanged(Me, New OFONRowChangeEvent(CType(e.Row,OFONRow), e.Action)) End If End Sub _ Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowChanging(e) If (Not (Me.OFONRowChangingEvent) Is Nothing) Then RaiseEvent OFONRowChanging(Me, New OFONRowChangeEvent(CType(e.Row,OFONRow), e.Action)) End If End Sub _ Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowDeleted(e) If (Not (Me.OFONRowDeletedEvent) Is Nothing) Then RaiseEvent OFONRowDeleted(Me, New OFONRowChangeEvent(CType(e.Row,OFONRow), e.Action)) End If End Sub _ Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowDeleting(e) If (Not (Me.OFONRowDeletingEvent) Is Nothing) Then RaiseEvent OFONRowDeleting(Me, New OFONRowChangeEvent(CType(e.Row,OFONRow), e.Action)) End If End Sub _ Public Sub RemoveOFONRow(ByVal row As OFONRow) Me.Rows.Remove(row) End Sub _ Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() Dim ds As InversionesDataSet1 = New InversionesDataSet1() Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() any1.Namespace = "http://www.w3.org/2001/XMLSchema" any1.MinOccurs = New Decimal(0) any1.MaxOccurs = Decimal.MaxValue any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax sequence.Items.Add(any1) Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" any2.MinOccurs = New Decimal(1) any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax sequence.Items.Add(any2) Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() attribute1.Name = "namespace" attribute1.FixedValue = ds.Namespace type.Attributes.Add(attribute1) Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() attribute2.Name = "tableTypeName" attribute2.FixedValue = "OFONDataTable" type.Attributes.Add(attribute2) type.Particle = sequence Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable If xs.Contains(dsSchema.TargetNamespace) Then Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Try Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing dsSchema.Write(s1) Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator Do While schemas.MoveNext schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) s2.SetLength(0) schema.Write(s2) If (s1.Length = s2.Length) Then s1.Position = 0 s2.Position = 0 Do While ((s1.Position <> s1.Length) _ AndAlso (s1.ReadByte = s2.ReadByte)) Loop If (s1.Position = s1.Length) Then Return type End If End If Loop Finally If (Not (s1) Is Nothing) Then s1.Close End If If (Not (s2) Is Nothing) Then s2.Close End If End Try End If xs.Add(dsSchema) Return type End Function End Class ''' '''Represents the strongly named DataTable class. ''' _ Partial Public Class DEP0DataTable Inherits Global.System.Data.TypedTableBase(Of DEP0Row) Private columnDEPID As Global.System.Data.DataColumn Private columnDEPNombre As Global.System.Data.DataColumn _ Public Sub New() MyBase.New Me.TableName = "DEP0" Me.BeginInit Me.InitClass Me.EndInit End Sub _ Friend Sub New(ByVal table As Global.System.Data.DataTable) MyBase.New Me.TableName = table.TableName If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then Me.CaseSensitive = table.CaseSensitive End If If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then Me.Locale = table.Locale End If If (table.Namespace <> table.DataSet.Namespace) Then Me.Namespace = table.Namespace End If Me.Prefix = table.Prefix Me.MinimumCapacity = table.MinimumCapacity End Sub _ Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) MyBase.New(info, context) Me.InitVars End Sub _ Public ReadOnly Property DEPIDColumn() As Global.System.Data.DataColumn Get Return Me.columnDEPID End Get End Property _ Public ReadOnly Property DEPNombreColumn() As Global.System.Data.DataColumn Get Return Me.columnDEPNombre End Get End Property _ Public ReadOnly Property Count() As Integer Get Return Me.Rows.Count End Get End Property _ Public Default ReadOnly Property Item(ByVal index As Integer) As DEP0Row Get Return CType(Me.Rows(index),DEP0Row) End Get End Property _ Public Event DEP0RowChanging As DEP0RowChangeEventHandler _ Public Event DEP0RowChanged As DEP0RowChangeEventHandler _ Public Event DEP0RowDeleting As DEP0RowChangeEventHandler _ Public Event DEP0RowDeleted As DEP0RowChangeEventHandler _ Public Overloads Sub AddDEP0Row(ByVal row As DEP0Row) Me.Rows.Add(row) End Sub _ Public Overloads Function AddDEP0Row(ByVal DEPID As String, ByVal DEPNombre As String) As DEP0Row Dim rowDEP0Row As DEP0Row = CType(Me.NewRow,DEP0Row) Dim columnValuesArray() As Object = New Object() {DEPID, DEPNombre} rowDEP0Row.ItemArray = columnValuesArray Me.Rows.Add(rowDEP0Row) Return rowDEP0Row End Function _ Public Function FindByDEPID(ByVal DEPID As String) As DEP0Row Return CType(Me.Rows.Find(New Object() {DEPID}),DEP0Row) End Function _ Public Overrides Function Clone() As Global.System.Data.DataTable Dim cln As DEP0DataTable = CType(MyBase.Clone,DEP0DataTable) cln.InitVars Return cln End Function _ Protected Overrides Function CreateInstance() As Global.System.Data.DataTable Return New DEP0DataTable() End Function _ Friend Sub InitVars() Me.columnDEPID = MyBase.Columns("DEPID") Me.columnDEPNombre = MyBase.Columns("DEPNombre") End Sub _ Private Sub InitClass() Me.columnDEPID = New Global.System.Data.DataColumn("DEPID", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnDEPID) Me.columnDEPNombre = New Global.System.Data.DataColumn("DEPNombre", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnDEPNombre) Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnDEPID}, true)) Me.columnDEPID.AllowDBNull = false Me.columnDEPID.Unique = true Me.columnDEPID.MaxLength = 30 Me.columnDEPNombre.AllowDBNull = false Me.columnDEPNombre.MaxLength = 100 End Sub _ Public Function NewDEP0Row() As DEP0Row Return CType(Me.NewRow,DEP0Row) End Function _ Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow Return New DEP0Row(builder) End Function _ Protected Overrides Function GetRowType() As Global.System.Type Return GetType(DEP0Row) End Function _ Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowChanged(e) If (Not (Me.DEP0RowChangedEvent) Is Nothing) Then RaiseEvent DEP0RowChanged(Me, New DEP0RowChangeEvent(CType(e.Row,DEP0Row), e.Action)) End If End Sub _ Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowChanging(e) If (Not (Me.DEP0RowChangingEvent) Is Nothing) Then RaiseEvent DEP0RowChanging(Me, New DEP0RowChangeEvent(CType(e.Row,DEP0Row), e.Action)) End If End Sub _ Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowDeleted(e) If (Not (Me.DEP0RowDeletedEvent) Is Nothing) Then RaiseEvent DEP0RowDeleted(Me, New DEP0RowChangeEvent(CType(e.Row,DEP0Row), e.Action)) End If End Sub _ Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowDeleting(e) If (Not (Me.DEP0RowDeletingEvent) Is Nothing) Then RaiseEvent DEP0RowDeleting(Me, New DEP0RowChangeEvent(CType(e.Row,DEP0Row), e.Action)) End If End Sub _ Public Sub RemoveDEP0Row(ByVal row As DEP0Row) Me.Rows.Remove(row) End Sub _ Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() Dim ds As InversionesDataSet1 = New InversionesDataSet1() Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() any1.Namespace = "http://www.w3.org/2001/XMLSchema" any1.MinOccurs = New Decimal(0) any1.MaxOccurs = Decimal.MaxValue any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax sequence.Items.Add(any1) Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" any2.MinOccurs = New Decimal(1) any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax sequence.Items.Add(any2) Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() attribute1.Name = "namespace" attribute1.FixedValue = ds.Namespace type.Attributes.Add(attribute1) Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() attribute2.Name = "tableTypeName" attribute2.FixedValue = "DEP0DataTable" type.Attributes.Add(attribute2) type.Particle = sequence Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable If xs.Contains(dsSchema.TargetNamespace) Then Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Try Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing dsSchema.Write(s1) Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator Do While schemas.MoveNext schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) s2.SetLength(0) schema.Write(s2) If (s1.Length = s2.Length) Then s1.Position = 0 s2.Position = 0 Do While ((s1.Position <> s1.Length) _ AndAlso (s1.ReadByte = s2.ReadByte)) Loop If (s1.Position = s1.Length) Then Return type End If End If Loop Finally If (Not (s1) Is Nothing) Then s1.Close End If If (Not (s2) Is Nothing) Then s2.Close End If End Try End If xs.Add(dsSchema) Return type End Function End Class ''' '''Represents the strongly named DataTable class. ''' _ Partial Public Class USR0DataTable Inherits Global.System.Data.TypedTableBase(Of USR0Row) Private columnUCodigo As Global.System.Data.DataColumn Private columnUNombre As Global.System.Data.DataColumn Private columnDEPID As Global.System.Data.DataColumn Private columnSUser As Global.System.Data.DataColumn Private columnBloqueado As Global.System.Data.DataColumn Private columnClave1 As Global.System.Data.DataColumn _ Public Sub New() MyBase.New Me.TableName = "USR0" Me.BeginInit Me.InitClass Me.EndInit End Sub _ Friend Sub New(ByVal table As Global.System.Data.DataTable) MyBase.New Me.TableName = table.TableName If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then Me.CaseSensitive = table.CaseSensitive End If If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then Me.Locale = table.Locale End If If (table.Namespace <> table.DataSet.Namespace) Then Me.Namespace = table.Namespace End If Me.Prefix = table.Prefix Me.MinimumCapacity = table.MinimumCapacity End Sub _ Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) MyBase.New(info, context) Me.InitVars End Sub _ Public ReadOnly Property UCodigoColumn() As Global.System.Data.DataColumn Get Return Me.columnUCodigo End Get End Property _ Public ReadOnly Property UNombreColumn() As Global.System.Data.DataColumn Get Return Me.columnUNombre End Get End Property _ Public ReadOnly Property DEPIDColumn() As Global.System.Data.DataColumn Get Return Me.columnDEPID End Get End Property _ Public ReadOnly Property SUserColumn() As Global.System.Data.DataColumn Get Return Me.columnSUser End Get End Property _ Public ReadOnly Property BloqueadoColumn() As Global.System.Data.DataColumn Get Return Me.columnBloqueado End Get End Property _ Public ReadOnly Property Clave1Column() As Global.System.Data.DataColumn Get Return Me.columnClave1 End Get End Property _ Public ReadOnly Property Count() As Integer Get Return Me.Rows.Count End Get End Property _ Public Default ReadOnly Property Item(ByVal index As Integer) As USR0Row Get Return CType(Me.Rows(index),USR0Row) End Get End Property _ Public Event USR0RowChanging As USR0RowChangeEventHandler _ Public Event USR0RowChanged As USR0RowChangeEventHandler _ Public Event USR0RowDeleting As USR0RowChangeEventHandler _ Public Event USR0RowDeleted As USR0RowChangeEventHandler _ Public Overloads Sub AddUSR0Row(ByVal row As USR0Row) Me.Rows.Add(row) End Sub _ Public Overloads Function AddUSR0Row(ByVal UCodigo As String, ByVal UNombre As String, ByVal DEPID As String, ByVal SUser As Byte, ByVal Bloqueado As Byte, ByVal Clave1 As String) As USR0Row Dim rowUSR0Row As USR0Row = CType(Me.NewRow,USR0Row) Dim columnValuesArray() As Object = New Object() {UCodigo, UNombre, DEPID, SUser, Bloqueado, Clave1} rowUSR0Row.ItemArray = columnValuesArray Me.Rows.Add(rowUSR0Row) Return rowUSR0Row End Function _ Public Function FindByUCodigo(ByVal UCodigo As String) As USR0Row Return CType(Me.Rows.Find(New Object() {UCodigo}),USR0Row) End Function _ Public Overrides Function Clone() As Global.System.Data.DataTable Dim cln As USR0DataTable = CType(MyBase.Clone,USR0DataTable) cln.InitVars Return cln End Function _ Protected Overrides Function CreateInstance() As Global.System.Data.DataTable Return New USR0DataTable() End Function _ Friend Sub InitVars() Me.columnUCodigo = MyBase.Columns("UCodigo") Me.columnUNombre = MyBase.Columns("UNombre") Me.columnDEPID = MyBase.Columns("DEPID") Me.columnSUser = MyBase.Columns("SUser") Me.columnBloqueado = MyBase.Columns("Bloqueado") Me.columnClave1 = MyBase.Columns("Clave1") End Sub _ Private Sub InitClass() Me.columnUCodigo = New Global.System.Data.DataColumn("UCodigo", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnUCodigo) Me.columnUNombre = New Global.System.Data.DataColumn("UNombre", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnUNombre) Me.columnDEPID = New Global.System.Data.DataColumn("DEPID", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnDEPID) Me.columnSUser = New Global.System.Data.DataColumn("SUser", GetType(Byte), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnSUser) Me.columnBloqueado = New Global.System.Data.DataColumn("Bloqueado", GetType(Byte), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnBloqueado) Me.columnClave1 = New Global.System.Data.DataColumn("Clave1", GetType(String), Nothing, Global.System.Data.MappingType.Element) MyBase.Columns.Add(Me.columnClave1) Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnUCodigo}, true)) Me.columnUCodigo.AllowDBNull = false Me.columnUCodigo.Unique = true Me.columnUCodigo.MaxLength = 10 Me.columnUNombre.MaxLength = 50 Me.columnDEPID.MaxLength = 30 Me.columnClave1.MaxLength = 30 End Sub _ Public Function NewUSR0Row() As USR0Row Return CType(Me.NewRow,USR0Row) End Function _ Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow Return New USR0Row(builder) End Function _ Protected Overrides Function GetRowType() As Global.System.Type Return GetType(USR0Row) End Function _ Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowChanged(e) If (Not (Me.USR0RowChangedEvent) Is Nothing) Then RaiseEvent USR0RowChanged(Me, New USR0RowChangeEvent(CType(e.Row,USR0Row), e.Action)) End If End Sub _ Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowChanging(e) If (Not (Me.USR0RowChangingEvent) Is Nothing) Then RaiseEvent USR0RowChanging(Me, New USR0RowChangeEvent(CType(e.Row,USR0Row), e.Action)) End If End Sub _ Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowDeleted(e) If (Not (Me.USR0RowDeletedEvent) Is Nothing) Then RaiseEvent USR0RowDeleted(Me, New USR0RowChangeEvent(CType(e.Row,USR0Row), e.Action)) End If End Sub _ Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) MyBase.OnRowDeleting(e) If (Not (Me.USR0RowDeletingEvent) Is Nothing) Then RaiseEvent USR0RowDeleting(Me, New USR0RowChangeEvent(CType(e.Row,USR0Row), e.Action)) End If End Sub _ Public Sub RemoveUSR0Row(ByVal row As USR0Row) Me.Rows.Remove(row) End Sub _ Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() Dim ds As InversionesDataSet1 = New InversionesDataSet1() Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() any1.Namespace = "http://www.w3.org/2001/XMLSchema" any1.MinOccurs = New Decimal(0) any1.MaxOccurs = Decimal.MaxValue any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax sequence.Items.Add(any1) Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" any2.MinOccurs = New Decimal(1) any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax sequence.Items.Add(any2) Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() attribute1.Name = "namespace" attribute1.FixedValue = ds.Namespace type.Attributes.Add(attribute1) Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() attribute2.Name = "tableTypeName" attribute2.FixedValue = "USR0DataTable" type.Attributes.Add(attribute2) type.Particle = sequence Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable If xs.Contains(dsSchema.TargetNamespace) Then Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() Try Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing dsSchema.Write(s1) Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator Do While schemas.MoveNext schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) s2.SetLength(0) schema.Write(s2) If (s1.Length = s2.Length) Then s1.Position = 0 s2.Position = 0 Do While ((s1.Position <> s1.Length) _ AndAlso (s1.ReadByte = s2.ReadByte)) Loop If (s1.Position = s1.Length) Then Return type End If End If Loop Finally If (Not (s1) Is Nothing) Then s1.Close End If If (Not (s2) Is Nothing) Then s2.Close End If End Try End If xs.Add(dsSchema) Return type End Function End Class ''' '''Represents strongly named DataRow class. ''' Partial Public Class ECALRIRow Inherits Global.System.Data.DataRow Private tableECALRI As ECALRIDataTable _ Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) MyBase.New(rb) Me.tableECALRI = CType(Me.Table,ECALRIDataTable) End Sub _ Public Property CodECalRi() As String Get Return CType(Me(Me.tableECALRI.CodECalRiColumn),String) End Get Set Me(Me.tableECALRI.CodECalRiColumn) = value End Set End Property _ Public Property Descrip() As String Get Try Return CType(Me(Me.tableECALRI.DescripColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'Descrip' de la tabla 'ECALRI' es DBNull.", e) End Try End Get Set Me(Me.tableECALRI.DescripColumn) = value End Set End Property _ Public Function IsDescripNull() As Boolean Return Me.IsNull(Me.tableECALRI.DescripColumn) End Function _ Public Sub SetDescripNull() Me(Me.tableECALRI.DescripColumn) = Global.System.Convert.DBNull End Sub End Class ''' '''Represents strongly named DataRow class. ''' Partial Public Class EMISRow Inherits Global.System.Data.DataRow Private tableEMIS As EMISDataTable _ Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) MyBase.New(rb) Me.tableEMIS = CType(Me.Table,EMISDataTable) End Sub _ Public Property CodEmis() As Integer Get Return CType(Me(Me.tableEMIS.CodEmisColumn),Integer) End Get Set Me(Me.tableEMIS.CodEmisColumn) = value End Set End Property _ Public Property Descrip() As String Get Try Return CType(Me(Me.tableEMIS.DescripColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'Descrip' de la tabla 'EMIS' es DBNull.", e) End Try End Get Set Me(Me.tableEMIS.DescripColumn) = value End Set End Property _ Public Property Estado() As String Get Try Return CType(Me(Me.tableEMIS.EstadoColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'Estado' de la tabla 'EMIS' es DBNull.", e) End Try End Get Set Me(Me.tableEMIS.EstadoColumn) = value End Set End Property _ Public Function IsDescripNull() As Boolean Return Me.IsNull(Me.tableEMIS.DescripColumn) End Function _ Public Sub SetDescripNull() Me(Me.tableEMIS.DescripColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsEstadoNull() As Boolean Return Me.IsNull(Me.tableEMIS.EstadoColumn) End Function _ Public Sub SetEstadoNull() Me(Me.tableEMIS.EstadoColumn) = Global.System.Convert.DBNull End Sub End Class ''' '''Represents strongly named DataRow class. ''' Partial Public Class EMPRRow Inherits Global.System.Data.DataRow Private tableEMPR As EMPRDataTable _ Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) MyBase.New(rb) Me.tableEMPR = CType(Me.Table,EMPRDataTable) End Sub _ Public Property CodEmpr() As String Get Return CType(Me(Me.tableEMPR.CodEmprColumn),String) End Get Set Me(Me.tableEMPR.CodEmprColumn) = value End Set End Property _ Public Property Descrip() As String Get Try Return CType(Me(Me.tableEMPR.DescripColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'Descrip' de la tabla 'EMPR' es DBNull.", e) End Try End Get Set Me(Me.tableEMPR.DescripColumn) = value End Set End Property _ Public Property SAP_BD() As String Get Try Return CType(Me(Me.tableEMPR.SAP_BDColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'SAP_BD' de la tabla 'EMPR' es DBNull.", e) End Try End Get Set Me(Me.tableEMPR.SAP_BDColumn) = value End Set End Property _ Public Function IsDescripNull() As Boolean Return Me.IsNull(Me.tableEMPR.DescripColumn) End Function _ Public Sub SetDescripNull() Me(Me.tableEMPR.DescripColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsSAP_BDNull() As Boolean Return Me.IsNull(Me.tableEMPR.SAP_BDColumn) End Function _ Public Sub SetSAP_BDNull() Me(Me.tableEMPR.SAP_BDColumn) = Global.System.Convert.DBNull End Sub End Class ''' '''Represents strongly named DataRow class. ''' Partial Public Class INFIRow Inherits Global.System.Data.DataRow Private tableINFI As INFIDataTable _ Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) MyBase.New(rb) Me.tableINFI = CType(Me.Table,INFIDataTable) End Sub _ Public Property CodIF() As String Get Return CType(Me(Me.tableINFI.CodIFColumn),String) End Get Set Me(Me.tableINFI.CodIFColumn) = value End Set End Property _ Public Property Descrip() As String Get Try Return CType(Me(Me.tableINFI.DescripColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'Descrip' de la tabla 'INFI' es DBNull.", e) End Try End Get Set Me(Me.tableINFI.DescripColumn) = value End Set End Property _ Public Property Tipo() As String Get Try Return CType(Me(Me.tableINFI.TipoColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'Tipo' de la tabla 'INFI' es DBNull.", e) End Try End Get Set Me(Me.tableINFI.TipoColumn) = value End Set End Property _ Public Function IsDescripNull() As Boolean Return Me.IsNull(Me.tableINFI.DescripColumn) End Function _ Public Sub SetDescripNull() Me(Me.tableINFI.DescripColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsTipoNull() As Boolean Return Me.IsNull(Me.tableINFI.TipoColumn) End Function _ Public Sub SetTipoNull() Me(Me.tableINFI.TipoColumn) = Global.System.Convert.DBNull End Sub End Class ''' '''Represents strongly named DataRow class. ''' Partial Public Class PAISRow Inherits Global.System.Data.DataRow Private tablePAIS As PAISDataTable _ Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) MyBase.New(rb) Me.tablePAIS = CType(Me.Table,PAISDataTable) End Sub _ Public Property CodPais() As String Get Return CType(Me(Me.tablePAIS.CodPaisColumn),String) End Get Set Me(Me.tablePAIS.CodPaisColumn) = value End Set End Property _ Public Property Descrip() As String Get Try Return CType(Me(Me.tablePAIS.DescripColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'Descrip' de la tabla 'PAIS' es DBNull.", e) End Try End Get Set Me(Me.tablePAIS.DescripColumn) = value End Set End Property _ Public Property RelInv() As String Get Try Return CType(Me(Me.tablePAIS.RelInvColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'RelInv' de la tabla 'PAIS' es DBNull.", e) End Try End Get Set Me(Me.tablePAIS.RelInvColumn) = value End Set End Property _ Public Function IsDescripNull() As Boolean Return Me.IsNull(Me.tablePAIS.DescripColumn) End Function _ Public Sub SetDescripNull() Me(Me.tablePAIS.DescripColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsRelInvNull() As Boolean Return Me.IsNull(Me.tablePAIS.RelInvColumn) End Function _ Public Sub SetRelInvNull() Me(Me.tablePAIS.RelInvColumn) = Global.System.Convert.DBNull End Sub End Class ''' '''Represents strongly named DataRow class. ''' Partial Public Class SP_InventarioMasterRow Inherits Global.System.Data.DataRow Private tableSP_InventarioMaster As SP_InventarioMasterDataTable _ Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) MyBase.New(rb) Me.tableSP_InventarioMaster = CType(Me.Table,SP_InventarioMasterDataTable) End Sub _ Public Property CodInv() As String Get Try Return CType(Me(Me.tableSP_InventarioMaster.CodInvColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'CodInv' de la tabla 'SP_InventarioMaster' es DBNull.", e) End Try End Get Set Me(Me.tableSP_InventarioMaster.CodInvColumn) = value End Set End Property _ Public Property CodIF() As String Get Try Return CType(Me(Me.tableSP_InventarioMaster.CodIFColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'CodIF' de la tabla 'SP_InventarioMaster' es DBNull.", e) End Try End Get Set Me(Me.tableSP_InventarioMaster.CodIFColumn) = value End Set End Property _ Public Property Estado() As String Get Try Return CType(Me(Me.tableSP_InventarioMaster.EstadoColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'Estado' de la tabla 'SP_InventarioMaster' es DBNull.", e) End Try End Get Set Me(Me.tableSP_InventarioMaster.EstadoColumn) = value End Set End Property _ Public Property CodEmpr() As String Get Try Return CType(Me(Me.tableSP_InventarioMaster.CodEmprColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'CodEmpr' de la tabla 'SP_InventarioMaster' es DBNull.", e) End Try End Get Set Me(Me.tableSP_InventarioMaster.CodEmprColumn) = value End Set End Property _ Public Property NombreManIF() As String Get Try Return CType(Me(Me.tableSP_InventarioMaster.NombreManIFColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'NombreManIF' de la tabla 'SP_InventarioMaster' es DBNull."& _ "", e) End Try End Get Set Me(Me.tableSP_InventarioMaster.NombreManIFColumn) = value End Set End Property _ Public Property CodManIF() As String Get Try Return CType(Me(Me.tableSP_InventarioMaster.CodManIFColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'CodManIF' de la tabla 'SP_InventarioMaster' es DBNull.", e) End Try End Get Set Me(Me.tableSP_InventarioMaster.CodManIFColumn) = value End Set End Property _ Public Property CodEmis() As Integer Get Try Return CType(Me(Me.tableSP_InventarioMaster.CodEmisColumn),Integer) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'CodEmis' de la tabla 'SP_InventarioMaster' es DBNull.", e) End Try End Get Set Me(Me.tableSP_InventarioMaster.CodEmisColumn) = value End Set End Property _ Public Property iCasaBanco() As String Get Try Return CType(Me(Me.tableSP_InventarioMaster.iCasaBancoColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'iCasaBanco' de la tabla 'SP_InventarioMaster' es DBNull.", e) End Try End Get Set Me(Me.tableSP_InventarioMaster.iCasaBancoColumn) = value End Set End Property _ Public Property vCasaBanco() As String Get Try Return CType(Me(Me.tableSP_InventarioMaster.vCasaBancoColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'vCasaBanco' de la tabla 'SP_InventarioMaster' es DBNull.", e) End Try End Get Set Me(Me.tableSP_InventarioMaster.vCasaBancoColumn) = value End Set End Property _ Public Property TipoMerc() As String Get Try Return CType(Me(Me.tableSP_InventarioMaster.TipoMercColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'TipoMerc' de la tabla 'SP_InventarioMaster' es DBNull.", e) End Try End Get Set Me(Me.tableSP_InventarioMaster.TipoMercColumn) = value End Set End Property _ Public Property CodCalRi() As String Get Try Return CType(Me(Me.tableSP_InventarioMaster.CodCalRiColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'CodCalRi' de la tabla 'SP_InventarioMaster' es DBNull.", e) End Try End Get Set Me(Me.tableSP_InventarioMaster.CodCalRiColumn) = value End Set End Property _ Public Property CodECalRi() As String Get Try Return CType(Me(Me.tableSP_InventarioMaster.CodECalRiColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'CodECalRi' de la tabla 'SP_InventarioMaster' es DBNull.", e) End Try End Get Set Me(Me.tableSP_InventarioMaster.CodECalRiColumn) = value End Set End Property _ Public Property ValorNominal() As Decimal Get Try Return CType(Me(Me.tableSP_InventarioMaster.ValorNominalColumn),Decimal) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'ValorNominal' de la tabla 'SP_InventarioMaster' es DBNull"& _ ".", e) End Try End Get Set Me(Me.tableSP_InventarioMaster.ValorNominalColumn) = value End Set End Property _ Public Function IsCodInvNull() As Boolean Return Me.IsNull(Me.tableSP_InventarioMaster.CodInvColumn) End Function _ Public Sub SetCodInvNull() Me(Me.tableSP_InventarioMaster.CodInvColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsCodIFNull() As Boolean Return Me.IsNull(Me.tableSP_InventarioMaster.CodIFColumn) End Function _ Public Sub SetCodIFNull() Me(Me.tableSP_InventarioMaster.CodIFColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsEstadoNull() As Boolean Return Me.IsNull(Me.tableSP_InventarioMaster.EstadoColumn) End Function _ Public Sub SetEstadoNull() Me(Me.tableSP_InventarioMaster.EstadoColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsCodEmprNull() As Boolean Return Me.IsNull(Me.tableSP_InventarioMaster.CodEmprColumn) End Function _ Public Sub SetCodEmprNull() Me(Me.tableSP_InventarioMaster.CodEmprColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsNombreManIFNull() As Boolean Return Me.IsNull(Me.tableSP_InventarioMaster.NombreManIFColumn) End Function _ Public Sub SetNombreManIFNull() Me(Me.tableSP_InventarioMaster.NombreManIFColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsCodManIFNull() As Boolean Return Me.IsNull(Me.tableSP_InventarioMaster.CodManIFColumn) End Function _ Public Sub SetCodManIFNull() Me(Me.tableSP_InventarioMaster.CodManIFColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsCodEmisNull() As Boolean Return Me.IsNull(Me.tableSP_InventarioMaster.CodEmisColumn) End Function _ Public Sub SetCodEmisNull() Me(Me.tableSP_InventarioMaster.CodEmisColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsiCasaBancoNull() As Boolean Return Me.IsNull(Me.tableSP_InventarioMaster.iCasaBancoColumn) End Function _ Public Sub SetiCasaBancoNull() Me(Me.tableSP_InventarioMaster.iCasaBancoColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsvCasaBancoNull() As Boolean Return Me.IsNull(Me.tableSP_InventarioMaster.vCasaBancoColumn) End Function _ Public Sub SetvCasaBancoNull() Me(Me.tableSP_InventarioMaster.vCasaBancoColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsTipoMercNull() As Boolean Return Me.IsNull(Me.tableSP_InventarioMaster.TipoMercColumn) End Function _ Public Sub SetTipoMercNull() Me(Me.tableSP_InventarioMaster.TipoMercColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsCodCalRiNull() As Boolean Return Me.IsNull(Me.tableSP_InventarioMaster.CodCalRiColumn) End Function _ Public Sub SetCodCalRiNull() Me(Me.tableSP_InventarioMaster.CodCalRiColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsCodECalRiNull() As Boolean Return Me.IsNull(Me.tableSP_InventarioMaster.CodECalRiColumn) End Function _ Public Sub SetCodECalRiNull() Me(Me.tableSP_InventarioMaster.CodECalRiColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsValorNominalNull() As Boolean Return Me.IsNull(Me.tableSP_InventarioMaster.ValorNominalColumn) End Function _ Public Sub SetValorNominalNull() Me(Me.tableSP_InventarioMaster.ValorNominalColumn) = Global.System.Convert.DBNull End Sub End Class ''' '''Represents strongly named DataRow class. ''' Partial Public Class BAN0Row Inherits Global.System.Data.DataRow Private tableBAN0 As BAN0DataTable _ Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) MyBase.New(rb) Me.tableBAN0 = CType(Me.Table,BAN0DataTable) End Sub _ Public Property CodBanco() As String Get Return CType(Me(Me.tableBAN0.CodBancoColumn),String) End Get Set Me(Me.tableBAN0.CodBancoColumn) = value End Set End Property _ Public Property CodPais() As String Get Try Return CType(Me(Me.tableBAN0.CodPaisColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'CodPais' de la tabla 'BAN0' es DBNull.", e) End Try End Get Set Me(Me.tableBAN0.CodPaisColumn) = value End Set End Property _ Public Property NombreBanco() As String Get Try Return CType(Me(Me.tableBAN0.NombreBancoColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'NombreBanco' de la tabla 'BAN0' es DBNull.", e) End Try End Get Set Me(Me.tableBAN0.NombreBancoColumn) = value End Set End Property _ Public Function IsCodPaisNull() As Boolean Return Me.IsNull(Me.tableBAN0.CodPaisColumn) End Function _ Public Sub SetCodPaisNull() Me(Me.tableBAN0.CodPaisColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsNombreBancoNull() As Boolean Return Me.IsNull(Me.tableBAN0.NombreBancoColumn) End Function _ Public Sub SetNombreBancoNull() Me(Me.tableBAN0.NombreBancoColumn) = Global.System.Convert.DBNull End Sub End Class ''' '''Represents strongly named DataRow class. ''' Partial Public Class BAN1Row Inherits Global.System.Data.DataRow Private tableBAN1 As BAN1DataTable _ Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) MyBase.New(rb) Me.tableBAN1 = CType(Me.Table,BAN1DataTable) End Sub _ Public Property CodBanco() As String Get Try Return CType(Me(Me.tableBAN1.CodBancoColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'CodBanco' de la tabla 'BAN1' es DBNull.", e) End Try End Get Set Me(Me.tableBAN1.CodBancoColumn) = value End Set End Property _ Public Property CodEmpr() As String Get Try Return CType(Me(Me.tableBAN1.CodEmprColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'CodEmpr' de la tabla 'BAN1' es DBNull.", e) End Try End Get Set Me(Me.tableBAN1.CodEmprColumn) = value End Set End Property _ Public Property NumCuenta() As String Get Try Return CType(Me(Me.tableBAN1.NumCuentaColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'NumCuenta' de la tabla 'BAN1' es DBNull.", e) End Try End Get Set Me(Me.tableBAN1.NumCuentaColumn) = value End Set End Property _ Public Property Activo() As Boolean Get Try Return CType(Me(Me.tableBAN1.ActivoColumn),Boolean) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'Activo' de la tabla 'BAN1' es DBNull.", e) End Try End Get Set Me(Me.tableBAN1.ActivoColumn) = value End Set End Property _ Public Property Id() As Integer Get Return CType(Me(Me.tableBAN1.IdColumn),Integer) End Get Set Me(Me.tableBAN1.IdColumn) = value End Set End Property _ Public Property NombreCuenta() As String Get Try Return CType(Me(Me.tableBAN1.NombreCuentaColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'NombreCuenta' de la tabla 'BAN1' es DBNull.", e) End Try End Get Set Me(Me.tableBAN1.NombreCuentaColumn) = value End Set End Property _ Public Property TipoCuenta() As String Get Try Return CType(Me(Me.tableBAN1.TipoCuentaColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'TipoCuenta' de la tabla 'BAN1' es DBNull.", e) End Try End Get Set Me(Me.tableBAN1.TipoCuentaColumn) = value End Set End Property _ Public Property CuentaContable() As String Get Try Return CType(Me(Me.tableBAN1.CuentaContableColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'CuentaContable' de la tabla 'BAN1' es DBNull.", e) End Try End Get Set Me(Me.tableBAN1.CuentaContableColumn) = value End Set End Property _ Public Function IsCodBancoNull() As Boolean Return Me.IsNull(Me.tableBAN1.CodBancoColumn) End Function _ Public Sub SetCodBancoNull() Me(Me.tableBAN1.CodBancoColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsCodEmprNull() As Boolean Return Me.IsNull(Me.tableBAN1.CodEmprColumn) End Function _ Public Sub SetCodEmprNull() Me(Me.tableBAN1.CodEmprColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsNumCuentaNull() As Boolean Return Me.IsNull(Me.tableBAN1.NumCuentaColumn) End Function _ Public Sub SetNumCuentaNull() Me(Me.tableBAN1.NumCuentaColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsActivoNull() As Boolean Return Me.IsNull(Me.tableBAN1.ActivoColumn) End Function _ Public Sub SetActivoNull() Me(Me.tableBAN1.ActivoColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsNombreCuentaNull() As Boolean Return Me.IsNull(Me.tableBAN1.NombreCuentaColumn) End Function _ Public Sub SetNombreCuentaNull() Me(Me.tableBAN1.NombreCuentaColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsTipoCuentaNull() As Boolean Return Me.IsNull(Me.tableBAN1.TipoCuentaColumn) End Function _ Public Sub SetTipoCuentaNull() Me(Me.tableBAN1.TipoCuentaColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsCuentaContableNull() As Boolean Return Me.IsNull(Me.tableBAN1.CuentaContableColumn) End Function _ Public Sub SetCuentaContableNull() Me(Me.tableBAN1.CuentaContableColumn) = Global.System.Convert.DBNull End Sub End Class ''' '''Represents strongly named DataRow class. ''' Partial Public Class FPAGRow Inherits Global.System.Data.DataRow Private tableFPAG As FPAGDataTable _ Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) MyBase.New(rb) Me.tableFPAG = CType(Me.Table,FPAGDataTable) End Sub _ Public Property Codigo() As String Get Return CType(Me(Me.tableFPAG.CodigoColumn),String) End Get Set Me(Me.tableFPAG.CodigoColumn) = value End Set End Property _ Public Property Nombre() As String Get Try Return CType(Me(Me.tableFPAG.NombreColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'Nombre' de la tabla 'FPAG' es DBNull.", e) End Try End Get Set Me(Me.tableFPAG.NombreColumn) = value End Set End Property _ Public Function IsNombreNull() As Boolean Return Me.IsNull(Me.tableFPAG.NombreColumn) End Function _ Public Sub SetNombreNull() Me(Me.tableFPAG.NombreColumn) = Global.System.Convert.DBNull End Sub End Class ''' '''Represents strongly named DataRow class. ''' Partial Public Class PIN0Row Inherits Global.System.Data.DataRow Private tablePIN0 As PIN0DataTable _ Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) MyBase.New(rb) Me.tablePIN0 = CType(Me.Table,PIN0DataTable) End Sub _ Public Property DocId() As Integer Get Return CType(Me(Me.tablePIN0.DocIdColumn),Integer) End Get Set Me(Me.tablePIN0.DocIdColumn) = value End Set End Property _ Public Property CodInv() As String Get Try Return CType(Me(Me.tablePIN0.CodInvColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'CodInv' de la tabla 'PIN0' es DBNull.", e) End Try End Get Set Me(Me.tablePIN0.CodInvColumn) = value End Set End Property _ Public Property DocEst() As String Get Try Return CType(Me(Me.tablePIN0.DocEstColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'DocEst' de la tabla 'PIN0' es DBNull.", e) End Try End Get Set Me(Me.tablePIN0.DocEstColumn) = value End Set End Property _ Public Property Asunto() As String Get Try Return CType(Me(Me.tablePIN0.AsuntoColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'Asunto' de la tabla 'PIN0' es DBNull.", e) End Try End Get Set Me(Me.tablePIN0.AsuntoColumn) = value End Set End Property _ Public Property CodEmpr() As String Get Try Return CType(Me(Me.tablePIN0.CodEmprColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'CodEmpr' de la tabla 'PIN0' es DBNull.", e) End Try End Get Set Me(Me.tablePIN0.CodEmprColumn) = value End Set End Property _ Public Property CodIF() As String Get Try Return CType(Me(Me.tablePIN0.CodIFColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'CodIF' de la tabla 'PIN0' es DBNull.", e) End Try End Get Set Me(Me.tablePIN0.CodIFColumn) = value End Set End Property _ Public Property CodEmis() As Integer Get Try Return CType(Me(Me.tablePIN0.CodEmisColumn),Integer) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'CodEmis' de la tabla 'PIN0' es DBNull.", e) End Try End Get Set Me(Me.tablePIN0.CodEmisColumn) = value End Set End Property _ Public Property CodCalRi() As String Get Try Return CType(Me(Me.tablePIN0.CodCalRiColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'CodCalRi' de la tabla 'PIN0' es DBNull.", e) End Try End Get Set Me(Me.tablePIN0.CodCalRiColumn) = value End Set End Property _ Public Property CodECalRi() As String Get Try Return CType(Me(Me.tablePIN0.CodECalRiColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'CodECalRi' de la tabla 'PIN0' es DBNull.", e) End Try End Get Set Me(Me.tablePIN0.CodECalRiColumn) = value End Set End Property _ Public Property OFon() As String Get Try Return CType(Me(Me.tablePIN0.OFonColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'OFon' de la tabla 'PIN0' es DBNull.", e) End Try End Get Set Me(Me.tablePIN0.OFonColumn) = value End Set End Property _ Public Property Coment() As String Get Try Return CType(Me(Me.tablePIN0.ComentColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'Coment' de la tabla 'PIN0' es DBNull.", e) End Try End Get Set Me(Me.tablePIN0.ComentColumn) = value End Set End Property _ Public Property Just() As String Get Try Return CType(Me(Me.tablePIN0.JustColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'Just' de la tabla 'PIN0' es DBNull.", e) End Try End Get Set Me(Me.tablePIN0.JustColumn) = value End Set End Property _ Public Property TipoOper() As String Get Try Return CType(Me(Me.tablePIN0.TipoOperColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'TipoOper' de la tabla 'PIN0' es DBNull.", e) End Try End Get Set Me(Me.tablePIN0.TipoOperColumn) = value End Set End Property _ Public Property DocBase() As Integer Get Try Return CType(Me(Me.tablePIN0.DocBaseColumn),Integer) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'DocBase' de la tabla 'PIN0' es DBNull.", e) End Try End Get Set Me(Me.tablePIN0.DocBaseColumn) = value End Set End Property _ Public Property MontoInv() As Decimal Get Try Return CType(Me(Me.tablePIN0.MontoInvColumn),Decimal) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'MontoInv' de la tabla 'PIN0' es DBNull.", e) End Try End Get Set Me(Me.tablePIN0.MontoInvColumn) = value End Set End Property _ Public Property Precio() As Decimal Get Try Return CType(Me(Me.tablePIN0.PrecioColumn),Decimal) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'Precio' de la tabla 'PIN0' es DBNull.", e) End Try End Get Set Me(Me.tablePIN0.PrecioColumn) = value End Set End Property _ Public Property Rendimiento() As Decimal Get Try Return CType(Me(Me.tablePIN0.RendimientoColumn),Decimal) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'Rendimiento' de la tabla 'PIN0' es DBNull.", e) End Try End Get Set Me(Me.tablePIN0.RendimientoColumn) = value End Set End Property _ Public Property Plazo() As Integer Get Try Return CType(Me(Me.tablePIN0.PlazoColumn),Integer) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'Plazo' de la tabla 'PIN0' es DBNull.", e) End Try End Get Set Me(Me.tablePIN0.PlazoColumn) = value End Set End Property _ Public Property PlazoFact() As String Get Try Return CType(Me(Me.tablePIN0.PlazoFactColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'PlazoFact' de la tabla 'PIN0' es DBNull.", e) End Try End Get Set Me(Me.tablePIN0.PlazoFactColumn) = value End Set End Property _ Public Property Ingresos() As Decimal Get Try Return CType(Me(Me.tablePIN0.IngresosColumn),Decimal) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'Ingresos' de la tabla 'PIN0' es DBNull.", e) End Try End Get Set Me(Me.tablePIN0.IngresosColumn) = value End Set End Property _ Public Property FechaDoc() As Date Get Try Return CType(Me(Me.tablePIN0.FechaDocColumn),Date) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'FechaDoc' de la tabla 'PIN0' es DBNull.", e) End Try End Get Set Me(Me.tablePIN0.FechaDocColumn) = value End Set End Property _ Public Property AutEstado() As String Get Try Return CType(Me(Me.tablePIN0.AutEstadoColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'AutEstado' de la tabla 'PIN0' es DBNull.", e) End Try End Get Set Me(Me.tablePIN0.AutEstadoColumn) = value End Set End Property _ Public Property TipoMerc() As String Get Try Return CType(Me(Me.tablePIN0.TipoMercColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'TipoMerc' de la tabla 'PIN0' es DBNull.", e) End Try End Get Set Me(Me.tablePIN0.TipoMercColumn) = value End Set End Property _ Public Property CodPais() As String Get Try Return CType(Me(Me.tablePIN0.CodPaisColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'CodPais' de la tabla 'PIN0' es DBNull.", e) End Try End Get Set Me(Me.tablePIN0.CodPaisColumn) = value End Set End Property _ Public Function IsCodInvNull() As Boolean Return Me.IsNull(Me.tablePIN0.CodInvColumn) End Function _ Public Sub SetCodInvNull() Me(Me.tablePIN0.CodInvColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsDocEstNull() As Boolean Return Me.IsNull(Me.tablePIN0.DocEstColumn) End Function _ Public Sub SetDocEstNull() Me(Me.tablePIN0.DocEstColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsAsuntoNull() As Boolean Return Me.IsNull(Me.tablePIN0.AsuntoColumn) End Function _ Public Sub SetAsuntoNull() Me(Me.tablePIN0.AsuntoColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsCodEmprNull() As Boolean Return Me.IsNull(Me.tablePIN0.CodEmprColumn) End Function _ Public Sub SetCodEmprNull() Me(Me.tablePIN0.CodEmprColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsCodIFNull() As Boolean Return Me.IsNull(Me.tablePIN0.CodIFColumn) End Function _ Public Sub SetCodIFNull() Me(Me.tablePIN0.CodIFColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsCodEmisNull() As Boolean Return Me.IsNull(Me.tablePIN0.CodEmisColumn) End Function _ Public Sub SetCodEmisNull() Me(Me.tablePIN0.CodEmisColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsCodCalRiNull() As Boolean Return Me.IsNull(Me.tablePIN0.CodCalRiColumn) End Function _ Public Sub SetCodCalRiNull() Me(Me.tablePIN0.CodCalRiColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsCodECalRiNull() As Boolean Return Me.IsNull(Me.tablePIN0.CodECalRiColumn) End Function _ Public Sub SetCodECalRiNull() Me(Me.tablePIN0.CodECalRiColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsOFonNull() As Boolean Return Me.IsNull(Me.tablePIN0.OFonColumn) End Function _ Public Sub SetOFonNull() Me(Me.tablePIN0.OFonColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsComentNull() As Boolean Return Me.IsNull(Me.tablePIN0.ComentColumn) End Function _ Public Sub SetComentNull() Me(Me.tablePIN0.ComentColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsJustNull() As Boolean Return Me.IsNull(Me.tablePIN0.JustColumn) End Function _ Public Sub SetJustNull() Me(Me.tablePIN0.JustColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsTipoOperNull() As Boolean Return Me.IsNull(Me.tablePIN0.TipoOperColumn) End Function _ Public Sub SetTipoOperNull() Me(Me.tablePIN0.TipoOperColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsDocBaseNull() As Boolean Return Me.IsNull(Me.tablePIN0.DocBaseColumn) End Function _ Public Sub SetDocBaseNull() Me(Me.tablePIN0.DocBaseColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsMontoInvNull() As Boolean Return Me.IsNull(Me.tablePIN0.MontoInvColumn) End Function _ Public Sub SetMontoInvNull() Me(Me.tablePIN0.MontoInvColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsPrecioNull() As Boolean Return Me.IsNull(Me.tablePIN0.PrecioColumn) End Function _ Public Sub SetPrecioNull() Me(Me.tablePIN0.PrecioColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsRendimientoNull() As Boolean Return Me.IsNull(Me.tablePIN0.RendimientoColumn) End Function _ Public Sub SetRendimientoNull() Me(Me.tablePIN0.RendimientoColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsPlazoNull() As Boolean Return Me.IsNull(Me.tablePIN0.PlazoColumn) End Function _ Public Sub SetPlazoNull() Me(Me.tablePIN0.PlazoColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsPlazoFactNull() As Boolean Return Me.IsNull(Me.tablePIN0.PlazoFactColumn) End Function _ Public Sub SetPlazoFactNull() Me(Me.tablePIN0.PlazoFactColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsIngresosNull() As Boolean Return Me.IsNull(Me.tablePIN0.IngresosColumn) End Function _ Public Sub SetIngresosNull() Me(Me.tablePIN0.IngresosColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsFechaDocNull() As Boolean Return Me.IsNull(Me.tablePIN0.FechaDocColumn) End Function _ Public Sub SetFechaDocNull() Me(Me.tablePIN0.FechaDocColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsAutEstadoNull() As Boolean Return Me.IsNull(Me.tablePIN0.AutEstadoColumn) End Function _ Public Sub SetAutEstadoNull() Me(Me.tablePIN0.AutEstadoColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsTipoMercNull() As Boolean Return Me.IsNull(Me.tablePIN0.TipoMercColumn) End Function _ Public Sub SetTipoMercNull() Me(Me.tablePIN0.TipoMercColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsCodPaisNull() As Boolean Return Me.IsNull(Me.tablePIN0.CodPaisColumn) End Function _ Public Sub SetCodPaisNull() Me(Me.tablePIN0.CodPaisColumn) = Global.System.Convert.DBNull End Sub End Class ''' '''Represents strongly named DataRow class. ''' Partial Public Class CALRIRow Inherits Global.System.Data.DataRow Private tableCALRI As CALRIDataTable _ Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) MyBase.New(rb) Me.tableCALRI = CType(Me.Table,CALRIDataTable) End Sub _ Public Property CodCalRi() As String Get Return CType(Me(Me.tableCALRI.CodCalRiColumn),String) End Get Set Me(Me.tableCALRI.CodCalRiColumn) = value End Set End Property _ Public Property Descrip() As String Get Try Return CType(Me(Me.tableCALRI.DescripColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'Descrip' de la tabla 'CALRI' es DBNull.", e) End Try End Get Set Me(Me.tableCALRI.DescripColumn) = value End Set End Property _ Public Function IsDescripNull() As Boolean Return Me.IsNull(Me.tableCALRI.DescripColumn) End Function _ Public Sub SetDescripNull() Me(Me.tableCALRI.DescripColumn) = Global.System.Convert.DBNull End Sub End Class ''' '''Represents strongly named DataRow class. ''' Partial Public Class RPAGRow Inherits Global.System.Data.DataRow Private tableRPAG As RPAGDataTable _ Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) MyBase.New(rb) Me.tableRPAG = CType(Me.Table,RPAGDataTable) End Sub _ Public Property RPID() As Integer Get Return CType(Me(Me.tableRPAG.RPIDColumn),Integer) End Get Set Me(Me.tableRPAG.RPIDColumn) = value End Set End Property _ Public Property CodInv() As String Get Try Return CType(Me(Me.tableRPAG.CodInvColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'CodInv' de la tabla 'RPAG' es DBNull.", e) End Try End Get Set Me(Me.tableRPAG.CodInvColumn) = value End Set End Property _ Public Property AFavorDe() As String Get Try Return CType(Me(Me.tableRPAG.AFavorDeColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'AFavorDe' de la tabla 'RPAG' es DBNull.", e) End Try End Get Set Me(Me.tableRPAG.AFavorDeColumn) = value End Set End Property _ Public Property FormaPagID() As String Get Try Return CType(Me(Me.tableRPAG.FormaPagIDColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'FormaPagID' de la tabla 'RPAG' es DBNull.", e) End Try End Get Set Me(Me.tableRPAG.FormaPagIDColumn) = value End Set End Property _ Public Property MontoPago() As Decimal Get Try Return CType(Me(Me.tableRPAG.MontoPagoColumn),Decimal) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'MontoPago' de la tabla 'RPAG' es DBNull.", e) End Try End Get Set Me(Me.tableRPAG.MontoPagoColumn) = value End Set End Property _ Public Property FechaPago() As Date Get Try Return CType(Me(Me.tableRPAG.FechaPagoColumn),Date) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'FechaPago' de la tabla 'RPAG' es DBNull.", e) End Try End Get Set Me(Me.tableRPAG.FechaPagoColumn) = value End Set End Property _ Public Property CodBanco() As String Get Try Return CType(Me(Me.tableRPAG.CodBancoColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'CodBanco' de la tabla 'RPAG' es DBNull.", e) End Try End Get Set Me(Me.tableRPAG.CodBancoColumn) = value End Set End Property _ Public Property NumCuenta() As String Get Try Return CType(Me(Me.tableRPAG.NumCuentaColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'NumCuenta' de la tabla 'RPAG' es DBNull.", e) End Try End Get Set Me(Me.tableRPAG.NumCuentaColumn) = value End Set End Property _ Public Property SaldoContable() As Decimal Get Try Return CType(Me(Me.tableRPAG.SaldoContableColumn),Decimal) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'SaldoContable' de la tabla 'RPAG' es DBNull.", e) End Try End Get Set Me(Me.tableRPAG.SaldoContableColumn) = value End Set End Property _ Public Property Concepto() As String Get Try Return CType(Me(Me.tableRPAG.ConceptoColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'Concepto' de la tabla 'RPAG' es DBNull.", e) End Try End Get Set Me(Me.tableRPAG.ConceptoColumn) = value End Set End Property _ Public Property UCodigo() As String Get Try Return CType(Me(Me.tableRPAG.UCodigoColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'UCodigo' de la tabla 'RPAG' es DBNull.", e) End Try End Get Set Me(Me.tableRPAG.UCodigoColumn) = value End Set End Property _ Public Function IsCodInvNull() As Boolean Return Me.IsNull(Me.tableRPAG.CodInvColumn) End Function _ Public Sub SetCodInvNull() Me(Me.tableRPAG.CodInvColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsAFavorDeNull() As Boolean Return Me.IsNull(Me.tableRPAG.AFavorDeColumn) End Function _ Public Sub SetAFavorDeNull() Me(Me.tableRPAG.AFavorDeColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsFormaPagIDNull() As Boolean Return Me.IsNull(Me.tableRPAG.FormaPagIDColumn) End Function _ Public Sub SetFormaPagIDNull() Me(Me.tableRPAG.FormaPagIDColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsMontoPagoNull() As Boolean Return Me.IsNull(Me.tableRPAG.MontoPagoColumn) End Function _ Public Sub SetMontoPagoNull() Me(Me.tableRPAG.MontoPagoColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsFechaPagoNull() As Boolean Return Me.IsNull(Me.tableRPAG.FechaPagoColumn) End Function _ Public Sub SetFechaPagoNull() Me(Me.tableRPAG.FechaPagoColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsCodBancoNull() As Boolean Return Me.IsNull(Me.tableRPAG.CodBancoColumn) End Function _ Public Sub SetCodBancoNull() Me(Me.tableRPAG.CodBancoColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsNumCuentaNull() As Boolean Return Me.IsNull(Me.tableRPAG.NumCuentaColumn) End Function _ Public Sub SetNumCuentaNull() Me(Me.tableRPAG.NumCuentaColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsSaldoContableNull() As Boolean Return Me.IsNull(Me.tableRPAG.SaldoContableColumn) End Function _ Public Sub SetSaldoContableNull() Me(Me.tableRPAG.SaldoContableColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsConceptoNull() As Boolean Return Me.IsNull(Me.tableRPAG.ConceptoColumn) End Function _ Public Sub SetConceptoNull() Me(Me.tableRPAG.ConceptoColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsUCodigoNull() As Boolean Return Me.IsNull(Me.tableRPAG.UCodigoColumn) End Function _ Public Sub SetUCodigoNull() Me(Me.tableRPAG.UCodigoColumn) = Global.System.Convert.DBNull End Sub End Class ''' '''Represents strongly named DataRow class. ''' Partial Public Class BAN2Row Inherits Global.System.Data.DataRow Private tableBAN2 As BAN2DataTable _ Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) MyBase.New(rb) Me.tableBAN2 = CType(Me.Table,BAN2DataTable) End Sub _ Public Property Codigo() As String Get Return CType(Me(Me.tableBAN2.CodigoColumn),String) End Get Set Me(Me.tableBAN2.CodigoColumn) = value End Set End Property _ Public Property Nombre() As String Get Try Return CType(Me(Me.tableBAN2.NombreColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'Nombre' de la tabla 'BAN2' es DBNull.", e) End Try End Get Set Me(Me.tableBAN2.NombreColumn) = value End Set End Property _ Public Function IsNombreNull() As Boolean Return Me.IsNull(Me.tableBAN2.NombreColumn) End Function _ Public Sub SetNombreNull() Me(Me.tableBAN2.NombreColumn) = Global.System.Convert.DBNull End Sub End Class ''' '''Represents strongly named DataRow class. ''' Partial Public Class OFONRow Inherits Global.System.Data.DataRow Private tableOFON As OFONDataTable _ Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) MyBase.New(rb) Me.tableOFON = CType(Me.Table,OFONDataTable) End Sub _ Public Property Codigo() As String Get Return CType(Me(Me.tableOFON.CodigoColumn),String) End Get Set Me(Me.tableOFON.CodigoColumn) = value End Set End Property _ Public Property Descrip() As String Get Try Return CType(Me(Me.tableOFON.DescripColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'Descrip' de la tabla 'OFON' es DBNull.", e) End Try End Get Set Me(Me.tableOFON.DescripColumn) = value End Set End Property _ Public Function IsDescripNull() As Boolean Return Me.IsNull(Me.tableOFON.DescripColumn) End Function _ Public Sub SetDescripNull() Me(Me.tableOFON.DescripColumn) = Global.System.Convert.DBNull End Sub End Class ''' '''Represents strongly named DataRow class. ''' Partial Public Class DEP0Row Inherits Global.System.Data.DataRow Private tableDEP0 As DEP0DataTable _ Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) MyBase.New(rb) Me.tableDEP0 = CType(Me.Table,DEP0DataTable) End Sub _ Public Property DEPID() As String Get Return CType(Me(Me.tableDEP0.DEPIDColumn),String) End Get Set Me(Me.tableDEP0.DEPIDColumn) = value End Set End Property _ Public Property DEPNombre() As String Get Return CType(Me(Me.tableDEP0.DEPNombreColumn),String) End Get Set Me(Me.tableDEP0.DEPNombreColumn) = value End Set End Property End Class ''' '''Represents strongly named DataRow class. ''' Partial Public Class USR0Row Inherits Global.System.Data.DataRow Private tableUSR0 As USR0DataTable _ Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) MyBase.New(rb) Me.tableUSR0 = CType(Me.Table,USR0DataTable) End Sub _ Public Property UCodigo() As String Get Return CType(Me(Me.tableUSR0.UCodigoColumn),String) End Get Set Me(Me.tableUSR0.UCodigoColumn) = value End Set End Property _ Public Property UNombre() As String Get Try Return CType(Me(Me.tableUSR0.UNombreColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'UNombre' de la tabla 'USR0' es DBNull.", e) End Try End Get Set Me(Me.tableUSR0.UNombreColumn) = value End Set End Property _ Public Property DEPID() As String Get Try Return CType(Me(Me.tableUSR0.DEPIDColumn),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'DEPID' de la tabla 'USR0' es DBNull.", e) End Try End Get Set Me(Me.tableUSR0.DEPIDColumn) = value End Set End Property _ Public Property SUser() As Byte Get Try Return CType(Me(Me.tableUSR0.SUserColumn),Byte) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'SUser' de la tabla 'USR0' es DBNull.", e) End Try End Get Set Me(Me.tableUSR0.SUserColumn) = value End Set End Property _ Public Property Bloqueado() As Byte Get Try Return CType(Me(Me.tableUSR0.BloqueadoColumn),Byte) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'Bloqueado' de la tabla 'USR0' es DBNull.", e) End Try End Get Set Me(Me.tableUSR0.BloqueadoColumn) = value End Set End Property _ Public Property Clave1() As String Get Try Return CType(Me(Me.tableUSR0.Clave1Column),String) Catch e As Global.System.InvalidCastException Throw New Global.System.Data.StrongTypingException("El valor de la columna 'Clave1' de la tabla 'USR0' es DBNull.", e) End Try End Get Set Me(Me.tableUSR0.Clave1Column) = value End Set End Property _ Public Function IsUNombreNull() As Boolean Return Me.IsNull(Me.tableUSR0.UNombreColumn) End Function _ Public Sub SetUNombreNull() Me(Me.tableUSR0.UNombreColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsDEPIDNull() As Boolean Return Me.IsNull(Me.tableUSR0.DEPIDColumn) End Function _ Public Sub SetDEPIDNull() Me(Me.tableUSR0.DEPIDColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsSUserNull() As Boolean Return Me.IsNull(Me.tableUSR0.SUserColumn) End Function _ Public Sub SetSUserNull() Me(Me.tableUSR0.SUserColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsBloqueadoNull() As Boolean Return Me.IsNull(Me.tableUSR0.BloqueadoColumn) End Function _ Public Sub SetBloqueadoNull() Me(Me.tableUSR0.BloqueadoColumn) = Global.System.Convert.DBNull End Sub _ Public Function IsClave1Null() As Boolean Return Me.IsNull(Me.tableUSR0.Clave1Column) End Function _ Public Sub SetClave1Null() Me(Me.tableUSR0.Clave1Column) = Global.System.Convert.DBNull End Sub End Class ''' '''Row event argument class ''' _ Public Class ECALRIRowChangeEvent Inherits Global.System.EventArgs Private eventRow As ECALRIRow Private eventAction As Global.System.Data.DataRowAction _ Public Sub New(ByVal row As ECALRIRow, ByVal action As Global.System.Data.DataRowAction) MyBase.New Me.eventRow = row Me.eventAction = action End Sub _ Public ReadOnly Property Row() As ECALRIRow Get Return Me.eventRow End Get End Property _ Public ReadOnly Property Action() As Global.System.Data.DataRowAction Get Return Me.eventAction End Get End Property End Class ''' '''Row event argument class ''' _ Public Class EMISRowChangeEvent Inherits Global.System.EventArgs Private eventRow As EMISRow Private eventAction As Global.System.Data.DataRowAction _ Public Sub New(ByVal row As EMISRow, ByVal action As Global.System.Data.DataRowAction) MyBase.New Me.eventRow = row Me.eventAction = action End Sub _ Public ReadOnly Property Row() As EMISRow Get Return Me.eventRow End Get End Property _ Public ReadOnly Property Action() As Global.System.Data.DataRowAction Get Return Me.eventAction End Get End Property End Class ''' '''Row event argument class ''' _ Public Class EMPRRowChangeEvent Inherits Global.System.EventArgs Private eventRow As EMPRRow Private eventAction As Global.System.Data.DataRowAction _ Public Sub New(ByVal row As EMPRRow, ByVal action As Global.System.Data.DataRowAction) MyBase.New Me.eventRow = row Me.eventAction = action End Sub _ Public ReadOnly Property Row() As EMPRRow Get Return Me.eventRow End Get End Property _ Public ReadOnly Property Action() As Global.System.Data.DataRowAction Get Return Me.eventAction End Get End Property End Class ''' '''Row event argument class ''' _ Public Class INFIRowChangeEvent Inherits Global.System.EventArgs Private eventRow As INFIRow Private eventAction As Global.System.Data.DataRowAction _ Public Sub New(ByVal row As INFIRow, ByVal action As Global.System.Data.DataRowAction) MyBase.New Me.eventRow = row Me.eventAction = action End Sub _ Public ReadOnly Property Row() As INFIRow Get Return Me.eventRow End Get End Property _ Public ReadOnly Property Action() As Global.System.Data.DataRowAction Get Return Me.eventAction End Get End Property End Class ''' '''Row event argument class ''' _ Public Class PAISRowChangeEvent Inherits Global.System.EventArgs Private eventRow As PAISRow Private eventAction As Global.System.Data.DataRowAction _ Public Sub New(ByVal row As PAISRow, ByVal action As Global.System.Data.DataRowAction) MyBase.New Me.eventRow = row Me.eventAction = action End Sub _ Public ReadOnly Property Row() As PAISRow Get Return Me.eventRow End Get End Property _ Public ReadOnly Property Action() As Global.System.Data.DataRowAction Get Return Me.eventAction End Get End Property End Class ''' '''Row event argument class ''' _ Public Class SP_InventarioMasterRowChangeEvent Inherits Global.System.EventArgs Private eventRow As SP_InventarioMasterRow Private eventAction As Global.System.Data.DataRowAction _ Public Sub New(ByVal row As SP_InventarioMasterRow, ByVal action As Global.System.Data.DataRowAction) MyBase.New Me.eventRow = row Me.eventAction = action End Sub _ Public ReadOnly Property Row() As SP_InventarioMasterRow Get Return Me.eventRow End Get End Property _ Public ReadOnly Property Action() As Global.System.Data.DataRowAction Get Return Me.eventAction End Get End Property End Class ''' '''Row event argument class ''' _ Public Class BAN0RowChangeEvent Inherits Global.System.EventArgs Private eventRow As BAN0Row Private eventAction As Global.System.Data.DataRowAction _ Public Sub New(ByVal row As BAN0Row, ByVal action As Global.System.Data.DataRowAction) MyBase.New Me.eventRow = row Me.eventAction = action End Sub _ Public ReadOnly Property Row() As BAN0Row Get Return Me.eventRow End Get End Property _ Public ReadOnly Property Action() As Global.System.Data.DataRowAction Get Return Me.eventAction End Get End Property End Class ''' '''Row event argument class ''' _ Public Class BAN1RowChangeEvent Inherits Global.System.EventArgs Private eventRow As BAN1Row Private eventAction As Global.System.Data.DataRowAction _ Public Sub New(ByVal row As BAN1Row, ByVal action As Global.System.Data.DataRowAction) MyBase.New Me.eventRow = row Me.eventAction = action End Sub _ Public ReadOnly Property Row() As BAN1Row Get Return Me.eventRow End Get End Property _ Public ReadOnly Property Action() As Global.System.Data.DataRowAction Get Return Me.eventAction End Get End Property End Class ''' '''Row event argument class ''' _ Public Class FPAGRowChangeEvent Inherits Global.System.EventArgs Private eventRow As FPAGRow Private eventAction As Global.System.Data.DataRowAction _ Public Sub New(ByVal row As FPAGRow, ByVal action As Global.System.Data.DataRowAction) MyBase.New Me.eventRow = row Me.eventAction = action End Sub _ Public ReadOnly Property Row() As FPAGRow Get Return Me.eventRow End Get End Property _ Public ReadOnly Property Action() As Global.System.Data.DataRowAction Get Return Me.eventAction End Get End Property End Class ''' '''Row event argument class ''' _ Public Class PIN0RowChangeEvent Inherits Global.System.EventArgs Private eventRow As PIN0Row Private eventAction As Global.System.Data.DataRowAction _ Public Sub New(ByVal row As PIN0Row, ByVal action As Global.System.Data.DataRowAction) MyBase.New Me.eventRow = row Me.eventAction = action End Sub _ Public ReadOnly Property Row() As PIN0Row Get Return Me.eventRow End Get End Property _ Public ReadOnly Property Action() As Global.System.Data.DataRowAction Get Return Me.eventAction End Get End Property End Class ''' '''Row event argument class ''' _ Public Class CALRIRowChangeEvent Inherits Global.System.EventArgs Private eventRow As CALRIRow Private eventAction As Global.System.Data.DataRowAction _ Public Sub New(ByVal row As CALRIRow, ByVal action As Global.System.Data.DataRowAction) MyBase.New Me.eventRow = row Me.eventAction = action End Sub _ Public ReadOnly Property Row() As CALRIRow Get Return Me.eventRow End Get End Property _ Public ReadOnly Property Action() As Global.System.Data.DataRowAction Get Return Me.eventAction End Get End Property End Class ''' '''Row event argument class ''' _ Public Class RPAGRowChangeEvent Inherits Global.System.EventArgs Private eventRow As RPAGRow Private eventAction As Global.System.Data.DataRowAction _ Public Sub New(ByVal row As RPAGRow, ByVal action As Global.System.Data.DataRowAction) MyBase.New Me.eventRow = row Me.eventAction = action End Sub _ Public ReadOnly Property Row() As RPAGRow Get Return Me.eventRow End Get End Property _ Public ReadOnly Property Action() As Global.System.Data.DataRowAction Get Return Me.eventAction End Get End Property End Class ''' '''Row event argument class ''' _ Public Class BAN2RowChangeEvent Inherits Global.System.EventArgs Private eventRow As BAN2Row Private eventAction As Global.System.Data.DataRowAction _ Public Sub New(ByVal row As BAN2Row, ByVal action As Global.System.Data.DataRowAction) MyBase.New Me.eventRow = row Me.eventAction = action End Sub _ Public ReadOnly Property Row() As BAN2Row Get Return Me.eventRow End Get End Property _ Public ReadOnly Property Action() As Global.System.Data.DataRowAction Get Return Me.eventAction End Get End Property End Class ''' '''Row event argument class ''' _ Public Class OFONRowChangeEvent Inherits Global.System.EventArgs Private eventRow As OFONRow Private eventAction As Global.System.Data.DataRowAction _ Public Sub New(ByVal row As OFONRow, ByVal action As Global.System.Data.DataRowAction) MyBase.New Me.eventRow = row Me.eventAction = action End Sub _ Public ReadOnly Property Row() As OFONRow Get Return Me.eventRow End Get End Property _ Public ReadOnly Property Action() As Global.System.Data.DataRowAction Get Return Me.eventAction End Get End Property End Class ''' '''Row event argument class ''' _ Public Class DEP0RowChangeEvent Inherits Global.System.EventArgs Private eventRow As DEP0Row Private eventAction As Global.System.Data.DataRowAction _ Public Sub New(ByVal row As DEP0Row, ByVal action As Global.System.Data.DataRowAction) MyBase.New Me.eventRow = row Me.eventAction = action End Sub _ Public ReadOnly Property Row() As DEP0Row Get Return Me.eventRow End Get End Property _ Public ReadOnly Property Action() As Global.System.Data.DataRowAction Get Return Me.eventAction End Get End Property End Class ''' '''Row event argument class ''' _ Public Class USR0RowChangeEvent Inherits Global.System.EventArgs Private eventRow As USR0Row Private eventAction As Global.System.Data.DataRowAction _ Public Sub New(ByVal row As USR0Row, ByVal action As Global.System.Data.DataRowAction) MyBase.New Me.eventRow = row Me.eventAction = action End Sub _ Public ReadOnly Property Row() As USR0Row Get Return Me.eventRow End Get End Property _ Public ReadOnly Property Action() As Global.System.Data.DataRowAction Get Return Me.eventAction End Get End Property End Class End Class Namespace InversionesDataSet1TableAdapters ''' '''Represents the connection and commands used to retrieve and save data. ''' _ Partial Public Class ECALRITableAdapter Inherits Global.System.ComponentModel.Component Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter Private _connection As Global.System.Data.SqlClient.SqlConnection Private _transaction As Global.System.Data.SqlClient.SqlTransaction Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand Private _clearBeforeFill As Boolean _ Public Sub New() MyBase.New Me.ClearBeforeFill = true End Sub _ Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter Get If (Me._adapter Is Nothing) Then Me.InitAdapter End If Return Me._adapter End Get End Property _ Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection Get If (Me._connection Is Nothing) Then Me.InitConnection End If Return Me._connection End Get Set Me._connection = value If (Not (Me.Adapter.InsertCommand) Is Nothing) Then Me.Adapter.InsertCommand.Connection = value End If If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then Me.Adapter.DeleteCommand.Connection = value End If If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then Me.Adapter.UpdateCommand.Connection = value End If Dim i As Integer = 0 Do While (i < Me.CommandCollection.Length) If (Not (Me.CommandCollection(i)) Is Nothing) Then CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value End If i = (i + 1) Loop End Set End Property _ Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction Get Return Me._transaction End Get Set Me._transaction = value Dim i As Integer = 0 Do While (i < Me.CommandCollection.Length) Me.CommandCollection(i).Transaction = Me._transaction i = (i + 1) Loop If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then Me.Adapter.DeleteCommand.Transaction = Me._transaction End If If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then Me.Adapter.InsertCommand.Transaction = Me._transaction End If If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then Me.Adapter.UpdateCommand.Transaction = Me._transaction End If End Set End Property _ Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() Get If (Me._commandCollection Is Nothing) Then Me.InitCommandCollection End If Return Me._commandCollection End Get End Property _ Public Property ClearBeforeFill() As Boolean Get Return Me._clearBeforeFill End Get Set Me._clearBeforeFill = value End Set End Property _ Private Sub InitAdapter() Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() tableMapping.SourceTable = "Table" tableMapping.DataSetTable = "ECALRI" tableMapping.ColumnMappings.Add("CodECalRi", "CodECalRi") tableMapping.ColumnMappings.Add("Descrip", "Descrip") Me._adapter.TableMappings.Add(tableMapping) Me._adapter.DeleteCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.DeleteCommand.Connection = Me.Connection Me._adapter.DeleteCommand.CommandText = "DELETE FROM [dbo].[ECALRI] WHERE (([CodECalRi] = @Original_CodECalRi) AND ((@IsNu"& _ "ll_Descrip = 1 AND [Descrip] IS NULL) OR ([Descrip] = @Original_Descrip)))" Me._adapter.DeleteCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodECalRi", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodECalRi", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Descrip", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Descrip", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.InsertCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.InsertCommand.Connection = Me.Connection Me._adapter.InsertCommand.CommandText = "INSERT INTO [dbo].[ECALRI] ([CodECalRi], [Descrip]) VALUES (@CodECalRi, @Descrip)"& _ ";"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT CodECalRi, Descrip FROM ECALRI WHERE (CodECalRi = @CodECalRi)" Me._adapter.InsertCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodECalRi", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodECalRi", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Descrip", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.UpdateCommand.Connection = Me.Connection Me._adapter.UpdateCommand.CommandText = "UPDATE [dbo].[ECALRI] SET [CodECalRi] = @CodECalRi, [Descrip] = @Descrip WHERE (("& _ "[CodECalRi] = @Original_CodECalRi) AND ((@IsNull_Descrip = 1 AND [Descrip] IS NU"& _ "LL) OR ([Descrip] = @Original_Descrip)));"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT CodECalRi, Descrip FROM ECALRI"& _ " WHERE (CodECalRi = @CodECalRi)" Me._adapter.UpdateCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodECalRi", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodECalRi", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Descrip", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodECalRi", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodECalRi", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Descrip", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Descrip", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) End Sub _ Private Sub InitConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection.ConnectionString = Global.Inversiones.My.MySettings.Default.cnInversiones End Sub _ Private Sub InitCommandCollection() Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(0) {} Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() Me._commandCollection(0).Connection = Me.Connection Me._commandCollection(0).CommandText = "SELECT CodECalRi, Descrip FROM dbo.ECALRI" Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text End Sub _ Public Overloads Overridable Function Fill(ByVal dataTable As InversionesDataSet1.ECALRIDataTable) As Integer Me.Adapter.SelectCommand = Me.CommandCollection(0) If (Me.ClearBeforeFill = true) Then dataTable.Clear End If Dim returnValue As Integer = Me.Adapter.Fill(dataTable) Return returnValue End Function _ Public Overloads Overridable Function GetData() As InversionesDataSet1.ECALRIDataTable Me.Adapter.SelectCommand = Me.CommandCollection(0) Dim dataTable As InversionesDataSet1.ECALRIDataTable = New InversionesDataSet1.ECALRIDataTable() Me.Adapter.Fill(dataTable) Return dataTable End Function _ Public Overloads Overridable Function Update(ByVal dataTable As InversionesDataSet1.ECALRIDataTable) As Integer Return Me.Adapter.Update(dataTable) End Function _ Public Overloads Overridable Function Update(ByVal dataSet As InversionesDataSet1) As Integer Return Me.Adapter.Update(dataSet, "ECALRI") End Function _ Public Overloads Overridable Function Update(ByVal dataRow As Global.System.Data.DataRow) As Integer Return Me.Adapter.Update(New Global.System.Data.DataRow() {dataRow}) End Function _ Public Overloads Overridable Function Update(ByVal dataRows() As Global.System.Data.DataRow) As Integer Return Me.Adapter.Update(dataRows) End Function _ Public Overloads Overridable Function Delete(ByVal Original_CodECalRi As String, ByVal Original_Descrip As String) As Integer If (Original_CodECalRi Is Nothing) Then Throw New Global.System.ArgumentNullException("Original_CodECalRi") Else Me.Adapter.DeleteCommand.Parameters(0).Value = CType(Original_CodECalRi,String) End If If (Original_Descrip Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(1).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(2).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(1).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(2).Value = CType(Original_Descrip,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.DeleteCommand.Connection.State If ((Me.Adapter.DeleteCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.DeleteCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.DeleteCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.DeleteCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Insert(ByVal CodECalRi As String, ByVal Descrip As String) As Integer If (CodECalRi Is Nothing) Then Throw New Global.System.ArgumentNullException("CodECalRi") Else Me.Adapter.InsertCommand.Parameters(0).Value = CType(CodECalRi,String) End If If (Descrip Is Nothing) Then Me.Adapter.InsertCommand.Parameters(1).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(1).Value = CType(Descrip,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.InsertCommand.Connection.State If ((Me.Adapter.InsertCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.InsertCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.InsertCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.InsertCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Update(ByVal CodECalRi As String, ByVal Descrip As String, ByVal Original_CodECalRi As String, ByVal Original_Descrip As String) As Integer If (CodECalRi Is Nothing) Then Throw New Global.System.ArgumentNullException("CodECalRi") Else Me.Adapter.UpdateCommand.Parameters(0).Value = CType(CodECalRi,String) End If If (Descrip Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(1).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(1).Value = CType(Descrip,String) End If If (Original_CodECalRi Is Nothing) Then Throw New Global.System.ArgumentNullException("Original_CodECalRi") Else Me.Adapter.UpdateCommand.Parameters(2).Value = CType(Original_CodECalRi,String) End If If (Original_Descrip Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(3).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(4).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(3).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(4).Value = CType(Original_Descrip,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.UpdateCommand.Connection.State If ((Me.Adapter.UpdateCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.UpdateCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.UpdateCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.UpdateCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Update(ByVal Descrip As String, ByVal Original_CodECalRi As String, ByVal Original_Descrip As String) As Integer Return Me.Update(Original_CodECalRi, Descrip, Original_CodECalRi, Original_Descrip) End Function End Class ''' '''Represents the connection and commands used to retrieve and save data. ''' _ Partial Public Class EMISTableAdapter Inherits Global.System.ComponentModel.Component Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter Private _connection As Global.System.Data.SqlClient.SqlConnection Private _transaction As Global.System.Data.SqlClient.SqlTransaction Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand Private _clearBeforeFill As Boolean _ Public Sub New() MyBase.New Me.ClearBeforeFill = true End Sub _ Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter Get If (Me._adapter Is Nothing) Then Me.InitAdapter End If Return Me._adapter End Get End Property _ Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection Get If (Me._connection Is Nothing) Then Me.InitConnection End If Return Me._connection End Get Set Me._connection = value If (Not (Me.Adapter.InsertCommand) Is Nothing) Then Me.Adapter.InsertCommand.Connection = value End If If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then Me.Adapter.DeleteCommand.Connection = value End If If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then Me.Adapter.UpdateCommand.Connection = value End If Dim i As Integer = 0 Do While (i < Me.CommandCollection.Length) If (Not (Me.CommandCollection(i)) Is Nothing) Then CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value End If i = (i + 1) Loop End Set End Property _ Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction Get Return Me._transaction End Get Set Me._transaction = value Dim i As Integer = 0 Do While (i < Me.CommandCollection.Length) Me.CommandCollection(i).Transaction = Me._transaction i = (i + 1) Loop If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then Me.Adapter.DeleteCommand.Transaction = Me._transaction End If If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then Me.Adapter.InsertCommand.Transaction = Me._transaction End If If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then Me.Adapter.UpdateCommand.Transaction = Me._transaction End If End Set End Property _ Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() Get If (Me._commandCollection Is Nothing) Then Me.InitCommandCollection End If Return Me._commandCollection End Get End Property _ Public Property ClearBeforeFill() As Boolean Get Return Me._clearBeforeFill End Get Set Me._clearBeforeFill = value End Set End Property _ Private Sub InitAdapter() Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() tableMapping.SourceTable = "Table" tableMapping.DataSetTable = "EMIS" tableMapping.ColumnMappings.Add("CodEmis", "CodEmis") tableMapping.ColumnMappings.Add("Descrip", "Descrip") tableMapping.ColumnMappings.Add("Estado", "Estado") Me._adapter.TableMappings.Add(tableMapping) Me._adapter.DeleteCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.DeleteCommand.Connection = Me.Connection Me._adapter.DeleteCommand.CommandText = "DELETE FROM [dbo].[EMIS] WHERE (([CodEmis] = @Original_CodEmis) AND ((@IsNull_Des"& _ "crip = 1 AND [Descrip] IS NULL) OR ([Descrip] = @Original_Descrip)) AND ((@IsNul"& _ "l_Estado = 1 AND [Estado] IS NULL) OR ([Estado] = @Original_Estado)))" Me._adapter.DeleteCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodEmis", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodEmis", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Descrip", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Descrip", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Estado", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Estado", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Estado", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Estado", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.InsertCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.InsertCommand.Connection = Me.Connection Me._adapter.InsertCommand.CommandText = "INSERT INTO [dbo].[EMIS] ([Descrip], [Estado]) VALUES (@Descrip, @Estado);"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELEC"& _ "T CodEmis, Descrip, Estado FROM EMIS WHERE (CodEmis = SCOPE_IDENTITY())" Me._adapter.InsertCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Descrip", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Estado", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Estado", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.UpdateCommand.Connection = Me.Connection Me._adapter.UpdateCommand.CommandText = "UPDATE [dbo].[EMIS] SET [Descrip] = @Descrip, [Estado] = @Estado WHERE (([CodEmis"& _ "] = @Original_CodEmis) AND ((@IsNull_Descrip = 1 AND [Descrip] IS NULL) OR ([Des"& _ "crip] = @Original_Descrip)) AND ((@IsNull_Estado = 1 AND [Estado] IS NULL) OR (["& _ "Estado] = @Original_Estado)));"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT CodEmis, Descrip, Estado FROM EMIS WHERE "& _ "(CodEmis = @CodEmis)" Me._adapter.UpdateCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Descrip", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Estado", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Estado", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodEmis", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodEmis", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Descrip", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Descrip", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Estado", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Estado", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Estado", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Estado", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodEmis", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "CodEmis", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) End Sub _ Private Sub InitConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection.ConnectionString = Global.Inversiones.My.MySettings.Default.cnInversiones End Sub _ Private Sub InitCommandCollection() Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(0) {} Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() Me._commandCollection(0).Connection = Me.Connection Me._commandCollection(0).CommandText = "SELECT CodEmis, Descrip, Estado FROM dbo.EMIS" Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text End Sub _ Public Overloads Overridable Function Fill(ByVal dataTable As InversionesDataSet1.EMISDataTable) As Integer Me.Adapter.SelectCommand = Me.CommandCollection(0) If (Me.ClearBeforeFill = true) Then dataTable.Clear End If Dim returnValue As Integer = Me.Adapter.Fill(dataTable) Return returnValue End Function _ Public Overloads Overridable Function GetData() As InversionesDataSet1.EMISDataTable Me.Adapter.SelectCommand = Me.CommandCollection(0) Dim dataTable As InversionesDataSet1.EMISDataTable = New InversionesDataSet1.EMISDataTable() Me.Adapter.Fill(dataTable) Return dataTable End Function _ Public Overloads Overridable Function Update(ByVal dataTable As InversionesDataSet1.EMISDataTable) As Integer Return Me.Adapter.Update(dataTable) End Function _ Public Overloads Overridable Function Update(ByVal dataSet As InversionesDataSet1) As Integer Return Me.Adapter.Update(dataSet, "EMIS") End Function _ Public Overloads Overridable Function Update(ByVal dataRow As Global.System.Data.DataRow) As Integer Return Me.Adapter.Update(New Global.System.Data.DataRow() {dataRow}) End Function _ Public Overloads Overridable Function Update(ByVal dataRows() As Global.System.Data.DataRow) As Integer Return Me.Adapter.Update(dataRows) End Function _ Public Overloads Overridable Function Delete(ByVal Original_CodEmis As Integer, ByVal Original_Descrip As String, ByVal Original_Estado As String) As Integer Me.Adapter.DeleteCommand.Parameters(0).Value = CType(Original_CodEmis,Integer) If (Original_Descrip Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(1).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(2).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(1).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(2).Value = CType(Original_Descrip,String) End If If (Original_Estado Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(3).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(4).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(3).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(4).Value = CType(Original_Estado,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.DeleteCommand.Connection.State If ((Me.Adapter.DeleteCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.DeleteCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.DeleteCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.DeleteCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Insert(ByVal Descrip As String, ByVal Estado As String) As Integer If (Descrip Is Nothing) Then Me.Adapter.InsertCommand.Parameters(0).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(0).Value = CType(Descrip,String) End If If (Estado Is Nothing) Then Me.Adapter.InsertCommand.Parameters(1).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(1).Value = CType(Estado,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.InsertCommand.Connection.State If ((Me.Adapter.InsertCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.InsertCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.InsertCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.InsertCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Update(ByVal Descrip As String, ByVal Estado As String, ByVal Original_CodEmis As Integer, ByVal Original_Descrip As String, ByVal Original_Estado As String, ByVal CodEmis As Integer) As Integer If (Descrip Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(0).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(0).Value = CType(Descrip,String) End If If (Estado Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(1).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(1).Value = CType(Estado,String) End If Me.Adapter.UpdateCommand.Parameters(2).Value = CType(Original_CodEmis,Integer) If (Original_Descrip Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(3).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(4).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(3).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(4).Value = CType(Original_Descrip,String) End If If (Original_Estado Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(5).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(6).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(5).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(6).Value = CType(Original_Estado,String) End If Me.Adapter.UpdateCommand.Parameters(7).Value = CType(CodEmis,Integer) Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.UpdateCommand.Connection.State If ((Me.Adapter.UpdateCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.UpdateCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.UpdateCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.UpdateCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Update(ByVal Descrip As String, ByVal Estado As String, ByVal Original_CodEmis As Integer, ByVal Original_Descrip As String, ByVal Original_Estado As String) As Integer Return Me.Update(Descrip, Estado, Original_CodEmis, Original_Descrip, Original_Estado, Original_CodEmis) End Function End Class ''' '''Represents the connection and commands used to retrieve and save data. ''' _ Partial Public Class EMPRTableAdapter Inherits Global.System.ComponentModel.Component Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter Private _connection As Global.System.Data.SqlClient.SqlConnection Private _transaction As Global.System.Data.SqlClient.SqlTransaction Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand Private _clearBeforeFill As Boolean _ Public Sub New() MyBase.New Me.ClearBeforeFill = true End Sub _ Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter Get If (Me._adapter Is Nothing) Then Me.InitAdapter End If Return Me._adapter End Get End Property _ Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection Get If (Me._connection Is Nothing) Then Me.InitConnection End If Return Me._connection End Get Set Me._connection = value If (Not (Me.Adapter.InsertCommand) Is Nothing) Then Me.Adapter.InsertCommand.Connection = value End If If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then Me.Adapter.DeleteCommand.Connection = value End If If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then Me.Adapter.UpdateCommand.Connection = value End If Dim i As Integer = 0 Do While (i < Me.CommandCollection.Length) If (Not (Me.CommandCollection(i)) Is Nothing) Then CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value End If i = (i + 1) Loop End Set End Property _ Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction Get Return Me._transaction End Get Set Me._transaction = value Dim i As Integer = 0 Do While (i < Me.CommandCollection.Length) Me.CommandCollection(i).Transaction = Me._transaction i = (i + 1) Loop If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then Me.Adapter.DeleteCommand.Transaction = Me._transaction End If If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then Me.Adapter.InsertCommand.Transaction = Me._transaction End If If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then Me.Adapter.UpdateCommand.Transaction = Me._transaction End If End Set End Property _ Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() Get If (Me._commandCollection Is Nothing) Then Me.InitCommandCollection End If Return Me._commandCollection End Get End Property _ Public Property ClearBeforeFill() As Boolean Get Return Me._clearBeforeFill End Get Set Me._clearBeforeFill = value End Set End Property _ Private Sub InitAdapter() Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() tableMapping.SourceTable = "Table" tableMapping.DataSetTable = "EMPR" tableMapping.ColumnMappings.Add("CodEmpr", "CodEmpr") tableMapping.ColumnMappings.Add("Descrip", "Descrip") tableMapping.ColumnMappings.Add("SAP_BD", "SAP_BD") Me._adapter.TableMappings.Add(tableMapping) Me._adapter.DeleteCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.DeleteCommand.Connection = Me.Connection Me._adapter.DeleteCommand.CommandText = "DELETE FROM [EMPR] WHERE (([CodEmpr] = @Original_CodEmpr) AND ((@IsNull_Descrip ="& _ " 1 AND [Descrip] IS NULL) OR ([Descrip] = @Original_Descrip)) AND ((@IsNull_SAP_"& _ "BD = 1 AND [SAP_BD] IS NULL) OR ([SAP_BD] = @Original_SAP_BD)))" Me._adapter.DeleteCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodEmpr", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodEmpr", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Descrip", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Descrip", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_SAP_BD", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "SAP_BD", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_SAP_BD", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "SAP_BD", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.InsertCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.InsertCommand.Connection = Me.Connection Me._adapter.InsertCommand.CommandText = "INSERT INTO EMPR"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" (CodEmpr, Descrip, SAP_BD)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"VALUES "& _ " (@CodEmpr,@Descrip,@SAP_BD); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT CodEmpr, Descrip, SAP_BD FROM EMPR WH"& _ "ERE (CodEmpr = @CodEmpr)" Me._adapter.InsertCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodEmpr", Global.System.Data.SqlDbType.VarChar, 10, Global.System.Data.ParameterDirection.Input, 0, 0, "CodEmpr", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Descrip", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@SAP_BD", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "SAP_BD", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.UpdateCommand.Connection = Me.Connection Me._adapter.UpdateCommand.CommandText = "UPDATE EMPR"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SET Descrip = @Descrip, SAP_BD = @SAP_BD"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE"& _ " (CodEmpr = @Original_CodEmpr); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT CodEmpr, Descrip, SAP_BD FRO"& _ "M EMPR WHERE (CodEmpr = @CodEmpr)" Me._adapter.UpdateCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Descrip", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@SAP_BD", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "SAP_BD", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodEmpr", Global.System.Data.SqlDbType.VarChar, 10, Global.System.Data.ParameterDirection.Input, 0, 0, "CodEmpr", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodEmpr", Global.System.Data.SqlDbType.VarChar, 10, Global.System.Data.ParameterDirection.Input, 0, 0, "CodEmpr", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) End Sub _ Private Sub InitConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection.ConnectionString = Global.Inversiones.My.MySettings.Default.cnInversiones End Sub _ Private Sub InitCommandCollection() Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(0) {} Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() Me._commandCollection(0).Connection = Me.Connection Me._commandCollection(0).CommandText = "SELECT CodEmpr, Descrip, SAP_BD"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM EMPR" Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text End Sub _ Public Overloads Overridable Function Fill(ByVal dataTable As InversionesDataSet1.EMPRDataTable) As Integer Me.Adapter.SelectCommand = Me.CommandCollection(0) If (Me.ClearBeforeFill = true) Then dataTable.Clear End If Dim returnValue As Integer = Me.Adapter.Fill(dataTable) Return returnValue End Function _ Public Overloads Overridable Function GetData() As InversionesDataSet1.EMPRDataTable Me.Adapter.SelectCommand = Me.CommandCollection(0) Dim dataTable As InversionesDataSet1.EMPRDataTable = New InversionesDataSet1.EMPRDataTable() Me.Adapter.Fill(dataTable) Return dataTable End Function _ Public Overloads Overridable Function Update(ByVal dataTable As InversionesDataSet1.EMPRDataTable) As Integer Return Me.Adapter.Update(dataTable) End Function _ Public Overloads Overridable Function Update(ByVal dataSet As InversionesDataSet1) As Integer Return Me.Adapter.Update(dataSet, "EMPR") End Function _ Public Overloads Overridable Function Update(ByVal dataRow As Global.System.Data.DataRow) As Integer Return Me.Adapter.Update(New Global.System.Data.DataRow() {dataRow}) End Function _ Public Overloads Overridable Function Update(ByVal dataRows() As Global.System.Data.DataRow) As Integer Return Me.Adapter.Update(dataRows) End Function _ Public Overloads Overridable Function Delete(ByVal Original_CodEmpr As String, ByVal Original_Descrip As String, ByVal Original_SAP_BD As String) As Integer If (Original_CodEmpr Is Nothing) Then Throw New Global.System.ArgumentNullException("Original_CodEmpr") Else Me.Adapter.DeleteCommand.Parameters(0).Value = CType(Original_CodEmpr,String) End If If (Original_Descrip Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(1).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(2).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(1).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(2).Value = CType(Original_Descrip,String) End If If (Original_SAP_BD Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(3).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(4).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(3).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(4).Value = CType(Original_SAP_BD,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.DeleteCommand.Connection.State If ((Me.Adapter.DeleteCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.DeleteCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.DeleteCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.DeleteCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Insert(ByVal CodEmpr As String, ByVal Descrip As String, ByVal SAP_BD As String) As Integer If (CodEmpr Is Nothing) Then Throw New Global.System.ArgumentNullException("CodEmpr") Else Me.Adapter.InsertCommand.Parameters(0).Value = CType(CodEmpr,String) End If If (Descrip Is Nothing) Then Me.Adapter.InsertCommand.Parameters(1).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(1).Value = CType(Descrip,String) End If If (SAP_BD Is Nothing) Then Me.Adapter.InsertCommand.Parameters(2).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(2).Value = CType(SAP_BD,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.InsertCommand.Connection.State If ((Me.Adapter.InsertCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.InsertCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.InsertCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.InsertCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Update(ByVal Descrip As String, ByVal SAP_BD As String, ByVal Original_CodEmpr As String, ByVal CodEmpr As String) As Integer If (Descrip Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(0).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(0).Value = CType(Descrip,String) End If If (SAP_BD Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(1).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(1).Value = CType(SAP_BD,String) End If If (Original_CodEmpr Is Nothing) Then Throw New Global.System.ArgumentNullException("Original_CodEmpr") Else Me.Adapter.UpdateCommand.Parameters(2).Value = CType(Original_CodEmpr,String) End If If (CodEmpr Is Nothing) Then Throw New Global.System.ArgumentNullException("CodEmpr") Else Me.Adapter.UpdateCommand.Parameters(3).Value = CType(CodEmpr,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.UpdateCommand.Connection.State If ((Me.Adapter.UpdateCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.UpdateCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.UpdateCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.UpdateCommand.Connection.Close End If End Try End Function End Class ''' '''Represents the connection and commands used to retrieve and save data. ''' _ Partial Public Class INFITableAdapter Inherits Global.System.ComponentModel.Component Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter Private _connection As Global.System.Data.SqlClient.SqlConnection Private _transaction As Global.System.Data.SqlClient.SqlTransaction Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand Private _clearBeforeFill As Boolean _ Public Sub New() MyBase.New Me.ClearBeforeFill = true End Sub _ Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter Get If (Me._adapter Is Nothing) Then Me.InitAdapter End If Return Me._adapter End Get End Property _ Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection Get If (Me._connection Is Nothing) Then Me.InitConnection End If Return Me._connection End Get Set Me._connection = value If (Not (Me.Adapter.InsertCommand) Is Nothing) Then Me.Adapter.InsertCommand.Connection = value End If If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then Me.Adapter.DeleteCommand.Connection = value End If If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then Me.Adapter.UpdateCommand.Connection = value End If Dim i As Integer = 0 Do While (i < Me.CommandCollection.Length) If (Not (Me.CommandCollection(i)) Is Nothing) Then CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value End If i = (i + 1) Loop End Set End Property _ Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction Get Return Me._transaction End Get Set Me._transaction = value Dim i As Integer = 0 Do While (i < Me.CommandCollection.Length) Me.CommandCollection(i).Transaction = Me._transaction i = (i + 1) Loop If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then Me.Adapter.DeleteCommand.Transaction = Me._transaction End If If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then Me.Adapter.InsertCommand.Transaction = Me._transaction End If If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then Me.Adapter.UpdateCommand.Transaction = Me._transaction End If End Set End Property _ Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() Get If (Me._commandCollection Is Nothing) Then Me.InitCommandCollection End If Return Me._commandCollection End Get End Property _ Public Property ClearBeforeFill() As Boolean Get Return Me._clearBeforeFill End Get Set Me._clearBeforeFill = value End Set End Property _ Private Sub InitAdapter() Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() tableMapping.SourceTable = "Table" tableMapping.DataSetTable = "INFI" tableMapping.ColumnMappings.Add("CodIF", "CodIF") tableMapping.ColumnMappings.Add("Descrip", "Descrip") tableMapping.ColumnMappings.Add("Tipo", "Tipo") Me._adapter.TableMappings.Add(tableMapping) Me._adapter.DeleteCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.DeleteCommand.Connection = Me.Connection Me._adapter.DeleteCommand.CommandText = "DELETE FROM [dbo].[INFI] WHERE (([CodIF] = @Original_CodIF) AND ((@IsNull_Descrip"& _ " = 1 AND [Descrip] IS NULL) OR ([Descrip] = @Original_Descrip)) AND ((@IsNull_Ti"& _ "po = 1 AND [Tipo] IS NULL) OR ([Tipo] = @Original_Tipo)))" Me._adapter.DeleteCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodIF", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodIF", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Descrip", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Descrip", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Tipo", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Tipo", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Tipo", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Tipo", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.InsertCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.InsertCommand.Connection = Me.Connection Me._adapter.InsertCommand.CommandText = "INSERT INTO [dbo].[INFI] ([CodIF], [Descrip], [Tipo]) VALUES (@CodIF, @Descrip, @"& _ "Tipo);"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT CodIF, Descrip, Tipo FROM INFI WHERE (CodIF = @CodIF)" Me._adapter.InsertCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodIF", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodIF", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Descrip", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Tipo", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Tipo", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.UpdateCommand.Connection = Me.Connection Me._adapter.UpdateCommand.CommandText = "UPDATE [dbo].[INFI] SET [CodIF] = @CodIF, [Descrip] = @Descrip, [Tipo] = @Tipo WH"& _ "ERE (([CodIF] = @Original_CodIF) AND ((@IsNull_Descrip = 1 AND [Descrip] IS NULL"& _ ") OR ([Descrip] = @Original_Descrip)) AND ((@IsNull_Tipo = 1 AND [Tipo] IS NULL)"& _ " OR ([Tipo] = @Original_Tipo)));"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT CodIF, Descrip, Tipo FROM INFI WHERE (C"& _ "odIF = @CodIF)" Me._adapter.UpdateCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodIF", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodIF", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Descrip", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Tipo", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Tipo", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodIF", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodIF", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Descrip", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Descrip", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Tipo", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Tipo", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Tipo", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Tipo", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) End Sub _ Private Sub InitConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection.ConnectionString = Global.Inversiones.My.MySettings.Default.cnInversiones End Sub _ Private Sub InitCommandCollection() Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(0) {} Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() Me._commandCollection(0).Connection = Me.Connection Me._commandCollection(0).CommandText = "SELECT CodIF, Descrip, Tipo FROM dbo.INFI" Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text End Sub _ Public Overloads Overridable Function Fill(ByVal dataTable As InversionesDataSet1.INFIDataTable) As Integer Me.Adapter.SelectCommand = Me.CommandCollection(0) If (Me.ClearBeforeFill = true) Then dataTable.Clear End If Dim returnValue As Integer = Me.Adapter.Fill(dataTable) Return returnValue End Function _ Public Overloads Overridable Function GetData() As InversionesDataSet1.INFIDataTable Me.Adapter.SelectCommand = Me.CommandCollection(0) Dim dataTable As InversionesDataSet1.INFIDataTable = New InversionesDataSet1.INFIDataTable() Me.Adapter.Fill(dataTable) Return dataTable End Function _ Public Overloads Overridable Function Update(ByVal dataTable As InversionesDataSet1.INFIDataTable) As Integer Return Me.Adapter.Update(dataTable) End Function _ Public Overloads Overridable Function Update(ByVal dataSet As InversionesDataSet1) As Integer Return Me.Adapter.Update(dataSet, "INFI") End Function _ Public Overloads Overridable Function Update(ByVal dataRow As Global.System.Data.DataRow) As Integer Return Me.Adapter.Update(New Global.System.Data.DataRow() {dataRow}) End Function _ Public Overloads Overridable Function Update(ByVal dataRows() As Global.System.Data.DataRow) As Integer Return Me.Adapter.Update(dataRows) End Function _ Public Overloads Overridable Function Delete(ByVal Original_CodIF As String, ByVal Original_Descrip As String, ByVal Original_Tipo As String) As Integer If (Original_CodIF Is Nothing) Then Throw New Global.System.ArgumentNullException("Original_CodIF") Else Me.Adapter.DeleteCommand.Parameters(0).Value = CType(Original_CodIF,String) End If If (Original_Descrip Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(1).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(2).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(1).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(2).Value = CType(Original_Descrip,String) End If If (Original_Tipo Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(3).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(4).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(3).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(4).Value = CType(Original_Tipo,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.DeleteCommand.Connection.State If ((Me.Adapter.DeleteCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.DeleteCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.DeleteCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.DeleteCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Insert(ByVal CodIF As String, ByVal Descrip As String, ByVal Tipo As String) As Integer If (CodIF Is Nothing) Then Throw New Global.System.ArgumentNullException("CodIF") Else Me.Adapter.InsertCommand.Parameters(0).Value = CType(CodIF,String) End If If (Descrip Is Nothing) Then Me.Adapter.InsertCommand.Parameters(1).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(1).Value = CType(Descrip,String) End If If (Tipo Is Nothing) Then Me.Adapter.InsertCommand.Parameters(2).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(2).Value = CType(Tipo,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.InsertCommand.Connection.State If ((Me.Adapter.InsertCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.InsertCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.InsertCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.InsertCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Update(ByVal CodIF As String, ByVal Descrip As String, ByVal Tipo As String, ByVal Original_CodIF As String, ByVal Original_Descrip As String, ByVal Original_Tipo As String) As Integer If (CodIF Is Nothing) Then Throw New Global.System.ArgumentNullException("CodIF") Else Me.Adapter.UpdateCommand.Parameters(0).Value = CType(CodIF,String) End If If (Descrip Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(1).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(1).Value = CType(Descrip,String) End If If (Tipo Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(2).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(2).Value = CType(Tipo,String) End If If (Original_CodIF Is Nothing) Then Throw New Global.System.ArgumentNullException("Original_CodIF") Else Me.Adapter.UpdateCommand.Parameters(3).Value = CType(Original_CodIF,String) End If If (Original_Descrip Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(4).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(5).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(4).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(5).Value = CType(Original_Descrip,String) End If If (Original_Tipo Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(6).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(7).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(6).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(7).Value = CType(Original_Tipo,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.UpdateCommand.Connection.State If ((Me.Adapter.UpdateCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.UpdateCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.UpdateCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.UpdateCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Update(ByVal Descrip As String, ByVal Tipo As String, ByVal Original_CodIF As String, ByVal Original_Descrip As String, ByVal Original_Tipo As String) As Integer Return Me.Update(Original_CodIF, Descrip, Tipo, Original_CodIF, Original_Descrip, Original_Tipo) End Function End Class ''' '''Represents the connection and commands used to retrieve and save data. ''' _ Partial Public Class PAISTableAdapter Inherits Global.System.ComponentModel.Component Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter Private _connection As Global.System.Data.SqlClient.SqlConnection Private _transaction As Global.System.Data.SqlClient.SqlTransaction Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand Private _clearBeforeFill As Boolean _ Public Sub New() MyBase.New Me.ClearBeforeFill = true End Sub _ Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter Get If (Me._adapter Is Nothing) Then Me.InitAdapter End If Return Me._adapter End Get End Property _ Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection Get If (Me._connection Is Nothing) Then Me.InitConnection End If Return Me._connection End Get Set Me._connection = value If (Not (Me.Adapter.InsertCommand) Is Nothing) Then Me.Adapter.InsertCommand.Connection = value End If If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then Me.Adapter.DeleteCommand.Connection = value End If If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then Me.Adapter.UpdateCommand.Connection = value End If Dim i As Integer = 0 Do While (i < Me.CommandCollection.Length) If (Not (Me.CommandCollection(i)) Is Nothing) Then CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value End If i = (i + 1) Loop End Set End Property _ Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction Get Return Me._transaction End Get Set Me._transaction = value Dim i As Integer = 0 Do While (i < Me.CommandCollection.Length) Me.CommandCollection(i).Transaction = Me._transaction i = (i + 1) Loop If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then Me.Adapter.DeleteCommand.Transaction = Me._transaction End If If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then Me.Adapter.InsertCommand.Transaction = Me._transaction End If If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then Me.Adapter.UpdateCommand.Transaction = Me._transaction End If End Set End Property _ Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() Get If (Me._commandCollection Is Nothing) Then Me.InitCommandCollection End If Return Me._commandCollection End Get End Property _ Public Property ClearBeforeFill() As Boolean Get Return Me._clearBeforeFill End Get Set Me._clearBeforeFill = value End Set End Property _ Private Sub InitAdapter() Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() tableMapping.SourceTable = "Table" tableMapping.DataSetTable = "PAIS" tableMapping.ColumnMappings.Add("CodPais", "CodPais") tableMapping.ColumnMappings.Add("Descrip", "Descrip") tableMapping.ColumnMappings.Add("RelInv", "RelInv") Me._adapter.TableMappings.Add(tableMapping) Me._adapter.DeleteCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.DeleteCommand.Connection = Me.Connection Me._adapter.DeleteCommand.CommandText = "DELETE FROM [dbo].[PAIS] WHERE (([CodPais] = @Original_CodPais) AND ((@IsNull_Des"& _ "crip = 1 AND [Descrip] IS NULL) OR ([Descrip] = @Original_Descrip)) AND ((@IsNul"& _ "l_RelInv = 1 AND [RelInv] IS NULL) OR ([RelInv] = @Original_RelInv)))" Me._adapter.DeleteCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodPais", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodPais", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Descrip", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Descrip", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_RelInv", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "RelInv", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_RelInv", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "RelInv", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.InsertCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.InsertCommand.Connection = Me.Connection Me._adapter.InsertCommand.CommandText = "INSERT INTO [dbo].[PAIS] ([CodPais], [Descrip], [RelInv]) VALUES (@CodPais, @Desc"& _ "rip, @RelInv);"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT CodPais, Descrip, RelInv FROM PAIS WHERE (CodPais = @CodP"& _ "ais)" Me._adapter.InsertCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodPais", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodPais", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Descrip", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@RelInv", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "RelInv", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.UpdateCommand.Connection = Me.Connection Me._adapter.UpdateCommand.CommandText = "UPDATE [dbo].[PAIS] SET [CodPais] = @CodPais, [Descrip] = @Descrip, [RelInv] = @R"& _ "elInv WHERE (([CodPais] = @Original_CodPais) AND ((@IsNull_Descrip = 1 AND [Desc"& _ "rip] IS NULL) OR ([Descrip] = @Original_Descrip)) AND ((@IsNull_RelInv = 1 AND ["& _ "RelInv] IS NULL) OR ([RelInv] = @Original_RelInv)));"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT CodPais, Descrip, R"& _ "elInv FROM PAIS WHERE (CodPais = @CodPais)" Me._adapter.UpdateCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodPais", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodPais", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Descrip", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@RelInv", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "RelInv", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodPais", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodPais", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Descrip", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Descrip", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_RelInv", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "RelInv", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_RelInv", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "RelInv", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) End Sub _ Private Sub InitConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection.ConnectionString = Global.Inversiones.My.MySettings.Default.cnInversiones End Sub _ Private Sub InitCommandCollection() Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(0) {} Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() Me._commandCollection(0).Connection = Me.Connection Me._commandCollection(0).CommandText = "SELECT CodPais, Descrip, RelInv FROM dbo.PAIS" Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text End Sub _ Public Overloads Overridable Function Fill(ByVal dataTable As InversionesDataSet1.PAISDataTable) As Integer Me.Adapter.SelectCommand = Me.CommandCollection(0) If (Me.ClearBeforeFill = true) Then dataTable.Clear End If Dim returnValue As Integer = Me.Adapter.Fill(dataTable) Return returnValue End Function _ Public Overloads Overridable Function GetData() As InversionesDataSet1.PAISDataTable Me.Adapter.SelectCommand = Me.CommandCollection(0) Dim dataTable As InversionesDataSet1.PAISDataTable = New InversionesDataSet1.PAISDataTable() Me.Adapter.Fill(dataTable) Return dataTable End Function _ Public Overloads Overridable Function Update(ByVal dataTable As InversionesDataSet1.PAISDataTable) As Integer Return Me.Adapter.Update(dataTable) End Function _ Public Overloads Overridable Function Update(ByVal dataSet As InversionesDataSet1) As Integer Return Me.Adapter.Update(dataSet, "PAIS") End Function _ Public Overloads Overridable Function Update(ByVal dataRow As Global.System.Data.DataRow) As Integer Return Me.Adapter.Update(New Global.System.Data.DataRow() {dataRow}) End Function _ Public Overloads Overridable Function Update(ByVal dataRows() As Global.System.Data.DataRow) As Integer Return Me.Adapter.Update(dataRows) End Function _ Public Overloads Overridable Function Delete(ByVal Original_CodPais As String, ByVal Original_Descrip As String, ByVal Original_RelInv As String) As Integer If (Original_CodPais Is Nothing) Then Throw New Global.System.ArgumentNullException("Original_CodPais") Else Me.Adapter.DeleteCommand.Parameters(0).Value = CType(Original_CodPais,String) End If If (Original_Descrip Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(1).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(2).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(1).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(2).Value = CType(Original_Descrip,String) End If If (Original_RelInv Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(3).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(4).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(3).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(4).Value = CType(Original_RelInv,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.DeleteCommand.Connection.State If ((Me.Adapter.DeleteCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.DeleteCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.DeleteCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.DeleteCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Insert(ByVal CodPais As String, ByVal Descrip As String, ByVal RelInv As String) As Integer If (CodPais Is Nothing) Then Throw New Global.System.ArgumentNullException("CodPais") Else Me.Adapter.InsertCommand.Parameters(0).Value = CType(CodPais,String) End If If (Descrip Is Nothing) Then Me.Adapter.InsertCommand.Parameters(1).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(1).Value = CType(Descrip,String) End If If (RelInv Is Nothing) Then Me.Adapter.InsertCommand.Parameters(2).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(2).Value = CType(RelInv,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.InsertCommand.Connection.State If ((Me.Adapter.InsertCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.InsertCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.InsertCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.InsertCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Update(ByVal CodPais As String, ByVal Descrip As String, ByVal RelInv As String, ByVal Original_CodPais As String, ByVal Original_Descrip As String, ByVal Original_RelInv As String) As Integer If (CodPais Is Nothing) Then Throw New Global.System.ArgumentNullException("CodPais") Else Me.Adapter.UpdateCommand.Parameters(0).Value = CType(CodPais,String) End If If (Descrip Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(1).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(1).Value = CType(Descrip,String) End If If (RelInv Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(2).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(2).Value = CType(RelInv,String) End If If (Original_CodPais Is Nothing) Then Throw New Global.System.ArgumentNullException("Original_CodPais") Else Me.Adapter.UpdateCommand.Parameters(3).Value = CType(Original_CodPais,String) End If If (Original_Descrip Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(4).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(5).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(4).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(5).Value = CType(Original_Descrip,String) End If If (Original_RelInv Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(6).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(7).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(6).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(7).Value = CType(Original_RelInv,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.UpdateCommand.Connection.State If ((Me.Adapter.UpdateCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.UpdateCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.UpdateCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.UpdateCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Update(ByVal Descrip As String, ByVal RelInv As String, ByVal Original_CodPais As String, ByVal Original_Descrip As String, ByVal Original_RelInv As String) As Integer Return Me.Update(Original_CodPais, Descrip, RelInv, Original_CodPais, Original_Descrip, Original_RelInv) End Function End Class ''' '''Represents the connection and commands used to retrieve and save data. ''' _ Partial Public Class SP_InventarioMasterTableAdapter Inherits Global.System.ComponentModel.Component Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter Private _connection As Global.System.Data.SqlClient.SqlConnection Private _transaction As Global.System.Data.SqlClient.SqlTransaction Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand Private _clearBeforeFill As Boolean _ Public Sub New() MyBase.New Me.ClearBeforeFill = true End Sub _ Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter Get If (Me._adapter Is Nothing) Then Me.InitAdapter End If Return Me._adapter End Get End Property _ Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection Get If (Me._connection Is Nothing) Then Me.InitConnection End If Return Me._connection End Get Set Me._connection = value If (Not (Me.Adapter.InsertCommand) Is Nothing) Then Me.Adapter.InsertCommand.Connection = value End If If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then Me.Adapter.DeleteCommand.Connection = value End If If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then Me.Adapter.UpdateCommand.Connection = value End If Dim i As Integer = 0 Do While (i < Me.CommandCollection.Length) If (Not (Me.CommandCollection(i)) Is Nothing) Then CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value End If i = (i + 1) Loop End Set End Property _ Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction Get Return Me._transaction End Get Set Me._transaction = value Dim i As Integer = 0 Do While (i < Me.CommandCollection.Length) Me.CommandCollection(i).Transaction = Me._transaction i = (i + 1) Loop If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then Me.Adapter.DeleteCommand.Transaction = Me._transaction End If If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then Me.Adapter.InsertCommand.Transaction = Me._transaction End If If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then Me.Adapter.UpdateCommand.Transaction = Me._transaction End If End Set End Property _ Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() Get If (Me._commandCollection Is Nothing) Then Me.InitCommandCollection End If Return Me._commandCollection End Get End Property _ Public Property ClearBeforeFill() As Boolean Get Return Me._clearBeforeFill End Get Set Me._clearBeforeFill = value End Set End Property _ Private Sub InitAdapter() Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() tableMapping.SourceTable = "Table" tableMapping.DataSetTable = "SP_InventarioMaster" tableMapping.ColumnMappings.Add("CodInv", "CodInv") tableMapping.ColumnMappings.Add("CodIF", "CodIF") tableMapping.ColumnMappings.Add("Estado", "Estado") tableMapping.ColumnMappings.Add("CodEmpr", "CodEmpr") tableMapping.ColumnMappings.Add("NombreManIF", "NombreManIF") tableMapping.ColumnMappings.Add("CodManIF", "CodManIF") tableMapping.ColumnMappings.Add("CodEmis", "CodEmis") tableMapping.ColumnMappings.Add("iCasaBanco", "iCasaBanco") tableMapping.ColumnMappings.Add("vCasaBanco", "vCasaBanco") tableMapping.ColumnMappings.Add("TipoMerc", "TipoMerc") tableMapping.ColumnMappings.Add("CodCalRi", "CodCalRi") tableMapping.ColumnMappings.Add("CodECalRi", "CodECalRi") tableMapping.ColumnMappings.Add("ValorNominal", "ValorNominal") Me._adapter.TableMappings.Add(tableMapping) End Sub _ Private Sub InitConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection.ConnectionString = Global.Inversiones.My.MySettings.Default.cnInversiones End Sub _ Private Sub InitCommandCollection() Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(0) {} Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() Me._commandCollection(0).Connection = Me.Connection Me._commandCollection(0).CommandText = "dbo.SP_InventarioMaster" Me._commandCollection(0).CommandType = Global.System.Data.CommandType.StoredProcedure Me._commandCollection(0).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@RETURN_VALUE", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.ReturnValue, 10, 0, Nothing, Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) End Sub _ Public Overloads Overridable Function Fill(ByVal dataTable As InversionesDataSet1.SP_InventarioMasterDataTable) As Integer Me.Adapter.SelectCommand = Me.CommandCollection(0) If (Me.ClearBeforeFill = true) Then dataTable.Clear End If Dim returnValue As Integer = Me.Adapter.Fill(dataTable) Return returnValue End Function _ Public Overloads Overridable Function GetData() As InversionesDataSet1.SP_InventarioMasterDataTable Me.Adapter.SelectCommand = Me.CommandCollection(0) Dim dataTable As InversionesDataSet1.SP_InventarioMasterDataTable = New InversionesDataSet1.SP_InventarioMasterDataTable() Me.Adapter.Fill(dataTable) Return dataTable End Function End Class ''' '''Represents the connection and commands used to retrieve and save data. ''' _ Partial Public Class BAN0TableAdapter Inherits Global.System.ComponentModel.Component Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter Private _connection As Global.System.Data.SqlClient.SqlConnection Private _transaction As Global.System.Data.SqlClient.SqlTransaction Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand Private _clearBeforeFill As Boolean _ Public Sub New() MyBase.New Me.ClearBeforeFill = true End Sub _ Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter Get If (Me._adapter Is Nothing) Then Me.InitAdapter End If Return Me._adapter End Get End Property _ Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection Get If (Me._connection Is Nothing) Then Me.InitConnection End If Return Me._connection End Get Set Me._connection = value If (Not (Me.Adapter.InsertCommand) Is Nothing) Then Me.Adapter.InsertCommand.Connection = value End If If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then Me.Adapter.DeleteCommand.Connection = value End If If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then Me.Adapter.UpdateCommand.Connection = value End If Dim i As Integer = 0 Do While (i < Me.CommandCollection.Length) If (Not (Me.CommandCollection(i)) Is Nothing) Then CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value End If i = (i + 1) Loop End Set End Property _ Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction Get Return Me._transaction End Get Set Me._transaction = value Dim i As Integer = 0 Do While (i < Me.CommandCollection.Length) Me.CommandCollection(i).Transaction = Me._transaction i = (i + 1) Loop If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then Me.Adapter.DeleteCommand.Transaction = Me._transaction End If If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then Me.Adapter.InsertCommand.Transaction = Me._transaction End If If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then Me.Adapter.UpdateCommand.Transaction = Me._transaction End If End Set End Property _ Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() Get If (Me._commandCollection Is Nothing) Then Me.InitCommandCollection End If Return Me._commandCollection End Get End Property _ Public Property ClearBeforeFill() As Boolean Get Return Me._clearBeforeFill End Get Set Me._clearBeforeFill = value End Set End Property _ Private Sub InitAdapter() Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() tableMapping.SourceTable = "Table" tableMapping.DataSetTable = "BAN0" tableMapping.ColumnMappings.Add("CodBanco", "CodBanco") tableMapping.ColumnMappings.Add("CodPais", "CodPais") tableMapping.ColumnMappings.Add("NombreBanco", "NombreBanco") Me._adapter.TableMappings.Add(tableMapping) Me._adapter.DeleteCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.DeleteCommand.Connection = Me.Connection Me._adapter.DeleteCommand.CommandText = "DELETE FROM BAN0"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (CodBanco = @Original_CodBanco)" Me._adapter.DeleteCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodBanco", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "CodBanco", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.InsertCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.InsertCommand.Connection = Me.Connection Me._adapter.InsertCommand.CommandText = "INSERT INTO BAN0"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" (CodBanco, CodPais, NombreBanco)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"VALU"& _ "ES (@CodBanco,@CodPais,@NombreBanco); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT CodBanco, CodPais, NombreB"& _ "anco FROM BAN0 WHERE (CodBanco = @CodBanco)" Me._adapter.InsertCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodBanco", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "CodBanco", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodPais", Global.System.Data.SqlDbType.VarChar, 3, Global.System.Data.ParameterDirection.Input, 0, 0, "CodPais", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@NombreBanco", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "NombreBanco", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.UpdateCommand.Connection = Me.Connection Me._adapter.UpdateCommand.CommandText = "UPDATE BAN0"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SET CodBanco = @CodBanco, CodPais = @CodPais, N"& _ "ombreBanco = @NombreBanco"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (CodBanco = @Original_CodBanco); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELEC"& _ "T CodBanco, CodPais, NombreBanco FROM BAN0 WHERE (CodBanco = @CodBanco)" Me._adapter.UpdateCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodBanco", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "CodBanco", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodPais", Global.System.Data.SqlDbType.VarChar, 3, Global.System.Data.ParameterDirection.Input, 0, 0, "CodPais", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@NombreBanco", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "NombreBanco", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodBanco", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "CodBanco", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) End Sub _ Private Sub InitConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection.ConnectionString = Global.Inversiones.My.MySettings.Default.cnInversiones End Sub _ Private Sub InitCommandCollection() Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(0) {} Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() Me._commandCollection(0).Connection = Me.Connection Me._commandCollection(0).CommandText = "SELECT CodBanco, CodPais, NombreBanco"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM BAN0" Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text End Sub _ Public Overloads Overridable Function Fill(ByVal dataTable As InversionesDataSet1.BAN0DataTable) As Integer Me.Adapter.SelectCommand = Me.CommandCollection(0) If (Me.ClearBeforeFill = true) Then dataTable.Clear End If Dim returnValue As Integer = Me.Adapter.Fill(dataTable) Return returnValue End Function _ Public Overloads Overridable Function GetData() As InversionesDataSet1.BAN0DataTable Me.Adapter.SelectCommand = Me.CommandCollection(0) Dim dataTable As InversionesDataSet1.BAN0DataTable = New InversionesDataSet1.BAN0DataTable() Me.Adapter.Fill(dataTable) Return dataTable End Function _ Public Overloads Overridable Function Update(ByVal dataTable As InversionesDataSet1.BAN0DataTable) As Integer Return Me.Adapter.Update(dataTable) End Function _ Public Overloads Overridable Function Update(ByVal dataSet As InversionesDataSet1) As Integer Return Me.Adapter.Update(dataSet, "BAN0") End Function _ Public Overloads Overridable Function Update(ByVal dataRow As Global.System.Data.DataRow) As Integer Return Me.Adapter.Update(New Global.System.Data.DataRow() {dataRow}) End Function _ Public Overloads Overridable Function Update(ByVal dataRows() As Global.System.Data.DataRow) As Integer Return Me.Adapter.Update(dataRows) End Function _ Public Overloads Overridable Function Delete(ByVal Original_CodBanco As String) As Integer If (Original_CodBanco Is Nothing) Then Throw New Global.System.ArgumentNullException("Original_CodBanco") Else Me.Adapter.DeleteCommand.Parameters(0).Value = CType(Original_CodBanco,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.DeleteCommand.Connection.State If ((Me.Adapter.DeleteCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.DeleteCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.DeleteCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.DeleteCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Insert(ByVal CodBanco As String, ByVal CodPais As String, ByVal NombreBanco As String) As Integer If (CodBanco Is Nothing) Then Throw New Global.System.ArgumentNullException("CodBanco") Else Me.Adapter.InsertCommand.Parameters(0).Value = CType(CodBanco,String) End If If (CodPais Is Nothing) Then Me.Adapter.InsertCommand.Parameters(1).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(1).Value = CType(CodPais,String) End If If (NombreBanco Is Nothing) Then Me.Adapter.InsertCommand.Parameters(2).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(2).Value = CType(NombreBanco,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.InsertCommand.Connection.State If ((Me.Adapter.InsertCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.InsertCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.InsertCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.InsertCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Update(ByVal CodBanco As String, ByVal CodPais As String, ByVal NombreBanco As String, ByVal Original_CodBanco As String) As Integer If (CodBanco Is Nothing) Then Throw New Global.System.ArgumentNullException("CodBanco") Else Me.Adapter.UpdateCommand.Parameters(0).Value = CType(CodBanco,String) End If If (CodPais Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(1).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(1).Value = CType(CodPais,String) End If If (NombreBanco Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(2).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(2).Value = CType(NombreBanco,String) End If If (Original_CodBanco Is Nothing) Then Throw New Global.System.ArgumentNullException("Original_CodBanco") Else Me.Adapter.UpdateCommand.Parameters(3).Value = CType(Original_CodBanco,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.UpdateCommand.Connection.State If ((Me.Adapter.UpdateCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.UpdateCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.UpdateCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.UpdateCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Update(ByVal CodPais As String, ByVal NombreBanco As String, ByVal Original_CodBanco As String) As Integer Return Me.Update(Original_CodBanco, CodPais, NombreBanco, Original_CodBanco) End Function End Class ''' '''Represents the connection and commands used to retrieve and save data. ''' _ Partial Public Class BAN1TableAdapter Inherits Global.System.ComponentModel.Component Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter Private _connection As Global.System.Data.SqlClient.SqlConnection Private _transaction As Global.System.Data.SqlClient.SqlTransaction Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand Private _clearBeforeFill As Boolean _ Public Sub New() MyBase.New Me.ClearBeforeFill = true End Sub _ Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter Get If (Me._adapter Is Nothing) Then Me.InitAdapter End If Return Me._adapter End Get End Property _ Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection Get If (Me._connection Is Nothing) Then Me.InitConnection End If Return Me._connection End Get Set Me._connection = value If (Not (Me.Adapter.InsertCommand) Is Nothing) Then Me.Adapter.InsertCommand.Connection = value End If If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then Me.Adapter.DeleteCommand.Connection = value End If If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then Me.Adapter.UpdateCommand.Connection = value End If Dim i As Integer = 0 Do While (i < Me.CommandCollection.Length) If (Not (Me.CommandCollection(i)) Is Nothing) Then CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value End If i = (i + 1) Loop End Set End Property _ Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction Get Return Me._transaction End Get Set Me._transaction = value Dim i As Integer = 0 Do While (i < Me.CommandCollection.Length) Me.CommandCollection(i).Transaction = Me._transaction i = (i + 1) Loop If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then Me.Adapter.DeleteCommand.Transaction = Me._transaction End If If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then Me.Adapter.InsertCommand.Transaction = Me._transaction End If If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then Me.Adapter.UpdateCommand.Transaction = Me._transaction End If End Set End Property _ Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() Get If (Me._commandCollection Is Nothing) Then Me.InitCommandCollection End If Return Me._commandCollection End Get End Property _ Public Property ClearBeforeFill() As Boolean Get Return Me._clearBeforeFill End Get Set Me._clearBeforeFill = value End Set End Property _ Private Sub InitAdapter() Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() tableMapping.SourceTable = "Table" tableMapping.DataSetTable = "BAN1" tableMapping.ColumnMappings.Add("CodBanco", "CodBanco") tableMapping.ColumnMappings.Add("CodEmpr", "CodEmpr") tableMapping.ColumnMappings.Add("NumCuenta", "NumCuenta") tableMapping.ColumnMappings.Add("Activo", "Activo") tableMapping.ColumnMappings.Add("Id", "Id") tableMapping.ColumnMappings.Add("NombreCuenta", "NombreCuenta") tableMapping.ColumnMappings.Add("TipoCuenta", "TipoCuenta") tableMapping.ColumnMappings.Add("CuentaContable", "CuentaContable") Me._adapter.TableMappings.Add(tableMapping) Me._adapter.DeleteCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.DeleteCommand.Connection = Me.Connection Me._adapter.DeleteCommand.CommandText = "DELETE FROM [BAN1] WHERE (([Id] = @Original_Id) AND ((@IsNull_CodBanco = 1 AND [C"& _ "odBanco] IS NULL) OR ([CodBanco] = @Original_CodBanco)) AND ((@IsNull_CodEmpr = "& _ "1 AND [CodEmpr] IS NULL) OR ([CodEmpr] = @Original_CodEmpr)) AND ((@IsNull_NumCu"& _ "enta = 1 AND [NumCuenta] IS NULL) OR ([NumCuenta] = @Original_NumCuenta)) AND (("& _ "@IsNull_Activo = 1 AND [Activo] IS NULL) OR ([Activo] = @Original_Activo)) AND ("& _ "(@IsNull_NombreCuenta = 1 AND [NombreCuenta] IS NULL) OR ([NombreCuenta] = @Orig"& _ "inal_NombreCuenta)) AND ((@IsNull_TipoCuenta = 1 AND [TipoCuenta] IS NULL) OR (["& _ "TipoCuenta] = @Original_TipoCuenta)) AND ((@IsNull_CuentaContable = 1 AND [Cuent"& _ "aContable] IS NULL) OR ([CuentaContable] = @Original_CuentaContable)))" Me._adapter.DeleteCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Id", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Id", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CodBanco", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodBanco", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodBanco", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodBanco", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CodEmpr", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodEmpr", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodEmpr", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodEmpr", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_NumCuenta", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "NumCuenta", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_NumCuenta", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "NumCuenta", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Activo", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Activo", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Activo", Global.System.Data.SqlDbType.Bit, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Activo", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_NombreCuenta", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "NombreCuenta", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_NombreCuenta", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "NombreCuenta", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_TipoCuenta", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "TipoCuenta", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_TipoCuenta", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "TipoCuenta", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CuentaContable", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CuentaContable", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CuentaContable", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CuentaContable", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.InsertCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.InsertCommand.Connection = Me.Connection Me._adapter.InsertCommand.CommandText = "INSERT INTO [BAN1] ([CodBanco], [CodEmpr], [NumCuenta], [Activo], [NombreCuenta],"& _ " [TipoCuenta], [CuentaContable]) VALUES (@CodBanco, @CodEmpr, @NumCuenta, @Activ"& _ "o, @NombreCuenta, @TipoCuenta, @CuentaContable);"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT Id, CodBanco, CodEmpr, "& _ "NumCuenta, Activo, NombreCuenta, TipoCuenta, CuentaContable FROM BAN1 WHERE (Id "& _ "= SCOPE_IDENTITY())" Me._adapter.InsertCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodBanco", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodBanco", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodEmpr", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodEmpr", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@NumCuenta", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "NumCuenta", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Activo", Global.System.Data.SqlDbType.Bit, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Activo", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@NombreCuenta", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "NombreCuenta", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@TipoCuenta", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "TipoCuenta", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CuentaContable", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CuentaContable", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.UpdateCommand.Connection = Me.Connection Me._adapter.UpdateCommand.CommandText = "UPDATE BAN1"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SET CodBanco = @CodBanco, CodEmpr = @CodEmpr, N"& _ "umCuenta = @NumCuenta, Activo = @Activo, NombreCuenta = @NombreCuenta, TipoCuent"& _ "a = @TipoCuenta, CuentaContable = @CuentaContable"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (Id = @Original_"& _ "Id) AND (@IsNull_CodBanco = 1 AND CodBanco IS NULL OR"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "& _ "CodBanco = @Original_CodBanco) AND (@IsNull_CodEmpr = 1 AND CodEmpr IS NULL OR"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)& _ " CodEmpr = @Original_CodEmpr) AND (@IsNull_NumCuenta = 1"& _ " AND NumCuenta IS NULL OR"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" NumCuenta = @Original_NumCue"& _ "nta) AND (@IsNull_Activo = 1 AND Activo IS NULL OR"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" Act"& _ "ivo = @Original_Activo) AND (@IsNull_NombreCuenta = 1 AND NombreCuenta IS NULL O"& _ "R"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" NombreCuenta = @Original_NombreCuenta) AND (@IsNull_"& _ "TipoCuenta = 1 AND TipoCuenta IS NULL OR"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" TipoCuenta = "& _ "@Original_TipoCuenta) AND (@IsNull_CuentaContable = 1 AND CuentaContable IS NULL"& _ " OR"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" CuentaContable = @Original_CuentaContable); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELE"& _ "CT Id, CodBanco, CodEmpr, NumCuenta, Activo, NombreCuenta, TipoCuenta, CuentaCon"& _ "table FROM BAN1 WHERE (Id = @Id)" Me._adapter.UpdateCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodBanco", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "CodBanco", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodEmpr", Global.System.Data.SqlDbType.VarChar, 10, Global.System.Data.ParameterDirection.Input, 0, 0, "CodEmpr", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@NumCuenta", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "NumCuenta", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Activo", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "Activo", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@NombreCuenta", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "NombreCuenta", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@TipoCuenta", Global.System.Data.SqlDbType.VarChar, 10, Global.System.Data.ParameterDirection.Input, 0, 0, "TipoCuenta", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CuentaContable", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "CuentaContable", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Id", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "Id", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CodBanco", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodBanco", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodBanco", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "CodBanco", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CodEmpr", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodEmpr", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodEmpr", Global.System.Data.SqlDbType.VarChar, 10, Global.System.Data.ParameterDirection.Input, 0, 0, "CodEmpr", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_NumCuenta", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "NumCuenta", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_NumCuenta", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "NumCuenta", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Activo", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Activo", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Activo", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "Activo", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_NombreCuenta", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "NombreCuenta", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_NombreCuenta", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "NombreCuenta", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_TipoCuenta", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "TipoCuenta", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_TipoCuenta", Global.System.Data.SqlDbType.VarChar, 10, Global.System.Data.ParameterDirection.Input, 0, 0, "TipoCuenta", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CuentaContable", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CuentaContable", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CuentaContable", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "CuentaContable", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Id", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "Id", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) End Sub _ Private Sub InitConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection.ConnectionString = Global.Inversiones.My.MySettings.Default.cnInversiones End Sub _ Private Sub InitCommandCollection() Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(1) {} Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() Me._commandCollection(0).Connection = Me.Connection Me._commandCollection(0).CommandText = "SELECT Id, CodBanco, CodEmpr, NumCuenta, Activo, NombreCuenta, TipoCuenta,"& _ " CuentaContable"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM BAN1" Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text Me._commandCollection(1) = New Global.System.Data.SqlClient.SqlCommand() Me._commandCollection(1).Connection = Me.Connection Me._commandCollection(1).CommandText = "SELECT Id, CodBanco, CodEmpr, NumCuenta, Activo, NombreCuenta FROM BAN1" Me._commandCollection(1).CommandType = Global.System.Data.CommandType.Text End Sub _ Public Overloads Overridable Function Fill(ByVal dataTable As InversionesDataSet1.BAN1DataTable) As Integer Me.Adapter.SelectCommand = Me.CommandCollection(0) If (Me.ClearBeforeFill = true) Then dataTable.Clear End If Dim returnValue As Integer = Me.Adapter.Fill(dataTable) Return returnValue End Function _ Public Overloads Overridable Function GetData() As InversionesDataSet1.BAN1DataTable Me.Adapter.SelectCommand = Me.CommandCollection(0) Dim dataTable As InversionesDataSet1.BAN1DataTable = New InversionesDataSet1.BAN1DataTable() Me.Adapter.Fill(dataTable) Return dataTable End Function _ Public Overloads Overridable Function FillBy(ByVal dataTable As InversionesDataSet1.BAN1DataTable) As Integer Me.Adapter.SelectCommand = Me.CommandCollection(1) If (Me.ClearBeforeFill = true) Then dataTable.Clear End If Dim returnValue As Integer = Me.Adapter.Fill(dataTable) Return returnValue End Function _ Public Overloads Overridable Function Update(ByVal dataTable As InversionesDataSet1.BAN1DataTable) As Integer Return Me.Adapter.Update(dataTable) End Function _ Public Overloads Overridable Function Update(ByVal dataSet As InversionesDataSet1) As Integer Return Me.Adapter.Update(dataSet, "BAN1") End Function _ Public Overloads Overridable Function Update(ByVal dataRow As Global.System.Data.DataRow) As Integer Return Me.Adapter.Update(New Global.System.Data.DataRow() {dataRow}) End Function _ Public Overloads Overridable Function Update(ByVal dataRows() As Global.System.Data.DataRow) As Integer Return Me.Adapter.Update(dataRows) End Function _ Public Overloads Overridable Function Delete(ByVal Original_Id As Integer, ByVal Original_CodBanco As String, ByVal Original_CodEmpr As String, ByVal Original_NumCuenta As String, ByVal Original_Activo As Global.System.Nullable(Of Boolean), ByVal Original_NombreCuenta As String, ByVal Original_TipoCuenta As String, ByVal Original_CuentaContable As String) As Integer Me.Adapter.DeleteCommand.Parameters(0).Value = CType(Original_Id,Integer) If (Original_CodBanco Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(1).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(2).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(1).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(2).Value = CType(Original_CodBanco,String) End If If (Original_CodEmpr Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(3).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(4).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(3).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(4).Value = CType(Original_CodEmpr,String) End If If (Original_NumCuenta Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(5).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(6).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(5).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(6).Value = CType(Original_NumCuenta,String) End If If (Original_Activo.HasValue = true) Then Me.Adapter.DeleteCommand.Parameters(7).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(8).Value = CType(Original_Activo.Value,Boolean) Else Me.Adapter.DeleteCommand.Parameters(7).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(8).Value = Global.System.DBNull.Value End If If (Original_NombreCuenta Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(9).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(10).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(9).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(10).Value = CType(Original_NombreCuenta,String) End If If (Original_TipoCuenta Is Nothing) Then Throw New Global.System.ArgumentNullException("Original_TipoCuenta") Else Me.Adapter.DeleteCommand.Parameters(11).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(12).Value = CType(Original_TipoCuenta,String) End If If (Original_CuentaContable Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(13).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(14).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(13).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(14).Value = CType(Original_CuentaContable,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.DeleteCommand.Connection.State If ((Me.Adapter.DeleteCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.DeleteCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.DeleteCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.DeleteCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Insert(ByVal CodBanco As String, ByVal CodEmpr As String, ByVal NumCuenta As String, ByVal Activo As Global.System.Nullable(Of Boolean), ByVal NombreCuenta As String, ByVal TipoCuenta As String, ByVal CuentaContable As String) As Integer If (CodBanco Is Nothing) Then Me.Adapter.InsertCommand.Parameters(0).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(0).Value = CType(CodBanco,String) End If If (CodEmpr Is Nothing) Then Me.Adapter.InsertCommand.Parameters(1).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(1).Value = CType(CodEmpr,String) End If If (NumCuenta Is Nothing) Then Me.Adapter.InsertCommand.Parameters(2).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(2).Value = CType(NumCuenta,String) End If If (Activo.HasValue = true) Then Me.Adapter.InsertCommand.Parameters(3).Value = CType(Activo.Value,Boolean) Else Me.Adapter.InsertCommand.Parameters(3).Value = Global.System.DBNull.Value End If If (NombreCuenta Is Nothing) Then Me.Adapter.InsertCommand.Parameters(4).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(4).Value = CType(NombreCuenta,String) End If If (TipoCuenta Is Nothing) Then Throw New Global.System.ArgumentNullException("TipoCuenta") Else Me.Adapter.InsertCommand.Parameters(5).Value = CType(TipoCuenta,String) End If If (CuentaContable Is Nothing) Then Me.Adapter.InsertCommand.Parameters(6).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(6).Value = CType(CuentaContable,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.InsertCommand.Connection.State If ((Me.Adapter.InsertCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.InsertCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.InsertCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.InsertCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Update( _ ByVal CodBanco As String, _ ByVal CodEmpr As String, _ ByVal NumCuenta As String, _ ByVal Activo As Global.System.Nullable(Of Boolean), _ ByVal NombreCuenta As String, _ ByVal TipoCuenta As String, _ ByVal CuentaContable As String, _ ByVal Original_Id As Integer, _ ByVal Original_CodBanco As String, _ ByVal Original_CodEmpr As String, _ ByVal Original_NumCuenta As String, _ ByVal Original_Activo As Global.System.Nullable(Of Boolean), _ ByVal Original_NombreCuenta As String, _ ByVal Original_TipoCuenta As String, _ ByVal Original_CuentaContable As String, _ ByVal Id As Integer) As Integer If (CodBanco Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(0).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(0).Value = CType(CodBanco,String) End If If (CodEmpr Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(1).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(1).Value = CType(CodEmpr,String) End If If (NumCuenta Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(2).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(2).Value = CType(NumCuenta,String) End If If (Activo.HasValue = true) Then Me.Adapter.UpdateCommand.Parameters(3).Value = CType(Activo.Value,Boolean) Else Me.Adapter.UpdateCommand.Parameters(3).Value = Global.System.DBNull.Value End If If (NombreCuenta Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(4).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(4).Value = CType(NombreCuenta,String) End If If (TipoCuenta Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(5).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(5).Value = CType(TipoCuenta,String) End If If (CuentaContable Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(6).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(6).Value = CType(CuentaContable,String) End If Me.Adapter.UpdateCommand.Parameters(7).Value = CType(Original_Id,Integer) If (Original_CodBanco Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(8).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(9).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(8).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(9).Value = CType(Original_CodBanco,String) End If If (Original_CodEmpr Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(10).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(11).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(10).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(11).Value = CType(Original_CodEmpr,String) End If If (Original_NumCuenta Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(12).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(13).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(12).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(13).Value = CType(Original_NumCuenta,String) End If If (Original_Activo.HasValue = true) Then Me.Adapter.UpdateCommand.Parameters(14).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(15).Value = CType(Original_Activo.Value,Boolean) Else Me.Adapter.UpdateCommand.Parameters(14).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(15).Value = Global.System.DBNull.Value End If If (Original_NombreCuenta Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(16).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(17).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(16).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(17).Value = CType(Original_NombreCuenta,String) End If If (Original_TipoCuenta Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(18).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(19).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(18).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(19).Value = CType(Original_TipoCuenta,String) End If If (Original_CuentaContable Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(20).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(21).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(20).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(21).Value = CType(Original_CuentaContable,String) End If Me.Adapter.UpdateCommand.Parameters(22).Value = CType(Id,Integer) Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.UpdateCommand.Connection.State If ((Me.Adapter.UpdateCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.UpdateCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.UpdateCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.UpdateCommand.Connection.Close End If End Try End Function End Class ''' '''Represents the connection and commands used to retrieve and save data. ''' _ Partial Public Class FPAGTableAdapter Inherits Global.System.ComponentModel.Component Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter Private _connection As Global.System.Data.SqlClient.SqlConnection Private _transaction As Global.System.Data.SqlClient.SqlTransaction Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand Private _clearBeforeFill As Boolean _ Public Sub New() MyBase.New Me.ClearBeforeFill = true End Sub _ Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter Get If (Me._adapter Is Nothing) Then Me.InitAdapter End If Return Me._adapter End Get End Property _ Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection Get If (Me._connection Is Nothing) Then Me.InitConnection End If Return Me._connection End Get Set Me._connection = value If (Not (Me.Adapter.InsertCommand) Is Nothing) Then Me.Adapter.InsertCommand.Connection = value End If If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then Me.Adapter.DeleteCommand.Connection = value End If If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then Me.Adapter.UpdateCommand.Connection = value End If Dim i As Integer = 0 Do While (i < Me.CommandCollection.Length) If (Not (Me.CommandCollection(i)) Is Nothing) Then CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value End If i = (i + 1) Loop End Set End Property _ Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction Get Return Me._transaction End Get Set Me._transaction = value Dim i As Integer = 0 Do While (i < Me.CommandCollection.Length) Me.CommandCollection(i).Transaction = Me._transaction i = (i + 1) Loop If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then Me.Adapter.DeleteCommand.Transaction = Me._transaction End If If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then Me.Adapter.InsertCommand.Transaction = Me._transaction End If If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then Me.Adapter.UpdateCommand.Transaction = Me._transaction End If End Set End Property _ Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() Get If (Me._commandCollection Is Nothing) Then Me.InitCommandCollection End If Return Me._commandCollection End Get End Property _ Public Property ClearBeforeFill() As Boolean Get Return Me._clearBeforeFill End Get Set Me._clearBeforeFill = value End Set End Property _ Private Sub InitAdapter() Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() tableMapping.SourceTable = "Table" tableMapping.DataSetTable = "FPAG" tableMapping.ColumnMappings.Add("Codigo", "Codigo") tableMapping.ColumnMappings.Add("Nombre", "Nombre") Me._adapter.TableMappings.Add(tableMapping) Me._adapter.DeleteCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.DeleteCommand.Connection = Me.Connection Me._adapter.DeleteCommand.CommandText = "DELETE FROM [dbo].[FPAG] WHERE (([Codigo] = @Original_Codigo) AND ((@IsNull_Nombr"& _ "e = 1 AND [Nombre] IS NULL) OR ([Nombre] = @Original_Nombre)))" Me._adapter.DeleteCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Codigo", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Codigo", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Nombre", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Nombre", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Nombre", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Nombre", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.InsertCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.InsertCommand.Connection = Me.Connection Me._adapter.InsertCommand.CommandText = "INSERT INTO [dbo].[FPAG] ([Codigo], [Nombre]) VALUES (@Codigo, @Nombre);"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT "& _ "Codigo, Nombre FROM FPAG WHERE (Codigo = @Codigo)" Me._adapter.InsertCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Codigo", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Codigo", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Nombre", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Nombre", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.UpdateCommand.Connection = Me.Connection Me._adapter.UpdateCommand.CommandText = "UPDATE [dbo].[FPAG] SET [Codigo] = @Codigo, [Nombre] = @Nombre WHERE (([Codigo] ="& _ " @Original_Codigo) AND ((@IsNull_Nombre = 1 AND [Nombre] IS NULL) OR ([Nombre] ="& _ " @Original_Nombre)));"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT Codigo, Nombre FROM FPAG WHERE (Codigo = @Codigo)" Me._adapter.UpdateCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Codigo", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Codigo", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Nombre", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Nombre", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Codigo", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Codigo", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Nombre", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Nombre", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Nombre", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Nombre", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) End Sub _ Private Sub InitConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection.ConnectionString = Global.Inversiones.My.MySettings.Default.cnInversiones End Sub _ Private Sub InitCommandCollection() Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(0) {} Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() Me._commandCollection(0).Connection = Me.Connection Me._commandCollection(0).CommandText = "SELECT Codigo, Nombre FROM dbo.FPAG" Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text End Sub _ Public Overloads Overridable Function Fill(ByVal dataTable As InversionesDataSet1.FPAGDataTable) As Integer Me.Adapter.SelectCommand = Me.CommandCollection(0) If (Me.ClearBeforeFill = true) Then dataTable.Clear End If Dim returnValue As Integer = Me.Adapter.Fill(dataTable) Return returnValue End Function _ Public Overloads Overridable Function GetData() As InversionesDataSet1.FPAGDataTable Me.Adapter.SelectCommand = Me.CommandCollection(0) Dim dataTable As InversionesDataSet1.FPAGDataTable = New InversionesDataSet1.FPAGDataTable() Me.Adapter.Fill(dataTable) Return dataTable End Function _ Public Overloads Overridable Function Update(ByVal dataTable As InversionesDataSet1.FPAGDataTable) As Integer Return Me.Adapter.Update(dataTable) End Function _ Public Overloads Overridable Function Update(ByVal dataSet As InversionesDataSet1) As Integer Return Me.Adapter.Update(dataSet, "FPAG") End Function _ Public Overloads Overridable Function Update(ByVal dataRow As Global.System.Data.DataRow) As Integer Return Me.Adapter.Update(New Global.System.Data.DataRow() {dataRow}) End Function _ Public Overloads Overridable Function Update(ByVal dataRows() As Global.System.Data.DataRow) As Integer Return Me.Adapter.Update(dataRows) End Function _ Public Overloads Overridable Function Delete(ByVal Original_Codigo As String, ByVal Original_Nombre As String) As Integer If (Original_Codigo Is Nothing) Then Throw New Global.System.ArgumentNullException("Original_Codigo") Else Me.Adapter.DeleteCommand.Parameters(0).Value = CType(Original_Codigo,String) End If If (Original_Nombre Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(1).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(2).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(1).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(2).Value = CType(Original_Nombre,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.DeleteCommand.Connection.State If ((Me.Adapter.DeleteCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.DeleteCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.DeleteCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.DeleteCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Insert(ByVal Codigo As String, ByVal Nombre As String) As Integer If (Codigo Is Nothing) Then Throw New Global.System.ArgumentNullException("Codigo") Else Me.Adapter.InsertCommand.Parameters(0).Value = CType(Codigo,String) End If If (Nombre Is Nothing) Then Me.Adapter.InsertCommand.Parameters(1).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(1).Value = CType(Nombre,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.InsertCommand.Connection.State If ((Me.Adapter.InsertCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.InsertCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.InsertCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.InsertCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Update(ByVal Codigo As String, ByVal Nombre As String, ByVal Original_Codigo As String, ByVal Original_Nombre As String) As Integer If (Codigo Is Nothing) Then Throw New Global.System.ArgumentNullException("Codigo") Else Me.Adapter.UpdateCommand.Parameters(0).Value = CType(Codigo,String) End If If (Nombre Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(1).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(1).Value = CType(Nombre,String) End If If (Original_Codigo Is Nothing) Then Throw New Global.System.ArgumentNullException("Original_Codigo") Else Me.Adapter.UpdateCommand.Parameters(2).Value = CType(Original_Codigo,String) End If If (Original_Nombre Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(3).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(4).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(3).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(4).Value = CType(Original_Nombre,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.UpdateCommand.Connection.State If ((Me.Adapter.UpdateCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.UpdateCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.UpdateCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.UpdateCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Update(ByVal Nombre As String, ByVal Original_Codigo As String, ByVal Original_Nombre As String) As Integer Return Me.Update(Original_Codigo, Nombre, Original_Codigo, Original_Nombre) End Function End Class ''' '''Represents the connection and commands used to retrieve and save data. ''' _ Partial Public Class PIN0TableAdapter Inherits Global.System.ComponentModel.Component Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter Private _connection As Global.System.Data.SqlClient.SqlConnection Private _transaction As Global.System.Data.SqlClient.SqlTransaction Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand Private _clearBeforeFill As Boolean _ Public Sub New() MyBase.New Me.ClearBeforeFill = true End Sub _ Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter Get If (Me._adapter Is Nothing) Then Me.InitAdapter End If Return Me._adapter End Get End Property _ Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection Get If (Me._connection Is Nothing) Then Me.InitConnection End If Return Me._connection End Get Set Me._connection = value If (Not (Me.Adapter.InsertCommand) Is Nothing) Then Me.Adapter.InsertCommand.Connection = value End If If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then Me.Adapter.DeleteCommand.Connection = value End If If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then Me.Adapter.UpdateCommand.Connection = value End If Dim i As Integer = 0 Do While (i < Me.CommandCollection.Length) If (Not (Me.CommandCollection(i)) Is Nothing) Then CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value End If i = (i + 1) Loop End Set End Property _ Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction Get Return Me._transaction End Get Set Me._transaction = value Dim i As Integer = 0 Do While (i < Me.CommandCollection.Length) Me.CommandCollection(i).Transaction = Me._transaction i = (i + 1) Loop If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then Me.Adapter.DeleteCommand.Transaction = Me._transaction End If If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then Me.Adapter.InsertCommand.Transaction = Me._transaction End If If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then Me.Adapter.UpdateCommand.Transaction = Me._transaction End If End Set End Property _ Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() Get If (Me._commandCollection Is Nothing) Then Me.InitCommandCollection End If Return Me._commandCollection End Get End Property _ Public Property ClearBeforeFill() As Boolean Get Return Me._clearBeforeFill End Get Set Me._clearBeforeFill = value End Set End Property _ Private Sub InitAdapter() Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() tableMapping.SourceTable = "Table" tableMapping.DataSetTable = "PIN0" tableMapping.ColumnMappings.Add("DocId", "DocId") tableMapping.ColumnMappings.Add("CodInv", "CodInv") tableMapping.ColumnMappings.Add("DocEst", "DocEst") tableMapping.ColumnMappings.Add("Asunto", "Asunto") tableMapping.ColumnMappings.Add("CodEmpr", "CodEmpr") tableMapping.ColumnMappings.Add("CodIF", "CodIF") tableMapping.ColumnMappings.Add("CodEmis", "CodEmis") tableMapping.ColumnMappings.Add("CodCalRi", "CodCalRi") tableMapping.ColumnMappings.Add("CodECalRi", "CodECalRi") tableMapping.ColumnMappings.Add("OFon", "OFon") tableMapping.ColumnMappings.Add("Coment", "Coment") tableMapping.ColumnMappings.Add("Just", "Just") tableMapping.ColumnMappings.Add("TipoOper", "TipoOper") tableMapping.ColumnMappings.Add("DocBase", "DocBase") tableMapping.ColumnMappings.Add("MontoInv", "MontoInv") tableMapping.ColumnMappings.Add("Precio", "Precio") tableMapping.ColumnMappings.Add("Rendimiento", "Rendimiento") tableMapping.ColumnMappings.Add("Plazo", "Plazo") tableMapping.ColumnMappings.Add("PlazoFact", "PlazoFact") tableMapping.ColumnMappings.Add("Ingresos", "Ingresos") tableMapping.ColumnMappings.Add("FechaDoc", "FechaDoc") tableMapping.ColumnMappings.Add("AutEstado", "AutEstado") tableMapping.ColumnMappings.Add("TipoMerc", "TipoMerc") tableMapping.ColumnMappings.Add("CodPais", "CodPais") Me._adapter.TableMappings.Add(tableMapping) Me._adapter.DeleteCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.DeleteCommand.Connection = Me.Connection Me._adapter.DeleteCommand.CommandText = "DELETE FROM [dbo].[PIN0] WHERE (([DocId] = @Original_DocId) AND ((@IsNull_CodInv "& _ "= 1 AND [CodInv] IS NULL) OR ([CodInv] = @Original_CodInv)) AND ((@IsNull_DocEst"& _ " = 1 AND [DocEst] IS NULL) OR ([DocEst] = @Original_DocEst)) AND ((@IsNull_Asunt"& _ "o = 1 AND [Asunto] IS NULL) OR ([Asunto] = @Original_Asunto)) AND ((@IsNull_CodE"& _ "mpr = 1 AND [CodEmpr] IS NULL) OR ([CodEmpr] = @Original_CodEmpr)) AND ((@IsNull"& _ "_CodIF = 1 AND [CodIF] IS NULL) OR ([CodIF] = @Original_CodIF)) AND ((@IsNull_Co"& _ "dEmis = 1 AND [CodEmis] IS NULL) OR ([CodEmis] = @Original_CodEmis)) AND ((@IsNu"& _ "ll_CodCalRi = 1 AND [CodCalRi] IS NULL) OR ([CodCalRi] = @Original_CodCalRi)) AN"& _ "D ((@IsNull_CodECalRi = 1 AND [CodECalRi] IS NULL) OR ([CodECalRi] = @Original_C"& _ "odECalRi)) AND ((@IsNull_OFon = 1 AND [OFon] IS NULL) OR ([OFon] = @Original_OFo"& _ "n)) AND ((@IsNull_Coment = 1 AND [Coment] IS NULL) OR ([Coment] = @Original_Come"& _ "nt)) AND ((@IsNull_Just = 1 AND [Just] IS NULL) OR ([Just] = @Original_Just)) AN"& _ "D ((@IsNull_TipoOper = 1 AND [TipoOper] IS NULL) OR ([TipoOper] = @Original_Tipo"& _ "Oper)) AND ((@IsNull_DocBase = 1 AND [DocBase] IS NULL) OR ([DocBase] = @Origina"& _ "l_DocBase)) AND ((@IsNull_MontoInv = 1 AND [MontoInv] IS NULL) OR ([MontoInv] = "& _ "@Original_MontoInv)) AND ((@IsNull_Precio = 1 AND [Precio] IS NULL) OR ([Precio]"& _ " = @Original_Precio)) AND ((@IsNull_Rendimiento = 1 AND [Rendimiento] IS NULL) O"& _ "R ([Rendimiento] = @Original_Rendimiento)) AND ((@IsNull_Plazo = 1 AND [Plazo] I"& _ "S NULL) OR ([Plazo] = @Original_Plazo)) AND ((@IsNull_PlazoFact = 1 AND [PlazoFa"& _ "ct] IS NULL) OR ([PlazoFact] = @Original_PlazoFact)) AND ((@IsNull_Ingresos = 1 "& _ "AND [Ingresos] IS NULL) OR ([Ingresos] = @Original_Ingresos)) AND ((@IsNull_Fech"& _ "aDoc = 1 AND [FechaDoc] IS NULL) OR ([FechaDoc] = @Original_FechaDoc)) AND ((@Is"& _ "Null_AutEstado = 1 AND [AutEstado] IS NULL) OR ([AutEstado] = @Original_AutEstad"& _ "o)) AND ((@IsNull_TipoMerc = 1 AND [TipoMerc] IS NULL) OR ([TipoMerc] = @Origina"& _ "l_TipoMerc)) AND ((@IsNull_CodPais = 1 AND [CodPais] IS NULL) OR ([CodPais] = @O"& _ "riginal_CodPais)))" Me._adapter.DeleteCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_DocId", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "DocId", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CodInv", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodInv", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodInv", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodInv", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_DocEst", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "DocEst", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_DocEst", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "DocEst", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Asunto", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Asunto", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Asunto", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Asunto", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CodEmpr", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodEmpr", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodEmpr", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodEmpr", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CodIF", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodIF", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodIF", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodIF", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CodEmis", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodEmis", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodEmis", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodEmis", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CodCalRi", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodCalRi", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodCalRi", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodCalRi", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CodECalRi", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodECalRi", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodECalRi", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodECalRi", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_OFon", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "OFon", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_OFon", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "OFon", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Coment", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Coment", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Coment", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Coment", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Just", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Just", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Just", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Just", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_TipoOper", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "TipoOper", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_TipoOper", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "TipoOper", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_DocBase", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "DocBase", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_DocBase", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "DocBase", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_MontoInv", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "MontoInv", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_MontoInv", Global.System.Data.SqlDbType.[Decimal], 0, Global.System.Data.ParameterDirection.Input, 18, 6, "MontoInv", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Precio", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Precio", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Precio", Global.System.Data.SqlDbType.[Decimal], 0, Global.System.Data.ParameterDirection.Input, 18, 6, "Precio", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Rendimiento", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Rendimiento", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Rendimiento", Global.System.Data.SqlDbType.[Decimal], 0, Global.System.Data.ParameterDirection.Input, 18, 6, "Rendimiento", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Plazo", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Plazo", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Plazo", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Plazo", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_PlazoFact", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "PlazoFact", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_PlazoFact", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "PlazoFact", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Ingresos", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Ingresos", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Ingresos", Global.System.Data.SqlDbType.[Decimal], 0, Global.System.Data.ParameterDirection.Input, 18, 6, "Ingresos", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_FechaDoc", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "FechaDoc", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_FechaDoc", Global.System.Data.SqlDbType.DateTime, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "FechaDoc", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_AutEstado", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "AutEstado", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_AutEstado", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "AutEstado", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_TipoMerc", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "TipoMerc", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_TipoMerc", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "TipoMerc", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CodPais", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodPais", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodPais", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodPais", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.InsertCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.InsertCommand.Connection = Me.Connection Me._adapter.InsertCommand.CommandText = "INSERT INTO [dbo].[PIN0] ([CodInv], [DocEst], [Asunto], [CodEmpr], [CodIF], [CodE"& _ "mis], [CodCalRi], [CodECalRi], [OFon], [Coment], [Just], [TipoOper], [DocBase], "& _ "[MontoInv], [Precio], [Rendimiento], [Plazo], [PlazoFact], [Ingresos], [FechaDoc"& _ "], [AutEstado], [TipoMerc], [CodPais]) VALUES (@CodInv, @DocEst, @Asunto, @CodEm"& _ "pr, @CodIF, @CodEmis, @CodCalRi, @CodECalRi, @OFon, @Coment, @Just, @TipoOper, @"& _ "DocBase, @MontoInv, @Precio, @Rendimiento, @Plazo, @PlazoFact, @Ingresos, @Fecha"& _ "Doc, @AutEstado, @TipoMerc, @CodPais);"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT DocId, CodInv, DocEst, Asunto, Co"& _ "dEmpr, CodIF, CodEmis, CodCalRi, CodECalRi, OFon, Coment, Just, TipoOper, DocBas"& _ "e, MontoInv, Precio, Rendimiento, Plazo, PlazoFact, Ingresos, FechaDoc, AutEstad"& _ "o, TipoMerc, CodPais FROM PIN0 WHERE (DocId = SCOPE_IDENTITY())" Me._adapter.InsertCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodInv", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodInv", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@DocEst", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "DocEst", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Asunto", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Asunto", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodEmpr", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodEmpr", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodIF", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodIF", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodEmis", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodEmis", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodCalRi", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodCalRi", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodECalRi", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodECalRi", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@OFon", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "OFon", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Coment", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Coment", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Just", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Just", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@TipoOper", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "TipoOper", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@DocBase", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "DocBase", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@MontoInv", Global.System.Data.SqlDbType.[Decimal], 0, Global.System.Data.ParameterDirection.Input, 18, 6, "MontoInv", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Precio", Global.System.Data.SqlDbType.[Decimal], 0, Global.System.Data.ParameterDirection.Input, 18, 6, "Precio", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Rendimiento", Global.System.Data.SqlDbType.[Decimal], 0, Global.System.Data.ParameterDirection.Input, 18, 6, "Rendimiento", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Plazo", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Plazo", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PlazoFact", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "PlazoFact", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Ingresos", Global.System.Data.SqlDbType.[Decimal], 0, Global.System.Data.ParameterDirection.Input, 18, 6, "Ingresos", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@FechaDoc", Global.System.Data.SqlDbType.DateTime, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "FechaDoc", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@AutEstado", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "AutEstado", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@TipoMerc", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "TipoMerc", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodPais", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodPais", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.UpdateCommand.Connection = Me.Connection Me._adapter.UpdateCommand.CommandText = "UPDATE [dbo].[PIN0] SET [CodInv] = @CodInv, [DocEst] = @DocEst, [Asunto] = @Asunt"& _ "o, [CodEmpr] = @CodEmpr, [CodIF] = @CodIF, [CodEmis] = @CodEmis, [CodCalRi] = @C"& _ "odCalRi, [CodECalRi] = @CodECalRi, [OFon] = @OFon, [Coment] = @Coment, [Just] = "& _ "@Just, [TipoOper] = @TipoOper, [DocBase] = @DocBase, [MontoInv] = @MontoInv, [Pr"& _ "ecio] = @Precio, [Rendimiento] = @Rendimiento, [Plazo] = @Plazo, [PlazoFact] = @"& _ "PlazoFact, [Ingresos] = @Ingresos, [FechaDoc] = @FechaDoc, [AutEstado] = @AutEst"& _ "ado, [TipoMerc] = @TipoMerc, [CodPais] = @CodPais WHERE (([DocId] = @Original_Do"& _ "cId) AND ((@IsNull_CodInv = 1 AND [CodInv] IS NULL) OR ([CodInv] = @Original_Cod"& _ "Inv)) AND ((@IsNull_DocEst = 1 AND [DocEst] IS NULL) OR ([DocEst] = @Original_Do"& _ "cEst)) AND ((@IsNull_Asunto = 1 AND [Asunto] IS NULL) OR ([Asunto] = @Original_A"& _ "sunto)) AND ((@IsNull_CodEmpr = 1 AND [CodEmpr] IS NULL) OR ([CodEmpr] = @Origin"& _ "al_CodEmpr)) AND ((@IsNull_CodIF = 1 AND [CodIF] IS NULL) OR ([CodIF] = @Origina"& _ "l_CodIF)) AND ((@IsNull_CodEmis = 1 AND [CodEmis] IS NULL) OR ([CodEmis] = @Orig"& _ "inal_CodEmis)) AND ((@IsNull_CodCalRi = 1 AND [CodCalRi] IS NULL) OR ([CodCalRi]"& _ " = @Original_CodCalRi)) AND ((@IsNull_CodECalRi = 1 AND [CodECalRi] IS NULL) OR "& _ "([CodECalRi] = @Original_CodECalRi)) AND ((@IsNull_OFon = 1 AND [OFon] IS NULL) "& _ "OR ([OFon] = @Original_OFon)) AND ((@IsNull_Coment = 1 AND [Coment] IS NULL) OR "& _ "([Coment] = @Original_Coment)) AND ((@IsNull_Just = 1 AND [Just] IS NULL) OR ([J"& _ "ust] = @Original_Just)) AND ((@IsNull_TipoOper = 1 AND [TipoOper] IS NULL) OR (["& _ "TipoOper] = @Original_TipoOper)) AND ((@IsNull_DocBase = 1 AND [DocBase] IS NULL"& _ ") OR ([DocBase] = @Original_DocBase)) AND ((@IsNull_MontoInv = 1 AND [MontoInv] "& _ "IS NULL) OR ([MontoInv] = @Original_MontoInv)) AND ((@IsNull_Precio = 1 AND [Pre"& _ "cio] IS NULL) OR ([Precio] = @Original_Precio)) AND ((@IsNull_Rendimiento = 1 AN"& _ "D [Rendimiento] IS NULL) OR ([Rendimiento] = @Original_Rendimiento)) AND ((@IsNu"& _ "ll_Plazo = 1 AND [Plazo] IS NULL) OR ([Plazo] = @Original_Plazo)) AND ((@IsNull_"& _ "PlazoFact = 1 AND [PlazoFact] IS NULL) OR ([PlazoFact] = @Original_PlazoFact)) A"& _ "ND ((@IsNull_Ingresos = 1 AND [Ingresos] IS NULL) OR ([Ingresos] = @Original_Ing"& _ "resos)) AND ((@IsNull_FechaDoc = 1 AND [FechaDoc] IS NULL) OR ([FechaDoc] = @Ori"& _ "ginal_FechaDoc)) AND ((@IsNull_AutEstado = 1 AND [AutEstado] IS NULL) OR ([AutEs"& _ "tado] = @Original_AutEstado)) AND ((@IsNull_TipoMerc = 1 AND [TipoMerc] IS NULL)"& _ " OR ([TipoMerc] = @Original_TipoMerc)) AND ((@IsNull_CodPais = 1 AND [CodPais] I"& _ "S NULL) OR ([CodPais] = @Original_CodPais)));"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT DocId, CodInv, DocEst, Asu"& _ "nto, CodEmpr, CodIF, CodEmis, CodCalRi, CodECalRi, OFon, Coment, Just, TipoOper,"& _ " DocBase, MontoInv, Precio, Rendimiento, Plazo, PlazoFact, Ingresos, FechaDoc, A"& _ "utEstado, TipoMerc, CodPais FROM PIN0 WHERE (DocId = @DocId)" Me._adapter.UpdateCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodInv", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodInv", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@DocEst", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "DocEst", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Asunto", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Asunto", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodEmpr", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodEmpr", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodIF", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodIF", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodEmis", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodEmis", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodCalRi", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodCalRi", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodECalRi", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodECalRi", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@OFon", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "OFon", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Coment", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Coment", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Just", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Just", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@TipoOper", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "TipoOper", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@DocBase", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "DocBase", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@MontoInv", Global.System.Data.SqlDbType.[Decimal], 0, Global.System.Data.ParameterDirection.Input, 18, 6, "MontoInv", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Precio", Global.System.Data.SqlDbType.[Decimal], 0, Global.System.Data.ParameterDirection.Input, 18, 6, "Precio", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Rendimiento", Global.System.Data.SqlDbType.[Decimal], 0, Global.System.Data.ParameterDirection.Input, 18, 6, "Rendimiento", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Plazo", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Plazo", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PlazoFact", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "PlazoFact", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Ingresos", Global.System.Data.SqlDbType.[Decimal], 0, Global.System.Data.ParameterDirection.Input, 18, 6, "Ingresos", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@FechaDoc", Global.System.Data.SqlDbType.DateTime, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "FechaDoc", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@AutEstado", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "AutEstado", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@TipoMerc", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "TipoMerc", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodPais", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodPais", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_DocId", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "DocId", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CodInv", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodInv", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodInv", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodInv", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_DocEst", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "DocEst", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_DocEst", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "DocEst", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Asunto", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Asunto", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Asunto", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Asunto", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CodEmpr", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodEmpr", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodEmpr", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodEmpr", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CodIF", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodIF", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodIF", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodIF", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CodEmis", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodEmis", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodEmis", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodEmis", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CodCalRi", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodCalRi", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodCalRi", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodCalRi", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CodECalRi", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodECalRi", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodECalRi", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodECalRi", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_OFon", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "OFon", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_OFon", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "OFon", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Coment", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Coment", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Coment", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Coment", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Just", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Just", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Just", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Just", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_TipoOper", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "TipoOper", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_TipoOper", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "TipoOper", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_DocBase", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "DocBase", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_DocBase", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "DocBase", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_MontoInv", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "MontoInv", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_MontoInv", Global.System.Data.SqlDbType.[Decimal], 0, Global.System.Data.ParameterDirection.Input, 18, 6, "MontoInv", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Precio", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Precio", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Precio", Global.System.Data.SqlDbType.[Decimal], 0, Global.System.Data.ParameterDirection.Input, 18, 6, "Precio", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Rendimiento", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Rendimiento", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Rendimiento", Global.System.Data.SqlDbType.[Decimal], 0, Global.System.Data.ParameterDirection.Input, 18, 6, "Rendimiento", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Plazo", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Plazo", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Plazo", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Plazo", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_PlazoFact", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "PlazoFact", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_PlazoFact", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "PlazoFact", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Ingresos", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Ingresos", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Ingresos", Global.System.Data.SqlDbType.[Decimal], 0, Global.System.Data.ParameterDirection.Input, 18, 6, "Ingresos", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_FechaDoc", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "FechaDoc", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_FechaDoc", Global.System.Data.SqlDbType.DateTime, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "FechaDoc", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_AutEstado", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "AutEstado", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_AutEstado", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "AutEstado", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_TipoMerc", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "TipoMerc", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_TipoMerc", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "TipoMerc", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CodPais", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodPais", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodPais", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodPais", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@DocId", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "DocId", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) End Sub _ Private Sub InitConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection.ConnectionString = Global.Inversiones.My.MySettings.Default.cnInversiones End Sub _ Private Sub InitCommandCollection() Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(0) {} Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() Me._commandCollection(0).Connection = Me.Connection Me._commandCollection(0).CommandText = "SELECT DocId, CodInv, DocEst, Asunto, CodEmpr, CodIF, CodEmis, CodCalRi, CodECalR"& _ "i, OFon, Coment, Just, TipoOper, DocBase, MontoInv, Precio, Rendimiento, Plazo, "& _ "PlazoFact, Ingresos, FechaDoc, AutEstado, TipoMerc, CodPais FROM dbo.PIN0" Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text End Sub _ Public Overloads Overridable Function Fill(ByVal dataTable As InversionesDataSet1.PIN0DataTable) As Integer Me.Adapter.SelectCommand = Me.CommandCollection(0) If (Me.ClearBeforeFill = true) Then dataTable.Clear End If Dim returnValue As Integer = Me.Adapter.Fill(dataTable) Return returnValue End Function _ Public Overloads Overridable Function GetData() As InversionesDataSet1.PIN0DataTable Me.Adapter.SelectCommand = Me.CommandCollection(0) Dim dataTable As InversionesDataSet1.PIN0DataTable = New InversionesDataSet1.PIN0DataTable() Me.Adapter.Fill(dataTable) Return dataTable End Function _ Public Overloads Overridable Function Update(ByVal dataTable As InversionesDataSet1.PIN0DataTable) As Integer Return Me.Adapter.Update(dataTable) End Function _ Public Overloads Overridable Function Update(ByVal dataSet As InversionesDataSet1) As Integer Return Me.Adapter.Update(dataSet, "PIN0") End Function _ Public Overloads Overridable Function Update(ByVal dataRow As Global.System.Data.DataRow) As Integer Return Me.Adapter.Update(New Global.System.Data.DataRow() {dataRow}) End Function _ Public Overloads Overridable Function Update(ByVal dataRows() As Global.System.Data.DataRow) As Integer Return Me.Adapter.Update(dataRows) End Function _ Public Overloads Overridable Function Delete( _ ByVal Original_DocId As Integer, _ ByVal Original_CodInv As String, _ ByVal Original_DocEst As String, _ ByVal Original_Asunto As String, _ ByVal Original_CodEmpr As String, _ ByVal Original_CodIF As String, _ ByVal Original_CodEmis As Global.System.Nullable(Of Integer), _ ByVal Original_CodCalRi As String, _ ByVal Original_CodECalRi As String, _ ByVal Original_OFon As String, _ ByVal Original_Coment As String, _ ByVal Original_Just As String, _ ByVal Original_TipoOper As String, _ ByVal Original_DocBase As Global.System.Nullable(Of Integer), _ ByVal Original_MontoInv As Global.System.Nullable(Of Decimal), _ ByVal Original_Precio As Global.System.Nullable(Of Decimal), _ ByVal Original_Rendimiento As Global.System.Nullable(Of Decimal), _ ByVal Original_Plazo As Global.System.Nullable(Of Integer), _ ByVal Original_PlazoFact As String, _ ByVal Original_Ingresos As Global.System.Nullable(Of Decimal), _ ByVal Original_FechaDoc As Global.System.Nullable(Of Date), _ ByVal Original_AutEstado As String, _ ByVal Original_TipoMerc As String, _ ByVal Original_CodPais As String) As Integer Me.Adapter.DeleteCommand.Parameters(0).Value = CType(Original_DocId,Integer) If (Original_CodInv Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(1).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(2).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(1).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(2).Value = CType(Original_CodInv,String) End If If (Original_DocEst Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(3).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(4).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(3).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(4).Value = CType(Original_DocEst,String) End If If (Original_Asunto Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(5).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(6).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(5).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(6).Value = CType(Original_Asunto,String) End If If (Original_CodEmpr Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(7).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(8).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(7).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(8).Value = CType(Original_CodEmpr,String) End If If (Original_CodIF Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(9).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(10).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(9).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(10).Value = CType(Original_CodIF,String) End If If (Original_CodEmis.HasValue = true) Then Me.Adapter.DeleteCommand.Parameters(11).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(12).Value = CType(Original_CodEmis.Value,Integer) Else Me.Adapter.DeleteCommand.Parameters(11).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(12).Value = Global.System.DBNull.Value End If If (Original_CodCalRi Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(13).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(14).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(13).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(14).Value = CType(Original_CodCalRi,String) End If If (Original_CodECalRi Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(15).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(16).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(15).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(16).Value = CType(Original_CodECalRi,String) End If If (Original_OFon Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(17).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(18).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(17).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(18).Value = CType(Original_OFon,String) End If If (Original_Coment Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(19).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(20).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(19).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(20).Value = CType(Original_Coment,String) End If If (Original_Just Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(21).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(22).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(21).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(22).Value = CType(Original_Just,String) End If If (Original_TipoOper Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(23).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(24).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(23).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(24).Value = CType(Original_TipoOper,String) End If If (Original_DocBase.HasValue = true) Then Me.Adapter.DeleteCommand.Parameters(25).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(26).Value = CType(Original_DocBase.Value,Integer) Else Me.Adapter.DeleteCommand.Parameters(25).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(26).Value = Global.System.DBNull.Value End If If (Original_MontoInv.HasValue = true) Then Me.Adapter.DeleteCommand.Parameters(27).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(28).Value = CType(Original_MontoInv.Value,Decimal) Else Me.Adapter.DeleteCommand.Parameters(27).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(28).Value = Global.System.DBNull.Value End If If (Original_Precio.HasValue = true) Then Me.Adapter.DeleteCommand.Parameters(29).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(30).Value = CType(Original_Precio.Value,Decimal) Else Me.Adapter.DeleteCommand.Parameters(29).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(30).Value = Global.System.DBNull.Value End If If (Original_Rendimiento.HasValue = true) Then Me.Adapter.DeleteCommand.Parameters(31).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(32).Value = CType(Original_Rendimiento.Value,Decimal) Else Me.Adapter.DeleteCommand.Parameters(31).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(32).Value = Global.System.DBNull.Value End If If (Original_Plazo.HasValue = true) Then Me.Adapter.DeleteCommand.Parameters(33).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(34).Value = CType(Original_Plazo.Value,Integer) Else Me.Adapter.DeleteCommand.Parameters(33).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(34).Value = Global.System.DBNull.Value End If If (Original_PlazoFact Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(35).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(36).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(35).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(36).Value = CType(Original_PlazoFact,String) End If If (Original_Ingresos.HasValue = true) Then Me.Adapter.DeleteCommand.Parameters(37).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(38).Value = CType(Original_Ingresos.Value,Decimal) Else Me.Adapter.DeleteCommand.Parameters(37).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(38).Value = Global.System.DBNull.Value End If If (Original_FechaDoc.HasValue = true) Then Me.Adapter.DeleteCommand.Parameters(39).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(40).Value = CType(Original_FechaDoc.Value,Date) Else Me.Adapter.DeleteCommand.Parameters(39).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(40).Value = Global.System.DBNull.Value End If If (Original_AutEstado Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(41).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(42).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(41).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(42).Value = CType(Original_AutEstado,String) End If If (Original_TipoMerc Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(43).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(44).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(43).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(44).Value = CType(Original_TipoMerc,String) End If If (Original_CodPais Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(45).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(46).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(45).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(46).Value = CType(Original_CodPais,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.DeleteCommand.Connection.State If ((Me.Adapter.DeleteCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.DeleteCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.DeleteCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.DeleteCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Insert( _ ByVal CodInv As String, _ ByVal DocEst As String, _ ByVal Asunto As String, _ ByVal CodEmpr As String, _ ByVal CodIF As String, _ ByVal CodEmis As Global.System.Nullable(Of Integer), _ ByVal CodCalRi As String, _ ByVal CodECalRi As String, _ ByVal OFon As String, _ ByVal Coment As String, _ ByVal Just As String, _ ByVal TipoOper As String, _ ByVal DocBase As Global.System.Nullable(Of Integer), _ ByVal MontoInv As Global.System.Nullable(Of Decimal), _ ByVal Precio As Global.System.Nullable(Of Decimal), _ ByVal Rendimiento As Global.System.Nullable(Of Decimal), _ ByVal Plazo As Global.System.Nullable(Of Integer), _ ByVal PlazoFact As String, _ ByVal Ingresos As Global.System.Nullable(Of Decimal), _ ByVal FechaDoc As Global.System.Nullable(Of Date), _ ByVal AutEstado As String, _ ByVal TipoMerc As String, _ ByVal CodPais As String) As Integer If (CodInv Is Nothing) Then Me.Adapter.InsertCommand.Parameters(0).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(0).Value = CType(CodInv,String) End If If (DocEst Is Nothing) Then Me.Adapter.InsertCommand.Parameters(1).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(1).Value = CType(DocEst,String) End If If (Asunto Is Nothing) Then Me.Adapter.InsertCommand.Parameters(2).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(2).Value = CType(Asunto,String) End If If (CodEmpr Is Nothing) Then Me.Adapter.InsertCommand.Parameters(3).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(3).Value = CType(CodEmpr,String) End If If (CodIF Is Nothing) Then Me.Adapter.InsertCommand.Parameters(4).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(4).Value = CType(CodIF,String) End If If (CodEmis.HasValue = true) Then Me.Adapter.InsertCommand.Parameters(5).Value = CType(CodEmis.Value,Integer) Else Me.Adapter.InsertCommand.Parameters(5).Value = Global.System.DBNull.Value End If If (CodCalRi Is Nothing) Then Me.Adapter.InsertCommand.Parameters(6).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(6).Value = CType(CodCalRi,String) End If If (CodECalRi Is Nothing) Then Me.Adapter.InsertCommand.Parameters(7).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(7).Value = CType(CodECalRi,String) End If If (OFon Is Nothing) Then Me.Adapter.InsertCommand.Parameters(8).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(8).Value = CType(OFon,String) End If If (Coment Is Nothing) Then Me.Adapter.InsertCommand.Parameters(9).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(9).Value = CType(Coment,String) End If If (Just Is Nothing) Then Me.Adapter.InsertCommand.Parameters(10).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(10).Value = CType(Just,String) End If If (TipoOper Is Nothing) Then Me.Adapter.InsertCommand.Parameters(11).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(11).Value = CType(TipoOper,String) End If If (DocBase.HasValue = true) Then Me.Adapter.InsertCommand.Parameters(12).Value = CType(DocBase.Value,Integer) Else Me.Adapter.InsertCommand.Parameters(12).Value = Global.System.DBNull.Value End If If (MontoInv.HasValue = true) Then Me.Adapter.InsertCommand.Parameters(13).Value = CType(MontoInv.Value,Decimal) Else Me.Adapter.InsertCommand.Parameters(13).Value = Global.System.DBNull.Value End If If (Precio.HasValue = true) Then Me.Adapter.InsertCommand.Parameters(14).Value = CType(Precio.Value,Decimal) Else Me.Adapter.InsertCommand.Parameters(14).Value = Global.System.DBNull.Value End If If (Rendimiento.HasValue = true) Then Me.Adapter.InsertCommand.Parameters(15).Value = CType(Rendimiento.Value,Decimal) Else Me.Adapter.InsertCommand.Parameters(15).Value = Global.System.DBNull.Value End If If (Plazo.HasValue = true) Then Me.Adapter.InsertCommand.Parameters(16).Value = CType(Plazo.Value,Integer) Else Me.Adapter.InsertCommand.Parameters(16).Value = Global.System.DBNull.Value End If If (PlazoFact Is Nothing) Then Me.Adapter.InsertCommand.Parameters(17).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(17).Value = CType(PlazoFact,String) End If If (Ingresos.HasValue = true) Then Me.Adapter.InsertCommand.Parameters(18).Value = CType(Ingresos.Value,Decimal) Else Me.Adapter.InsertCommand.Parameters(18).Value = Global.System.DBNull.Value End If If (FechaDoc.HasValue = true) Then Me.Adapter.InsertCommand.Parameters(19).Value = CType(FechaDoc.Value,Date) Else Me.Adapter.InsertCommand.Parameters(19).Value = Global.System.DBNull.Value End If If (AutEstado Is Nothing) Then Me.Adapter.InsertCommand.Parameters(20).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(20).Value = CType(AutEstado,String) End If If (TipoMerc Is Nothing) Then Me.Adapter.InsertCommand.Parameters(21).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(21).Value = CType(TipoMerc,String) End If If (CodPais Is Nothing) Then Me.Adapter.InsertCommand.Parameters(22).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(22).Value = CType(CodPais,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.InsertCommand.Connection.State If ((Me.Adapter.InsertCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.InsertCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.InsertCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.InsertCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Update( _ ByVal CodInv As String, _ ByVal DocEst As String, _ ByVal Asunto As String, _ ByVal CodEmpr As String, _ ByVal CodIF As String, _ ByVal CodEmis As Global.System.Nullable(Of Integer), _ ByVal CodCalRi As String, _ ByVal CodECalRi As String, _ ByVal OFon As String, _ ByVal Coment As String, _ ByVal Just As String, _ ByVal TipoOper As String, _ ByVal DocBase As Global.System.Nullable(Of Integer), _ ByVal MontoInv As Global.System.Nullable(Of Decimal), _ ByVal Precio As Global.System.Nullable(Of Decimal), _ ByVal Rendimiento As Global.System.Nullable(Of Decimal), _ ByVal Plazo As Global.System.Nullable(Of Integer), _ ByVal PlazoFact As String, _ ByVal Ingresos As Global.System.Nullable(Of Decimal), _ ByVal FechaDoc As Global.System.Nullable(Of Date), _ ByVal AutEstado As String, _ ByVal TipoMerc As String, _ ByVal CodPais As String, _ ByVal Original_DocId As Integer, _ ByVal Original_CodInv As String, _ ByVal Original_DocEst As String, _ ByVal Original_Asunto As String, _ ByVal Original_CodEmpr As String, _ ByVal Original_CodIF As String, _ ByVal Original_CodEmis As Global.System.Nullable(Of Integer), _ ByVal Original_CodCalRi As String, _ ByVal Original_CodECalRi As String, _ ByVal Original_OFon As String, _ ByVal Original_Coment As String, _ ByVal Original_Just As String, _ ByVal Original_TipoOper As String, _ ByVal Original_DocBase As Global.System.Nullable(Of Integer), _ ByVal Original_MontoInv As Global.System.Nullable(Of Decimal), _ ByVal Original_Precio As Global.System.Nullable(Of Decimal), _ ByVal Original_Rendimiento As Global.System.Nullable(Of Decimal), _ ByVal Original_Plazo As Global.System.Nullable(Of Integer), _ ByVal Original_PlazoFact As String, _ ByVal Original_Ingresos As Global.System.Nullable(Of Decimal), _ ByVal Original_FechaDoc As Global.System.Nullable(Of Date), _ ByVal Original_AutEstado As String, _ ByVal Original_TipoMerc As String, _ ByVal Original_CodPais As String, _ ByVal DocId As Integer) As Integer If (CodInv Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(0).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(0).Value = CType(CodInv,String) End If If (DocEst Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(1).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(1).Value = CType(DocEst,String) End If If (Asunto Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(2).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(2).Value = CType(Asunto,String) End If If (CodEmpr Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(3).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(3).Value = CType(CodEmpr,String) End If If (CodIF Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(4).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(4).Value = CType(CodIF,String) End If If (CodEmis.HasValue = true) Then Me.Adapter.UpdateCommand.Parameters(5).Value = CType(CodEmis.Value,Integer) Else Me.Adapter.UpdateCommand.Parameters(5).Value = Global.System.DBNull.Value End If If (CodCalRi Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(6).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(6).Value = CType(CodCalRi,String) End If If (CodECalRi Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(7).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(7).Value = CType(CodECalRi,String) End If If (OFon Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(8).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(8).Value = CType(OFon,String) End If If (Coment Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(9).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(9).Value = CType(Coment,String) End If If (Just Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(10).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(10).Value = CType(Just,String) End If If (TipoOper Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(11).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(11).Value = CType(TipoOper,String) End If If (DocBase.HasValue = true) Then Me.Adapter.UpdateCommand.Parameters(12).Value = CType(DocBase.Value,Integer) Else Me.Adapter.UpdateCommand.Parameters(12).Value = Global.System.DBNull.Value End If If (MontoInv.HasValue = true) Then Me.Adapter.UpdateCommand.Parameters(13).Value = CType(MontoInv.Value,Decimal) Else Me.Adapter.UpdateCommand.Parameters(13).Value = Global.System.DBNull.Value End If If (Precio.HasValue = true) Then Me.Adapter.UpdateCommand.Parameters(14).Value = CType(Precio.Value,Decimal) Else Me.Adapter.UpdateCommand.Parameters(14).Value = Global.System.DBNull.Value End If If (Rendimiento.HasValue = true) Then Me.Adapter.UpdateCommand.Parameters(15).Value = CType(Rendimiento.Value,Decimal) Else Me.Adapter.UpdateCommand.Parameters(15).Value = Global.System.DBNull.Value End If If (Plazo.HasValue = true) Then Me.Adapter.UpdateCommand.Parameters(16).Value = CType(Plazo.Value,Integer) Else Me.Adapter.UpdateCommand.Parameters(16).Value = Global.System.DBNull.Value End If If (PlazoFact Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(17).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(17).Value = CType(PlazoFact,String) End If If (Ingresos.HasValue = true) Then Me.Adapter.UpdateCommand.Parameters(18).Value = CType(Ingresos.Value,Decimal) Else Me.Adapter.UpdateCommand.Parameters(18).Value = Global.System.DBNull.Value End If If (FechaDoc.HasValue = true) Then Me.Adapter.UpdateCommand.Parameters(19).Value = CType(FechaDoc.Value,Date) Else Me.Adapter.UpdateCommand.Parameters(19).Value = Global.System.DBNull.Value End If If (AutEstado Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(20).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(20).Value = CType(AutEstado,String) End If If (TipoMerc Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(21).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(21).Value = CType(TipoMerc,String) End If If (CodPais Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(22).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(22).Value = CType(CodPais,String) End If Me.Adapter.UpdateCommand.Parameters(23).Value = CType(Original_DocId,Integer) If (Original_CodInv Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(24).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(25).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(24).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(25).Value = CType(Original_CodInv,String) End If If (Original_DocEst Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(26).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(27).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(26).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(27).Value = CType(Original_DocEst,String) End If If (Original_Asunto Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(28).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(29).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(28).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(29).Value = CType(Original_Asunto,String) End If If (Original_CodEmpr Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(30).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(31).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(30).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(31).Value = CType(Original_CodEmpr,String) End If If (Original_CodIF Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(32).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(33).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(32).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(33).Value = CType(Original_CodIF,String) End If If (Original_CodEmis.HasValue = true) Then Me.Adapter.UpdateCommand.Parameters(34).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(35).Value = CType(Original_CodEmis.Value,Integer) Else Me.Adapter.UpdateCommand.Parameters(34).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(35).Value = Global.System.DBNull.Value End If If (Original_CodCalRi Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(36).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(37).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(36).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(37).Value = CType(Original_CodCalRi,String) End If If (Original_CodECalRi Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(38).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(39).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(38).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(39).Value = CType(Original_CodECalRi,String) End If If (Original_OFon Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(40).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(41).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(40).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(41).Value = CType(Original_OFon,String) End If If (Original_Coment Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(42).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(43).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(42).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(43).Value = CType(Original_Coment,String) End If If (Original_Just Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(44).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(45).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(44).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(45).Value = CType(Original_Just,String) End If If (Original_TipoOper Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(46).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(47).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(46).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(47).Value = CType(Original_TipoOper,String) End If If (Original_DocBase.HasValue = true) Then Me.Adapter.UpdateCommand.Parameters(48).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(49).Value = CType(Original_DocBase.Value,Integer) Else Me.Adapter.UpdateCommand.Parameters(48).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(49).Value = Global.System.DBNull.Value End If If (Original_MontoInv.HasValue = true) Then Me.Adapter.UpdateCommand.Parameters(50).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(51).Value = CType(Original_MontoInv.Value,Decimal) Else Me.Adapter.UpdateCommand.Parameters(50).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(51).Value = Global.System.DBNull.Value End If If (Original_Precio.HasValue = true) Then Me.Adapter.UpdateCommand.Parameters(52).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(53).Value = CType(Original_Precio.Value,Decimal) Else Me.Adapter.UpdateCommand.Parameters(52).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(53).Value = Global.System.DBNull.Value End If If (Original_Rendimiento.HasValue = true) Then Me.Adapter.UpdateCommand.Parameters(54).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(55).Value = CType(Original_Rendimiento.Value,Decimal) Else Me.Adapter.UpdateCommand.Parameters(54).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(55).Value = Global.System.DBNull.Value End If If (Original_Plazo.HasValue = true) Then Me.Adapter.UpdateCommand.Parameters(56).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(57).Value = CType(Original_Plazo.Value,Integer) Else Me.Adapter.UpdateCommand.Parameters(56).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(57).Value = Global.System.DBNull.Value End If If (Original_PlazoFact Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(58).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(59).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(58).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(59).Value = CType(Original_PlazoFact,String) End If If (Original_Ingresos.HasValue = true) Then Me.Adapter.UpdateCommand.Parameters(60).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(61).Value = CType(Original_Ingresos.Value,Decimal) Else Me.Adapter.UpdateCommand.Parameters(60).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(61).Value = Global.System.DBNull.Value End If If (Original_FechaDoc.HasValue = true) Then Me.Adapter.UpdateCommand.Parameters(62).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(63).Value = CType(Original_FechaDoc.Value,Date) Else Me.Adapter.UpdateCommand.Parameters(62).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(63).Value = Global.System.DBNull.Value End If If (Original_AutEstado Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(64).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(65).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(64).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(65).Value = CType(Original_AutEstado,String) End If If (Original_TipoMerc Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(66).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(67).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(66).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(67).Value = CType(Original_TipoMerc,String) End If If (Original_CodPais Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(68).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(69).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(68).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(69).Value = CType(Original_CodPais,String) End If Me.Adapter.UpdateCommand.Parameters(70).Value = CType(DocId,Integer) Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.UpdateCommand.Connection.State If ((Me.Adapter.UpdateCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.UpdateCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.UpdateCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.UpdateCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Update( _ ByVal CodInv As String, _ ByVal DocEst As String, _ ByVal Asunto As String, _ ByVal CodEmpr As String, _ ByVal CodIF As String, _ ByVal CodEmis As Global.System.Nullable(Of Integer), _ ByVal CodCalRi As String, _ ByVal CodECalRi As String, _ ByVal OFon As String, _ ByVal Coment As String, _ ByVal Just As String, _ ByVal TipoOper As String, _ ByVal DocBase As Global.System.Nullable(Of Integer), _ ByVal MontoInv As Global.System.Nullable(Of Decimal), _ ByVal Precio As Global.System.Nullable(Of Decimal), _ ByVal Rendimiento As Global.System.Nullable(Of Decimal), _ ByVal Plazo As Global.System.Nullable(Of Integer), _ ByVal PlazoFact As String, _ ByVal Ingresos As Global.System.Nullable(Of Decimal), _ ByVal FechaDoc As Global.System.Nullable(Of Date), _ ByVal AutEstado As String, _ ByVal TipoMerc As String, _ ByVal CodPais As String, _ ByVal Original_DocId As Integer, _ ByVal Original_CodInv As String, _ ByVal Original_DocEst As String, _ ByVal Original_Asunto As String, _ ByVal Original_CodEmpr As String, _ ByVal Original_CodIF As String, _ ByVal Original_CodEmis As Global.System.Nullable(Of Integer), _ ByVal Original_CodCalRi As String, _ ByVal Original_CodECalRi As String, _ ByVal Original_OFon As String, _ ByVal Original_Coment As String, _ ByVal Original_Just As String, _ ByVal Original_TipoOper As String, _ ByVal Original_DocBase As Global.System.Nullable(Of Integer), _ ByVal Original_MontoInv As Global.System.Nullable(Of Decimal), _ ByVal Original_Precio As Global.System.Nullable(Of Decimal), _ ByVal Original_Rendimiento As Global.System.Nullable(Of Decimal), _ ByVal Original_Plazo As Global.System.Nullable(Of Integer), _ ByVal Original_PlazoFact As String, _ ByVal Original_Ingresos As Global.System.Nullable(Of Decimal), _ ByVal Original_FechaDoc As Global.System.Nullable(Of Date), _ ByVal Original_AutEstado As String, _ ByVal Original_TipoMerc As String, _ ByVal Original_CodPais As String) As Integer Return Me.Update(CodInv, DocEst, Asunto, CodEmpr, CodIF, CodEmis, CodCalRi, CodECalRi, OFon, Coment, Just, TipoOper, DocBase, MontoInv, Precio, Rendimiento, Plazo, PlazoFact, Ingresos, FechaDoc, AutEstado, TipoMerc, CodPais, Original_DocId, Original_CodInv, Original_DocEst, Original_Asunto, Original_CodEmpr, Original_CodIF, Original_CodEmis, Original_CodCalRi, Original_CodECalRi, Original_OFon, Original_Coment, Original_Just, Original_TipoOper, Original_DocBase, Original_MontoInv, Original_Precio, Original_Rendimiento, Original_Plazo, Original_PlazoFact, Original_Ingresos, Original_FechaDoc, Original_AutEstado, Original_TipoMerc, Original_CodPais, Original_DocId) End Function End Class ''' '''Represents the connection and commands used to retrieve and save data. ''' _ Partial Public Class CALRITableAdapter Inherits Global.System.ComponentModel.Component Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter Private _connection As Global.System.Data.SqlClient.SqlConnection Private _transaction As Global.System.Data.SqlClient.SqlTransaction Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand Private _clearBeforeFill As Boolean _ Public Sub New() MyBase.New Me.ClearBeforeFill = true End Sub _ Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter Get If (Me._adapter Is Nothing) Then Me.InitAdapter End If Return Me._adapter End Get End Property _ Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection Get If (Me._connection Is Nothing) Then Me.InitConnection End If Return Me._connection End Get Set Me._connection = value If (Not (Me.Adapter.InsertCommand) Is Nothing) Then Me.Adapter.InsertCommand.Connection = value End If If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then Me.Adapter.DeleteCommand.Connection = value End If If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then Me.Adapter.UpdateCommand.Connection = value End If Dim i As Integer = 0 Do While (i < Me.CommandCollection.Length) If (Not (Me.CommandCollection(i)) Is Nothing) Then CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value End If i = (i + 1) Loop End Set End Property _ Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction Get Return Me._transaction End Get Set Me._transaction = value Dim i As Integer = 0 Do While (i < Me.CommandCollection.Length) Me.CommandCollection(i).Transaction = Me._transaction i = (i + 1) Loop If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then Me.Adapter.DeleteCommand.Transaction = Me._transaction End If If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then Me.Adapter.InsertCommand.Transaction = Me._transaction End If If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then Me.Adapter.UpdateCommand.Transaction = Me._transaction End If End Set End Property _ Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() Get If (Me._commandCollection Is Nothing) Then Me.InitCommandCollection End If Return Me._commandCollection End Get End Property _ Public Property ClearBeforeFill() As Boolean Get Return Me._clearBeforeFill End Get Set Me._clearBeforeFill = value End Set End Property _ Private Sub InitAdapter() Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() tableMapping.SourceTable = "Table" tableMapping.DataSetTable = "CALRI" tableMapping.ColumnMappings.Add("CodCalRi", "CodCalRi") tableMapping.ColumnMappings.Add("Descrip", "Descrip") Me._adapter.TableMappings.Add(tableMapping) Me._adapter.DeleteCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.DeleteCommand.Connection = Me.Connection Me._adapter.DeleteCommand.CommandText = "DELETE FROM [dbo].[CALRI] WHERE (([CodCalRi] = @Original_CodCalRi) AND ((@IsNull_"& _ "Descrip = 1 AND [Descrip] IS NULL) OR ([Descrip] = @Original_Descrip)))" Me._adapter.DeleteCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodCalRi", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodCalRi", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Descrip", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Descrip", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.InsertCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.InsertCommand.Connection = Me.Connection Me._adapter.InsertCommand.CommandText = "INSERT INTO [dbo].[CALRI] ([CodCalRi], [Descrip]) VALUES (@CodCalRi, @Descrip);"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)& _ "SELECT CodCalRi, Descrip FROM CALRI WHERE (CodCalRi = @CodCalRi)" Me._adapter.InsertCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodCalRi", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodCalRi", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Descrip", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.UpdateCommand.Connection = Me.Connection Me._adapter.UpdateCommand.CommandText = "UPDATE [dbo].[CALRI] SET [CodCalRi] = @CodCalRi, [Descrip] = @Descrip WHERE (([Co"& _ "dCalRi] = @Original_CodCalRi) AND ((@IsNull_Descrip = 1 AND [Descrip] IS NULL) O"& _ "R ([Descrip] = @Original_Descrip)));"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT CodCalRi, Descrip FROM CALRI WHERE "& _ "(CodCalRi = @CodCalRi)" Me._adapter.UpdateCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodCalRi", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodCalRi", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Descrip", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodCalRi", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodCalRi", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Descrip", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Descrip", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) End Sub _ Private Sub InitConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection.ConnectionString = Global.Inversiones.My.MySettings.Default.cnInversiones End Sub _ Private Sub InitCommandCollection() Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(0) {} Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() Me._commandCollection(0).Connection = Me.Connection Me._commandCollection(0).CommandText = "SELECT CodCalRi, Descrip FROM dbo.CALRI" Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text End Sub _ Public Overloads Overridable Function Fill(ByVal dataTable As InversionesDataSet1.CALRIDataTable) As Integer Me.Adapter.SelectCommand = Me.CommandCollection(0) If (Me.ClearBeforeFill = true) Then dataTable.Clear End If Dim returnValue As Integer = Me.Adapter.Fill(dataTable) Return returnValue End Function _ Public Overloads Overridable Function GetData() As InversionesDataSet1.CALRIDataTable Me.Adapter.SelectCommand = Me.CommandCollection(0) Dim dataTable As InversionesDataSet1.CALRIDataTable = New InversionesDataSet1.CALRIDataTable() Me.Adapter.Fill(dataTable) Return dataTable End Function _ Public Overloads Overridable Function Update(ByVal dataTable As InversionesDataSet1.CALRIDataTable) As Integer Return Me.Adapter.Update(dataTable) End Function _ Public Overloads Overridable Function Update(ByVal dataSet As InversionesDataSet1) As Integer Return Me.Adapter.Update(dataSet, "CALRI") End Function _ Public Overloads Overridable Function Update(ByVal dataRow As Global.System.Data.DataRow) As Integer Return Me.Adapter.Update(New Global.System.Data.DataRow() {dataRow}) End Function _ Public Overloads Overridable Function Update(ByVal dataRows() As Global.System.Data.DataRow) As Integer Return Me.Adapter.Update(dataRows) End Function _ Public Overloads Overridable Function Delete(ByVal Original_CodCalRi As String, ByVal Original_Descrip As String) As Integer If (Original_CodCalRi Is Nothing) Then Throw New Global.System.ArgumentNullException("Original_CodCalRi") Else Me.Adapter.DeleteCommand.Parameters(0).Value = CType(Original_CodCalRi,String) End If If (Original_Descrip Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(1).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(2).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(1).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(2).Value = CType(Original_Descrip,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.DeleteCommand.Connection.State If ((Me.Adapter.DeleteCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.DeleteCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.DeleteCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.DeleteCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Insert(ByVal CodCalRi As String, ByVal Descrip As String) As Integer If (CodCalRi Is Nothing) Then Throw New Global.System.ArgumentNullException("CodCalRi") Else Me.Adapter.InsertCommand.Parameters(0).Value = CType(CodCalRi,String) End If If (Descrip Is Nothing) Then Me.Adapter.InsertCommand.Parameters(1).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(1).Value = CType(Descrip,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.InsertCommand.Connection.State If ((Me.Adapter.InsertCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.InsertCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.InsertCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.InsertCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Update(ByVal CodCalRi As String, ByVal Descrip As String, ByVal Original_CodCalRi As String, ByVal Original_Descrip As String) As Integer If (CodCalRi Is Nothing) Then Throw New Global.System.ArgumentNullException("CodCalRi") Else Me.Adapter.UpdateCommand.Parameters(0).Value = CType(CodCalRi,String) End If If (Descrip Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(1).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(1).Value = CType(Descrip,String) End If If (Original_CodCalRi Is Nothing) Then Throw New Global.System.ArgumentNullException("Original_CodCalRi") Else Me.Adapter.UpdateCommand.Parameters(2).Value = CType(Original_CodCalRi,String) End If If (Original_Descrip Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(3).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(4).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(3).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(4).Value = CType(Original_Descrip,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.UpdateCommand.Connection.State If ((Me.Adapter.UpdateCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.UpdateCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.UpdateCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.UpdateCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Update(ByVal Descrip As String, ByVal Original_CodCalRi As String, ByVal Original_Descrip As String) As Integer Return Me.Update(Original_CodCalRi, Descrip, Original_CodCalRi, Original_Descrip) End Function End Class ''' '''Represents the connection and commands used to retrieve and save data. ''' _ Partial Public Class RPAGTableAdapter Inherits Global.System.ComponentModel.Component Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter Private _connection As Global.System.Data.SqlClient.SqlConnection Private _transaction As Global.System.Data.SqlClient.SqlTransaction Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand Private _clearBeforeFill As Boolean _ Public Sub New() MyBase.New Me.ClearBeforeFill = true End Sub _ Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter Get If (Me._adapter Is Nothing) Then Me.InitAdapter End If Return Me._adapter End Get End Property _ Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection Get If (Me._connection Is Nothing) Then Me.InitConnection End If Return Me._connection End Get Set Me._connection = value If (Not (Me.Adapter.InsertCommand) Is Nothing) Then Me.Adapter.InsertCommand.Connection = value End If If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then Me.Adapter.DeleteCommand.Connection = value End If If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then Me.Adapter.UpdateCommand.Connection = value End If Dim i As Integer = 0 Do While (i < Me.CommandCollection.Length) If (Not (Me.CommandCollection(i)) Is Nothing) Then CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value End If i = (i + 1) Loop End Set End Property _ Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction Get Return Me._transaction End Get Set Me._transaction = value Dim i As Integer = 0 Do While (i < Me.CommandCollection.Length) Me.CommandCollection(i).Transaction = Me._transaction i = (i + 1) Loop If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then Me.Adapter.DeleteCommand.Transaction = Me._transaction End If If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then Me.Adapter.InsertCommand.Transaction = Me._transaction End If If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then Me.Adapter.UpdateCommand.Transaction = Me._transaction End If End Set End Property _ Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() Get If (Me._commandCollection Is Nothing) Then Me.InitCommandCollection End If Return Me._commandCollection End Get End Property _ Public Property ClearBeforeFill() As Boolean Get Return Me._clearBeforeFill End Get Set Me._clearBeforeFill = value End Set End Property _ Private Sub InitAdapter() Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() tableMapping.SourceTable = "Table" tableMapping.DataSetTable = "RPAG" tableMapping.ColumnMappings.Add("RPID", "RPID") tableMapping.ColumnMappings.Add("CodInv", "CodInv") tableMapping.ColumnMappings.Add("AFavorDe", "AFavorDe") tableMapping.ColumnMappings.Add("FormaPagID", "FormaPagID") tableMapping.ColumnMappings.Add("MontoPago", "MontoPago") tableMapping.ColumnMappings.Add("FechaPago", "FechaPago") tableMapping.ColumnMappings.Add("CodBanco", "CodBanco") tableMapping.ColumnMappings.Add("NumCuenta", "NumCuenta") tableMapping.ColumnMappings.Add("SaldoContable", "SaldoContable") tableMapping.ColumnMappings.Add("Concepto", "Concepto") tableMapping.ColumnMappings.Add("UCodigo", "UCodigo") Me._adapter.TableMappings.Add(tableMapping) Me._adapter.DeleteCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.DeleteCommand.Connection = Me.Connection Me._adapter.DeleteCommand.CommandText = "DELETE FROM [RPAG] WHERE (([RPID] = @Original_RPID) AND ((@IsNull_CodInv = 1 AND "& _ "[CodInv] IS NULL) OR ([CodInv] = @Original_CodInv)) AND ((@IsNull_AFavorDe = 1 A"& _ "ND [AFavorDe] IS NULL) OR ([AFavorDe] = @Original_AFavorDe)) AND ((@IsNull_Forma"& _ "PagID = 1 AND [FormaPagID] IS NULL) OR ([FormaPagID] = @Original_FormaPagID)) AN"& _ "D ((@IsNull_MontoPago = 1 AND [MontoPago] IS NULL) OR ([MontoPago] = @Original_M"& _ "ontoPago)) AND ((@IsNull_FechaPago = 1 AND [FechaPago] IS NULL) OR ([FechaPago] "& _ "= @Original_FechaPago)) AND ((@IsNull_CodBanco = 1 AND [CodBanco] IS NULL) OR (["& _ "CodBanco] = @Original_CodBanco)) AND ((@IsNull_NumCuenta = 1 AND [NumCuenta] IS "& _ "NULL) OR ([NumCuenta] = @Original_NumCuenta)) AND ((@IsNull_SaldoContable = 1 AN"& _ "D [SaldoContable] IS NULL) OR ([SaldoContable] = @Original_SaldoContable)) AND ("& _ "(@IsNull_Concepto = 1 AND [Concepto] IS NULL) OR ([Concepto] = @Original_Concept"& _ "o)) AND ((@IsNull_UCodigo = 1 AND [UCodigo] IS NULL) OR ([UCodigo] = @Original_U"& _ "Codigo)))" Me._adapter.DeleteCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_RPID", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "RPID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CodInv", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodInv", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodInv", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodInv", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_AFavorDe", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "AFavorDe", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_AFavorDe", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "AFavorDe", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_FormaPagID", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "FormaPagID", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_FormaPagID", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "FormaPagID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_MontoPago", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "MontoPago", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_MontoPago", Global.System.Data.SqlDbType.[Decimal], 0, Global.System.Data.ParameterDirection.Input, 18, 2, "MontoPago", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_FechaPago", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "FechaPago", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_FechaPago", Global.System.Data.SqlDbType.DateTime, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "FechaPago", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CodBanco", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodBanco", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodBanco", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodBanco", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_NumCuenta", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "NumCuenta", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_NumCuenta", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "NumCuenta", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_SaldoContable", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "SaldoContable", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_SaldoContable", Global.System.Data.SqlDbType.[Decimal], 0, Global.System.Data.ParameterDirection.Input, 18, 6, "SaldoContable", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Concepto", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Concepto", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Concepto", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Concepto", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_UCodigo", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "UCodigo", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_UCodigo", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "UCodigo", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.InsertCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.InsertCommand.Connection = Me.Connection Me._adapter.InsertCommand.CommandText = "INSERT INTO RPAG"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" (CodInv, AFavorDe, FormaPagID, MontoPa"& _ "go, FechaPago, CodBanco, NumCuenta, SaldoContable, Concepto, UCodigo)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"VALUES "& _ " (@CodInv,@AFavorDe,@FormaPagID,@MontoPago,@FechaPago,@CodBanco,@NumCuenta,@"& _ "SaldoContable,@Concepto,@UCodigo); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT RPID, CodInv, AFavorDe, FormaPagID, "& _ "MontoPago, FechaPago, CodBanco, NumCuenta, SaldoContable, Concepto, UCodigo FROM"& _ " RPAG WHERE (RPID = SCOPE_IDENTITY())" Me._adapter.InsertCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodInv", Global.System.Data.SqlDbType.VarChar, 20, Global.System.Data.ParameterDirection.Input, 0, 0, "CodInv", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@AFavorDe", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "AFavorDe", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@FormaPagID", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "FormaPagID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@MontoPago", Global.System.Data.SqlDbType.[Decimal], 9, Global.System.Data.ParameterDirection.Input, 18, 2, "MontoPago", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@FechaPago", Global.System.Data.SqlDbType.DateTime, 8, Global.System.Data.ParameterDirection.Input, 0, 0, "FechaPago", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodBanco", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "CodBanco", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@NumCuenta", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "NumCuenta", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@SaldoContable", Global.System.Data.SqlDbType.[Decimal], 9, Global.System.Data.ParameterDirection.Input, 18, 6, "SaldoContable", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Concepto", Global.System.Data.SqlDbType.VarChar, 254, Global.System.Data.ParameterDirection.Input, 0, 0, "Concepto", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@UCodigo", Global.System.Data.SqlDbType.VarChar, 10, Global.System.Data.ParameterDirection.Input, 0, 0, "UCodigo", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.UpdateCommand.Connection = Me.Connection Me._adapter.UpdateCommand.CommandText = "UPDATE [RPAG] SET [CodInv] = @CodInv, [AFavorDe] = @AFavorDe, [FormaPagID] = @For"& _ "maPagID, [MontoPago] = @MontoPago, [FechaPago] = @FechaPago, [CodBanco] = @CodBa"& _ "nco, [NumCuenta] = @NumCuenta, [SaldoContable] = @SaldoContable, [Concepto] = @C"& _ "oncepto, [UCodigo] = @UCodigo WHERE (([RPID] = @Original_RPID) AND ((@IsNull_Cod"& _ "Inv = 1 AND [CodInv] IS NULL) OR ([CodInv] = @Original_CodInv)) AND ((@IsNull_AF"& _ "avorDe = 1 AND [AFavorDe] IS NULL) OR ([AFavorDe] = @Original_AFavorDe)) AND ((@"& _ "IsNull_FormaPagID = 1 AND [FormaPagID] IS NULL) OR ([FormaPagID] = @Original_For"& _ "maPagID)) AND ((@IsNull_MontoPago = 1 AND [MontoPago] IS NULL) OR ([MontoPago] ="& _ " @Original_MontoPago)) AND ((@IsNull_FechaPago = 1 AND [FechaPago] IS NULL) OR ("& _ "[FechaPago] = @Original_FechaPago)) AND ((@IsNull_CodBanco = 1 AND [CodBanco] IS"& _ " NULL) OR ([CodBanco] = @Original_CodBanco)) AND ((@IsNull_NumCuenta = 1 AND [Nu"& _ "mCuenta] IS NULL) OR ([NumCuenta] = @Original_NumCuenta)) AND ((@IsNull_SaldoCon"& _ "table = 1 AND [SaldoContable] IS NULL) OR ([SaldoContable] = @Original_SaldoCont"& _ "able)) AND ((@IsNull_Concepto = 1 AND [Concepto] IS NULL) OR ([Concepto] = @Orig"& _ "inal_Concepto)) AND ((@IsNull_UCodigo = 1 AND [UCodigo] IS NULL) OR ([UCodigo] ="& _ " @Original_UCodigo)));"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT RPID, CodInv, AFavorDe, FormaPagID, MontoPago, Fe"& _ "chaPago, CodBanco, NumCuenta, SaldoContable, Concepto, UCodigo FROM RPAG WHERE ("& _ "RPID = @RPID)" Me._adapter.UpdateCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodInv", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodInv", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@AFavorDe", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "AFavorDe", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@FormaPagID", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "FormaPagID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@MontoPago", Global.System.Data.SqlDbType.[Decimal], 0, Global.System.Data.ParameterDirection.Input, 18, 2, "MontoPago", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@FechaPago", Global.System.Data.SqlDbType.DateTime, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "FechaPago", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CodBanco", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodBanco", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@NumCuenta", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "NumCuenta", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@SaldoContable", Global.System.Data.SqlDbType.[Decimal], 0, Global.System.Data.ParameterDirection.Input, 18, 6, "SaldoContable", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Concepto", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Concepto", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@UCodigo", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "UCodigo", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_RPID", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "RPID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CodInv", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodInv", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodInv", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodInv", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_AFavorDe", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "AFavorDe", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_AFavorDe", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "AFavorDe", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_FormaPagID", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "FormaPagID", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_FormaPagID", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "FormaPagID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_MontoPago", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "MontoPago", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_MontoPago", Global.System.Data.SqlDbType.[Decimal], 0, Global.System.Data.ParameterDirection.Input, 18, 2, "MontoPago", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_FechaPago", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "FechaPago", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_FechaPago", Global.System.Data.SqlDbType.DateTime, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "FechaPago", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_CodBanco", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodBanco", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_CodBanco", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "CodBanco", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_NumCuenta", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "NumCuenta", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_NumCuenta", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "NumCuenta", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_SaldoContable", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "SaldoContable", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_SaldoContable", Global.System.Data.SqlDbType.[Decimal], 0, Global.System.Data.ParameterDirection.Input, 18, 6, "SaldoContable", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Concepto", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Concepto", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Concepto", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Concepto", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_UCodigo", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "UCodigo", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_UCodigo", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "UCodigo", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@RPID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "RPID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) End Sub _ Private Sub InitConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection.ConnectionString = Global.Inversiones.My.MySettings.Default.cnInversiones End Sub _ Private Sub InitCommandCollection() Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(0) {} Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() Me._commandCollection(0).Connection = Me.Connection Me._commandCollection(0).CommandText = "SELECT RPID, CodInv, AFavorDe, FormaPagID, MontoPago, FechaPago, CodBanco,"& _ " NumCuenta, SaldoContable, Concepto, UCodigo"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM RPAG" Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text End Sub _ Public Overloads Overridable Function Fill(ByVal dataTable As InversionesDataSet1.RPAGDataTable) As Integer Me.Adapter.SelectCommand = Me.CommandCollection(0) If (Me.ClearBeforeFill = true) Then dataTable.Clear End If Dim returnValue As Integer = Me.Adapter.Fill(dataTable) Return returnValue End Function _ Public Overloads Overridable Function GetData() As InversionesDataSet1.RPAGDataTable Me.Adapter.SelectCommand = Me.CommandCollection(0) Dim dataTable As InversionesDataSet1.RPAGDataTable = New InversionesDataSet1.RPAGDataTable() Me.Adapter.Fill(dataTable) Return dataTable End Function _ Public Overloads Overridable Function Update(ByVal dataTable As InversionesDataSet1.RPAGDataTable) As Integer Return Me.Adapter.Update(dataTable) End Function _ Public Overloads Overridable Function Update(ByVal dataSet As InversionesDataSet1) As Integer Return Me.Adapter.Update(dataSet, "RPAG") End Function _ Public Overloads Overridable Function Update(ByVal dataRow As Global.System.Data.DataRow) As Integer Return Me.Adapter.Update(New Global.System.Data.DataRow() {dataRow}) End Function _ Public Overloads Overridable Function Update(ByVal dataRows() As Global.System.Data.DataRow) As Integer Return Me.Adapter.Update(dataRows) End Function _ Public Overloads Overridable Function Delete(ByVal Original_RPID As Integer, ByVal Original_CodInv As String, ByVal Original_AFavorDe As String, ByVal Original_FormaPagID As String, ByVal Original_MontoPago As Global.System.Nullable(Of Decimal), ByVal Original_FechaPago As Global.System.Nullable(Of Date), ByVal Original_CodBanco As String, ByVal Original_NumCuenta As String, ByVal Original_SaldoContable As Global.System.Nullable(Of Decimal), ByVal Original_Concepto As String, ByVal Original_UCodigo As String) As Integer Me.Adapter.DeleteCommand.Parameters(0).Value = CType(Original_RPID,Integer) If (Original_CodInv Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(1).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(2).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(1).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(2).Value = CType(Original_CodInv,String) End If If (Original_AFavorDe Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(3).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(4).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(3).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(4).Value = CType(Original_AFavorDe,String) End If If (Original_FormaPagID Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(5).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(6).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(5).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(6).Value = CType(Original_FormaPagID,String) End If If (Original_MontoPago.HasValue = true) Then Me.Adapter.DeleteCommand.Parameters(7).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(8).Value = CType(Original_MontoPago.Value,Decimal) Else Me.Adapter.DeleteCommand.Parameters(7).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(8).Value = Global.System.DBNull.Value End If If (Original_FechaPago.HasValue = true) Then Me.Adapter.DeleteCommand.Parameters(9).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(10).Value = CType(Original_FechaPago.Value,Date) Else Me.Adapter.DeleteCommand.Parameters(9).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(10).Value = Global.System.DBNull.Value End If If (Original_CodBanco Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(11).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(12).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(11).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(12).Value = CType(Original_CodBanco,String) End If If (Original_NumCuenta Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(13).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(14).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(13).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(14).Value = CType(Original_NumCuenta,String) End If If (Original_SaldoContable.HasValue = true) Then Me.Adapter.DeleteCommand.Parameters(15).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(16).Value = CType(Original_SaldoContable.Value,Decimal) Else Me.Adapter.DeleteCommand.Parameters(15).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(16).Value = Global.System.DBNull.Value End If If (Original_Concepto Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(17).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(18).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(17).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(18).Value = CType(Original_Concepto,String) End If If (Original_UCodigo Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(19).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(20).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(19).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(20).Value = CType(Original_UCodigo,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.DeleteCommand.Connection.State If ((Me.Adapter.DeleteCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.DeleteCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.DeleteCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.DeleteCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Insert(ByVal CodInv As String, ByVal AFavorDe As String, ByVal FormaPagID As String, ByVal MontoPago As Global.System.Nullable(Of Decimal), ByVal FechaPago As Global.System.Nullable(Of Date), ByVal CodBanco As String, ByVal NumCuenta As String, ByVal SaldoContable As Global.System.Nullable(Of Decimal), ByVal Concepto As String, ByVal UCodigo As String) As Integer If (CodInv Is Nothing) Then Me.Adapter.InsertCommand.Parameters(0).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(0).Value = CType(CodInv,String) End If If (AFavorDe Is Nothing) Then Me.Adapter.InsertCommand.Parameters(1).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(1).Value = CType(AFavorDe,String) End If If (FormaPagID Is Nothing) Then Me.Adapter.InsertCommand.Parameters(2).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(2).Value = CType(FormaPagID,String) End If If (MontoPago.HasValue = true) Then Me.Adapter.InsertCommand.Parameters(3).Value = CType(MontoPago.Value,Decimal) Else Me.Adapter.InsertCommand.Parameters(3).Value = Global.System.DBNull.Value End If If (FechaPago.HasValue = true) Then Me.Adapter.InsertCommand.Parameters(4).Value = CType(FechaPago.Value,Date) Else Me.Adapter.InsertCommand.Parameters(4).Value = Global.System.DBNull.Value End If If (CodBanco Is Nothing) Then Me.Adapter.InsertCommand.Parameters(5).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(5).Value = CType(CodBanco,String) End If If (NumCuenta Is Nothing) Then Me.Adapter.InsertCommand.Parameters(6).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(6).Value = CType(NumCuenta,String) End If If (SaldoContable.HasValue = true) Then Me.Adapter.InsertCommand.Parameters(7).Value = CType(SaldoContable.Value,Decimal) Else Me.Adapter.InsertCommand.Parameters(7).Value = Global.System.DBNull.Value End If If (Concepto Is Nothing) Then Me.Adapter.InsertCommand.Parameters(8).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(8).Value = CType(Concepto,String) End If If (UCodigo Is Nothing) Then Me.Adapter.InsertCommand.Parameters(9).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(9).Value = CType(UCodigo,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.InsertCommand.Connection.State If ((Me.Adapter.InsertCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.InsertCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.InsertCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.InsertCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Update( _ ByVal CodInv As String, _ ByVal AFavorDe As String, _ ByVal FormaPagID As String, _ ByVal MontoPago As Global.System.Nullable(Of Decimal), _ ByVal FechaPago As Global.System.Nullable(Of Date), _ ByVal CodBanco As String, _ ByVal NumCuenta As String, _ ByVal SaldoContable As Global.System.Nullable(Of Decimal), _ ByVal Concepto As String, _ ByVal UCodigo As String, _ ByVal Original_RPID As Integer, _ ByVal Original_CodInv As String, _ ByVal Original_AFavorDe As String, _ ByVal Original_FormaPagID As String, _ ByVal Original_MontoPago As Global.System.Nullable(Of Decimal), _ ByVal Original_FechaPago As Global.System.Nullable(Of Date), _ ByVal Original_CodBanco As String, _ ByVal Original_NumCuenta As String, _ ByVal Original_SaldoContable As Global.System.Nullable(Of Decimal), _ ByVal Original_Concepto As String, _ ByVal Original_UCodigo As String, _ ByVal RPID As Integer) As Integer If (CodInv Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(0).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(0).Value = CType(CodInv,String) End If If (AFavorDe Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(1).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(1).Value = CType(AFavorDe,String) End If If (FormaPagID Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(2).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(2).Value = CType(FormaPagID,String) End If If (MontoPago.HasValue = true) Then Me.Adapter.UpdateCommand.Parameters(3).Value = CType(MontoPago.Value,Decimal) Else Me.Adapter.UpdateCommand.Parameters(3).Value = Global.System.DBNull.Value End If If (FechaPago.HasValue = true) Then Me.Adapter.UpdateCommand.Parameters(4).Value = CType(FechaPago.Value,Date) Else Me.Adapter.UpdateCommand.Parameters(4).Value = Global.System.DBNull.Value End If If (CodBanco Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(5).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(5).Value = CType(CodBanco,String) End If If (NumCuenta Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(6).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(6).Value = CType(NumCuenta,String) End If If (SaldoContable.HasValue = true) Then Me.Adapter.UpdateCommand.Parameters(7).Value = CType(SaldoContable.Value,Decimal) Else Me.Adapter.UpdateCommand.Parameters(7).Value = Global.System.DBNull.Value End If If (Concepto Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(8).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(8).Value = CType(Concepto,String) End If If (UCodigo Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(9).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(9).Value = CType(UCodigo,String) End If Me.Adapter.UpdateCommand.Parameters(10).Value = CType(Original_RPID,Integer) If (Original_CodInv Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(11).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(12).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(11).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(12).Value = CType(Original_CodInv,String) End If If (Original_AFavorDe Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(13).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(14).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(13).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(14).Value = CType(Original_AFavorDe,String) End If If (Original_FormaPagID Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(15).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(16).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(15).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(16).Value = CType(Original_FormaPagID,String) End If If (Original_MontoPago.HasValue = true) Then Me.Adapter.UpdateCommand.Parameters(17).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(18).Value = CType(Original_MontoPago.Value,Decimal) Else Me.Adapter.UpdateCommand.Parameters(17).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(18).Value = Global.System.DBNull.Value End If If (Original_FechaPago.HasValue = true) Then Me.Adapter.UpdateCommand.Parameters(19).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(20).Value = CType(Original_FechaPago.Value,Date) Else Me.Adapter.UpdateCommand.Parameters(19).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(20).Value = Global.System.DBNull.Value End If If (Original_CodBanco Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(21).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(22).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(21).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(22).Value = CType(Original_CodBanco,String) End If If (Original_NumCuenta Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(23).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(24).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(23).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(24).Value = CType(Original_NumCuenta,String) End If If (Original_SaldoContable.HasValue = true) Then Me.Adapter.UpdateCommand.Parameters(25).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(26).Value = CType(Original_SaldoContable.Value,Decimal) Else Me.Adapter.UpdateCommand.Parameters(25).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(26).Value = Global.System.DBNull.Value End If If (Original_Concepto Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(27).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(28).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(27).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(28).Value = CType(Original_Concepto,String) End If If (Original_UCodigo Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(29).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(30).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(29).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(30).Value = CType(Original_UCodigo,String) End If Me.Adapter.UpdateCommand.Parameters(31).Value = CType(RPID,Integer) Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.UpdateCommand.Connection.State If ((Me.Adapter.UpdateCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.UpdateCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.UpdateCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.UpdateCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Update( _ ByVal CodInv As String, _ ByVal AFavorDe As String, _ ByVal FormaPagID As String, _ ByVal MontoPago As Global.System.Nullable(Of Decimal), _ ByVal FechaPago As Global.System.Nullable(Of Date), _ ByVal CodBanco As String, _ ByVal NumCuenta As String, _ ByVal SaldoContable As Global.System.Nullable(Of Decimal), _ ByVal Concepto As String, _ ByVal UCodigo As String, _ ByVal Original_RPID As Integer, _ ByVal Original_CodInv As String, _ ByVal Original_AFavorDe As String, _ ByVal Original_FormaPagID As String, _ ByVal Original_MontoPago As Global.System.Nullable(Of Decimal), _ ByVal Original_FechaPago As Global.System.Nullable(Of Date), _ ByVal Original_CodBanco As String, _ ByVal Original_NumCuenta As String, _ ByVal Original_SaldoContable As Global.System.Nullable(Of Decimal), _ ByVal Original_Concepto As String, _ ByVal Original_UCodigo As String) As Integer Return Me.Update(CodInv, AFavorDe, FormaPagID, MontoPago, FechaPago, CodBanco, NumCuenta, SaldoContable, Concepto, UCodigo, Original_RPID, Original_CodInv, Original_AFavorDe, Original_FormaPagID, Original_MontoPago, Original_FechaPago, Original_CodBanco, Original_NumCuenta, Original_SaldoContable, Original_Concepto, Original_UCodigo, Original_RPID) End Function End Class ''' '''Represents the connection and commands used to retrieve and save data. ''' _ Partial Public Class BAN2TableAdapter Inherits Global.System.ComponentModel.Component Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter Private _connection As Global.System.Data.SqlClient.SqlConnection Private _transaction As Global.System.Data.SqlClient.SqlTransaction Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand Private _clearBeforeFill As Boolean _ Public Sub New() MyBase.New Me.ClearBeforeFill = true End Sub _ Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter Get If (Me._adapter Is Nothing) Then Me.InitAdapter End If Return Me._adapter End Get End Property _ Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection Get If (Me._connection Is Nothing) Then Me.InitConnection End If Return Me._connection End Get Set Me._connection = value If (Not (Me.Adapter.InsertCommand) Is Nothing) Then Me.Adapter.InsertCommand.Connection = value End If If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then Me.Adapter.DeleteCommand.Connection = value End If If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then Me.Adapter.UpdateCommand.Connection = value End If Dim i As Integer = 0 Do While (i < Me.CommandCollection.Length) If (Not (Me.CommandCollection(i)) Is Nothing) Then CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value End If i = (i + 1) Loop End Set End Property _ Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction Get Return Me._transaction End Get Set Me._transaction = value Dim i As Integer = 0 Do While (i < Me.CommandCollection.Length) Me.CommandCollection(i).Transaction = Me._transaction i = (i + 1) Loop If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then Me.Adapter.DeleteCommand.Transaction = Me._transaction End If If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then Me.Adapter.InsertCommand.Transaction = Me._transaction End If If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then Me.Adapter.UpdateCommand.Transaction = Me._transaction End If End Set End Property _ Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() Get If (Me._commandCollection Is Nothing) Then Me.InitCommandCollection End If Return Me._commandCollection End Get End Property _ Public Property ClearBeforeFill() As Boolean Get Return Me._clearBeforeFill End Get Set Me._clearBeforeFill = value End Set End Property _ Private Sub InitAdapter() Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() tableMapping.SourceTable = "Table" tableMapping.DataSetTable = "BAN2" tableMapping.ColumnMappings.Add("Codigo", "Codigo") tableMapping.ColumnMappings.Add("Nombre", "Nombre") Me._adapter.TableMappings.Add(tableMapping) Me._adapter.DeleteCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.DeleteCommand.Connection = Me.Connection Me._adapter.DeleteCommand.CommandText = "DELETE FROM [dbo].[BAN2] WHERE (([Codigo] = @Original_Codigo) AND ((@IsNull_Nombr"& _ "e = 1 AND [Nombre] IS NULL) OR ([Nombre] = @Original_Nombre)))" Me._adapter.DeleteCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Codigo", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Codigo", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Nombre", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Nombre", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Nombre", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Nombre", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.InsertCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.InsertCommand.Connection = Me.Connection Me._adapter.InsertCommand.CommandText = "INSERT INTO [dbo].[BAN2] ([Codigo], [Nombre]) VALUES (@Codigo, @Nombre);"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT "& _ "Codigo, Nombre FROM BAN2 WHERE (Codigo = @Codigo)" Me._adapter.InsertCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Codigo", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Codigo", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Nombre", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Nombre", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.UpdateCommand.Connection = Me.Connection Me._adapter.UpdateCommand.CommandText = "UPDATE [dbo].[BAN2] SET [Codigo] = @Codigo, [Nombre] = @Nombre WHERE (([Codigo] ="& _ " @Original_Codigo) AND ((@IsNull_Nombre = 1 AND [Nombre] IS NULL) OR ([Nombre] ="& _ " @Original_Nombre)));"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT Codigo, Nombre FROM BAN2 WHERE (Codigo = @Codigo)" Me._adapter.UpdateCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Codigo", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Codigo", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Nombre", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Nombre", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Codigo", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Codigo", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Nombre", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Nombre", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Nombre", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Nombre", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) End Sub _ Private Sub InitConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection.ConnectionString = Global.Inversiones.My.MySettings.Default.cnInversiones End Sub _ Private Sub InitCommandCollection() Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(0) {} Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() Me._commandCollection(0).Connection = Me.Connection Me._commandCollection(0).CommandText = "SELECT Codigo, Nombre FROM dbo.BAN2" Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text End Sub _ Public Overloads Overridable Function Fill(ByVal dataTable As InversionesDataSet1.BAN2DataTable) As Integer Me.Adapter.SelectCommand = Me.CommandCollection(0) If (Me.ClearBeforeFill = true) Then dataTable.Clear End If Dim returnValue As Integer = Me.Adapter.Fill(dataTable) Return returnValue End Function _ Public Overloads Overridable Function GetData() As InversionesDataSet1.BAN2DataTable Me.Adapter.SelectCommand = Me.CommandCollection(0) Dim dataTable As InversionesDataSet1.BAN2DataTable = New InversionesDataSet1.BAN2DataTable() Me.Adapter.Fill(dataTable) Return dataTable End Function _ Public Overloads Overridable Function Update(ByVal dataTable As InversionesDataSet1.BAN2DataTable) As Integer Return Me.Adapter.Update(dataTable) End Function _ Public Overloads Overridable Function Update(ByVal dataSet As InversionesDataSet1) As Integer Return Me.Adapter.Update(dataSet, "BAN2") End Function _ Public Overloads Overridable Function Update(ByVal dataRow As Global.System.Data.DataRow) As Integer Return Me.Adapter.Update(New Global.System.Data.DataRow() {dataRow}) End Function _ Public Overloads Overridable Function Update(ByVal dataRows() As Global.System.Data.DataRow) As Integer Return Me.Adapter.Update(dataRows) End Function _ Public Overloads Overridable Function Delete(ByVal Original_Codigo As String, ByVal Original_Nombre As String) As Integer If (Original_Codigo Is Nothing) Then Throw New Global.System.ArgumentNullException("Original_Codigo") Else Me.Adapter.DeleteCommand.Parameters(0).Value = CType(Original_Codigo,String) End If If (Original_Nombre Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(1).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(2).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(1).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(2).Value = CType(Original_Nombre,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.DeleteCommand.Connection.State If ((Me.Adapter.DeleteCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.DeleteCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.DeleteCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.DeleteCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Insert(ByVal Codigo As String, ByVal Nombre As String) As Integer If (Codigo Is Nothing) Then Throw New Global.System.ArgumentNullException("Codigo") Else Me.Adapter.InsertCommand.Parameters(0).Value = CType(Codigo,String) End If If (Nombre Is Nothing) Then Me.Adapter.InsertCommand.Parameters(1).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(1).Value = CType(Nombre,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.InsertCommand.Connection.State If ((Me.Adapter.InsertCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.InsertCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.InsertCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.InsertCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Update(ByVal Codigo As String, ByVal Nombre As String, ByVal Original_Codigo As String, ByVal Original_Nombre As String) As Integer If (Codigo Is Nothing) Then Throw New Global.System.ArgumentNullException("Codigo") Else Me.Adapter.UpdateCommand.Parameters(0).Value = CType(Codigo,String) End If If (Nombre Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(1).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(1).Value = CType(Nombre,String) End If If (Original_Codigo Is Nothing) Then Throw New Global.System.ArgumentNullException("Original_Codigo") Else Me.Adapter.UpdateCommand.Parameters(2).Value = CType(Original_Codigo,String) End If If (Original_Nombre Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(3).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(4).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(3).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(4).Value = CType(Original_Nombre,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.UpdateCommand.Connection.State If ((Me.Adapter.UpdateCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.UpdateCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.UpdateCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.UpdateCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Update(ByVal Nombre As String, ByVal Original_Codigo As String, ByVal Original_Nombre As String) As Integer Return Me.Update(Original_Codigo, Nombre, Original_Codigo, Original_Nombre) End Function End Class ''' '''Represents the connection and commands used to retrieve and save data. ''' _ Partial Public Class OFONTableAdapter Inherits Global.System.ComponentModel.Component Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter Private _connection As Global.System.Data.SqlClient.SqlConnection Private _transaction As Global.System.Data.SqlClient.SqlTransaction Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand Private _clearBeforeFill As Boolean _ Public Sub New() MyBase.New Me.ClearBeforeFill = true End Sub _ Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter Get If (Me._adapter Is Nothing) Then Me.InitAdapter End If Return Me._adapter End Get End Property _ Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection Get If (Me._connection Is Nothing) Then Me.InitConnection End If Return Me._connection End Get Set Me._connection = value If (Not (Me.Adapter.InsertCommand) Is Nothing) Then Me.Adapter.InsertCommand.Connection = value End If If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then Me.Adapter.DeleteCommand.Connection = value End If If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then Me.Adapter.UpdateCommand.Connection = value End If Dim i As Integer = 0 Do While (i < Me.CommandCollection.Length) If (Not (Me.CommandCollection(i)) Is Nothing) Then CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value End If i = (i + 1) Loop End Set End Property _ Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction Get Return Me._transaction End Get Set Me._transaction = value Dim i As Integer = 0 Do While (i < Me.CommandCollection.Length) Me.CommandCollection(i).Transaction = Me._transaction i = (i + 1) Loop If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then Me.Adapter.DeleteCommand.Transaction = Me._transaction End If If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then Me.Adapter.InsertCommand.Transaction = Me._transaction End If If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then Me.Adapter.UpdateCommand.Transaction = Me._transaction End If End Set End Property _ Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() Get If (Me._commandCollection Is Nothing) Then Me.InitCommandCollection End If Return Me._commandCollection End Get End Property _ Public Property ClearBeforeFill() As Boolean Get Return Me._clearBeforeFill End Get Set Me._clearBeforeFill = value End Set End Property _ Private Sub InitAdapter() Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() tableMapping.SourceTable = "Table" tableMapping.DataSetTable = "OFON" tableMapping.ColumnMappings.Add("Codigo", "Codigo") tableMapping.ColumnMappings.Add("Descrip", "Descrip") Me._adapter.TableMappings.Add(tableMapping) Me._adapter.DeleteCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.DeleteCommand.Connection = Me.Connection Me._adapter.DeleteCommand.CommandText = "DELETE FROM [dbo].[OFON] WHERE (([Codigo] = @Original_Codigo) AND ((@IsNull_Descr"& _ "ip = 1 AND [Descrip] IS NULL) OR ([Descrip] = @Original_Descrip)))" Me._adapter.DeleteCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Codigo", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Codigo", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Descrip", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Descrip", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.InsertCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.InsertCommand.Connection = Me.Connection Me._adapter.InsertCommand.CommandText = "INSERT INTO [dbo].[OFON] ([Codigo], [Descrip]) VALUES (@Codigo, @Descrip);"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELEC"& _ "T Codigo, Descrip FROM OFON WHERE (Codigo = @Codigo)" Me._adapter.InsertCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Codigo", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Codigo", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Descrip", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.UpdateCommand.Connection = Me.Connection Me._adapter.UpdateCommand.CommandText = "UPDATE [dbo].[OFON] SET [Codigo] = @Codigo, [Descrip] = @Descrip WHERE (([Codigo]"& _ " = @Original_Codigo) AND ((@IsNull_Descrip = 1 AND [Descrip] IS NULL) OR ([Descr"& _ "ip] = @Original_Descrip)));"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT Codigo, Descrip FROM OFON WHERE (Codigo = @C"& _ "odigo)" Me._adapter.UpdateCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Codigo", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Codigo", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Descrip", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Codigo", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Codigo", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Descrip", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Descrip", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Descrip", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) End Sub _ Private Sub InitConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection.ConnectionString = Global.Inversiones.My.MySettings.Default.cnInversiones End Sub _ Private Sub InitCommandCollection() Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(0) {} Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() Me._commandCollection(0).Connection = Me.Connection Me._commandCollection(0).CommandText = "SELECT Codigo, Descrip FROM dbo.OFON" Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text End Sub _ Public Overloads Overridable Function Fill(ByVal dataTable As InversionesDataSet1.OFONDataTable) As Integer Me.Adapter.SelectCommand = Me.CommandCollection(0) If (Me.ClearBeforeFill = true) Then dataTable.Clear End If Dim returnValue As Integer = Me.Adapter.Fill(dataTable) Return returnValue End Function _ Public Overloads Overridable Function GetData() As InversionesDataSet1.OFONDataTable Me.Adapter.SelectCommand = Me.CommandCollection(0) Dim dataTable As InversionesDataSet1.OFONDataTable = New InversionesDataSet1.OFONDataTable() Me.Adapter.Fill(dataTable) Return dataTable End Function _ Public Overloads Overridable Function Update(ByVal dataTable As InversionesDataSet1.OFONDataTable) As Integer Return Me.Adapter.Update(dataTable) End Function _ Public Overloads Overridable Function Update(ByVal dataSet As InversionesDataSet1) As Integer Return Me.Adapter.Update(dataSet, "OFON") End Function _ Public Overloads Overridable Function Update(ByVal dataRow As Global.System.Data.DataRow) As Integer Return Me.Adapter.Update(New Global.System.Data.DataRow() {dataRow}) End Function _ Public Overloads Overridable Function Update(ByVal dataRows() As Global.System.Data.DataRow) As Integer Return Me.Adapter.Update(dataRows) End Function _ Public Overloads Overridable Function Delete(ByVal Original_Codigo As String, ByVal Original_Descrip As String) As Integer If (Original_Codigo Is Nothing) Then Throw New Global.System.ArgumentNullException("Original_Codigo") Else Me.Adapter.DeleteCommand.Parameters(0).Value = CType(Original_Codigo,String) End If If (Original_Descrip Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(1).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(2).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(1).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(2).Value = CType(Original_Descrip,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.DeleteCommand.Connection.State If ((Me.Adapter.DeleteCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.DeleteCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.DeleteCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.DeleteCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Insert(ByVal Codigo As String, ByVal Descrip As String) As Integer If (Codigo Is Nothing) Then Throw New Global.System.ArgumentNullException("Codigo") Else Me.Adapter.InsertCommand.Parameters(0).Value = CType(Codigo,String) End If If (Descrip Is Nothing) Then Me.Adapter.InsertCommand.Parameters(1).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(1).Value = CType(Descrip,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.InsertCommand.Connection.State If ((Me.Adapter.InsertCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.InsertCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.InsertCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.InsertCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Update(ByVal Codigo As String, ByVal Descrip As String, ByVal Original_Codigo As String, ByVal Original_Descrip As String) As Integer If (Codigo Is Nothing) Then Throw New Global.System.ArgumentNullException("Codigo") Else Me.Adapter.UpdateCommand.Parameters(0).Value = CType(Codigo,String) End If If (Descrip Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(1).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(1).Value = CType(Descrip,String) End If If (Original_Codigo Is Nothing) Then Throw New Global.System.ArgumentNullException("Original_Codigo") Else Me.Adapter.UpdateCommand.Parameters(2).Value = CType(Original_Codigo,String) End If If (Original_Descrip Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(3).Value = CType(1,Object) Me.Adapter.UpdateCommand.Parameters(4).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(3).Value = CType(0,Object) Me.Adapter.UpdateCommand.Parameters(4).Value = CType(Original_Descrip,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.UpdateCommand.Connection.State If ((Me.Adapter.UpdateCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.UpdateCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.UpdateCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.UpdateCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Update(ByVal Descrip As String, ByVal Original_Codigo As String, ByVal Original_Descrip As String) As Integer Return Me.Update(Original_Codigo, Descrip, Original_Codigo, Original_Descrip) End Function End Class ''' '''Represents the connection and commands used to retrieve and save data. ''' _ Partial Public Class DEP0TableAdapter Inherits Global.System.ComponentModel.Component Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter Private _connection As Global.System.Data.SqlClient.SqlConnection Private _transaction As Global.System.Data.SqlClient.SqlTransaction Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand Private _clearBeforeFill As Boolean _ Public Sub New() MyBase.New Me.ClearBeforeFill = true End Sub _ Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter Get If (Me._adapter Is Nothing) Then Me.InitAdapter End If Return Me._adapter End Get End Property _ Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection Get If (Me._connection Is Nothing) Then Me.InitConnection End If Return Me._connection End Get Set Me._connection = value If (Not (Me.Adapter.InsertCommand) Is Nothing) Then Me.Adapter.InsertCommand.Connection = value End If If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then Me.Adapter.DeleteCommand.Connection = value End If If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then Me.Adapter.UpdateCommand.Connection = value End If Dim i As Integer = 0 Do While (i < Me.CommandCollection.Length) If (Not (Me.CommandCollection(i)) Is Nothing) Then CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value End If i = (i + 1) Loop End Set End Property _ Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction Get Return Me._transaction End Get Set Me._transaction = value Dim i As Integer = 0 Do While (i < Me.CommandCollection.Length) Me.CommandCollection(i).Transaction = Me._transaction i = (i + 1) Loop If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then Me.Adapter.DeleteCommand.Transaction = Me._transaction End If If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then Me.Adapter.InsertCommand.Transaction = Me._transaction End If If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then Me.Adapter.UpdateCommand.Transaction = Me._transaction End If End Set End Property _ Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() Get If (Me._commandCollection Is Nothing) Then Me.InitCommandCollection End If Return Me._commandCollection End Get End Property _ Public Property ClearBeforeFill() As Boolean Get Return Me._clearBeforeFill End Get Set Me._clearBeforeFill = value End Set End Property _ Private Sub InitAdapter() Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() tableMapping.SourceTable = "Table" tableMapping.DataSetTable = "DEP0" tableMapping.ColumnMappings.Add("DEPID", "DEPID") tableMapping.ColumnMappings.Add("DEPNombre", "DEPNombre") Me._adapter.TableMappings.Add(tableMapping) Me._adapter.DeleteCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.DeleteCommand.Connection = Me.Connection Me._adapter.DeleteCommand.CommandText = "DELETE FROM DEP0"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (DEPID = @Original_DEPID)" Me._adapter.DeleteCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_DEPID", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "DEPID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.InsertCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.InsertCommand.Connection = Me.Connection Me._adapter.InsertCommand.CommandText = "INSERT INTO DEP0"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" (DEPID, DEPNombre)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"VALUES (@DE"& _ "PID,@DEPNombre); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT DEPID, DEPNombre FROM DEP0 WHERE (DEPID = @DEPID)" Me._adapter.InsertCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@DEPID", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "DEPID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@DEPNombre", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "DEPNombre", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.UpdateCommand.Connection = Me.Connection Me._adapter.UpdateCommand.CommandText = "UPDATE DEP0"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SET DEPNombre = @DEPNombre"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (DEPID"& _ " = @Original_DEPID); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT DEPID, DEPNombre FROM DEP0 WHERE (DEPID = @DEPID)" Me._adapter.UpdateCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@DEPNombre", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "DEPNombre", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_DEPID", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "DEPID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@DEPID", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "DEPID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) End Sub _ Private Sub InitConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection.ConnectionString = Global.Inversiones.My.MySettings.Default.cnInversiones End Sub _ Private Sub InitCommandCollection() Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(0) {} Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() Me._commandCollection(0).Connection = Me.Connection Me._commandCollection(0).CommandText = "SELECT DEPID, DEPNombre"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM DEP0" Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text End Sub _ Public Overloads Overridable Function Fill(ByVal dataTable As InversionesDataSet1.DEP0DataTable) As Integer Me.Adapter.SelectCommand = Me.CommandCollection(0) If (Me.ClearBeforeFill = true) Then dataTable.Clear End If Dim returnValue As Integer = Me.Adapter.Fill(dataTable) Return returnValue End Function _ Public Overloads Overridable Function GetData() As InversionesDataSet1.DEP0DataTable Me.Adapter.SelectCommand = Me.CommandCollection(0) Dim dataTable As InversionesDataSet1.DEP0DataTable = New InversionesDataSet1.DEP0DataTable() Me.Adapter.Fill(dataTable) Return dataTable End Function _ Public Overloads Overridable Function Update(ByVal dataTable As InversionesDataSet1.DEP0DataTable) As Integer Return Me.Adapter.Update(dataTable) End Function _ Public Overloads Overridable Function Update(ByVal dataSet As InversionesDataSet1) As Integer Return Me.Adapter.Update(dataSet, "DEP0") End Function _ Public Overloads Overridable Function Update(ByVal dataRow As Global.System.Data.DataRow) As Integer Return Me.Adapter.Update(New Global.System.Data.DataRow() {dataRow}) End Function _ Public Overloads Overridable Function Update(ByVal dataRows() As Global.System.Data.DataRow) As Integer Return Me.Adapter.Update(dataRows) End Function _ Public Overloads Overridable Function Delete(ByVal Original_DEPID As String) As Integer If (Original_DEPID Is Nothing) Then Throw New Global.System.ArgumentNullException("Original_DEPID") Else Me.Adapter.DeleteCommand.Parameters(0).Value = CType(Original_DEPID,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.DeleteCommand.Connection.State If ((Me.Adapter.DeleteCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.DeleteCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.DeleteCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.DeleteCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Insert(ByVal DEPID As String, ByVal DEPNombre As String) As Integer If (DEPID Is Nothing) Then Throw New Global.System.ArgumentNullException("DEPID") Else Me.Adapter.InsertCommand.Parameters(0).Value = CType(DEPID,String) End If If (DEPNombre Is Nothing) Then Throw New Global.System.ArgumentNullException("DEPNombre") Else Me.Adapter.InsertCommand.Parameters(1).Value = CType(DEPNombre,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.InsertCommand.Connection.State If ((Me.Adapter.InsertCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.InsertCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.InsertCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.InsertCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Update(ByVal DEPNombre As String, ByVal Original_DEPID As String, ByVal DEPID As String) As Integer If (DEPNombre Is Nothing) Then Throw New Global.System.ArgumentNullException("DEPNombre") Else Me.Adapter.UpdateCommand.Parameters(0).Value = CType(DEPNombre,String) End If If (Original_DEPID Is Nothing) Then Throw New Global.System.ArgumentNullException("Original_DEPID") Else Me.Adapter.UpdateCommand.Parameters(1).Value = CType(Original_DEPID,String) End If If (DEPID Is Nothing) Then Throw New Global.System.ArgumentNullException("DEPID") Else Me.Adapter.UpdateCommand.Parameters(2).Value = CType(DEPID,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.UpdateCommand.Connection.State If ((Me.Adapter.UpdateCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.UpdateCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.UpdateCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.UpdateCommand.Connection.Close End If End Try End Function End Class ''' '''Represents the connection and commands used to retrieve and save data. ''' _ Partial Public Class USR0TableAdapter Inherits Global.System.ComponentModel.Component Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter Private _connection As Global.System.Data.SqlClient.SqlConnection Private _transaction As Global.System.Data.SqlClient.SqlTransaction Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand Private _clearBeforeFill As Boolean _ Public Sub New() MyBase.New Me.ClearBeforeFill = true End Sub _ Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter Get If (Me._adapter Is Nothing) Then Me.InitAdapter End If Return Me._adapter End Get End Property _ Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection Get If (Me._connection Is Nothing) Then Me.InitConnection End If Return Me._connection End Get Set Me._connection = value If (Not (Me.Adapter.InsertCommand) Is Nothing) Then Me.Adapter.InsertCommand.Connection = value End If If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then Me.Adapter.DeleteCommand.Connection = value End If If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then Me.Adapter.UpdateCommand.Connection = value End If Dim i As Integer = 0 Do While (i < Me.CommandCollection.Length) If (Not (Me.CommandCollection(i)) Is Nothing) Then CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value End If i = (i + 1) Loop End Set End Property _ Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction Get Return Me._transaction End Get Set Me._transaction = value Dim i As Integer = 0 Do While (i < Me.CommandCollection.Length) Me.CommandCollection(i).Transaction = Me._transaction i = (i + 1) Loop If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then Me.Adapter.DeleteCommand.Transaction = Me._transaction End If If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then Me.Adapter.InsertCommand.Transaction = Me._transaction End If If ((Not (Me.Adapter) Is Nothing) _ AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then Me.Adapter.UpdateCommand.Transaction = Me._transaction End If End Set End Property _ Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() Get If (Me._commandCollection Is Nothing) Then Me.InitCommandCollection End If Return Me._commandCollection End Get End Property _ Public Property ClearBeforeFill() As Boolean Get Return Me._clearBeforeFill End Get Set Me._clearBeforeFill = value End Set End Property _ Private Sub InitAdapter() Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() tableMapping.SourceTable = "Table" tableMapping.DataSetTable = "USR0" tableMapping.ColumnMappings.Add("UCodigo", "UCodigo") tableMapping.ColumnMappings.Add("UNombre", "UNombre") tableMapping.ColumnMappings.Add("DEPID", "DEPID") tableMapping.ColumnMappings.Add("SUser", "SUser") tableMapping.ColumnMappings.Add("Bloqueado", "Bloqueado") tableMapping.ColumnMappings.Add("Clave1", "Clave1") Me._adapter.TableMappings.Add(tableMapping) Me._adapter.DeleteCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.DeleteCommand.Connection = Me.Connection Me._adapter.DeleteCommand.CommandText = "DELETE FROM [USR0] WHERE (([UCodigo] = @Original_UCodigo) AND ((@IsNull_UNombre ="& _ " 1 AND [UNombre] IS NULL) OR ([UNombre] = @Original_UNombre)) AND ((@IsNull_DEPI"& _ "D = 1 AND [DEPID] IS NULL) OR ([DEPID] = @Original_DEPID)) AND ((@IsNull_SUser ="& _ " 1 AND [SUser] IS NULL) OR ([SUser] = @Original_SUser)) AND ((@IsNull_Bloqueado "& _ "= 1 AND [Bloqueado] IS NULL) OR ([Bloqueado] = @Original_Bloqueado)) AND ((@IsNu"& _ "ll_Clave1 = 1 AND [Clave1] IS NULL) OR ([Clave1] = @Original_Clave1)))" Me._adapter.DeleteCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_UCodigo", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "UCodigo", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_UNombre", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "UNombre", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_UNombre", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "UNombre", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_DEPID", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "DEPID", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_DEPID", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "DEPID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_SUser", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "SUser", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_SUser", Global.System.Data.SqlDbType.TinyInt, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "SUser", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Bloqueado", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Bloqueado", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Bloqueado", Global.System.Data.SqlDbType.TinyInt, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Bloqueado", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@IsNull_Clave1", Global.System.Data.SqlDbType.Int, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Clave1", Global.System.Data.DataRowVersion.Original, true, Nothing, "", "", "")) Me._adapter.DeleteCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_Clave1", Global.System.Data.SqlDbType.VarChar, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "Clave1", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.InsertCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.InsertCommand.Connection = Me.Connection Me._adapter.InsertCommand.CommandText = "INSERT INTO USR0"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" (UCodigo, UNombre, DEPID, SUser, Bloqu"& _ "eado, Clave1)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"VALUES (@UCodigo,@UNombre,@DEPID,@SUser,@Bloqueado,@Clave1"& _ "); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT UCodigo, UNombre, DEPID, SUser, Bloqueado, Clave1 FROM USR0 WHERE (U"& _ "Codigo = @UCodigo)" Me._adapter.InsertCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@UCodigo", Global.System.Data.SqlDbType.VarChar, 10, Global.System.Data.ParameterDirection.Input, 0, 0, "UCodigo", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@UNombre", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "UNombre", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@DEPID", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "DEPID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@SUser", Global.System.Data.SqlDbType.TinyInt, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "SUser", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Bloqueado", Global.System.Data.SqlDbType.TinyInt, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "Bloqueado", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Clave1", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "Clave1", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand = New Global.System.Data.SqlClient.SqlCommand() Me._adapter.UpdateCommand.Connection = Me.Connection Me._adapter.UpdateCommand.CommandText = "UPDATE USR0"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SET UNombre = @UNombre, DEPID = @DEPID, SUser ="& _ " @SUser, Bloqueado = @Bloqueado, Clave1 = @Clave1"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (UCodigo = @Orig"& _ "inal_UCodigo); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT UCodigo, UNombre, DEPID, SUser, Bloqueado, Clave1 FROM U"& _ "SR0 WHERE (UCodigo = @UCodigo)" Me._adapter.UpdateCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@UNombre", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "UNombre", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@DEPID", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "DEPID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@SUser", Global.System.Data.SqlDbType.TinyInt, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "SUser", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Bloqueado", Global.System.Data.SqlDbType.TinyInt, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "Bloqueado", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Clave1", Global.System.Data.SqlDbType.VarChar, 30, Global.System.Data.ParameterDirection.Input, 0, 0, "Clave1", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_UCodigo", Global.System.Data.SqlDbType.VarChar, 10, Global.System.Data.ParameterDirection.Input, 0, 0, "UCodigo", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@UCodigo", Global.System.Data.SqlDbType.VarChar, 10, Global.System.Data.ParameterDirection.Input, 0, 0, "UCodigo", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", "")) End Sub _ Private Sub InitConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection() Me._connection.ConnectionString = Global.Inversiones.My.MySettings.Default.cnInversiones End Sub _ Private Sub InitCommandCollection() Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(0) {} Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() Me._commandCollection(0).Connection = Me.Connection Me._commandCollection(0).CommandText = "SELECT UCodigo, UNombre, DEPID, SUser, Bloqueado, Clave1"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM "& _ "USR0" Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text End Sub _ Public Overloads Overridable Function Fill(ByVal dataTable As InversionesDataSet1.USR0DataTable) As Integer Me.Adapter.SelectCommand = Me.CommandCollection(0) If (Me.ClearBeforeFill = true) Then dataTable.Clear End If Dim returnValue As Integer = Me.Adapter.Fill(dataTable) Return returnValue End Function _ Public Overloads Overridable Function GetData() As InversionesDataSet1.USR0DataTable Me.Adapter.SelectCommand = Me.CommandCollection(0) Dim dataTable As InversionesDataSet1.USR0DataTable = New InversionesDataSet1.USR0DataTable() Me.Adapter.Fill(dataTable) Return dataTable End Function _ Public Overloads Overridable Function Update(ByVal dataTable As InversionesDataSet1.USR0DataTable) As Integer Return Me.Adapter.Update(dataTable) End Function _ Public Overloads Overridable Function Update(ByVal dataSet As InversionesDataSet1) As Integer Return Me.Adapter.Update(dataSet, "USR0") End Function _ Public Overloads Overridable Function Update(ByVal dataRow As Global.System.Data.DataRow) As Integer Return Me.Adapter.Update(New Global.System.Data.DataRow() {dataRow}) End Function _ Public Overloads Overridable Function Update(ByVal dataRows() As Global.System.Data.DataRow) As Integer Return Me.Adapter.Update(dataRows) End Function _ Public Overloads Overridable Function Delete(ByVal Original_UCodigo As String, ByVal Original_UNombre As String, ByVal Original_DEPID As String, ByVal Original_SUser As Global.System.Nullable(Of Byte), ByVal Original_Bloqueado As Global.System.Nullable(Of Byte), ByVal Original_Clave1 As String) As Integer If (Original_UCodigo Is Nothing) Then Throw New Global.System.ArgumentNullException("Original_UCodigo") Else Me.Adapter.DeleteCommand.Parameters(0).Value = CType(Original_UCodigo,String) End If If (Original_UNombre Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(1).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(2).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(1).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(2).Value = CType(Original_UNombre,String) End If If (Original_DEPID Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(3).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(4).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(3).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(4).Value = CType(Original_DEPID,String) End If If (Original_SUser.HasValue = true) Then Me.Adapter.DeleteCommand.Parameters(5).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(6).Value = CType(Original_SUser.Value,Byte) Else Me.Adapter.DeleteCommand.Parameters(5).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(6).Value = Global.System.DBNull.Value End If If (Original_Bloqueado.HasValue = true) Then Me.Adapter.DeleteCommand.Parameters(7).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(8).Value = CType(Original_Bloqueado.Value,Byte) Else Me.Adapter.DeleteCommand.Parameters(7).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(8).Value = Global.System.DBNull.Value End If If (Original_Clave1 Is Nothing) Then Me.Adapter.DeleteCommand.Parameters(9).Value = CType(1,Object) Me.Adapter.DeleteCommand.Parameters(10).Value = Global.System.DBNull.Value Else Me.Adapter.DeleteCommand.Parameters(9).Value = CType(0,Object) Me.Adapter.DeleteCommand.Parameters(10).Value = CType(Original_Clave1,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.DeleteCommand.Connection.State If ((Me.Adapter.DeleteCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.DeleteCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.DeleteCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.DeleteCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Insert(ByVal UCodigo As String, ByVal UNombre As String, ByVal DEPID As String, ByVal SUser As Global.System.Nullable(Of Byte), ByVal Bloqueado As Global.System.Nullable(Of Byte), ByVal Clave1 As String) As Integer If (UCodigo Is Nothing) Then Throw New Global.System.ArgumentNullException("UCodigo") Else Me.Adapter.InsertCommand.Parameters(0).Value = CType(UCodigo,String) End If If (UNombre Is Nothing) Then Me.Adapter.InsertCommand.Parameters(1).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(1).Value = CType(UNombre,String) End If If (DEPID Is Nothing) Then Me.Adapter.InsertCommand.Parameters(2).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(2).Value = CType(DEPID,String) End If If (SUser.HasValue = true) Then Me.Adapter.InsertCommand.Parameters(3).Value = CType(SUser.Value,Byte) Else Me.Adapter.InsertCommand.Parameters(3).Value = Global.System.DBNull.Value End If If (Bloqueado.HasValue = true) Then Me.Adapter.InsertCommand.Parameters(4).Value = CType(Bloqueado.Value,Byte) Else Me.Adapter.InsertCommand.Parameters(4).Value = Global.System.DBNull.Value End If If (Clave1 Is Nothing) Then Me.Adapter.InsertCommand.Parameters(5).Value = Global.System.DBNull.Value Else Me.Adapter.InsertCommand.Parameters(5).Value = CType(Clave1,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.InsertCommand.Connection.State If ((Me.Adapter.InsertCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.InsertCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.InsertCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.InsertCommand.Connection.Close End If End Try End Function _ Public Overloads Overridable Function Update(ByVal UNombre As String, ByVal DEPID As String, ByVal SUser As Global.System.Nullable(Of Byte), ByVal Bloqueado As Global.System.Nullable(Of Byte), ByVal Clave1 As String, ByVal Original_UCodigo As String, ByVal UCodigo As String) As Integer If (UNombre Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(0).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(0).Value = CType(UNombre,String) End If If (DEPID Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(1).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(1).Value = CType(DEPID,String) End If If (SUser.HasValue = true) Then Me.Adapter.UpdateCommand.Parameters(2).Value = CType(SUser.Value,Byte) Else Me.Adapter.UpdateCommand.Parameters(2).Value = Global.System.DBNull.Value End If If (Bloqueado.HasValue = true) Then Me.Adapter.UpdateCommand.Parameters(3).Value = CType(Bloqueado.Value,Byte) Else Me.Adapter.UpdateCommand.Parameters(3).Value = Global.System.DBNull.Value End If If (Clave1 Is Nothing) Then Me.Adapter.UpdateCommand.Parameters(4).Value = Global.System.DBNull.Value Else Me.Adapter.UpdateCommand.Parameters(4).Value = CType(Clave1,String) End If If (Original_UCodigo Is Nothing) Then Throw New Global.System.ArgumentNullException("Original_UCodigo") Else Me.Adapter.UpdateCommand.Parameters(5).Value = CType(Original_UCodigo,String) End If If (UCodigo Is Nothing) Then Throw New Global.System.ArgumentNullException("UCodigo") Else Me.Adapter.UpdateCommand.Parameters(6).Value = CType(UCodigo,String) End If Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.UpdateCommand.Connection.State If ((Me.Adapter.UpdateCommand.Connection.State And Global.System.Data.ConnectionState.Open) _ <> Global.System.Data.ConnectionState.Open) Then Me.Adapter.UpdateCommand.Connection.Open End If Try Dim returnValue As Integer = Me.Adapter.UpdateCommand.ExecuteNonQuery Return returnValue Finally If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then Me.Adapter.UpdateCommand.Connection.Close End If End Try End Function End Class ''' '''TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios ''' _ Partial Public Class TableAdapterManager Inherits Global.System.ComponentModel.Component Private _updateOrder As UpdateOrderOption Private _eCALRITableAdapter As ECALRITableAdapter Private _eMISTableAdapter As EMISTableAdapter Private _eMPRTableAdapter As EMPRTableAdapter Private _iNFITableAdapter As INFITableAdapter Private _pAISTableAdapter As PAISTableAdapter Private _bAN0TableAdapter As BAN0TableAdapter Private _bAN1TableAdapter As BAN1TableAdapter Private _fPAGTableAdapter As FPAGTableAdapter Private _pIN0TableAdapter As PIN0TableAdapter Private _cALRITableAdapter As CALRITableAdapter Private _rPAGTableAdapter As RPAGTableAdapter Private _bAN2TableAdapter As BAN2TableAdapter Private _oFONTableAdapter As OFONTableAdapter Private _dEP0TableAdapter As DEP0TableAdapter Private _uSR0TableAdapter As USR0TableAdapter Private _backupDataSetBeforeUpdate As Boolean Private _connection As Global.System.Data.IDbConnection _ Public Property UpdateOrder() As UpdateOrderOption Get Return Me._updateOrder End Get Set Me._updateOrder = value End Set End Property _ Public Property ECALRITableAdapter() As ECALRITableAdapter Get Return Me._eCALRITableAdapter End Get Set Me._eCALRITableAdapter = value End Set End Property _ Public Property EMISTableAdapter() As EMISTableAdapter Get Return Me._eMISTableAdapter End Get Set Me._eMISTableAdapter = value End Set End Property _ Public Property EMPRTableAdapter() As EMPRTableAdapter Get Return Me._eMPRTableAdapter End Get Set Me._eMPRTableAdapter = value End Set End Property _ Public Property INFITableAdapter() As INFITableAdapter Get Return Me._iNFITableAdapter End Get Set Me._iNFITableAdapter = value End Set End Property _ Public Property PAISTableAdapter() As PAISTableAdapter Get Return Me._pAISTableAdapter End Get Set Me._pAISTableAdapter = value End Set End Property _ Public Property BAN0TableAdapter() As BAN0TableAdapter Get Return Me._bAN0TableAdapter End Get Set Me._bAN0TableAdapter = value End Set End Property _ Public Property BAN1TableAdapter() As BAN1TableAdapter Get Return Me._bAN1TableAdapter End Get Set Me._bAN1TableAdapter = value End Set End Property _ Public Property FPAGTableAdapter() As FPAGTableAdapter Get Return Me._fPAGTableAdapter End Get Set Me._fPAGTableAdapter = value End Set End Property _ Public Property PIN0TableAdapter() As PIN0TableAdapter Get Return Me._pIN0TableAdapter End Get Set Me._pIN0TableAdapter = value End Set End Property _ Public Property CALRITableAdapter() As CALRITableAdapter Get Return Me._cALRITableAdapter End Get Set Me._cALRITableAdapter = value End Set End Property _ Public Property RPAGTableAdapter() As RPAGTableAdapter Get Return Me._rPAGTableAdapter End Get Set Me._rPAGTableAdapter = value End Set End Property _ Public Property BAN2TableAdapter() As BAN2TableAdapter Get Return Me._bAN2TableAdapter End Get Set Me._bAN2TableAdapter = value End Set End Property _ Public Property OFONTableAdapter() As OFONTableAdapter Get Return Me._oFONTableAdapter End Get Set Me._oFONTableAdapter = value End Set End Property _ Public Property DEP0TableAdapter() As DEP0TableAdapter Get Return Me._dEP0TableAdapter End Get Set Me._dEP0TableAdapter = value End Set End Property _ Public Property USR0TableAdapter() As USR0TableAdapter Get Return Me._uSR0TableAdapter End Get Set Me._uSR0TableAdapter = value End Set End Property _ Public Property BackupDataSetBeforeUpdate() As Boolean Get Return Me._backupDataSetBeforeUpdate End Get Set Me._backupDataSetBeforeUpdate = value End Set End Property _ Public Property Connection() As Global.System.Data.IDbConnection Get If (Not (Me._connection) Is Nothing) Then Return Me._connection End If If ((Not (Me._eCALRITableAdapter) Is Nothing) _ AndAlso (Not (Me._eCALRITableAdapter.Connection) Is Nothing)) Then Return Me._eCALRITableAdapter.Connection End If If ((Not (Me._eMISTableAdapter) Is Nothing) _ AndAlso (Not (Me._eMISTableAdapter.Connection) Is Nothing)) Then Return Me._eMISTableAdapter.Connection End If If ((Not (Me._eMPRTableAdapter) Is Nothing) _ AndAlso (Not (Me._eMPRTableAdapter.Connection) Is Nothing)) Then Return Me._eMPRTableAdapter.Connection End If If ((Not (Me._iNFITableAdapter) Is Nothing) _ AndAlso (Not (Me._iNFITableAdapter.Connection) Is Nothing)) Then Return Me._iNFITableAdapter.Connection End If If ((Not (Me._pAISTableAdapter) Is Nothing) _ AndAlso (Not (Me._pAISTableAdapter.Connection) Is Nothing)) Then Return Me._pAISTableAdapter.Connection End If If ((Not (Me._bAN0TableAdapter) Is Nothing) _ AndAlso (Not (Me._bAN0TableAdapter.Connection) Is Nothing)) Then Return Me._bAN0TableAdapter.Connection End If If ((Not (Me._bAN1TableAdapter) Is Nothing) _ AndAlso (Not (Me._bAN1TableAdapter.Connection) Is Nothing)) Then Return Me._bAN1TableAdapter.Connection End If If ((Not (Me._fPAGTableAdapter) Is Nothing) _ AndAlso (Not (Me._fPAGTableAdapter.Connection) Is Nothing)) Then Return Me._fPAGTableAdapter.Connection End If If ((Not (Me._pIN0TableAdapter) Is Nothing) _ AndAlso (Not (Me._pIN0TableAdapter.Connection) Is Nothing)) Then Return Me._pIN0TableAdapter.Connection End If If ((Not (Me._cALRITableAdapter) Is Nothing) _ AndAlso (Not (Me._cALRITableAdapter.Connection) Is Nothing)) Then Return Me._cALRITableAdapter.Connection End If If ((Not (Me._rPAGTableAdapter) Is Nothing) _ AndAlso (Not (Me._rPAGTableAdapter.Connection) Is Nothing)) Then Return Me._rPAGTableAdapter.Connection End If If ((Not (Me._bAN2TableAdapter) Is Nothing) _ AndAlso (Not (Me._bAN2TableAdapter.Connection) Is Nothing)) Then Return Me._bAN2TableAdapter.Connection End If If ((Not (Me._oFONTableAdapter) Is Nothing) _ AndAlso (Not (Me._oFONTableAdapter.Connection) Is Nothing)) Then Return Me._oFONTableAdapter.Connection End If If ((Not (Me._dEP0TableAdapter) Is Nothing) _ AndAlso (Not (Me._dEP0TableAdapter.Connection) Is Nothing)) Then Return Me._dEP0TableAdapter.Connection End If If ((Not (Me._uSR0TableAdapter) Is Nothing) _ AndAlso (Not (Me._uSR0TableAdapter.Connection) Is Nothing)) Then Return Me._uSR0TableAdapter.Connection End If Return Nothing End Get Set Me._connection = value End Set End Property _ Public ReadOnly Property TableAdapterInstanceCount() As Integer Get Dim count As Integer = 0 If (Not (Me._eCALRITableAdapter) Is Nothing) Then count = (count + 1) End If If (Not (Me._eMISTableAdapter) Is Nothing) Then count = (count + 1) End If If (Not (Me._eMPRTableAdapter) Is Nothing) Then count = (count + 1) End If If (Not (Me._iNFITableAdapter) Is Nothing) Then count = (count + 1) End If If (Not (Me._pAISTableAdapter) Is Nothing) Then count = (count + 1) End If If (Not (Me._bAN0TableAdapter) Is Nothing) Then count = (count + 1) End If If (Not (Me._bAN1TableAdapter) Is Nothing) Then count = (count + 1) End If If (Not (Me._fPAGTableAdapter) Is Nothing) Then count = (count + 1) End If If (Not (Me._pIN0TableAdapter) Is Nothing) Then count = (count + 1) End If If (Not (Me._cALRITableAdapter) Is Nothing) Then count = (count + 1) End If If (Not (Me._rPAGTableAdapter) Is Nothing) Then count = (count + 1) End If If (Not (Me._bAN2TableAdapter) Is Nothing) Then count = (count + 1) End If If (Not (Me._oFONTableAdapter) Is Nothing) Then count = (count + 1) End If If (Not (Me._dEP0TableAdapter) Is Nothing) Then count = (count + 1) End If If (Not (Me._uSR0TableAdapter) Is Nothing) Then count = (count + 1) End If Return count End Get End Property ''' '''Update rows in top-down order. ''' _ Private Function UpdateUpdatedRows(ByVal dataSet As InversionesDataSet1, ByVal allChangedRows As Global.System.Collections.Generic.List(Of Global.System.Data.DataRow), ByVal allAddedRows As Global.System.Collections.Generic.List(Of Global.System.Data.DataRow)) As Integer Dim result As Integer = 0 If (Not (Me._eCALRITableAdapter) Is Nothing) Then Dim updatedRows() As Global.System.Data.DataRow = dataSet.ECALRI.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.ModifiedCurrent) updatedRows = Me.GetRealUpdatedRows(updatedRows, allAddedRows) If ((Not (updatedRows) Is Nothing) _ AndAlso (0 < updatedRows.Length)) Then result = (result + Me._eCALRITableAdapter.Update(updatedRows)) allChangedRows.AddRange(updatedRows) End If End If If (Not (Me._eMISTableAdapter) Is Nothing) Then Dim updatedRows() As Global.System.Data.DataRow = dataSet.EMIS.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.ModifiedCurrent) updatedRows = Me.GetRealUpdatedRows(updatedRows, allAddedRows) If ((Not (updatedRows) Is Nothing) _ AndAlso (0 < updatedRows.Length)) Then result = (result + Me._eMISTableAdapter.Update(updatedRows)) allChangedRows.AddRange(updatedRows) End If End If If (Not (Me._eMPRTableAdapter) Is Nothing) Then Dim updatedRows() As Global.System.Data.DataRow = dataSet.EMPR.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.ModifiedCurrent) updatedRows = Me.GetRealUpdatedRows(updatedRows, allAddedRows) If ((Not (updatedRows) Is Nothing) _ AndAlso (0 < updatedRows.Length)) Then result = (result + Me._eMPRTableAdapter.Update(updatedRows)) allChangedRows.AddRange(updatedRows) End If End If If (Not (Me._iNFITableAdapter) Is Nothing) Then Dim updatedRows() As Global.System.Data.DataRow = dataSet.INFI.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.ModifiedCurrent) updatedRows = Me.GetRealUpdatedRows(updatedRows, allAddedRows) If ((Not (updatedRows) Is Nothing) _ AndAlso (0 < updatedRows.Length)) Then result = (result + Me._iNFITableAdapter.Update(updatedRows)) allChangedRows.AddRange(updatedRows) End If End If If (Not (Me._pAISTableAdapter) Is Nothing) Then Dim updatedRows() As Global.System.Data.DataRow = dataSet.PAIS.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.ModifiedCurrent) updatedRows = Me.GetRealUpdatedRows(updatedRows, allAddedRows) If ((Not (updatedRows) Is Nothing) _ AndAlso (0 < updatedRows.Length)) Then result = (result + Me._pAISTableAdapter.Update(updatedRows)) allChangedRows.AddRange(updatedRows) End If End If If (Not (Me._bAN0TableAdapter) Is Nothing) Then Dim updatedRows() As Global.System.Data.DataRow = dataSet.BAN0.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.ModifiedCurrent) updatedRows = Me.GetRealUpdatedRows(updatedRows, allAddedRows) If ((Not (updatedRows) Is Nothing) _ AndAlso (0 < updatedRows.Length)) Then result = (result + Me._bAN0TableAdapter.Update(updatedRows)) allChangedRows.AddRange(updatedRows) End If End If If (Not (Me._bAN1TableAdapter) Is Nothing) Then Dim updatedRows() As Global.System.Data.DataRow = dataSet.BAN1.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.ModifiedCurrent) updatedRows = Me.GetRealUpdatedRows(updatedRows, allAddedRows) If ((Not (updatedRows) Is Nothing) _ AndAlso (0 < updatedRows.Length)) Then result = (result + Me._bAN1TableAdapter.Update(updatedRows)) allChangedRows.AddRange(updatedRows) End If End If If (Not (Me._fPAGTableAdapter) Is Nothing) Then Dim updatedRows() As Global.System.Data.DataRow = dataSet.FPAG.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.ModifiedCurrent) updatedRows = Me.GetRealUpdatedRows(updatedRows, allAddedRows) If ((Not (updatedRows) Is Nothing) _ AndAlso (0 < updatedRows.Length)) Then result = (result + Me._fPAGTableAdapter.Update(updatedRows)) allChangedRows.AddRange(updatedRows) End If End If If (Not (Me._pIN0TableAdapter) Is Nothing) Then Dim updatedRows() As Global.System.Data.DataRow = dataSet.PIN0.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.ModifiedCurrent) updatedRows = Me.GetRealUpdatedRows(updatedRows, allAddedRows) If ((Not (updatedRows) Is Nothing) _ AndAlso (0 < updatedRows.Length)) Then result = (result + Me._pIN0TableAdapter.Update(updatedRows)) allChangedRows.AddRange(updatedRows) End If End If If (Not (Me._cALRITableAdapter) Is Nothing) Then Dim updatedRows() As Global.System.Data.DataRow = dataSet.CALRI.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.ModifiedCurrent) updatedRows = Me.GetRealUpdatedRows(updatedRows, allAddedRows) If ((Not (updatedRows) Is Nothing) _ AndAlso (0 < updatedRows.Length)) Then result = (result + Me._cALRITableAdapter.Update(updatedRows)) allChangedRows.AddRange(updatedRows) End If End If If (Not (Me._rPAGTableAdapter) Is Nothing) Then Dim updatedRows() As Global.System.Data.DataRow = dataSet.RPAG.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.ModifiedCurrent) updatedRows = Me.GetRealUpdatedRows(updatedRows, allAddedRows) If ((Not (updatedRows) Is Nothing) _ AndAlso (0 < updatedRows.Length)) Then result = (result + Me._rPAGTableAdapter.Update(updatedRows)) allChangedRows.AddRange(updatedRows) End If End If If (Not (Me._bAN2TableAdapter) Is Nothing) Then Dim updatedRows() As Global.System.Data.DataRow = dataSet.BAN2.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.ModifiedCurrent) updatedRows = Me.GetRealUpdatedRows(updatedRows, allAddedRows) If ((Not (updatedRows) Is Nothing) _ AndAlso (0 < updatedRows.Length)) Then result = (result + Me._bAN2TableAdapter.Update(updatedRows)) allChangedRows.AddRange(updatedRows) End If End If If (Not (Me._oFONTableAdapter) Is Nothing) Then Dim updatedRows() As Global.System.Data.DataRow = dataSet.OFON.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.ModifiedCurrent) updatedRows = Me.GetRealUpdatedRows(updatedRows, allAddedRows) If ((Not (updatedRows) Is Nothing) _ AndAlso (0 < updatedRows.Length)) Then result = (result + Me._oFONTableAdapter.Update(updatedRows)) allChangedRows.AddRange(updatedRows) End If End If If (Not (Me._dEP0TableAdapter) Is Nothing) Then Dim updatedRows() As Global.System.Data.DataRow = dataSet.DEP0.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.ModifiedCurrent) updatedRows = Me.GetRealUpdatedRows(updatedRows, allAddedRows) If ((Not (updatedRows) Is Nothing) _ AndAlso (0 < updatedRows.Length)) Then result = (result + Me._dEP0TableAdapter.Update(updatedRows)) allChangedRows.AddRange(updatedRows) End If End If If (Not (Me._uSR0TableAdapter) Is Nothing) Then Dim updatedRows() As Global.System.Data.DataRow = dataSet.USR0.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.ModifiedCurrent) updatedRows = Me.GetRealUpdatedRows(updatedRows, allAddedRows) If ((Not (updatedRows) Is Nothing) _ AndAlso (0 < updatedRows.Length)) Then result = (result + Me._uSR0TableAdapter.Update(updatedRows)) allChangedRows.AddRange(updatedRows) End If End If Return result End Function ''' '''Insert rows in top-down order. ''' _ Private Function UpdateInsertedRows(ByVal dataSet As InversionesDataSet1, ByVal allAddedRows As Global.System.Collections.Generic.List(Of Global.System.Data.DataRow)) As Integer Dim result As Integer = 0 If (Not (Me._eCALRITableAdapter) Is Nothing) Then Dim addedRows() As Global.System.Data.DataRow = dataSet.ECALRI.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Added) If ((Not (addedRows) Is Nothing) _ AndAlso (0 < addedRows.Length)) Then result = (result + Me._eCALRITableAdapter.Update(addedRows)) allAddedRows.AddRange(addedRows) End If End If If (Not (Me._eMISTableAdapter) Is Nothing) Then Dim addedRows() As Global.System.Data.DataRow = dataSet.EMIS.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Added) If ((Not (addedRows) Is Nothing) _ AndAlso (0 < addedRows.Length)) Then result = (result + Me._eMISTableAdapter.Update(addedRows)) allAddedRows.AddRange(addedRows) End If End If If (Not (Me._eMPRTableAdapter) Is Nothing) Then Dim addedRows() As Global.System.Data.DataRow = dataSet.EMPR.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Added) If ((Not (addedRows) Is Nothing) _ AndAlso (0 < addedRows.Length)) Then result = (result + Me._eMPRTableAdapter.Update(addedRows)) allAddedRows.AddRange(addedRows) End If End If If (Not (Me._iNFITableAdapter) Is Nothing) Then Dim addedRows() As Global.System.Data.DataRow = dataSet.INFI.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Added) If ((Not (addedRows) Is Nothing) _ AndAlso (0 < addedRows.Length)) Then result = (result + Me._iNFITableAdapter.Update(addedRows)) allAddedRows.AddRange(addedRows) End If End If If (Not (Me._pAISTableAdapter) Is Nothing) Then Dim addedRows() As Global.System.Data.DataRow = dataSet.PAIS.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Added) If ((Not (addedRows) Is Nothing) _ AndAlso (0 < addedRows.Length)) Then result = (result + Me._pAISTableAdapter.Update(addedRows)) allAddedRows.AddRange(addedRows) End If End If If (Not (Me._bAN0TableAdapter) Is Nothing) Then Dim addedRows() As Global.System.Data.DataRow = dataSet.BAN0.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Added) If ((Not (addedRows) Is Nothing) _ AndAlso (0 < addedRows.Length)) Then result = (result + Me._bAN0TableAdapter.Update(addedRows)) allAddedRows.AddRange(addedRows) End If End If If (Not (Me._bAN1TableAdapter) Is Nothing) Then Dim addedRows() As Global.System.Data.DataRow = dataSet.BAN1.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Added) If ((Not (addedRows) Is Nothing) _ AndAlso (0 < addedRows.Length)) Then result = (result + Me._bAN1TableAdapter.Update(addedRows)) allAddedRows.AddRange(addedRows) End If End If If (Not (Me._fPAGTableAdapter) Is Nothing) Then Dim addedRows() As Global.System.Data.DataRow = dataSet.FPAG.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Added) If ((Not (addedRows) Is Nothing) _ AndAlso (0 < addedRows.Length)) Then result = (result + Me._fPAGTableAdapter.Update(addedRows)) allAddedRows.AddRange(addedRows) End If End If If (Not (Me._pIN0TableAdapter) Is Nothing) Then Dim addedRows() As Global.System.Data.DataRow = dataSet.PIN0.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Added) If ((Not (addedRows) Is Nothing) _ AndAlso (0 < addedRows.Length)) Then result = (result + Me._pIN0TableAdapter.Update(addedRows)) allAddedRows.AddRange(addedRows) End If End If If (Not (Me._cALRITableAdapter) Is Nothing) Then Dim addedRows() As Global.System.Data.DataRow = dataSet.CALRI.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Added) If ((Not (addedRows) Is Nothing) _ AndAlso (0 < addedRows.Length)) Then result = (result + Me._cALRITableAdapter.Update(addedRows)) allAddedRows.AddRange(addedRows) End If End If If (Not (Me._rPAGTableAdapter) Is Nothing) Then Dim addedRows() As Global.System.Data.DataRow = dataSet.RPAG.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Added) If ((Not (addedRows) Is Nothing) _ AndAlso (0 < addedRows.Length)) Then result = (result + Me._rPAGTableAdapter.Update(addedRows)) allAddedRows.AddRange(addedRows) End If End If If (Not (Me._bAN2TableAdapter) Is Nothing) Then Dim addedRows() As Global.System.Data.DataRow = dataSet.BAN2.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Added) If ((Not (addedRows) Is Nothing) _ AndAlso (0 < addedRows.Length)) Then result = (result + Me._bAN2TableAdapter.Update(addedRows)) allAddedRows.AddRange(addedRows) End If End If If (Not (Me._oFONTableAdapter) Is Nothing) Then Dim addedRows() As Global.System.Data.DataRow = dataSet.OFON.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Added) If ((Not (addedRows) Is Nothing) _ AndAlso (0 < addedRows.Length)) Then result = (result + Me._oFONTableAdapter.Update(addedRows)) allAddedRows.AddRange(addedRows) End If End If If (Not (Me._dEP0TableAdapter) Is Nothing) Then Dim addedRows() As Global.System.Data.DataRow = dataSet.DEP0.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Added) If ((Not (addedRows) Is Nothing) _ AndAlso (0 < addedRows.Length)) Then result = (result + Me._dEP0TableAdapter.Update(addedRows)) allAddedRows.AddRange(addedRows) End If End If If (Not (Me._uSR0TableAdapter) Is Nothing) Then Dim addedRows() As Global.System.Data.DataRow = dataSet.USR0.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Added) If ((Not (addedRows) Is Nothing) _ AndAlso (0 < addedRows.Length)) Then result = (result + Me._uSR0TableAdapter.Update(addedRows)) allAddedRows.AddRange(addedRows) End If End If Return result End Function ''' '''Delete rows in bottom-up order. ''' _ Private Function UpdateDeletedRows(ByVal dataSet As InversionesDataSet1, ByVal allChangedRows As Global.System.Collections.Generic.List(Of Global.System.Data.DataRow)) As Integer Dim result As Integer = 0 If (Not (Me._uSR0TableAdapter) Is Nothing) Then Dim deletedRows() As Global.System.Data.DataRow = dataSet.USR0.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Deleted) If ((Not (deletedRows) Is Nothing) _ AndAlso (0 < deletedRows.Length)) Then result = (result + Me._uSR0TableAdapter.Update(deletedRows)) allChangedRows.AddRange(deletedRows) End If End If If (Not (Me._dEP0TableAdapter) Is Nothing) Then Dim deletedRows() As Global.System.Data.DataRow = dataSet.DEP0.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Deleted) If ((Not (deletedRows) Is Nothing) _ AndAlso (0 < deletedRows.Length)) Then result = (result + Me._dEP0TableAdapter.Update(deletedRows)) allChangedRows.AddRange(deletedRows) End If End If If (Not (Me._oFONTableAdapter) Is Nothing) Then Dim deletedRows() As Global.System.Data.DataRow = dataSet.OFON.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Deleted) If ((Not (deletedRows) Is Nothing) _ AndAlso (0 < deletedRows.Length)) Then result = (result + Me._oFONTableAdapter.Update(deletedRows)) allChangedRows.AddRange(deletedRows) End If End If If (Not (Me._bAN2TableAdapter) Is Nothing) Then Dim deletedRows() As Global.System.Data.DataRow = dataSet.BAN2.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Deleted) If ((Not (deletedRows) Is Nothing) _ AndAlso (0 < deletedRows.Length)) Then result = (result + Me._bAN2TableAdapter.Update(deletedRows)) allChangedRows.AddRange(deletedRows) End If End If If (Not (Me._rPAGTableAdapter) Is Nothing) Then Dim deletedRows() As Global.System.Data.DataRow = dataSet.RPAG.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Deleted) If ((Not (deletedRows) Is Nothing) _ AndAlso (0 < deletedRows.Length)) Then result = (result + Me._rPAGTableAdapter.Update(deletedRows)) allChangedRows.AddRange(deletedRows) End If End If If (Not (Me._cALRITableAdapter) Is Nothing) Then Dim deletedRows() As Global.System.Data.DataRow = dataSet.CALRI.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Deleted) If ((Not (deletedRows) Is Nothing) _ AndAlso (0 < deletedRows.Length)) Then result = (result + Me._cALRITableAdapter.Update(deletedRows)) allChangedRows.AddRange(deletedRows) End If End If If (Not (Me._pIN0TableAdapter) Is Nothing) Then Dim deletedRows() As Global.System.Data.DataRow = dataSet.PIN0.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Deleted) If ((Not (deletedRows) Is Nothing) _ AndAlso (0 < deletedRows.Length)) Then result = (result + Me._pIN0TableAdapter.Update(deletedRows)) allChangedRows.AddRange(deletedRows) End If End If If (Not (Me._fPAGTableAdapter) Is Nothing) Then Dim deletedRows() As Global.System.Data.DataRow = dataSet.FPAG.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Deleted) If ((Not (deletedRows) Is Nothing) _ AndAlso (0 < deletedRows.Length)) Then result = (result + Me._fPAGTableAdapter.Update(deletedRows)) allChangedRows.AddRange(deletedRows) End If End If If (Not (Me._bAN1TableAdapter) Is Nothing) Then Dim deletedRows() As Global.System.Data.DataRow = dataSet.BAN1.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Deleted) If ((Not (deletedRows) Is Nothing) _ AndAlso (0 < deletedRows.Length)) Then result = (result + Me._bAN1TableAdapter.Update(deletedRows)) allChangedRows.AddRange(deletedRows) End If End If If (Not (Me._bAN0TableAdapter) Is Nothing) Then Dim deletedRows() As Global.System.Data.DataRow = dataSet.BAN0.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Deleted) If ((Not (deletedRows) Is Nothing) _ AndAlso (0 < deletedRows.Length)) Then result = (result + Me._bAN0TableAdapter.Update(deletedRows)) allChangedRows.AddRange(deletedRows) End If End If If (Not (Me._pAISTableAdapter) Is Nothing) Then Dim deletedRows() As Global.System.Data.DataRow = dataSet.PAIS.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Deleted) If ((Not (deletedRows) Is Nothing) _ AndAlso (0 < deletedRows.Length)) Then result = (result + Me._pAISTableAdapter.Update(deletedRows)) allChangedRows.AddRange(deletedRows) End If End If If (Not (Me._iNFITableAdapter) Is Nothing) Then Dim deletedRows() As Global.System.Data.DataRow = dataSet.INFI.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Deleted) If ((Not (deletedRows) Is Nothing) _ AndAlso (0 < deletedRows.Length)) Then result = (result + Me._iNFITableAdapter.Update(deletedRows)) allChangedRows.AddRange(deletedRows) End If End If If (Not (Me._eMPRTableAdapter) Is Nothing) Then Dim deletedRows() As Global.System.Data.DataRow = dataSet.EMPR.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Deleted) If ((Not (deletedRows) Is Nothing) _ AndAlso (0 < deletedRows.Length)) Then result = (result + Me._eMPRTableAdapter.Update(deletedRows)) allChangedRows.AddRange(deletedRows) End If End If If (Not (Me._eMISTableAdapter) Is Nothing) Then Dim deletedRows() As Global.System.Data.DataRow = dataSet.EMIS.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Deleted) If ((Not (deletedRows) Is Nothing) _ AndAlso (0 < deletedRows.Length)) Then result = (result + Me._eMISTableAdapter.Update(deletedRows)) allChangedRows.AddRange(deletedRows) End If End If If (Not (Me._eCALRITableAdapter) Is Nothing) Then Dim deletedRows() As Global.System.Data.DataRow = dataSet.ECALRI.Select(Nothing, Nothing, Global.System.Data.DataViewRowState.Deleted) If ((Not (deletedRows) Is Nothing) _ AndAlso (0 < deletedRows.Length)) Then result = (result + Me._eCALRITableAdapter.Update(deletedRows)) allChangedRows.AddRange(deletedRows) End If End If Return result End Function ''' '''Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first ''' _ Private Function GetRealUpdatedRows(ByVal updatedRows() As Global.System.Data.DataRow, ByVal allAddedRows As Global.System.Collections.Generic.List(Of Global.System.Data.DataRow)) As Global.System.Data.DataRow() If ((updatedRows Is Nothing) _ OrElse (updatedRows.Length < 1)) Then Return updatedRows End If If ((allAddedRows Is Nothing) _ OrElse (allAddedRows.Count < 1)) Then Return updatedRows End If Dim realUpdatedRows As Global.System.Collections.Generic.List(Of Global.System.Data.DataRow) = New Global.System.Collections.Generic.List(Of Global.System.Data.DataRow)() Dim i As Integer = 0 Do While (i < updatedRows.Length) Dim row As Global.System.Data.DataRow = updatedRows(i) If (allAddedRows.Contains(row) = false) Then realUpdatedRows.Add(row) End If i = (i + 1) Loop Return realUpdatedRows.ToArray End Function ''' '''Update all changes to the dataset. ''' _ Public Overridable Function UpdateAll(ByVal dataSet As InversionesDataSet1) As Integer If (dataSet Is Nothing) Then Throw New Global.System.ArgumentNullException("dataSet") End If If (dataSet.HasChanges = false) Then Return 0 End If If ((Not (Me._eCALRITableAdapter) Is Nothing) _ AndAlso (Me.MatchTableAdapterConnection(Me._eCALRITableAdapter.Connection) = false)) Then Throw New Global.System.ArgumentException("Todos los TableAdapters administrados por un TableAdapterManager deben usar la mi"& _ "sma cadena de conexión.") End If If ((Not (Me._eMISTableAdapter) Is Nothing) _ AndAlso (Me.MatchTableAdapterConnection(Me._eMISTableAdapter.Connection) = false)) Then Throw New Global.System.ArgumentException("Todos los TableAdapters administrados por un TableAdapterManager deben usar la mi"& _ "sma cadena de conexión.") End If If ((Not (Me._eMPRTableAdapter) Is Nothing) _ AndAlso (Me.MatchTableAdapterConnection(Me._eMPRTableAdapter.Connection) = false)) Then Throw New Global.System.ArgumentException("Todos los TableAdapters administrados por un TableAdapterManager deben usar la mi"& _ "sma cadena de conexión.") End If If ((Not (Me._iNFITableAdapter) Is Nothing) _ AndAlso (Me.MatchTableAdapterConnection(Me._iNFITableAdapter.Connection) = false)) Then Throw New Global.System.ArgumentException("Todos los TableAdapters administrados por un TableAdapterManager deben usar la mi"& _ "sma cadena de conexión.") End If If ((Not (Me._pAISTableAdapter) Is Nothing) _ AndAlso (Me.MatchTableAdapterConnection(Me._pAISTableAdapter.Connection) = false)) Then Throw New Global.System.ArgumentException("Todos los TableAdapters administrados por un TableAdapterManager deben usar la mi"& _ "sma cadena de conexión.") End If If ((Not (Me._bAN0TableAdapter) Is Nothing) _ AndAlso (Me.MatchTableAdapterConnection(Me._bAN0TableAdapter.Connection) = false)) Then Throw New Global.System.ArgumentException("Todos los TableAdapters administrados por un TableAdapterManager deben usar la mi"& _ "sma cadena de conexión.") End If If ((Not (Me._bAN1TableAdapter) Is Nothing) _ AndAlso (Me.MatchTableAdapterConnection(Me._bAN1TableAdapter.Connection) = false)) Then Throw New Global.System.ArgumentException("Todos los TableAdapters administrados por un TableAdapterManager deben usar la mi"& _ "sma cadena de conexión.") End If If ((Not (Me._fPAGTableAdapter) Is Nothing) _ AndAlso (Me.MatchTableAdapterConnection(Me._fPAGTableAdapter.Connection) = false)) Then Throw New Global.System.ArgumentException("Todos los TableAdapters administrados por un TableAdapterManager deben usar la mi"& _ "sma cadena de conexión.") End If If ((Not (Me._pIN0TableAdapter) Is Nothing) _ AndAlso (Me.MatchTableAdapterConnection(Me._pIN0TableAdapter.Connection) = false)) Then Throw New Global.System.ArgumentException("Todos los TableAdapters administrados por un TableAdapterManager deben usar la mi"& _ "sma cadena de conexión.") End If If ((Not (Me._cALRITableAdapter) Is Nothing) _ AndAlso (Me.MatchTableAdapterConnection(Me._cALRITableAdapter.Connection) = false)) Then Throw New Global.System.ArgumentException("Todos los TableAdapters administrados por un TableAdapterManager deben usar la mi"& _ "sma cadena de conexión.") End If If ((Not (Me._rPAGTableAdapter) Is Nothing) _ AndAlso (Me.MatchTableAdapterConnection(Me._rPAGTableAdapter.Connection) = false)) Then Throw New Global.System.ArgumentException("Todos los TableAdapters administrados por un TableAdapterManager deben usar la mi"& _ "sma cadena de conexión.") End If If ((Not (Me._bAN2TableAdapter) Is Nothing) _ AndAlso (Me.MatchTableAdapterConnection(Me._bAN2TableAdapter.Connection) = false)) Then Throw New Global.System.ArgumentException("Todos los TableAdapters administrados por un TableAdapterManager deben usar la mi"& _ "sma cadena de conexión.") End If If ((Not (Me._oFONTableAdapter) Is Nothing) _ AndAlso (Me.MatchTableAdapterConnection(Me._oFONTableAdapter.Connection) = false)) Then Throw New Global.System.ArgumentException("Todos los TableAdapters administrados por un TableAdapterManager deben usar la mi"& _ "sma cadena de conexión.") End If If ((Not (Me._dEP0TableAdapter) Is Nothing) _ AndAlso (Me.MatchTableAdapterConnection(Me._dEP0TableAdapter.Connection) = false)) Then Throw New Global.System.ArgumentException("Todos los TableAdapters administrados por un TableAdapterManager deben usar la mi"& _ "sma cadena de conexión.") End If If ((Not (Me._uSR0TableAdapter) Is Nothing) _ AndAlso (Me.MatchTableAdapterConnection(Me._uSR0TableAdapter.Connection) = false)) Then Throw New Global.System.ArgumentException("Todos los TableAdapters administrados por un TableAdapterManager deben usar la mi"& _ "sma cadena de conexión.") End If Dim workConnection As Global.System.Data.IDbConnection = Me.Connection If (workConnection Is Nothing) Then Throw New Global.System.ApplicationException("TableAdapterManager no contiene información de conexión. Establezca cada propieda"& _ "d TableAdapterManager TableAdapter en una instancia TableAdapter válida.") End If Dim workConnOpened As Boolean = false If ((workConnection.State And Global.System.Data.ConnectionState.Broken) _ = Global.System.Data.ConnectionState.Broken) Then workConnection.Close End If If (workConnection.State = Global.System.Data.ConnectionState.Closed) Then workConnection.Open workConnOpened = true End If Dim workTransaction As Global.System.Data.IDbTransaction = workConnection.BeginTransaction If (workTransaction Is Nothing) Then Throw New Global.System.ApplicationException("La transacción no puede comenzar. La conexión de datos actual no es compatible co"& _ "n las transacciones o el estado actual no permite que comience la transacción.") End If Dim allChangedRows As Global.System.Collections.Generic.List(Of Global.System.Data.DataRow) = New Global.System.Collections.Generic.List(Of Global.System.Data.DataRow)() Dim allAddedRows As Global.System.Collections.Generic.List(Of Global.System.Data.DataRow) = New Global.System.Collections.Generic.List(Of Global.System.Data.DataRow)() Dim adaptersWithAcceptChangesDuringUpdate As Global.System.Collections.Generic.List(Of Global.System.Data.Common.DataAdapter) = New Global.System.Collections.Generic.List(Of Global.System.Data.Common.DataAdapter)() Dim revertConnections As Global.System.Collections.Generic.Dictionary(Of Object, Global.System.Data.IDbConnection) = New Global.System.Collections.Generic.Dictionary(Of Object, Global.System.Data.IDbConnection)() Dim result As Integer = 0 Dim backupDataSet As Global.System.Data.DataSet = Nothing If Me.BackupDataSetBeforeUpdate Then backupDataSet = New Global.System.Data.DataSet() backupDataSet.Merge(dataSet) End If Try '---- Prepare for update ----------- ' If (Not (Me._eCALRITableAdapter) Is Nothing) Then revertConnections.Add(Me._eCALRITableAdapter, Me._eCALRITableAdapter.Connection) Me._eCALRITableAdapter.Connection = CType(workConnection,Global.System.Data.SqlClient.SqlConnection) Me._eCALRITableAdapter.Transaction = CType(workTransaction,Global.System.Data.SqlClient.SqlTransaction) If Me._eCALRITableAdapter.Adapter.AcceptChangesDuringUpdate Then Me._eCALRITableAdapter.Adapter.AcceptChangesDuringUpdate = false adaptersWithAcceptChangesDuringUpdate.Add(Me._eCALRITableAdapter.Adapter) End If End If If (Not (Me._eMISTableAdapter) Is Nothing) Then revertConnections.Add(Me._eMISTableAdapter, Me._eMISTableAdapter.Connection) Me._eMISTableAdapter.Connection = CType(workConnection,Global.System.Data.SqlClient.SqlConnection) Me._eMISTableAdapter.Transaction = CType(workTransaction,Global.System.Data.SqlClient.SqlTransaction) If Me._eMISTableAdapter.Adapter.AcceptChangesDuringUpdate Then Me._eMISTableAdapter.Adapter.AcceptChangesDuringUpdate = false adaptersWithAcceptChangesDuringUpdate.Add(Me._eMISTableAdapter.Adapter) End If End If If (Not (Me._eMPRTableAdapter) Is Nothing) Then revertConnections.Add(Me._eMPRTableAdapter, Me._eMPRTableAdapter.Connection) Me._eMPRTableAdapter.Connection = CType(workConnection,Global.System.Data.SqlClient.SqlConnection) Me._eMPRTableAdapter.Transaction = CType(workTransaction,Global.System.Data.SqlClient.SqlTransaction) If Me._eMPRTableAdapter.Adapter.AcceptChangesDuringUpdate Then Me._eMPRTableAdapter.Adapter.AcceptChangesDuringUpdate = false adaptersWithAcceptChangesDuringUpdate.Add(Me._eMPRTableAdapter.Adapter) End If End If If (Not (Me._iNFITableAdapter) Is Nothing) Then revertConnections.Add(Me._iNFITableAdapter, Me._iNFITableAdapter.Connection) Me._iNFITableAdapter.Connection = CType(workConnection,Global.System.Data.SqlClient.SqlConnection) Me._iNFITableAdapter.Transaction = CType(workTransaction,Global.System.Data.SqlClient.SqlTransaction) If Me._iNFITableAdapter.Adapter.AcceptChangesDuringUpdate Then Me._iNFITableAdapter.Adapter.AcceptChangesDuringUpdate = false adaptersWithAcceptChangesDuringUpdate.Add(Me._iNFITableAdapter.Adapter) End If End If If (Not (Me._pAISTableAdapter) Is Nothing) Then revertConnections.Add(Me._pAISTableAdapter, Me._pAISTableAdapter.Connection) Me._pAISTableAdapter.Connection = CType(workConnection,Global.System.Data.SqlClient.SqlConnection) Me._pAISTableAdapter.Transaction = CType(workTransaction,Global.System.Data.SqlClient.SqlTransaction) If Me._pAISTableAdapter.Adapter.AcceptChangesDuringUpdate Then Me._pAISTableAdapter.Adapter.AcceptChangesDuringUpdate = false adaptersWithAcceptChangesDuringUpdate.Add(Me._pAISTableAdapter.Adapter) End If End If If (Not (Me._bAN0TableAdapter) Is Nothing) Then revertConnections.Add(Me._bAN0TableAdapter, Me._bAN0TableAdapter.Connection) Me._bAN0TableAdapter.Connection = CType(workConnection,Global.System.Data.SqlClient.SqlConnection) Me._bAN0TableAdapter.Transaction = CType(workTransaction,Global.System.Data.SqlClient.SqlTransaction) If Me._bAN0TableAdapter.Adapter.AcceptChangesDuringUpdate Then Me._bAN0TableAdapter.Adapter.AcceptChangesDuringUpdate = false adaptersWithAcceptChangesDuringUpdate.Add(Me._bAN0TableAdapter.Adapter) End If End If If (Not (Me._bAN1TableAdapter) Is Nothing) Then revertConnections.Add(Me._bAN1TableAdapter, Me._bAN1TableAdapter.Connection) Me._bAN1TableAdapter.Connection = CType(workConnection,Global.System.Data.SqlClient.SqlConnection) Me._bAN1TableAdapter.Transaction = CType(workTransaction,Global.System.Data.SqlClient.SqlTransaction) If Me._bAN1TableAdapter.Adapter.AcceptChangesDuringUpdate Then Me._bAN1TableAdapter.Adapter.AcceptChangesDuringUpdate = false adaptersWithAcceptChangesDuringUpdate.Add(Me._bAN1TableAdapter.Adapter) End If End If If (Not (Me._fPAGTableAdapter) Is Nothing) Then revertConnections.Add(Me._fPAGTableAdapter, Me._fPAGTableAdapter.Connection) Me._fPAGTableAdapter.Connection = CType(workConnection,Global.System.Data.SqlClient.SqlConnection) Me._fPAGTableAdapter.Transaction = CType(workTransaction,Global.System.Data.SqlClient.SqlTransaction) If Me._fPAGTableAdapter.Adapter.AcceptChangesDuringUpdate Then Me._fPAGTableAdapter.Adapter.AcceptChangesDuringUpdate = false adaptersWithAcceptChangesDuringUpdate.Add(Me._fPAGTableAdapter.Adapter) End If End If If (Not (Me._pIN0TableAdapter) Is Nothing) Then revertConnections.Add(Me._pIN0TableAdapter, Me._pIN0TableAdapter.Connection) Me._pIN0TableAdapter.Connection = CType(workConnection,Global.System.Data.SqlClient.SqlConnection) Me._pIN0TableAdapter.Transaction = CType(workTransaction,Global.System.Data.SqlClient.SqlTransaction) If Me._pIN0TableAdapter.Adapter.AcceptChangesDuringUpdate Then Me._pIN0TableAdapter.Adapter.AcceptChangesDuringUpdate = false adaptersWithAcceptChangesDuringUpdate.Add(Me._pIN0TableAdapter.Adapter) End If End If If (Not (Me._cALRITableAdapter) Is Nothing) Then revertConnections.Add(Me._cALRITableAdapter, Me._cALRITableAdapter.Connection) Me._cALRITableAdapter.Connection = CType(workConnection,Global.System.Data.SqlClient.SqlConnection) Me._cALRITableAdapter.Transaction = CType(workTransaction,Global.System.Data.SqlClient.SqlTransaction) If Me._cALRITableAdapter.Adapter.AcceptChangesDuringUpdate Then Me._cALRITableAdapter.Adapter.AcceptChangesDuringUpdate = false adaptersWithAcceptChangesDuringUpdate.Add(Me._cALRITableAdapter.Adapter) End If End If If (Not (Me._rPAGTableAdapter) Is Nothing) Then revertConnections.Add(Me._rPAGTableAdapter, Me._rPAGTableAdapter.Connection) Me._rPAGTableAdapter.Connection = CType(workConnection,Global.System.Data.SqlClient.SqlConnection) Me._rPAGTableAdapter.Transaction = CType(workTransaction,Global.System.Data.SqlClient.SqlTransaction) If Me._rPAGTableAdapter.Adapter.AcceptChangesDuringUpdate Then Me._rPAGTableAdapter.Adapter.AcceptChangesDuringUpdate = false adaptersWithAcceptChangesDuringUpdate.Add(Me._rPAGTableAdapter.Adapter) End If End If If (Not (Me._bAN2TableAdapter) Is Nothing) Then revertConnections.Add(Me._bAN2TableAdapter, Me._bAN2TableAdapter.Connection) Me._bAN2TableAdapter.Connection = CType(workConnection,Global.System.Data.SqlClient.SqlConnection) Me._bAN2TableAdapter.Transaction = CType(workTransaction,Global.System.Data.SqlClient.SqlTransaction) If Me._bAN2TableAdapter.Adapter.AcceptChangesDuringUpdate Then Me._bAN2TableAdapter.Adapter.AcceptChangesDuringUpdate = false adaptersWithAcceptChangesDuringUpdate.Add(Me._bAN2TableAdapter.Adapter) End If End If If (Not (Me._oFONTableAdapter) Is Nothing) Then revertConnections.Add(Me._oFONTableAdapter, Me._oFONTableAdapter.Connection) Me._oFONTableAdapter.Connection = CType(workConnection,Global.System.Data.SqlClient.SqlConnection) Me._oFONTableAdapter.Transaction = CType(workTransaction,Global.System.Data.SqlClient.SqlTransaction) If Me._oFONTableAdapter.Adapter.AcceptChangesDuringUpdate Then Me._oFONTableAdapter.Adapter.AcceptChangesDuringUpdate = false adaptersWithAcceptChangesDuringUpdate.Add(Me._oFONTableAdapter.Adapter) End If End If If (Not (Me._dEP0TableAdapter) Is Nothing) Then revertConnections.Add(Me._dEP0TableAdapter, Me._dEP0TableAdapter.Connection) Me._dEP0TableAdapter.Connection = CType(workConnection,Global.System.Data.SqlClient.SqlConnection) Me._dEP0TableAdapter.Transaction = CType(workTransaction,Global.System.Data.SqlClient.SqlTransaction) If Me._dEP0TableAdapter.Adapter.AcceptChangesDuringUpdate Then Me._dEP0TableAdapter.Adapter.AcceptChangesDuringUpdate = false adaptersWithAcceptChangesDuringUpdate.Add(Me._dEP0TableAdapter.Adapter) End If End If If (Not (Me._uSR0TableAdapter) Is Nothing) Then revertConnections.Add(Me._uSR0TableAdapter, Me._uSR0TableAdapter.Connection) Me._uSR0TableAdapter.Connection = CType(workConnection,Global.System.Data.SqlClient.SqlConnection) Me._uSR0TableAdapter.Transaction = CType(workTransaction,Global.System.Data.SqlClient.SqlTransaction) If Me._uSR0TableAdapter.Adapter.AcceptChangesDuringUpdate Then Me._uSR0TableAdapter.Adapter.AcceptChangesDuringUpdate = false adaptersWithAcceptChangesDuringUpdate.Add(Me._uSR0TableAdapter.Adapter) End If End If ' '---- Perform updates ----------- ' If (Me.UpdateOrder = UpdateOrderOption.UpdateInsertDelete) Then result = (result + Me.UpdateUpdatedRows(dataSet, allChangedRows, allAddedRows)) result = (result + Me.UpdateInsertedRows(dataSet, allAddedRows)) Else result = (result + Me.UpdateInsertedRows(dataSet, allAddedRows)) result = (result + Me.UpdateUpdatedRows(dataSet, allChangedRows, allAddedRows)) End If result = (result + Me.UpdateDeletedRows(dataSet, allChangedRows)) ' '---- Commit updates ----------- ' workTransaction.Commit If (0 < allAddedRows.Count) Then Dim rows((allAddedRows.Count) - 1) As Global.System.Data.DataRow allAddedRows.CopyTo(rows) Dim i As Integer = 0 Do While (i < rows.Length) Dim row As Global.System.Data.DataRow = rows(i) row.AcceptChanges i = (i + 1) Loop End If If (0 < allChangedRows.Count) Then Dim rows((allChangedRows.Count) - 1) As Global.System.Data.DataRow allChangedRows.CopyTo(rows) Dim i As Integer = 0 Do While (i < rows.Length) Dim row As Global.System.Data.DataRow = rows(i) row.AcceptChanges i = (i + 1) Loop End If Catch ex As Global.System.Exception workTransaction.Rollback '---- Restore the dataset ----------- If Me.BackupDataSetBeforeUpdate Then Global.System.Diagnostics.Debug.Assert((Not (backupDataSet) Is Nothing)) dataSet.Clear dataSet.Merge(backupDataSet) Else If (0 < allAddedRows.Count) Then Dim rows((allAddedRows.Count) - 1) As Global.System.Data.DataRow allAddedRows.CopyTo(rows) Dim i As Integer = 0 Do While (i < rows.Length) Dim row As Global.System.Data.DataRow = rows(i) row.AcceptChanges row.SetAdded i = (i + 1) Loop End If End If Throw ex Finally If workConnOpened Then workConnection.Close End If If (Not (Me._eCALRITableAdapter) Is Nothing) Then Me._eCALRITableAdapter.Connection = CType(revertConnections(Me._eCALRITableAdapter),Global.System.Data.SqlClient.SqlConnection) Me._eCALRITableAdapter.Transaction = Nothing End If If (Not (Me._eMISTableAdapter) Is Nothing) Then Me._eMISTableAdapter.Connection = CType(revertConnections(Me._eMISTableAdapter),Global.System.Data.SqlClient.SqlConnection) Me._eMISTableAdapter.Transaction = Nothing End If If (Not (Me._eMPRTableAdapter) Is Nothing) Then Me._eMPRTableAdapter.Connection = CType(revertConnections(Me._eMPRTableAdapter),Global.System.Data.SqlClient.SqlConnection) Me._eMPRTableAdapter.Transaction = Nothing End If If (Not (Me._iNFITableAdapter) Is Nothing) Then Me._iNFITableAdapter.Connection = CType(revertConnections(Me._iNFITableAdapter),Global.System.Data.SqlClient.SqlConnection) Me._iNFITableAdapter.Transaction = Nothing End If If (Not (Me._pAISTableAdapter) Is Nothing) Then Me._pAISTableAdapter.Connection = CType(revertConnections(Me._pAISTableAdapter),Global.System.Data.SqlClient.SqlConnection) Me._pAISTableAdapter.Transaction = Nothing End If If (Not (Me._bAN0TableAdapter) Is Nothing) Then Me._bAN0TableAdapter.Connection = CType(revertConnections(Me._bAN0TableAdapter),Global.System.Data.SqlClient.SqlConnection) Me._bAN0TableAdapter.Transaction = Nothing End If If (Not (Me._bAN1TableAdapter) Is Nothing) Then Me._bAN1TableAdapter.Connection = CType(revertConnections(Me._bAN1TableAdapter),Global.System.Data.SqlClient.SqlConnection) Me._bAN1TableAdapter.Transaction = Nothing End If If (Not (Me._fPAGTableAdapter) Is Nothing) Then Me._fPAGTableAdapter.Connection = CType(revertConnections(Me._fPAGTableAdapter),Global.System.Data.SqlClient.SqlConnection) Me._fPAGTableAdapter.Transaction = Nothing End If If (Not (Me._pIN0TableAdapter) Is Nothing) Then Me._pIN0TableAdapter.Connection = CType(revertConnections(Me._pIN0TableAdapter),Global.System.Data.SqlClient.SqlConnection) Me._pIN0TableAdapter.Transaction = Nothing End If If (Not (Me._cALRITableAdapter) Is Nothing) Then Me._cALRITableAdapter.Connection = CType(revertConnections(Me._cALRITableAdapter),Global.System.Data.SqlClient.SqlConnection) Me._cALRITableAdapter.Transaction = Nothing End If If (Not (Me._rPAGTableAdapter) Is Nothing) Then Me._rPAGTableAdapter.Connection = CType(revertConnections(Me._rPAGTableAdapter),Global.System.Data.SqlClient.SqlConnection) Me._rPAGTableAdapter.Transaction = Nothing End If If (Not (Me._bAN2TableAdapter) Is Nothing) Then Me._bAN2TableAdapter.Connection = CType(revertConnections(Me._bAN2TableAdapter),Global.System.Data.SqlClient.SqlConnection) Me._bAN2TableAdapter.Transaction = Nothing End If If (Not (Me._oFONTableAdapter) Is Nothing) Then Me._oFONTableAdapter.Connection = CType(revertConnections(Me._oFONTableAdapter),Global.System.Data.SqlClient.SqlConnection) Me._oFONTableAdapter.Transaction = Nothing End If If (Not (Me._dEP0TableAdapter) Is Nothing) Then Me._dEP0TableAdapter.Connection = CType(revertConnections(Me._dEP0TableAdapter),Global.System.Data.SqlClient.SqlConnection) Me._dEP0TableAdapter.Transaction = Nothing End If If (Not (Me._uSR0TableAdapter) Is Nothing) Then Me._uSR0TableAdapter.Connection = CType(revertConnections(Me._uSR0TableAdapter),Global.System.Data.SqlClient.SqlConnection) Me._uSR0TableAdapter.Transaction = Nothing End If If (0 < adaptersWithAcceptChangesDuringUpdate.Count) Then Dim adapters((adaptersWithAcceptChangesDuringUpdate.Count) - 1) As Global.System.Data.Common.DataAdapter adaptersWithAcceptChangesDuringUpdate.CopyTo(adapters) Dim i As Integer = 0 Do While (i < adapters.Length) Dim adapter As Global.System.Data.Common.DataAdapter = adapters(i) adapter.AcceptChangesDuringUpdate = true i = (i + 1) Loop End If End Try Return result End Function _ Protected Overridable Sub SortSelfReferenceRows(ByVal rows() As Global.System.Data.DataRow, ByVal relation As Global.System.Data.DataRelation, ByVal childFirst As Boolean) Global.System.Array.Sort(Of Global.System.Data.DataRow)(rows, New SelfReferenceComparer(relation, childFirst)) End Sub _ Protected Overridable Function MatchTableAdapterConnection(ByVal inputConnection As Global.System.Data.IDbConnection) As Boolean If (Not (Me._connection) Is Nothing) Then Return true End If If ((Me.Connection Is Nothing) _ OrElse (inputConnection Is Nothing)) Then Return true End If If String.Equals(Me.Connection.ConnectionString, inputConnection.ConnectionString, Global.System.StringComparison.Ordinal) Then Return true End If Return false End Function ''' '''Update Order Option ''' _ Public Enum UpdateOrderOption InsertUpdateDelete = 0 UpdateInsertDelete = 1 End Enum ''' '''Used to sort self-referenced table's rows ''' _ Private Class SelfReferenceComparer Inherits Object Implements Global.System.Collections.Generic.IComparer(Of Global.System.Data.DataRow) Private _relation As Global.System.Data.DataRelation Private _childFirst As Integer _ Friend Sub New(ByVal relation As Global.System.Data.DataRelation, ByVal childFirst As Boolean) MyBase.New Me._relation = relation If childFirst Then Me._childFirst = -1 Else Me._childFirst = 1 End If End Sub _ Private Function GetRoot(ByVal row As Global.System.Data.DataRow, ByRef distance As Integer) As Global.System.Data.DataRow Global.System.Diagnostics.Debug.Assert((Not (row) Is Nothing)) Dim root As Global.System.Data.DataRow = row distance = 0 Dim traversedRows As Global.System.Collections.Generic.IDictionary(Of Global.System.Data.DataRow, Global.System.Data.DataRow) = New Global.System.Collections.Generic.Dictionary(Of Global.System.Data.DataRow, Global.System.Data.DataRow)() traversedRows(row) = row Dim parent As Global.System.Data.DataRow = row.GetParentRow(Me._relation, Global.System.Data.DataRowVersion.[Default]) Do While ((Not (parent) Is Nothing) _ AndAlso (traversedRows.ContainsKey(parent) = false)) distance = (distance + 1) root = parent traversedRows(parent) = parent parent = parent.GetParentRow(Me._relation, Global.System.Data.DataRowVersion.[Default]) Loop If (distance = 0) Then traversedRows.Clear traversedRows(row) = row parent = row.GetParentRow(Me._relation, Global.System.Data.DataRowVersion.Original) Do While ((Not (parent) Is Nothing) _ AndAlso (traversedRows.ContainsKey(parent) = false)) distance = (distance + 1) root = parent traversedRows(parent) = parent parent = parent.GetParentRow(Me._relation, Global.System.Data.DataRowVersion.Original) Loop End If Return root End Function _ Public Function Compare(ByVal row1 As Global.System.Data.DataRow, ByVal row2 As Global.System.Data.DataRow) As Integer Implements Global.System.Collections.Generic.IComparer(Of Global.System.Data.DataRow).Compare If Object.ReferenceEquals(row1, row2) Then Return 0 End If If (row1 Is Nothing) Then Return -1 End If If (row2 Is Nothing) Then Return 1 End If Dim distance1 As Integer = 0 Dim root1 As Global.System.Data.DataRow = Me.GetRoot(row1, distance1) Dim distance2 As Integer = 0 Dim root2 As Global.System.Data.DataRow = Me.GetRoot(row2, distance2) If Object.ReferenceEquals(root1, root2) Then Return (Me._childFirst * distance1.CompareTo(distance2)) Else Global.System.Diagnostics.Debug.Assert(((Not (root1.Table) Is Nothing) _ AndAlso (Not (root2.Table) Is Nothing))) If (root1.Table.Rows.IndexOf(root1) < root2.Table.Rows.IndexOf(root2)) Then Return -1 Else Return 1 End If End If End Function End Class End Class End Namespace