diff --git a/GrupoSanchoToro.sln b/GrupoSanchoToro.sln
index 968202a..448b7c5 100644
--- a/GrupoSanchoToro.sln
+++ b/GrupoSanchoToro.sln
@@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 17
-VisualStudioVersion = 17.5.33530.505
+# Visual Studio Version 18
+VisualStudioVersion = 18.2.11415.280 d18.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bdGrupoSanchoToro", "bdGrupoSanchoToro\bdGrupoSanchoToro.csproj", "{747EDA0C-CF88-4F3A-88C2-9CE2F23B5D56}"
EndProject
diff --git a/bdGrupoSanchoToro/XSD/DAT-ARTICULOS.Designer.cs b/bdGrupoSanchoToro/XSD/DAT-ARTICULOS.Designer.cs
new file mode 100644
index 0000000..d3ed6ae
--- /dev/null
+++ b/bdGrupoSanchoToro/XSD/DAT-ARTICULOS.Designer.cs
@@ -0,0 +1,1767 @@
+//------------------------------------------------------------------------------
+//
+// 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.
+//
+//------------------------------------------------------------------------------
+
+#pragma warning disable 1591
+
+namespace bdGrupoSanchoToro.XSD {
+
+
+ ///
+ ///Represents a strongly typed in-memory cache of data.
+ ///
+ [global::System.Serializable()]
+ [global::System.ComponentModel.DesignerCategoryAttribute("code")]
+ [global::System.ComponentModel.ToolboxItem(true)]
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
+ [global::System.Xml.Serialization.XmlRootAttribute("ARTICULOS")]
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
+ public partial class ARTICULOS : global::System.Data.DataSet {
+
+ private DatosDataTable tableDatos;
+
+ private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public ARTICULOS() {
+ this.BeginInit();
+ this.InitClass();
+ global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
+ base.Tables.CollectionChanged += schemaChangedHandler;
+ base.Relations.CollectionChanged += schemaChangedHandler;
+ this.EndInit();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ [System.ObsoleteAttribute("This API supports obsolete formatter-based serialization. It should not be called" +
+ " or extended by application code.", DiagnosticId="SYSLIB0051")]
+ protected ARTICULOS(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
+ base(info, context, false) {
+ if ((this.IsBinarySerialized(info, context) == true)) {
+ this.InitVars(false);
+ global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
+ this.Tables.CollectionChanged += schemaChangedHandler1;
+ this.Relations.CollectionChanged += schemaChangedHandler1;
+ return;
+ }
+ string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
+ if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
+ global::System.Data.DataSet ds = new global::System.Data.DataSet();
+ ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
+ if ((ds.Tables["Datos"] != null)) {
+ base.Tables.Add(new DatosDataTable(ds.Tables["Datos"]));
+ }
+ this.DataSetName = ds.DataSetName;
+ this.Prefix = ds.Prefix;
+ this.Namespace = ds.Namespace;
+ this.Locale = ds.Locale;
+ this.CaseSensitive = ds.CaseSensitive;
+ this.EnforceConstraints = ds.EnforceConstraints;
+ this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
+ this.InitVars();
+ }
+ else {
+ this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
+ }
+ this.GetSerializationData(info, context);
+ global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
+ base.Tables.CollectionChanged += schemaChangedHandler;
+ this.Relations.CollectionChanged += schemaChangedHandler;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ [global::System.ComponentModel.Browsable(false)]
+ [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
+ public DatosDataTable Datos {
+ get {
+ return this.tableDatos;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ [global::System.ComponentModel.BrowsableAttribute(true)]
+ [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)]
+ public override global::System.Data.SchemaSerializationMode SchemaSerializationMode {
+ get {
+ return this._schemaSerializationMode;
+ }
+ set {
+ this._schemaSerializationMode = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
+ public new global::System.Data.DataTableCollection Tables {
+ get {
+ return base.Tables;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
+ public new global::System.Data.DataRelationCollection Relations {
+ get {
+ return base.Relations;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override void InitializeDerivedDataSet() {
+ this.BeginInit();
+ this.InitClass();
+ this.EndInit();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public override global::System.Data.DataSet Clone() {
+ ARTICULOS cln = ((ARTICULOS)(base.Clone()));
+ cln.InitVars();
+ cln.SchemaSerializationMode = this.SchemaSerializationMode;
+ return cln;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override bool ShouldSerializeTables() {
+ return false;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override bool ShouldSerializeRelations() {
+ return false;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) {
+ if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
+ this.Reset();
+ global::System.Data.DataSet ds = new global::System.Data.DataSet();
+ ds.ReadXml(reader);
+ if ((ds.Tables["Datos"] != null)) {
+ base.Tables.Add(new DatosDataTable(ds.Tables["Datos"]));
+ }
+ this.DataSetName = ds.DataSetName;
+ this.Prefix = ds.Prefix;
+ this.Namespace = ds.Namespace;
+ this.Locale = ds.Locale;
+ this.CaseSensitive = ds.CaseSensitive;
+ this.EnforceConstraints = ds.EnforceConstraints;
+ this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
+ this.InitVars();
+ }
+ else {
+ this.ReadXml(reader);
+ this.InitVars();
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() {
+ global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream();
+ this.WriteXmlSchema(new global::System.Xml.XmlTextWriter(stream, null));
+ stream.Position = 0;
+ return global::System.Xml.Schema.XmlSchema.Read(new global::System.Xml.XmlTextReader(stream), null);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ internal void InitVars() {
+ this.InitVars(true);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ internal void InitVars(bool initTable) {
+ this.tableDatos = ((DatosDataTable)(base.Tables["Datos"]));
+ if ((initTable == true)) {
+ if ((this.tableDatos != null)) {
+ this.tableDatos.InitVars();
+ }
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ private void InitClass() {
+ this.DataSetName = "ARTICULOS";
+ this.Prefix = "";
+ this.Locale = new global::System.Globalization.CultureInfo("en-US");
+ this.EnforceConstraints = true;
+ this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
+ this.tableDatos = new DatosDataTable();
+ base.Tables.Add(this.tableDatos);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ private bool ShouldSerializeDatos() {
+ return false;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
+ if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
+ this.InitVars();
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
+ ARTICULOS ds = new ARTICULOS();
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
+ global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
+ any.Namespace = ds.Namespace;
+ sequence.Items.Add(any);
+ type.Particle = sequence;
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
+ if (xs.Contains(dsSchema.TargetNamespace)) {
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
+ try {
+ global::System.Xml.Schema.XmlSchema schema = null;
+ dsSchema.Write(s1);
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
+ s2.SetLength(0);
+ schema.Write(s2);
+ if ((s1.Length == s2.Length)) {
+ s1.Position = 0;
+ s2.Position = 0;
+ for (; ((s1.Position != s1.Length)
+ && (s1.ReadByte() == s2.ReadByte())); ) {
+ ;
+ }
+ if ((s1.Position == s1.Length)) {
+ return type;
+ }
+ }
+ }
+ }
+ finally {
+ if ((s1 != null)) {
+ s1.Close();
+ }
+ if ((s2 != null)) {
+ s2.Close();
+ }
+ }
+ }
+ xs.Add(dsSchema);
+ return type;
+ }
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public delegate void DatosRowChangeEventHandler(object sender, DatosRowChangeEvent e);
+
+ ///
+ ///Represents the strongly named DataTable class.
+ ///
+ [global::System.Serializable()]
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
+ public partial class DatosDataTable : global::System.Data.TypedTableBase {
+
+ private global::System.Data.DataColumn columnARCOD;
+
+ private global::System.Data.DataColumn columnARCPR;
+
+ private global::System.Data.DataColumn columnARNSE;
+
+ private global::System.Data.DataColumn columnARNSF;
+
+ private global::System.Data.DataColumn columnARDES;
+
+ private global::System.Data.DataColumn columnARFAM;
+
+ private global::System.Data.DataColumn columnARPRV;
+
+ private global::System.Data.DataColumn columnARPRO;
+
+ private global::System.Data.DataColumn columnARNAE;
+
+ private global::System.Data.DataColumn columnARNLA;
+
+ private global::System.Data.DataColumn columnARNFP;
+
+ private global::System.Data.DataColumn columnARFEN;
+
+ private global::System.Data.DataColumn columnARFSA;
+
+ private global::System.Data.DataColumn columnARMGR;
+
+ private global::System.Data.DataColumn columnARFIG;
+
+ private global::System.Data.DataColumn columnARFFG;
+
+ private global::System.Data.DataColumn columnARUBI;
+
+ private global::System.Data.DataColumn columnARNAS;
+
+ private global::System.Data.DataColumn columnARNLAS;
+
+ private global::System.Data.DataColumn columnARNFC;
+
+ private global::System.Data.DataColumn columnARFFA;
+
+ private global::System.Data.DataColumn columnARRPA;
+
+ private global::System.Data.DataColumn columnARNL1;
+
+ private global::System.Data.DataColumn columnARNL2;
+
+ private global::System.Data.DataColumn columnARNL3;
+
+ private global::System.Data.DataColumn columnARNL4;
+
+ private global::System.Data.DataColumn columnARSIT;
+
+ private global::System.Data.DataColumn columnAROBS;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public DatosDataTable() {
+ this.TableName = "Datos";
+ this.BeginInit();
+ this.InitClass();
+ this.EndInit();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ internal DatosDataTable(global::System.Data.DataTable table) {
+ this.TableName = table.TableName;
+ if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
+ this.CaseSensitive = table.CaseSensitive;
+ }
+ if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
+ this.Locale = table.Locale;
+ }
+ if ((table.Namespace != table.DataSet.Namespace)) {
+ this.Namespace = table.Namespace;
+ }
+ this.Prefix = table.Prefix;
+ this.MinimumCapacity = table.MinimumCapacity;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ [System.ObsoleteAttribute("This API supports obsolete formatter-based serialization. It should not be called" +
+ " or extended by application code.", DiagnosticId="SYSLIB0051")]
+ protected DatosDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
+ base(info, context) {
+ this.InitVars();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn ARCODColumn {
+ get {
+ return this.columnARCOD;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn ARCPRColumn {
+ get {
+ return this.columnARCPR;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn ARNSEColumn {
+ get {
+ return this.columnARNSE;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn ARNSFColumn {
+ get {
+ return this.columnARNSF;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn ARDESColumn {
+ get {
+ return this.columnARDES;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn ARFAMColumn {
+ get {
+ return this.columnARFAM;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn ARPRVColumn {
+ get {
+ return this.columnARPRV;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn ARPROColumn {
+ get {
+ return this.columnARPRO;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn ARNAEColumn {
+ get {
+ return this.columnARNAE;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn ARNLAColumn {
+ get {
+ return this.columnARNLA;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn ARNFPColumn {
+ get {
+ return this.columnARNFP;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn ARFENColumn {
+ get {
+ return this.columnARFEN;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn ARFSAColumn {
+ get {
+ return this.columnARFSA;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn ARMGRColumn {
+ get {
+ return this.columnARMGR;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn ARFIGColumn {
+ get {
+ return this.columnARFIG;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn ARFFGColumn {
+ get {
+ return this.columnARFFG;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn ARUBIColumn {
+ get {
+ return this.columnARUBI;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn ARNASColumn {
+ get {
+ return this.columnARNAS;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn ARNLASColumn {
+ get {
+ return this.columnARNLAS;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn ARNFCColumn {
+ get {
+ return this.columnARNFC;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn ARFFAColumn {
+ get {
+ return this.columnARFFA;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn ARRPAColumn {
+ get {
+ return this.columnARRPA;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn ARNL1Column {
+ get {
+ return this.columnARNL1;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn ARNL2Column {
+ get {
+ return this.columnARNL2;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn ARNL3Column {
+ get {
+ return this.columnARNL3;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn ARNL4Column {
+ get {
+ return this.columnARNL4;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn ARSITColumn {
+ get {
+ return this.columnARSIT;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn AROBSColumn {
+ get {
+ return this.columnAROBS;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ [global::System.ComponentModel.Browsable(false)]
+ public int Count {
+ get {
+ return this.Rows.Count;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public DatosRow this[int index] {
+ get {
+ return ((DatosRow)(this.Rows[index]));
+ }
+ }
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public event DatosRowChangeEventHandler DatosRowChanging;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public event DatosRowChangeEventHandler DatosRowChanged;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public event DatosRowChangeEventHandler DatosRowDeleting;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public event DatosRowChangeEventHandler DatosRowDeleted;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void AddDatosRow(DatosRow row) {
+ this.Rows.Add(row);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public DatosRow AddDatosRow(
+ string ARCOD,
+ string ARCPR,
+ string ARNSE,
+ string ARNSF,
+ string ARDES,
+ string ARFAM,
+ string ARPRV,
+ string ARPRO,
+ string ARNAE,
+ string ARNLA,
+ string ARNFP,
+ string ARFEN,
+ string ARFSA,
+ string ARMGR,
+ string ARFIG,
+ string ARFFG,
+ string ARUBI,
+ string ARNAS,
+ string ARNLAS,
+ string ARNFC,
+ string ARFFA,
+ string ARRPA,
+ string ARNL1,
+ string ARNL2,
+ string ARNL3,
+ string ARNL4,
+ string ARSIT,
+ string AROBS) {
+ DatosRow rowDatosRow = ((DatosRow)(this.NewRow()));
+ object[] columnValuesArray = new object[] {
+ ARCOD,
+ ARCPR,
+ ARNSE,
+ ARNSF,
+ ARDES,
+ ARFAM,
+ ARPRV,
+ ARPRO,
+ ARNAE,
+ ARNLA,
+ ARNFP,
+ ARFEN,
+ ARFSA,
+ ARMGR,
+ ARFIG,
+ ARFFG,
+ ARUBI,
+ ARNAS,
+ ARNLAS,
+ ARNFC,
+ ARFFA,
+ ARRPA,
+ ARNL1,
+ ARNL2,
+ ARNL3,
+ ARNL4,
+ ARSIT,
+ AROBS};
+ rowDatosRow.ItemArray = columnValuesArray;
+ this.Rows.Add(rowDatosRow);
+ return rowDatosRow;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public override global::System.Data.DataTable Clone() {
+ DatosDataTable cln = ((DatosDataTable)(base.Clone()));
+ cln.InitVars();
+ return cln;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override global::System.Data.DataTable CreateInstance() {
+ return new DatosDataTable();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ internal void InitVars() {
+ this.columnARCOD = base.Columns["ARCOD"];
+ this.columnARCPR = base.Columns["ARCPR"];
+ this.columnARNSE = base.Columns["ARNSE"];
+ this.columnARNSF = base.Columns["ARNSF"];
+ this.columnARDES = base.Columns["ARDES"];
+ this.columnARFAM = base.Columns["ARFAM"];
+ this.columnARPRV = base.Columns["ARPRV"];
+ this.columnARPRO = base.Columns["ARPRO"];
+ this.columnARNAE = base.Columns["ARNAE"];
+ this.columnARNLA = base.Columns["ARNLA"];
+ this.columnARNFP = base.Columns["ARNFP"];
+ this.columnARFEN = base.Columns["ARFEN"];
+ this.columnARFSA = base.Columns["ARFSA"];
+ this.columnARMGR = base.Columns["ARMGR"];
+ this.columnARFIG = base.Columns["ARFIG"];
+ this.columnARFFG = base.Columns["ARFFG"];
+ this.columnARUBI = base.Columns["ARUBI"];
+ this.columnARNAS = base.Columns["ARNAS"];
+ this.columnARNLAS = base.Columns["ARNLAS"];
+ this.columnARNFC = base.Columns["ARNFC"];
+ this.columnARFFA = base.Columns["ARFFA"];
+ this.columnARRPA = base.Columns["ARRPA"];
+ this.columnARNL1 = base.Columns["ARNL1"];
+ this.columnARNL2 = base.Columns["ARNL2"];
+ this.columnARNL3 = base.Columns["ARNL3"];
+ this.columnARNL4 = base.Columns["ARNL4"];
+ this.columnARSIT = base.Columns["ARSIT"];
+ this.columnAROBS = base.Columns["AROBS"];
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ private void InitClass() {
+ this.columnARCOD = new global::System.Data.DataColumn("ARCOD", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnARCOD);
+ this.columnARCPR = new global::System.Data.DataColumn("ARCPR", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnARCPR);
+ this.columnARNSE = new global::System.Data.DataColumn("ARNSE", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnARNSE);
+ this.columnARNSF = new global::System.Data.DataColumn("ARNSF", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnARNSF);
+ this.columnARDES = new global::System.Data.DataColumn("ARDES", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnARDES);
+ this.columnARFAM = new global::System.Data.DataColumn("ARFAM", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnARFAM);
+ this.columnARPRV = new global::System.Data.DataColumn("ARPRV", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnARPRV);
+ this.columnARPRO = new global::System.Data.DataColumn("ARPRO", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnARPRO);
+ this.columnARNAE = new global::System.Data.DataColumn("ARNAE", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnARNAE);
+ this.columnARNLA = new global::System.Data.DataColumn("ARNLA", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnARNLA);
+ this.columnARNFP = new global::System.Data.DataColumn("ARNFP", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnARNFP);
+ this.columnARFEN = new global::System.Data.DataColumn("ARFEN", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnARFEN);
+ this.columnARFSA = new global::System.Data.DataColumn("ARFSA", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnARFSA);
+ this.columnARMGR = new global::System.Data.DataColumn("ARMGR", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnARMGR);
+ this.columnARFIG = new global::System.Data.DataColumn("ARFIG", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnARFIG);
+ this.columnARFFG = new global::System.Data.DataColumn("ARFFG", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnARFFG);
+ this.columnARUBI = new global::System.Data.DataColumn("ARUBI", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnARUBI);
+ this.columnARNAS = new global::System.Data.DataColumn("ARNAS", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnARNAS);
+ this.columnARNLAS = new global::System.Data.DataColumn("ARNLAS", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnARNLAS);
+ this.columnARNFC = new global::System.Data.DataColumn("ARNFC", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnARNFC);
+ this.columnARFFA = new global::System.Data.DataColumn("ARFFA", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnARFFA);
+ this.columnARRPA = new global::System.Data.DataColumn("ARRPA", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnARRPA);
+ this.columnARNL1 = new global::System.Data.DataColumn("ARNL1", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnARNL1);
+ this.columnARNL2 = new global::System.Data.DataColumn("ARNL2", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnARNL2);
+ this.columnARNL3 = new global::System.Data.DataColumn("ARNL3", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnARNL3);
+ this.columnARNL4 = new global::System.Data.DataColumn("ARNL4", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnARNL4);
+ this.columnARSIT = new global::System.Data.DataColumn("ARSIT", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnARSIT);
+ this.columnAROBS = new global::System.Data.DataColumn("AROBS", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnAROBS);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public DatosRow NewDatosRow() {
+ return ((DatosRow)(this.NewRow()));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
+ return new DatosRow(builder);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override global::System.Type GetRowType() {
+ return typeof(DatosRow);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowChanged(e);
+ if ((this.DatosRowChanged != null)) {
+ this.DatosRowChanged(this, new DatosRowChangeEvent(((DatosRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowChanging(e);
+ if ((this.DatosRowChanging != null)) {
+ this.DatosRowChanging(this, new DatosRowChangeEvent(((DatosRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowDeleted(e);
+ if ((this.DatosRowDeleted != null)) {
+ this.DatosRowDeleted(this, new DatosRowChangeEvent(((DatosRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowDeleting(e);
+ if ((this.DatosRowDeleting != null)) {
+ this.DatosRowDeleting(this, new DatosRowChangeEvent(((DatosRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void RemoveDatosRow(DatosRow row) {
+ this.Rows.Remove(row);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
+ ARTICULOS ds = new ARTICULOS();
+ global::System.Xml.Schema.XmlSchemaAny any1 = 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);
+ global::System.Xml.Schema.XmlSchemaAny any2 = 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);
+ global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
+ attribute1.Name = "namespace";
+ attribute1.FixedValue = ds.Namespace;
+ type.Attributes.Add(attribute1);
+ global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
+ attribute2.Name = "tableTypeName";
+ attribute2.FixedValue = "DatosDataTable";
+ type.Attributes.Add(attribute2);
+ type.Particle = sequence;
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
+ if (xs.Contains(dsSchema.TargetNamespace)) {
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
+ try {
+ global::System.Xml.Schema.XmlSchema schema = null;
+ dsSchema.Write(s1);
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
+ s2.SetLength(0);
+ schema.Write(s2);
+ if ((s1.Length == s2.Length)) {
+ s1.Position = 0;
+ s2.Position = 0;
+ for (; ((s1.Position != s1.Length)
+ && (s1.ReadByte() == s2.ReadByte())); ) {
+ ;
+ }
+ if ((s1.Position == s1.Length)) {
+ return type;
+ }
+ }
+ }
+ }
+ finally {
+ if ((s1 != null)) {
+ s1.Close();
+ }
+ if ((s2 != null)) {
+ s2.Close();
+ }
+ }
+ }
+ xs.Add(dsSchema);
+ return type;
+ }
+ }
+
+ ///
+ ///Represents strongly named DataRow class.
+ ///
+ public partial class DatosRow : global::System.Data.DataRow {
+
+ private DatosDataTable tableDatos;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ internal DatosRow(global::System.Data.DataRowBuilder rb) :
+ base(rb) {
+ this.tableDatos = ((DatosDataTable)(this.Table));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string ARCOD {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.ARCODColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'ARCOD\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.ARCODColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string ARCPR {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.ARCPRColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'ARCPR\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.ARCPRColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string ARNSE {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.ARNSEColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'ARNSE\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.ARNSEColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string ARNSF {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.ARNSFColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'ARNSF\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.ARNSFColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string ARDES {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.ARDESColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'ARDES\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.ARDESColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string ARFAM {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.ARFAMColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'ARFAM\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.ARFAMColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string ARPRV {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.ARPRVColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'ARPRV\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.ARPRVColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string ARPRO {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.ARPROColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'ARPRO\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.ARPROColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string ARNAE {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.ARNAEColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'ARNAE\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.ARNAEColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string ARNLA {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.ARNLAColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'ARNLA\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.ARNLAColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string ARNFP {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.ARNFPColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'ARNFP\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.ARNFPColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string ARFEN {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.ARFENColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'ARFEN\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.ARFENColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string ARFSA {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.ARFSAColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'ARFSA\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.ARFSAColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string ARMGR {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.ARMGRColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'ARMGR\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.ARMGRColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string ARFIG {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.ARFIGColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'ARFIG\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.ARFIGColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string ARFFG {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.ARFFGColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'ARFFG\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.ARFFGColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string ARUBI {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.ARUBIColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'ARUBI\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.ARUBIColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string ARNAS {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.ARNASColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'ARNAS\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.ARNASColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string ARNLAS {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.ARNLASColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'ARNLAS\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.ARNLASColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string ARNFC {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.ARNFCColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'ARNFC\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.ARNFCColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string ARFFA {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.ARFFAColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'ARFFA\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.ARFFAColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string ARRPA {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.ARRPAColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'ARRPA\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.ARRPAColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string ARNL1 {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.ARNL1Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'ARNL1\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.ARNL1Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string ARNL2 {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.ARNL2Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'ARNL2\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.ARNL2Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string ARNL3 {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.ARNL3Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'ARNL3\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.ARNL3Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string ARNL4 {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.ARNL4Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'ARNL4\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.ARNL4Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string ARSIT {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.ARSITColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'ARSIT\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.ARSITColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string AROBS {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.AROBSColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'AROBS\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.AROBSColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsARCODNull() {
+ return this.IsNull(this.tableDatos.ARCODColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetARCODNull() {
+ this[this.tableDatos.ARCODColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsARCPRNull() {
+ return this.IsNull(this.tableDatos.ARCPRColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetARCPRNull() {
+ this[this.tableDatos.ARCPRColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsARNSENull() {
+ return this.IsNull(this.tableDatos.ARNSEColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetARNSENull() {
+ this[this.tableDatos.ARNSEColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsARNSFNull() {
+ return this.IsNull(this.tableDatos.ARNSFColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetARNSFNull() {
+ this[this.tableDatos.ARNSFColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsARDESNull() {
+ return this.IsNull(this.tableDatos.ARDESColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetARDESNull() {
+ this[this.tableDatos.ARDESColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsARFAMNull() {
+ return this.IsNull(this.tableDatos.ARFAMColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetARFAMNull() {
+ this[this.tableDatos.ARFAMColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsARPRVNull() {
+ return this.IsNull(this.tableDatos.ARPRVColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetARPRVNull() {
+ this[this.tableDatos.ARPRVColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsARPRONull() {
+ return this.IsNull(this.tableDatos.ARPROColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetARPRONull() {
+ this[this.tableDatos.ARPROColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsARNAENull() {
+ return this.IsNull(this.tableDatos.ARNAEColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetARNAENull() {
+ this[this.tableDatos.ARNAEColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsARNLANull() {
+ return this.IsNull(this.tableDatos.ARNLAColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetARNLANull() {
+ this[this.tableDatos.ARNLAColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsARNFPNull() {
+ return this.IsNull(this.tableDatos.ARNFPColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetARNFPNull() {
+ this[this.tableDatos.ARNFPColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsARFENNull() {
+ return this.IsNull(this.tableDatos.ARFENColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetARFENNull() {
+ this[this.tableDatos.ARFENColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsARFSANull() {
+ return this.IsNull(this.tableDatos.ARFSAColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetARFSANull() {
+ this[this.tableDatos.ARFSAColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsARMGRNull() {
+ return this.IsNull(this.tableDatos.ARMGRColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetARMGRNull() {
+ this[this.tableDatos.ARMGRColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsARFIGNull() {
+ return this.IsNull(this.tableDatos.ARFIGColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetARFIGNull() {
+ this[this.tableDatos.ARFIGColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsARFFGNull() {
+ return this.IsNull(this.tableDatos.ARFFGColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetARFFGNull() {
+ this[this.tableDatos.ARFFGColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsARUBINull() {
+ return this.IsNull(this.tableDatos.ARUBIColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetARUBINull() {
+ this[this.tableDatos.ARUBIColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsARNASNull() {
+ return this.IsNull(this.tableDatos.ARNASColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetARNASNull() {
+ this[this.tableDatos.ARNASColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsARNLASNull() {
+ return this.IsNull(this.tableDatos.ARNLASColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetARNLASNull() {
+ this[this.tableDatos.ARNLASColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsARNFCNull() {
+ return this.IsNull(this.tableDatos.ARNFCColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetARNFCNull() {
+ this[this.tableDatos.ARNFCColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsARFFANull() {
+ return this.IsNull(this.tableDatos.ARFFAColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetARFFANull() {
+ this[this.tableDatos.ARFFAColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsARRPANull() {
+ return this.IsNull(this.tableDatos.ARRPAColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetARRPANull() {
+ this[this.tableDatos.ARRPAColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsARNL1Null() {
+ return this.IsNull(this.tableDatos.ARNL1Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetARNL1Null() {
+ this[this.tableDatos.ARNL1Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsARNL2Null() {
+ return this.IsNull(this.tableDatos.ARNL2Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetARNL2Null() {
+ this[this.tableDatos.ARNL2Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsARNL3Null() {
+ return this.IsNull(this.tableDatos.ARNL3Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetARNL3Null() {
+ this[this.tableDatos.ARNL3Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsARNL4Null() {
+ return this.IsNull(this.tableDatos.ARNL4Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetARNL4Null() {
+ this[this.tableDatos.ARNL4Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsARSITNull() {
+ return this.IsNull(this.tableDatos.ARSITColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetARSITNull() {
+ this[this.tableDatos.ARSITColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsAROBSNull() {
+ return this.IsNull(this.tableDatos.AROBSColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetAROBSNull() {
+ this[this.tableDatos.AROBSColumn] = global::System.Convert.DBNull;
+ }
+ }
+
+ ///
+ ///Row event argument class
+ ///
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public class DatosRowChangeEvent : global::System.EventArgs {
+
+ private DatosRow eventRow;
+
+ private global::System.Data.DataRowAction eventAction;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public DatosRowChangeEvent(DatosRow row, global::System.Data.DataRowAction action) {
+ this.eventRow = row;
+ this.eventAction = action;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public DatosRow Row {
+ get {
+ return this.eventRow;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataRowAction Action {
+ get {
+ return this.eventAction;
+ }
+ }
+ }
+ }
+}
+
+#pragma warning restore 1591
\ No newline at end of file
diff --git a/bdGrupoSanchoToro/XSD/DAT-ARTICULOS.xsc b/bdGrupoSanchoToro/XSD/DAT-ARTICULOS.xsc
new file mode 100644
index 0000000..5f28270
--- /dev/null
+++ b/bdGrupoSanchoToro/XSD/DAT-ARTICULOS.xsc
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/bdGrupoSanchoToro/XSD/DAT-ARTICULOS.xsd b/bdGrupoSanchoToro/XSD/DAT-ARTICULOS.xsd
new file mode 100644
index 0000000..528d5f5
--- /dev/null
+++ b/bdGrupoSanchoToro/XSD/DAT-ARTICULOS.xsd
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/bdGrupoSanchoToro/XSD/DAT-ARTICULOS.xss b/bdGrupoSanchoToro/XSD/DAT-ARTICULOS.xss
new file mode 100644
index 0000000..5f28270
--- /dev/null
+++ b/bdGrupoSanchoToro/XSD/DAT-ARTICULOS.xss
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/bdGrupoSanchoToro/XSD/DAT-EXPART.Designer.cs b/bdGrupoSanchoToro/XSD/DAT-EXPART.Designer.cs
new file mode 100644
index 0000000..a18ad42
--- /dev/null
+++ b/bdGrupoSanchoToro/XSD/DAT-EXPART.Designer.cs
@@ -0,0 +1,1025 @@
+//------------------------------------------------------------------------------
+//
+// 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.
+//
+//------------------------------------------------------------------------------
+
+#pragma warning disable 1591
+
+namespace bdGrupoSanchoToro.XSD {
+
+
+ ///
+ ///Represents a strongly typed in-memory cache of data.
+ ///
+ [global::System.Serializable()]
+ [global::System.ComponentModel.DesignerCategoryAttribute("code")]
+ [global::System.ComponentModel.ToolboxItem(true)]
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
+ [global::System.Xml.Serialization.XmlRootAttribute("EXPART")]
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
+ public partial class EXPART : global::System.Data.DataSet {
+
+ private DatosDataTable tableDatos;
+
+ private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public EXPART() {
+ this.BeginInit();
+ this.InitClass();
+ global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
+ base.Tables.CollectionChanged += schemaChangedHandler;
+ base.Relations.CollectionChanged += schemaChangedHandler;
+ this.EndInit();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ [System.ObsoleteAttribute("This API supports obsolete formatter-based serialization. It should not be called" +
+ " or extended by application code.", DiagnosticId="SYSLIB0051")]
+ protected EXPART(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
+ base(info, context, false) {
+ if ((this.IsBinarySerialized(info, context) == true)) {
+ this.InitVars(false);
+ global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
+ this.Tables.CollectionChanged += schemaChangedHandler1;
+ this.Relations.CollectionChanged += schemaChangedHandler1;
+ return;
+ }
+ string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
+ if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
+ global::System.Data.DataSet ds = new global::System.Data.DataSet();
+ ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
+ if ((ds.Tables["Datos"] != null)) {
+ base.Tables.Add(new DatosDataTable(ds.Tables["Datos"]));
+ }
+ this.DataSetName = ds.DataSetName;
+ this.Prefix = ds.Prefix;
+ this.Namespace = ds.Namespace;
+ this.Locale = ds.Locale;
+ this.CaseSensitive = ds.CaseSensitive;
+ this.EnforceConstraints = ds.EnforceConstraints;
+ this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
+ this.InitVars();
+ }
+ else {
+ this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
+ }
+ this.GetSerializationData(info, context);
+ global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
+ base.Tables.CollectionChanged += schemaChangedHandler;
+ this.Relations.CollectionChanged += schemaChangedHandler;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ [global::System.ComponentModel.Browsable(false)]
+ [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
+ public DatosDataTable Datos {
+ get {
+ return this.tableDatos;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ [global::System.ComponentModel.BrowsableAttribute(true)]
+ [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)]
+ public override global::System.Data.SchemaSerializationMode SchemaSerializationMode {
+ get {
+ return this._schemaSerializationMode;
+ }
+ set {
+ this._schemaSerializationMode = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
+ public new global::System.Data.DataTableCollection Tables {
+ get {
+ return base.Tables;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
+ public new global::System.Data.DataRelationCollection Relations {
+ get {
+ return base.Relations;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override void InitializeDerivedDataSet() {
+ this.BeginInit();
+ this.InitClass();
+ this.EndInit();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public override global::System.Data.DataSet Clone() {
+ EXPART cln = ((EXPART)(base.Clone()));
+ cln.InitVars();
+ cln.SchemaSerializationMode = this.SchemaSerializationMode;
+ return cln;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override bool ShouldSerializeTables() {
+ return false;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override bool ShouldSerializeRelations() {
+ return false;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) {
+ if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
+ this.Reset();
+ global::System.Data.DataSet ds = new global::System.Data.DataSet();
+ ds.ReadXml(reader);
+ if ((ds.Tables["Datos"] != null)) {
+ base.Tables.Add(new DatosDataTable(ds.Tables["Datos"]));
+ }
+ this.DataSetName = ds.DataSetName;
+ this.Prefix = ds.Prefix;
+ this.Namespace = ds.Namespace;
+ this.Locale = ds.Locale;
+ this.CaseSensitive = ds.CaseSensitive;
+ this.EnforceConstraints = ds.EnforceConstraints;
+ this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
+ this.InitVars();
+ }
+ else {
+ this.ReadXml(reader);
+ this.InitVars();
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() {
+ global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream();
+ this.WriteXmlSchema(new global::System.Xml.XmlTextWriter(stream, null));
+ stream.Position = 0;
+ return global::System.Xml.Schema.XmlSchema.Read(new global::System.Xml.XmlTextReader(stream), null);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ internal void InitVars() {
+ this.InitVars(true);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ internal void InitVars(bool initTable) {
+ this.tableDatos = ((DatosDataTable)(base.Tables["Datos"]));
+ if ((initTable == true)) {
+ if ((this.tableDatos != null)) {
+ this.tableDatos.InitVars();
+ }
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ private void InitClass() {
+ this.DataSetName = "EXPART";
+ this.Prefix = "";
+ this.Locale = new global::System.Globalization.CultureInfo("en-US");
+ this.EnforceConstraints = true;
+ this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
+ this.tableDatos = new DatosDataTable();
+ base.Tables.Add(this.tableDatos);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ private bool ShouldSerializeDatos() {
+ return false;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
+ if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
+ this.InitVars();
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
+ EXPART ds = new EXPART();
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
+ global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
+ any.Namespace = ds.Namespace;
+ sequence.Items.Add(any);
+ type.Particle = sequence;
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
+ if (xs.Contains(dsSchema.TargetNamespace)) {
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
+ try {
+ global::System.Xml.Schema.XmlSchema schema = null;
+ dsSchema.Write(s1);
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
+ s2.SetLength(0);
+ schema.Write(s2);
+ if ((s1.Length == s2.Length)) {
+ s1.Position = 0;
+ s2.Position = 0;
+ for (; ((s1.Position != s1.Length)
+ && (s1.ReadByte() == s2.ReadByte())); ) {
+ ;
+ }
+ if ((s1.Position == s1.Length)) {
+ return type;
+ }
+ }
+ }
+ }
+ finally {
+ if ((s1 != null)) {
+ s1.Close();
+ }
+ if ((s2 != null)) {
+ s2.Close();
+ }
+ }
+ }
+ xs.Add(dsSchema);
+ return type;
+ }
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public delegate void DatosRowChangeEventHandler(object sender, DatosRowChangeEvent e);
+
+ ///
+ ///Represents the strongly named DataTable class.
+ ///
+ [global::System.Serializable()]
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
+ public partial class DatosDataTable : global::System.Data.TypedTableBase {
+
+ private global::System.Data.DataColumn columnEANLI;
+
+ private global::System.Data.DataColumn columnEACOD;
+
+ private global::System.Data.DataColumn columnEACPR;
+
+ private global::System.Data.DataColumn columnEANSE;
+
+ private global::System.Data.DataColumn columnEANSF;
+
+ private global::System.Data.DataColumn columnEADES;
+
+ private global::System.Data.DataColumn columnEAPRV;
+
+ private global::System.Data.DataColumn columnEATIP;
+
+ private global::System.Data.DataColumn columnEAFEC;
+
+ private global::System.Data.DataColumn columnEANAL;
+
+ private global::System.Data.DataColumn columnEADEX;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public DatosDataTable() {
+ this.TableName = "Datos";
+ this.BeginInit();
+ this.InitClass();
+ this.EndInit();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ internal DatosDataTable(global::System.Data.DataTable table) {
+ this.TableName = table.TableName;
+ if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
+ this.CaseSensitive = table.CaseSensitive;
+ }
+ if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
+ this.Locale = table.Locale;
+ }
+ if ((table.Namespace != table.DataSet.Namespace)) {
+ this.Namespace = table.Namespace;
+ }
+ this.Prefix = table.Prefix;
+ this.MinimumCapacity = table.MinimumCapacity;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ [System.ObsoleteAttribute("This API supports obsolete formatter-based serialization. It should not be called" +
+ " or extended by application code.", DiagnosticId="SYSLIB0051")]
+ protected DatosDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
+ base(info, context) {
+ this.InitVars();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn EANLIColumn {
+ get {
+ return this.columnEANLI;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn EACODColumn {
+ get {
+ return this.columnEACOD;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn EACPRColumn {
+ get {
+ return this.columnEACPR;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn EANSEColumn {
+ get {
+ return this.columnEANSE;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn EANSFColumn {
+ get {
+ return this.columnEANSF;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn EADESColumn {
+ get {
+ return this.columnEADES;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn EAPRVColumn {
+ get {
+ return this.columnEAPRV;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn EATIPColumn {
+ get {
+ return this.columnEATIP;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn EAFECColumn {
+ get {
+ return this.columnEAFEC;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn EANALColumn {
+ get {
+ return this.columnEANAL;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn EADEXColumn {
+ get {
+ return this.columnEADEX;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ [global::System.ComponentModel.Browsable(false)]
+ public int Count {
+ get {
+ return this.Rows.Count;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public DatosRow this[int index] {
+ get {
+ return ((DatosRow)(this.Rows[index]));
+ }
+ }
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public event DatosRowChangeEventHandler DatosRowChanging;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public event DatosRowChangeEventHandler DatosRowChanged;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public event DatosRowChangeEventHandler DatosRowDeleting;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public event DatosRowChangeEventHandler DatosRowDeleted;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void AddDatosRow(DatosRow row) {
+ this.Rows.Add(row);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public DatosRow AddDatosRow(string EANLI, string EACOD, string EACPR, string EANSE, string EANSF, string EADES, string EAPRV, string EATIP, string EAFEC, string EANAL, string EADEX) {
+ DatosRow rowDatosRow = ((DatosRow)(this.NewRow()));
+ object[] columnValuesArray = new object[] {
+ EANLI,
+ EACOD,
+ EACPR,
+ EANSE,
+ EANSF,
+ EADES,
+ EAPRV,
+ EATIP,
+ EAFEC,
+ EANAL,
+ EADEX};
+ rowDatosRow.ItemArray = columnValuesArray;
+ this.Rows.Add(rowDatosRow);
+ return rowDatosRow;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public override global::System.Data.DataTable Clone() {
+ DatosDataTable cln = ((DatosDataTable)(base.Clone()));
+ cln.InitVars();
+ return cln;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override global::System.Data.DataTable CreateInstance() {
+ return new DatosDataTable();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ internal void InitVars() {
+ this.columnEANLI = base.Columns["EANLI"];
+ this.columnEACOD = base.Columns["EACOD"];
+ this.columnEACPR = base.Columns["EACPR"];
+ this.columnEANSE = base.Columns["EANSE"];
+ this.columnEANSF = base.Columns["EANSF"];
+ this.columnEADES = base.Columns["EADES"];
+ this.columnEAPRV = base.Columns["EAPRV"];
+ this.columnEATIP = base.Columns["EATIP"];
+ this.columnEAFEC = base.Columns["EAFEC"];
+ this.columnEANAL = base.Columns["EANAL"];
+ this.columnEADEX = base.Columns["EADEX"];
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ private void InitClass() {
+ this.columnEANLI = new global::System.Data.DataColumn("EANLI", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnEANLI);
+ this.columnEACOD = new global::System.Data.DataColumn("EACOD", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnEACOD);
+ this.columnEACPR = new global::System.Data.DataColumn("EACPR", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnEACPR);
+ this.columnEANSE = new global::System.Data.DataColumn("EANSE", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnEANSE);
+ this.columnEANSF = new global::System.Data.DataColumn("EANSF", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnEANSF);
+ this.columnEADES = new global::System.Data.DataColumn("EADES", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnEADES);
+ this.columnEAPRV = new global::System.Data.DataColumn("EAPRV", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnEAPRV);
+ this.columnEATIP = new global::System.Data.DataColumn("EATIP", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnEATIP);
+ this.columnEAFEC = new global::System.Data.DataColumn("EAFEC", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnEAFEC);
+ this.columnEANAL = new global::System.Data.DataColumn("EANAL", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnEANAL);
+ this.columnEADEX = new global::System.Data.DataColumn("EADEX", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnEADEX);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public DatosRow NewDatosRow() {
+ return ((DatosRow)(this.NewRow()));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
+ return new DatosRow(builder);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override global::System.Type GetRowType() {
+ return typeof(DatosRow);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowChanged(e);
+ if ((this.DatosRowChanged != null)) {
+ this.DatosRowChanged(this, new DatosRowChangeEvent(((DatosRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowChanging(e);
+ if ((this.DatosRowChanging != null)) {
+ this.DatosRowChanging(this, new DatosRowChangeEvent(((DatosRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowDeleted(e);
+ if ((this.DatosRowDeleted != null)) {
+ this.DatosRowDeleted(this, new DatosRowChangeEvent(((DatosRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowDeleting(e);
+ if ((this.DatosRowDeleting != null)) {
+ this.DatosRowDeleting(this, new DatosRowChangeEvent(((DatosRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void RemoveDatosRow(DatosRow row) {
+ this.Rows.Remove(row);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
+ EXPART ds = new EXPART();
+ global::System.Xml.Schema.XmlSchemaAny any1 = 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);
+ global::System.Xml.Schema.XmlSchemaAny any2 = 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);
+ global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
+ attribute1.Name = "namespace";
+ attribute1.FixedValue = ds.Namespace;
+ type.Attributes.Add(attribute1);
+ global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
+ attribute2.Name = "tableTypeName";
+ attribute2.FixedValue = "DatosDataTable";
+ type.Attributes.Add(attribute2);
+ type.Particle = sequence;
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
+ if (xs.Contains(dsSchema.TargetNamespace)) {
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
+ try {
+ global::System.Xml.Schema.XmlSchema schema = null;
+ dsSchema.Write(s1);
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
+ s2.SetLength(0);
+ schema.Write(s2);
+ if ((s1.Length == s2.Length)) {
+ s1.Position = 0;
+ s2.Position = 0;
+ for (; ((s1.Position != s1.Length)
+ && (s1.ReadByte() == s2.ReadByte())); ) {
+ ;
+ }
+ if ((s1.Position == s1.Length)) {
+ return type;
+ }
+ }
+ }
+ }
+ finally {
+ if ((s1 != null)) {
+ s1.Close();
+ }
+ if ((s2 != null)) {
+ s2.Close();
+ }
+ }
+ }
+ xs.Add(dsSchema);
+ return type;
+ }
+ }
+
+ ///
+ ///Represents strongly named DataRow class.
+ ///
+ public partial class DatosRow : global::System.Data.DataRow {
+
+ private DatosDataTable tableDatos;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ internal DatosRow(global::System.Data.DataRowBuilder rb) :
+ base(rb) {
+ this.tableDatos = ((DatosDataTable)(this.Table));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string EANLI {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.EANLIColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'EANLI\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.EANLIColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string EACOD {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.EACODColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'EACOD\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.EACODColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string EACPR {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.EACPRColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'EACPR\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.EACPRColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string EANSE {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.EANSEColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'EANSE\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.EANSEColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string EANSF {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.EANSFColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'EANSF\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.EANSFColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string EADES {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.EADESColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'EADES\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.EADESColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string EAPRV {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.EAPRVColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'EAPRV\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.EAPRVColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string EATIP {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.EATIPColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'EATIP\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.EATIPColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string EAFEC {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.EAFECColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'EAFEC\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.EAFECColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string EANAL {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.EANALColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'EANAL\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.EANALColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string EADEX {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.EADEXColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'EADEX\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.EADEXColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsEANLINull() {
+ return this.IsNull(this.tableDatos.EANLIColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetEANLINull() {
+ this[this.tableDatos.EANLIColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsEACODNull() {
+ return this.IsNull(this.tableDatos.EACODColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetEACODNull() {
+ this[this.tableDatos.EACODColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsEACPRNull() {
+ return this.IsNull(this.tableDatos.EACPRColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetEACPRNull() {
+ this[this.tableDatos.EACPRColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsEANSENull() {
+ return this.IsNull(this.tableDatos.EANSEColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetEANSENull() {
+ this[this.tableDatos.EANSEColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsEANSFNull() {
+ return this.IsNull(this.tableDatos.EANSFColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetEANSFNull() {
+ this[this.tableDatos.EANSFColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsEADESNull() {
+ return this.IsNull(this.tableDatos.EADESColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetEADESNull() {
+ this[this.tableDatos.EADESColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsEAPRVNull() {
+ return this.IsNull(this.tableDatos.EAPRVColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetEAPRVNull() {
+ this[this.tableDatos.EAPRVColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsEATIPNull() {
+ return this.IsNull(this.tableDatos.EATIPColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetEATIPNull() {
+ this[this.tableDatos.EATIPColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsEAFECNull() {
+ return this.IsNull(this.tableDatos.EAFECColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetEAFECNull() {
+ this[this.tableDatos.EAFECColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsEANALNull() {
+ return this.IsNull(this.tableDatos.EANALColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetEANALNull() {
+ this[this.tableDatos.EANALColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsEADEXNull() {
+ return this.IsNull(this.tableDatos.EADEXColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetEADEXNull() {
+ this[this.tableDatos.EADEXColumn] = global::System.Convert.DBNull;
+ }
+ }
+
+ ///
+ ///Row event argument class
+ ///
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public class DatosRowChangeEvent : global::System.EventArgs {
+
+ private DatosRow eventRow;
+
+ private global::System.Data.DataRowAction eventAction;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public DatosRowChangeEvent(DatosRow row, global::System.Data.DataRowAction action) {
+ this.eventRow = row;
+ this.eventAction = action;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public DatosRow Row {
+ get {
+ return this.eventRow;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataRowAction Action {
+ get {
+ return this.eventAction;
+ }
+ }
+ }
+ }
+}
+
+#pragma warning restore 1591
\ No newline at end of file
diff --git a/bdGrupoSanchoToro/XSD/DAT-EXPART.xsc b/bdGrupoSanchoToro/XSD/DAT-EXPART.xsc
new file mode 100644
index 0000000..5f28270
--- /dev/null
+++ b/bdGrupoSanchoToro/XSD/DAT-EXPART.xsc
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/bdGrupoSanchoToro/XSD/DAT-EXPART.xsd b/bdGrupoSanchoToro/XSD/DAT-EXPART.xsd
new file mode 100644
index 0000000..d08c2da
--- /dev/null
+++ b/bdGrupoSanchoToro/XSD/DAT-EXPART.xsd
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/bdGrupoSanchoToro/XSD/DAT-EXPART.xss b/bdGrupoSanchoToro/XSD/DAT-EXPART.xss
new file mode 100644
index 0000000..5f28270
--- /dev/null
+++ b/bdGrupoSanchoToro/XSD/DAT-EXPART.xss
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/bdGrupoSanchoToro/XSD/DAT-GRUASPC.Designer.cs b/bdGrupoSanchoToro/XSD/DAT-GRUASPC.Designer.cs
new file mode 100644
index 0000000..f838c5a
--- /dev/null
+++ b/bdGrupoSanchoToro/XSD/DAT-GRUASPC.Designer.cs
@@ -0,0 +1,2541 @@
+//------------------------------------------------------------------------------
+//
+// 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.
+//
+//------------------------------------------------------------------------------
+
+#pragma warning disable 1591
+
+namespace bdGrupoSanchoToro.XSD {
+
+
+ ///
+ ///Represents a strongly typed in-memory cache of data.
+ ///
+ [global::System.Serializable()]
+ [global::System.ComponentModel.DesignerCategoryAttribute("code")]
+ [global::System.ComponentModel.ToolboxItem(true)]
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
+ [global::System.Xml.Serialization.XmlRootAttribute("GRUASPC")]
+ [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
+ public partial class GRUASPC : global::System.Data.DataSet {
+
+ private DatosDataTable tableDatos;
+
+ private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public GRUASPC() {
+ this.BeginInit();
+ this.InitClass();
+ global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
+ base.Tables.CollectionChanged += schemaChangedHandler;
+ base.Relations.CollectionChanged += schemaChangedHandler;
+ this.EndInit();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ [System.ObsoleteAttribute("This API supports obsolete formatter-based serialization. It should not be called" +
+ " or extended by application code.", DiagnosticId="SYSLIB0051")]
+ protected GRUASPC(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
+ base(info, context, false) {
+ if ((this.IsBinarySerialized(info, context) == true)) {
+ this.InitVars(false);
+ global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
+ this.Tables.CollectionChanged += schemaChangedHandler1;
+ this.Relations.CollectionChanged += schemaChangedHandler1;
+ return;
+ }
+ string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
+ if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
+ global::System.Data.DataSet ds = new global::System.Data.DataSet();
+ ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
+ if ((ds.Tables["Datos"] != null)) {
+ base.Tables.Add(new DatosDataTable(ds.Tables["Datos"]));
+ }
+ this.DataSetName = ds.DataSetName;
+ this.Prefix = ds.Prefix;
+ this.Namespace = ds.Namespace;
+ this.Locale = ds.Locale;
+ this.CaseSensitive = ds.CaseSensitive;
+ this.EnforceConstraints = ds.EnforceConstraints;
+ this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
+ this.InitVars();
+ }
+ else {
+ this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
+ }
+ this.GetSerializationData(info, context);
+ global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
+ base.Tables.CollectionChanged += schemaChangedHandler;
+ this.Relations.CollectionChanged += schemaChangedHandler;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ [global::System.ComponentModel.Browsable(false)]
+ [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
+ public DatosDataTable Datos {
+ get {
+ return this.tableDatos;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ [global::System.ComponentModel.BrowsableAttribute(true)]
+ [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)]
+ public override global::System.Data.SchemaSerializationMode SchemaSerializationMode {
+ get {
+ return this._schemaSerializationMode;
+ }
+ set {
+ this._schemaSerializationMode = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
+ public new global::System.Data.DataTableCollection Tables {
+ get {
+ return base.Tables;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
+ public new global::System.Data.DataRelationCollection Relations {
+ get {
+ return base.Relations;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override void InitializeDerivedDataSet() {
+ this.BeginInit();
+ this.InitClass();
+ this.EndInit();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public override global::System.Data.DataSet Clone() {
+ GRUASPC cln = ((GRUASPC)(base.Clone()));
+ cln.InitVars();
+ cln.SchemaSerializationMode = this.SchemaSerializationMode;
+ return cln;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override bool ShouldSerializeTables() {
+ return false;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override bool ShouldSerializeRelations() {
+ return false;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) {
+ if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
+ this.Reset();
+ global::System.Data.DataSet ds = new global::System.Data.DataSet();
+ ds.ReadXml(reader);
+ if ((ds.Tables["Datos"] != null)) {
+ base.Tables.Add(new DatosDataTable(ds.Tables["Datos"]));
+ }
+ this.DataSetName = ds.DataSetName;
+ this.Prefix = ds.Prefix;
+ this.Namespace = ds.Namespace;
+ this.Locale = ds.Locale;
+ this.CaseSensitive = ds.CaseSensitive;
+ this.EnforceConstraints = ds.EnforceConstraints;
+ this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
+ this.InitVars();
+ }
+ else {
+ this.ReadXml(reader);
+ this.InitVars();
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() {
+ global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream();
+ this.WriteXmlSchema(new global::System.Xml.XmlTextWriter(stream, null));
+ stream.Position = 0;
+ return global::System.Xml.Schema.XmlSchema.Read(new global::System.Xml.XmlTextReader(stream), null);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ internal void InitVars() {
+ this.InitVars(true);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ internal void InitVars(bool initTable) {
+ this.tableDatos = ((DatosDataTable)(base.Tables["Datos"]));
+ if ((initTable == true)) {
+ if ((this.tableDatos != null)) {
+ this.tableDatos.InitVars();
+ }
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ private void InitClass() {
+ this.DataSetName = "GRUASPC";
+ this.Prefix = "";
+ this.Locale = new global::System.Globalization.CultureInfo("en-US");
+ this.EnforceConstraints = true;
+ this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
+ this.tableDatos = new DatosDataTable();
+ base.Tables.Add(this.tableDatos);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ private bool ShouldSerializeDatos() {
+ return false;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
+ if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
+ this.InitVars();
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
+ GRUASPC ds = new GRUASPC();
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
+ global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
+ any.Namespace = ds.Namespace;
+ sequence.Items.Add(any);
+ type.Particle = sequence;
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
+ if (xs.Contains(dsSchema.TargetNamespace)) {
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
+ try {
+ global::System.Xml.Schema.XmlSchema schema = null;
+ dsSchema.Write(s1);
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
+ s2.SetLength(0);
+ schema.Write(s2);
+ if ((s1.Length == s2.Length)) {
+ s1.Position = 0;
+ s2.Position = 0;
+ for (; ((s1.Position != s1.Length)
+ && (s1.ReadByte() == s2.ReadByte())); ) {
+ ;
+ }
+ if ((s1.Position == s1.Length)) {
+ return type;
+ }
+ }
+ }
+ }
+ finally {
+ if ((s1 != null)) {
+ s1.Close();
+ }
+ if ((s2 != null)) {
+ s2.Close();
+ }
+ }
+ }
+ xs.Add(dsSchema);
+ return type;
+ }
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public delegate void DatosRowChangeEventHandler(object sender, DatosRowChangeEvent e);
+
+ ///
+ ///Represents the strongly named DataTable class.
+ ///
+ [global::System.Serializable()]
+ [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
+ public partial class DatosDataTable : global::System.Data.TypedTableBase {
+
+ private global::System.Data.DataColumn columnCPCOD;
+
+ private global::System.Data.DataColumn columnCPCGG;
+
+ private global::System.Data.DataColumn columnCPALI;
+
+ private global::System.Data.DataColumn columnCPSRE;
+
+ private global::System.Data.DataColumn columnCPMAR;
+
+ private global::System.Data.DataColumn columnCPMDL;
+
+ private global::System.Data.DataColumn columnCPVER;
+
+ private global::System.Data.DataColumn columnCPMDG;
+
+ private global::System.Data.DataColumn columnCPEXP;
+
+ private global::System.Data.DataColumn columnCPFAL;
+
+ private global::System.Data.DataColumn columnCPFBA;
+
+ private global::System.Data.DataColumn columnCPFIA;
+
+ private global::System.Data.DataColumn columnCPFFA;
+
+ private global::System.Data.DataColumn columnCPMAT;
+
+ private global::System.Data.DataColumn columnCPALT;
+
+ private global::System.Data.DataColumn columnCPPLU;
+
+ private global::System.Data.DataColumn columnCPKGP;
+
+ private global::System.Data.DataColumn columnCPKGM;
+
+ private global::System.Data.DataColumn columnCPPRO;
+
+ private global::System.Data.DataColumn columnCPNCM;
+
+ private global::System.Data.DataColumn columnCPEST;
+
+ private global::System.Data.DataColumn columnCPOBR;
+
+ private global::System.Data.DataColumn columnCPCCL;
+
+ private global::System.Data.DataColumn columnCPASE;
+
+ private global::System.Data.DataColumn columnCPVAS;
+
+ private global::System.Data.DataColumn columnCPTIP;
+
+ private global::System.Data.DataColumn columnCPNAE;
+
+ private global::System.Data.DataColumn columnCPFPS;
+
+ private global::System.Data.DataColumn columnCPNPE;
+
+ private global::System.Data.DataColumn columnCPFURO;
+
+ private global::System.Data.DataColumn columnCPFURN;
+
+ private global::System.Data.DataColumn columnCPFL1;
+
+ private global::System.Data.DataColumn columnCPFL2;
+
+ private global::System.Data.DataColumn columnCPFL3;
+
+ private global::System.Data.DataColumn columnCPFL4;
+
+ private global::System.Data.DataColumn columnCPAL1;
+
+ private global::System.Data.DataColumn columnCPAL2;
+
+ private global::System.Data.DataColumn columnCPAL3;
+
+ private global::System.Data.DataColumn columnCPAL4;
+
+ private global::System.Data.DataColumn columnCPNL1;
+
+ private global::System.Data.DataColumn columnCPNL2;
+
+ private global::System.Data.DataColumn columnCPNL3;
+
+ private global::System.Data.DataColumn columnCPNL4;
+
+ private global::System.Data.DataColumn columnCPSIT;
+
+ private global::System.Data.DataColumn columnCPOBS;
+
+ private global::System.Data.DataColumn columnCPINCM;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public DatosDataTable() {
+ this.TableName = "Datos";
+ this.BeginInit();
+ this.InitClass();
+ this.EndInit();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ internal DatosDataTable(global::System.Data.DataTable table) {
+ this.TableName = table.TableName;
+ if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
+ this.CaseSensitive = table.CaseSensitive;
+ }
+ if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
+ this.Locale = table.Locale;
+ }
+ if ((table.Namespace != table.DataSet.Namespace)) {
+ this.Namespace = table.Namespace;
+ }
+ this.Prefix = table.Prefix;
+ this.MinimumCapacity = table.MinimumCapacity;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ [System.ObsoleteAttribute("This API supports obsolete formatter-based serialization. It should not be called" +
+ " or extended by application code.", DiagnosticId="SYSLIB0051")]
+ protected DatosDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
+ base(info, context) {
+ this.InitVars();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPCODColumn {
+ get {
+ return this.columnCPCOD;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPCGGColumn {
+ get {
+ return this.columnCPCGG;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPALIColumn {
+ get {
+ return this.columnCPALI;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPSREColumn {
+ get {
+ return this.columnCPSRE;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPMARColumn {
+ get {
+ return this.columnCPMAR;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPMDLColumn {
+ get {
+ return this.columnCPMDL;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPVERColumn {
+ get {
+ return this.columnCPVER;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPMDGColumn {
+ get {
+ return this.columnCPMDG;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPEXPColumn {
+ get {
+ return this.columnCPEXP;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPFALColumn {
+ get {
+ return this.columnCPFAL;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPFBAColumn {
+ get {
+ return this.columnCPFBA;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPFIAColumn {
+ get {
+ return this.columnCPFIA;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPFFAColumn {
+ get {
+ return this.columnCPFFA;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPMATColumn {
+ get {
+ return this.columnCPMAT;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPALTColumn {
+ get {
+ return this.columnCPALT;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPPLUColumn {
+ get {
+ return this.columnCPPLU;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPKGPColumn {
+ get {
+ return this.columnCPKGP;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPKGMColumn {
+ get {
+ return this.columnCPKGM;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPPROColumn {
+ get {
+ return this.columnCPPRO;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPNCMColumn {
+ get {
+ return this.columnCPNCM;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPESTColumn {
+ get {
+ return this.columnCPEST;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPOBRColumn {
+ get {
+ return this.columnCPOBR;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPCCLColumn {
+ get {
+ return this.columnCPCCL;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPASEColumn {
+ get {
+ return this.columnCPASE;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPVASColumn {
+ get {
+ return this.columnCPVAS;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPTIPColumn {
+ get {
+ return this.columnCPTIP;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPNAEColumn {
+ get {
+ return this.columnCPNAE;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPFPSColumn {
+ get {
+ return this.columnCPFPS;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPNPEColumn {
+ get {
+ return this.columnCPNPE;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPFUROColumn {
+ get {
+ return this.columnCPFURO;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPFURNColumn {
+ get {
+ return this.columnCPFURN;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPFL1Column {
+ get {
+ return this.columnCPFL1;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPFL2Column {
+ get {
+ return this.columnCPFL2;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPFL3Column {
+ get {
+ return this.columnCPFL3;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPFL4Column {
+ get {
+ return this.columnCPFL4;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPAL1Column {
+ get {
+ return this.columnCPAL1;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPAL2Column {
+ get {
+ return this.columnCPAL2;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPAL3Column {
+ get {
+ return this.columnCPAL3;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPAL4Column {
+ get {
+ return this.columnCPAL4;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPNL1Column {
+ get {
+ return this.columnCPNL1;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPNL2Column {
+ get {
+ return this.columnCPNL2;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPNL3Column {
+ get {
+ return this.columnCPNL3;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPNL4Column {
+ get {
+ return this.columnCPNL4;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPSITColumn {
+ get {
+ return this.columnCPSIT;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPOBSColumn {
+ get {
+ return this.columnCPOBS;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataColumn CPINCMColumn {
+ get {
+ return this.columnCPINCM;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ [global::System.ComponentModel.Browsable(false)]
+ public int Count {
+ get {
+ return this.Rows.Count;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public DatosRow this[int index] {
+ get {
+ return ((DatosRow)(this.Rows[index]));
+ }
+ }
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public event DatosRowChangeEventHandler DatosRowChanging;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public event DatosRowChangeEventHandler DatosRowChanged;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public event DatosRowChangeEventHandler DatosRowDeleting;
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public event DatosRowChangeEventHandler DatosRowDeleted;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void AddDatosRow(DatosRow row) {
+ this.Rows.Add(row);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public DatosRow AddDatosRow(
+ string CPCOD,
+ string CPCGG,
+ string CPALI,
+ string CPSRE,
+ string CPMAR,
+ string CPMDL,
+ string CPVER,
+ string CPMDG,
+ string CPEXP,
+ string CPFAL,
+ string CPFBA,
+ string CPFIA,
+ string CPFFA,
+ string CPMAT,
+ string CPALT,
+ string CPPLU,
+ string CPKGP,
+ string CPKGM,
+ string CPPRO,
+ string CPNCM,
+ string CPEST,
+ string CPOBR,
+ string CPCCL,
+ string CPASE,
+ string CPVAS,
+ string CPTIP,
+ string CPNAE,
+ string CPFPS,
+ string CPNPE,
+ string CPFURO,
+ string CPFURN,
+ string CPFL1,
+ string CPFL2,
+ string CPFL3,
+ string CPFL4,
+ string CPAL1,
+ string CPAL2,
+ string CPAL3,
+ string CPAL4,
+ string CPNL1,
+ string CPNL2,
+ string CPNL3,
+ string CPNL4,
+ string CPSIT,
+ string CPOBS,
+ string CPINCM) {
+ DatosRow rowDatosRow = ((DatosRow)(this.NewRow()));
+ object[] columnValuesArray = new object[] {
+ CPCOD,
+ CPCGG,
+ CPALI,
+ CPSRE,
+ CPMAR,
+ CPMDL,
+ CPVER,
+ CPMDG,
+ CPEXP,
+ CPFAL,
+ CPFBA,
+ CPFIA,
+ CPFFA,
+ CPMAT,
+ CPALT,
+ CPPLU,
+ CPKGP,
+ CPKGM,
+ CPPRO,
+ CPNCM,
+ CPEST,
+ CPOBR,
+ CPCCL,
+ CPASE,
+ CPVAS,
+ CPTIP,
+ CPNAE,
+ CPFPS,
+ CPNPE,
+ CPFURO,
+ CPFURN,
+ CPFL1,
+ CPFL2,
+ CPFL3,
+ CPFL4,
+ CPAL1,
+ CPAL2,
+ CPAL3,
+ CPAL4,
+ CPNL1,
+ CPNL2,
+ CPNL3,
+ CPNL4,
+ CPSIT,
+ CPOBS,
+ CPINCM};
+ rowDatosRow.ItemArray = columnValuesArray;
+ this.Rows.Add(rowDatosRow);
+ return rowDatosRow;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public override global::System.Data.DataTable Clone() {
+ DatosDataTable cln = ((DatosDataTable)(base.Clone()));
+ cln.InitVars();
+ return cln;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override global::System.Data.DataTable CreateInstance() {
+ return new DatosDataTable();
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ internal void InitVars() {
+ this.columnCPCOD = base.Columns["CPCOD"];
+ this.columnCPCGG = base.Columns["CPCGG"];
+ this.columnCPALI = base.Columns["CPALI"];
+ this.columnCPSRE = base.Columns["CPSRE"];
+ this.columnCPMAR = base.Columns["CPMAR"];
+ this.columnCPMDL = base.Columns["CPMDL"];
+ this.columnCPVER = base.Columns["CPVER"];
+ this.columnCPMDG = base.Columns["CPMDG"];
+ this.columnCPEXP = base.Columns["CPEXP"];
+ this.columnCPFAL = base.Columns["CPFAL"];
+ this.columnCPFBA = base.Columns["CPFBA"];
+ this.columnCPFIA = base.Columns["CPFIA"];
+ this.columnCPFFA = base.Columns["CPFFA"];
+ this.columnCPMAT = base.Columns["CPMAT"];
+ this.columnCPALT = base.Columns["CPALT"];
+ this.columnCPPLU = base.Columns["CPPLU"];
+ this.columnCPKGP = base.Columns["CPKGP"];
+ this.columnCPKGM = base.Columns["CPKGM"];
+ this.columnCPPRO = base.Columns["CPPRO"];
+ this.columnCPNCM = base.Columns["CPNCM"];
+ this.columnCPEST = base.Columns["CPEST"];
+ this.columnCPOBR = base.Columns["CPOBR"];
+ this.columnCPCCL = base.Columns["CPCCL"];
+ this.columnCPASE = base.Columns["CPASE"];
+ this.columnCPVAS = base.Columns["CPVAS"];
+ this.columnCPTIP = base.Columns["CPTIP"];
+ this.columnCPNAE = base.Columns["CPNAE"];
+ this.columnCPFPS = base.Columns["CPFPS"];
+ this.columnCPNPE = base.Columns["CPNPE"];
+ this.columnCPFURO = base.Columns["CPFURO"];
+ this.columnCPFURN = base.Columns["CPFURN"];
+ this.columnCPFL1 = base.Columns["CPFL1"];
+ this.columnCPFL2 = base.Columns["CPFL2"];
+ this.columnCPFL3 = base.Columns["CPFL3"];
+ this.columnCPFL4 = base.Columns["CPFL4"];
+ this.columnCPAL1 = base.Columns["CPAL1"];
+ this.columnCPAL2 = base.Columns["CPAL2"];
+ this.columnCPAL3 = base.Columns["CPAL3"];
+ this.columnCPAL4 = base.Columns["CPAL4"];
+ this.columnCPNL1 = base.Columns["CPNL1"];
+ this.columnCPNL2 = base.Columns["CPNL2"];
+ this.columnCPNL3 = base.Columns["CPNL3"];
+ this.columnCPNL4 = base.Columns["CPNL4"];
+ this.columnCPSIT = base.Columns["CPSIT"];
+ this.columnCPOBS = base.Columns["CPOBS"];
+ this.columnCPINCM = base.Columns["CPINCM"];
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ private void InitClass() {
+ this.columnCPCOD = new global::System.Data.DataColumn("CPCOD", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPCOD);
+ this.columnCPCGG = new global::System.Data.DataColumn("CPCGG", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPCGG);
+ this.columnCPALI = new global::System.Data.DataColumn("CPALI", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPALI);
+ this.columnCPSRE = new global::System.Data.DataColumn("CPSRE", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPSRE);
+ this.columnCPMAR = new global::System.Data.DataColumn("CPMAR", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPMAR);
+ this.columnCPMDL = new global::System.Data.DataColumn("CPMDL", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPMDL);
+ this.columnCPVER = new global::System.Data.DataColumn("CPVER", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPVER);
+ this.columnCPMDG = new global::System.Data.DataColumn("CPMDG", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPMDG);
+ this.columnCPEXP = new global::System.Data.DataColumn("CPEXP", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPEXP);
+ this.columnCPFAL = new global::System.Data.DataColumn("CPFAL", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPFAL);
+ this.columnCPFBA = new global::System.Data.DataColumn("CPFBA", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPFBA);
+ this.columnCPFIA = new global::System.Data.DataColumn("CPFIA", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPFIA);
+ this.columnCPFFA = new global::System.Data.DataColumn("CPFFA", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPFFA);
+ this.columnCPMAT = new global::System.Data.DataColumn("CPMAT", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPMAT);
+ this.columnCPALT = new global::System.Data.DataColumn("CPALT", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPALT);
+ this.columnCPPLU = new global::System.Data.DataColumn("CPPLU", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPPLU);
+ this.columnCPKGP = new global::System.Data.DataColumn("CPKGP", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPKGP);
+ this.columnCPKGM = new global::System.Data.DataColumn("CPKGM", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPKGM);
+ this.columnCPPRO = new global::System.Data.DataColumn("CPPRO", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPPRO);
+ this.columnCPNCM = new global::System.Data.DataColumn("CPNCM", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPNCM);
+ this.columnCPEST = new global::System.Data.DataColumn("CPEST", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPEST);
+ this.columnCPOBR = new global::System.Data.DataColumn("CPOBR", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPOBR);
+ this.columnCPCCL = new global::System.Data.DataColumn("CPCCL", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPCCL);
+ this.columnCPASE = new global::System.Data.DataColumn("CPASE", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPASE);
+ this.columnCPVAS = new global::System.Data.DataColumn("CPVAS", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPVAS);
+ this.columnCPTIP = new global::System.Data.DataColumn("CPTIP", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPTIP);
+ this.columnCPNAE = new global::System.Data.DataColumn("CPNAE", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPNAE);
+ this.columnCPFPS = new global::System.Data.DataColumn("CPFPS", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPFPS);
+ this.columnCPNPE = new global::System.Data.DataColumn("CPNPE", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPNPE);
+ this.columnCPFURO = new global::System.Data.DataColumn("CPFURO", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPFURO);
+ this.columnCPFURN = new global::System.Data.DataColumn("CPFURN", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPFURN);
+ this.columnCPFL1 = new global::System.Data.DataColumn("CPFL1", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPFL1);
+ this.columnCPFL2 = new global::System.Data.DataColumn("CPFL2", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPFL2);
+ this.columnCPFL3 = new global::System.Data.DataColumn("CPFL3", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPFL3);
+ this.columnCPFL4 = new global::System.Data.DataColumn("CPFL4", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPFL4);
+ this.columnCPAL1 = new global::System.Data.DataColumn("CPAL1", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPAL1);
+ this.columnCPAL2 = new global::System.Data.DataColumn("CPAL2", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPAL2);
+ this.columnCPAL3 = new global::System.Data.DataColumn("CPAL3", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPAL3);
+ this.columnCPAL4 = new global::System.Data.DataColumn("CPAL4", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPAL4);
+ this.columnCPNL1 = new global::System.Data.DataColumn("CPNL1", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPNL1);
+ this.columnCPNL2 = new global::System.Data.DataColumn("CPNL2", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPNL2);
+ this.columnCPNL3 = new global::System.Data.DataColumn("CPNL3", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPNL3);
+ this.columnCPNL4 = new global::System.Data.DataColumn("CPNL4", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPNL4);
+ this.columnCPSIT = new global::System.Data.DataColumn("CPSIT", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPSIT);
+ this.columnCPOBS = new global::System.Data.DataColumn("CPOBS", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPOBS);
+ this.columnCPINCM = new global::System.Data.DataColumn("CPINCM", typeof(string), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnCPINCM);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public DatosRow NewDatosRow() {
+ return ((DatosRow)(this.NewRow()));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
+ return new DatosRow(builder);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override global::System.Type GetRowType() {
+ return typeof(DatosRow);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowChanged(e);
+ if ((this.DatosRowChanged != null)) {
+ this.DatosRowChanged(this, new DatosRowChangeEvent(((DatosRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowChanging(e);
+ if ((this.DatosRowChanging != null)) {
+ this.DatosRowChanging(this, new DatosRowChangeEvent(((DatosRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowDeleted(e);
+ if ((this.DatosRowDeleted != null)) {
+ this.DatosRowDeleted(this, new DatosRowChangeEvent(((DatosRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
+ base.OnRowDeleting(e);
+ if ((this.DatosRowDeleting != null)) {
+ this.DatosRowDeleting(this, new DatosRowChangeEvent(((DatosRow)(e.Row)), e.Action));
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void RemoveDatosRow(DatosRow row) {
+ this.Rows.Remove(row);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
+ global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
+ global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
+ GRUASPC ds = new GRUASPC();
+ global::System.Xml.Schema.XmlSchemaAny any1 = 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);
+ global::System.Xml.Schema.XmlSchemaAny any2 = 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);
+ global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
+ attribute1.Name = "namespace";
+ attribute1.FixedValue = ds.Namespace;
+ type.Attributes.Add(attribute1);
+ global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
+ attribute2.Name = "tableTypeName";
+ attribute2.FixedValue = "DatosDataTable";
+ type.Attributes.Add(attribute2);
+ type.Particle = sequence;
+ global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
+ if (xs.Contains(dsSchema.TargetNamespace)) {
+ global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
+ global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
+ try {
+ global::System.Xml.Schema.XmlSchema schema = null;
+ dsSchema.Write(s1);
+ for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
+ schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
+ s2.SetLength(0);
+ schema.Write(s2);
+ if ((s1.Length == s2.Length)) {
+ s1.Position = 0;
+ s2.Position = 0;
+ for (; ((s1.Position != s1.Length)
+ && (s1.ReadByte() == s2.ReadByte())); ) {
+ ;
+ }
+ if ((s1.Position == s1.Length)) {
+ return type;
+ }
+ }
+ }
+ }
+ finally {
+ if ((s1 != null)) {
+ s1.Close();
+ }
+ if ((s2 != null)) {
+ s2.Close();
+ }
+ }
+ }
+ xs.Add(dsSchema);
+ return type;
+ }
+ }
+
+ ///
+ ///Represents strongly named DataRow class.
+ ///
+ public partial class DatosRow : global::System.Data.DataRow {
+
+ private DatosDataTable tableDatos;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ internal DatosRow(global::System.Data.DataRowBuilder rb) :
+ base(rb) {
+ this.tableDatos = ((DatosDataTable)(this.Table));
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPCOD {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPCODColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPCOD\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPCODColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPCGG {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPCGGColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPCGG\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPCGGColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPALI {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPALIColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPALI\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPALIColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPSRE {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPSREColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPSRE\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPSREColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPMAR {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPMARColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPMAR\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPMARColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPMDL {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPMDLColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPMDL\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPMDLColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPVER {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPVERColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPVER\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPVERColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPMDG {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPMDGColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPMDG\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPMDGColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPEXP {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPEXPColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPEXP\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPEXPColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPFAL {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPFALColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPFAL\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPFALColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPFBA {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPFBAColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPFBA\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPFBAColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPFIA {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPFIAColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPFIA\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPFIAColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPFFA {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPFFAColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPFFA\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPFFAColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPMAT {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPMATColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPMAT\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPMATColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPALT {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPALTColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPALT\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPALTColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPPLU {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPPLUColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPPLU\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPPLUColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPKGP {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPKGPColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPKGP\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPKGPColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPKGM {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPKGMColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPKGM\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPKGMColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPPRO {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPPROColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPPRO\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPPROColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPNCM {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPNCMColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPNCM\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPNCMColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPEST {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPESTColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPEST\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPESTColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPOBR {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPOBRColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPOBR\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPOBRColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPCCL {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPCCLColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPCCL\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPCCLColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPASE {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPASEColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPASE\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPASEColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPVAS {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPVASColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPVAS\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPVASColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPTIP {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPTIPColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPTIP\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPTIPColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPNAE {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPNAEColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPNAE\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPNAEColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPFPS {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPFPSColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPFPS\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPFPSColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPNPE {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPNPEColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPNPE\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPNPEColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPFURO {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPFUROColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPFURO\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPFUROColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPFURN {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPFURNColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPFURN\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPFURNColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPFL1 {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPFL1Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPFL1\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPFL1Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPFL2 {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPFL2Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPFL2\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPFL2Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPFL3 {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPFL3Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPFL3\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPFL3Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPFL4 {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPFL4Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPFL4\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPFL4Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPAL1 {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPAL1Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPAL1\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPAL1Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPAL2 {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPAL2Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPAL2\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPAL2Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPAL3 {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPAL3Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPAL3\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPAL3Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPAL4 {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPAL4Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPAL4\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPAL4Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPNL1 {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPNL1Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPNL1\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPNL1Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPNL2 {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPNL2Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPNL2\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPNL2Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPNL3 {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPNL3Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPNL3\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPNL3Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPNL4 {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPNL4Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPNL4\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPNL4Column] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPSIT {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPSITColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPSIT\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPSITColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPOBS {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPOBSColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPOBS\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPOBSColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public string CPINCM {
+ get {
+ try {
+ return ((string)(this[this.tableDatos.CPINCMColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("El valor de la columna \'CPINCM\' de la tabla \'Datos\' es DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableDatos.CPINCMColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPCODNull() {
+ return this.IsNull(this.tableDatos.CPCODColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPCODNull() {
+ this[this.tableDatos.CPCODColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPCGGNull() {
+ return this.IsNull(this.tableDatos.CPCGGColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPCGGNull() {
+ this[this.tableDatos.CPCGGColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPALINull() {
+ return this.IsNull(this.tableDatos.CPALIColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPALINull() {
+ this[this.tableDatos.CPALIColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPSRENull() {
+ return this.IsNull(this.tableDatos.CPSREColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPSRENull() {
+ this[this.tableDatos.CPSREColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPMARNull() {
+ return this.IsNull(this.tableDatos.CPMARColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPMARNull() {
+ this[this.tableDatos.CPMARColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPMDLNull() {
+ return this.IsNull(this.tableDatos.CPMDLColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPMDLNull() {
+ this[this.tableDatos.CPMDLColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPVERNull() {
+ return this.IsNull(this.tableDatos.CPVERColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPVERNull() {
+ this[this.tableDatos.CPVERColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPMDGNull() {
+ return this.IsNull(this.tableDatos.CPMDGColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPMDGNull() {
+ this[this.tableDatos.CPMDGColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPEXPNull() {
+ return this.IsNull(this.tableDatos.CPEXPColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPEXPNull() {
+ this[this.tableDatos.CPEXPColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPFALNull() {
+ return this.IsNull(this.tableDatos.CPFALColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPFALNull() {
+ this[this.tableDatos.CPFALColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPFBANull() {
+ return this.IsNull(this.tableDatos.CPFBAColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPFBANull() {
+ this[this.tableDatos.CPFBAColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPFIANull() {
+ return this.IsNull(this.tableDatos.CPFIAColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPFIANull() {
+ this[this.tableDatos.CPFIAColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPFFANull() {
+ return this.IsNull(this.tableDatos.CPFFAColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPFFANull() {
+ this[this.tableDatos.CPFFAColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPMATNull() {
+ return this.IsNull(this.tableDatos.CPMATColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPMATNull() {
+ this[this.tableDatos.CPMATColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPALTNull() {
+ return this.IsNull(this.tableDatos.CPALTColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPALTNull() {
+ this[this.tableDatos.CPALTColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPPLUNull() {
+ return this.IsNull(this.tableDatos.CPPLUColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPPLUNull() {
+ this[this.tableDatos.CPPLUColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPKGPNull() {
+ return this.IsNull(this.tableDatos.CPKGPColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPKGPNull() {
+ this[this.tableDatos.CPKGPColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPKGMNull() {
+ return this.IsNull(this.tableDatos.CPKGMColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPKGMNull() {
+ this[this.tableDatos.CPKGMColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPPRONull() {
+ return this.IsNull(this.tableDatos.CPPROColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPPRONull() {
+ this[this.tableDatos.CPPROColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPNCMNull() {
+ return this.IsNull(this.tableDatos.CPNCMColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPNCMNull() {
+ this[this.tableDatos.CPNCMColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPESTNull() {
+ return this.IsNull(this.tableDatos.CPESTColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPESTNull() {
+ this[this.tableDatos.CPESTColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPOBRNull() {
+ return this.IsNull(this.tableDatos.CPOBRColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPOBRNull() {
+ this[this.tableDatos.CPOBRColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPCCLNull() {
+ return this.IsNull(this.tableDatos.CPCCLColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPCCLNull() {
+ this[this.tableDatos.CPCCLColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPASENull() {
+ return this.IsNull(this.tableDatos.CPASEColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPASENull() {
+ this[this.tableDatos.CPASEColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPVASNull() {
+ return this.IsNull(this.tableDatos.CPVASColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPVASNull() {
+ this[this.tableDatos.CPVASColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPTIPNull() {
+ return this.IsNull(this.tableDatos.CPTIPColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPTIPNull() {
+ this[this.tableDatos.CPTIPColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPNAENull() {
+ return this.IsNull(this.tableDatos.CPNAEColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPNAENull() {
+ this[this.tableDatos.CPNAEColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPFPSNull() {
+ return this.IsNull(this.tableDatos.CPFPSColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPFPSNull() {
+ this[this.tableDatos.CPFPSColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPNPENull() {
+ return this.IsNull(this.tableDatos.CPNPEColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPNPENull() {
+ this[this.tableDatos.CPNPEColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPFURONull() {
+ return this.IsNull(this.tableDatos.CPFUROColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPFURONull() {
+ this[this.tableDatos.CPFUROColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPFURNNull() {
+ return this.IsNull(this.tableDatos.CPFURNColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPFURNNull() {
+ this[this.tableDatos.CPFURNColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPFL1Null() {
+ return this.IsNull(this.tableDatos.CPFL1Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPFL1Null() {
+ this[this.tableDatos.CPFL1Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPFL2Null() {
+ return this.IsNull(this.tableDatos.CPFL2Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPFL2Null() {
+ this[this.tableDatos.CPFL2Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPFL3Null() {
+ return this.IsNull(this.tableDatos.CPFL3Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPFL3Null() {
+ this[this.tableDatos.CPFL3Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPFL4Null() {
+ return this.IsNull(this.tableDatos.CPFL4Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPFL4Null() {
+ this[this.tableDatos.CPFL4Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPAL1Null() {
+ return this.IsNull(this.tableDatos.CPAL1Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPAL1Null() {
+ this[this.tableDatos.CPAL1Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPAL2Null() {
+ return this.IsNull(this.tableDatos.CPAL2Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPAL2Null() {
+ this[this.tableDatos.CPAL2Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPAL3Null() {
+ return this.IsNull(this.tableDatos.CPAL3Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPAL3Null() {
+ this[this.tableDatos.CPAL3Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPAL4Null() {
+ return this.IsNull(this.tableDatos.CPAL4Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPAL4Null() {
+ this[this.tableDatos.CPAL4Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPNL1Null() {
+ return this.IsNull(this.tableDatos.CPNL1Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPNL1Null() {
+ this[this.tableDatos.CPNL1Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPNL2Null() {
+ return this.IsNull(this.tableDatos.CPNL2Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPNL2Null() {
+ this[this.tableDatos.CPNL2Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPNL3Null() {
+ return this.IsNull(this.tableDatos.CPNL3Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPNL3Null() {
+ this[this.tableDatos.CPNL3Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPNL4Null() {
+ return this.IsNull(this.tableDatos.CPNL4Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPNL4Null() {
+ this[this.tableDatos.CPNL4Column] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPSITNull() {
+ return this.IsNull(this.tableDatos.CPSITColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPSITNull() {
+ this[this.tableDatos.CPSITColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPOBSNull() {
+ return this.IsNull(this.tableDatos.CPOBSColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPOBSNull() {
+ this[this.tableDatos.CPOBSColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public bool IsCPINCMNull() {
+ return this.IsNull(this.tableDatos.CPINCMColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public void SetCPINCMNull() {
+ this[this.tableDatos.CPINCMColumn] = global::System.Convert.DBNull;
+ }
+ }
+
+ ///
+ ///Row event argument class
+ ///
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public class DatosRowChangeEvent : global::System.EventArgs {
+
+ private DatosRow eventRow;
+
+ private global::System.Data.DataRowAction eventAction;
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public DatosRowChangeEvent(DatosRow row, global::System.Data.DataRowAction action) {
+ this.eventRow = row;
+ this.eventAction = action;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public DatosRow Row {
+ get {
+ return this.eventRow;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "18.0.0.0")]
+ public global::System.Data.DataRowAction Action {
+ get {
+ return this.eventAction;
+ }
+ }
+ }
+ }
+}
+
+#pragma warning restore 1591
\ No newline at end of file
diff --git a/bdGrupoSanchoToro/XSD/DAT-GRUASPC.xsc b/bdGrupoSanchoToro/XSD/DAT-GRUASPC.xsc
new file mode 100644
index 0000000..5f28270
--- /dev/null
+++ b/bdGrupoSanchoToro/XSD/DAT-GRUASPC.xsc
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/bdGrupoSanchoToro/XSD/DAT-GRUASPC.xsd b/bdGrupoSanchoToro/XSD/DAT-GRUASPC.xsd
new file mode 100644
index 0000000..2494e7a
--- /dev/null
+++ b/bdGrupoSanchoToro/XSD/DAT-GRUASPC.xsd
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/bdGrupoSanchoToro/XSD/DAT-GRUASPC.xss b/bdGrupoSanchoToro/XSD/DAT-GRUASPC.xss
new file mode 100644
index 0000000..5f28270
--- /dev/null
+++ b/bdGrupoSanchoToro/XSD/DAT-GRUASPC.xss
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/bdGrupoSanchoToro/bdGrupoSanchoToro.csproj b/bdGrupoSanchoToro/bdGrupoSanchoToro.csproj
index c26a84f..5f0b8ad 100644
--- a/bdGrupoSanchoToro/bdGrupoSanchoToro.csproj
+++ b/bdGrupoSanchoToro/bdGrupoSanchoToro.csproj
@@ -36,11 +36,21 @@
+
+ True
+ True
+ DAT-ARTICULOS.xsd
+
True
True
DAT-CTESGESL.xsd
+
+ True
+ True
+ DAT-EXPART.xsd
+
True
True
@@ -51,6 +61,11 @@
True
DAT-GRUASGC.xsd
+
+ True
+ True
+ DAT-GRUASPC.xsd
+
True
True
@@ -59,10 +74,18 @@
+
+ MSDataSetGenerator
+ DAT-ARTICULOS.Designer.cs
+
MSDataSetGenerator
DAT-CTESGESL.Designer.cs
+
+ MSDataSetGenerator
+ DAT-EXPART.Designer.cs
+
MSDataSetGenerator
DAT-FAMILIAS.Designer.cs
@@ -71,6 +94,10 @@
MSDataSetGenerator
DAT-GRUASGC.Designer.cs
+
+ MSDataSetGenerator
+ DAT-GRUASPC.Designer.cs
+
MSDataSetGenerator
DAT-PRODUCTOS.Designer.cs
diff --git a/bdGrupoSanchoToro/db/apuntes.cs b/bdGrupoSanchoToro/db/apuntes.cs
index abfab3f..97a8406 100644
--- a/bdGrupoSanchoToro/db/apuntes.cs
+++ b/bdGrupoSanchoToro/db/apuntes.cs
@@ -29,6 +29,8 @@ public partial class apuntes
public int? idConciliacion { get; set; }
+ public int? idAplicacion { get; set; }
+
public virtual asientos idAsientoNavigation { get; set; } = null!;
public virtual conceptosapuntes? idConceptoNavigation { get; set; }
diff --git a/bdGrupoSanchoToro/db/articulos.cs b/bdGrupoSanchoToro/db/articulos.cs
index c501555..7626e60 100644
--- a/bdGrupoSanchoToro/db/articulos.cs
+++ b/bdGrupoSanchoToro/db/articulos.cs
@@ -17,28 +17,34 @@ public partial class articulos
public int? idProveedor { get; set; }
- public string? NumeroFraCompra { get; set; }
-
- public DateOnly? FechaCompra { get; set; }
-
public DateOnly? FechaFinGarantia { get; set; }
+ public DateOnly? FechaAlta { get; set; }
+
public DateOnly? FechaBaja { get; set; }
- public string? Observaciones { get; set; }
+ public int? idDetalleFra { get; set; }
- public double? PrecioCompra { get; set; }
+ public int? idDetalleFraVenta { get; set; }
public int? idFichero { get; set; }
- public string? Averias { get; set; }
+ public string? Matricula { get; set; }
+
+ public string? Observaciones { get; set; }
public virtual ICollection detallepresupuesto { get; set; } = new List();
public virtual ICollection detallesalbaranes { get; set; } = new List();
+ public virtual ICollection expedientesarticulos { get; set; } = new List();
+
public virtual gruasparticulares? gruasparticulares { get; set; }
+ public virtual detallesfacturas? idDetalleFraNavigation { get; set; }
+
+ public virtual detallesfacturasrecibidas? idDetalleFraVentaNavigation { get; set; }
+
public virtual ficheros? idFicheroNavigation { get; set; }
public virtual productos? idProductoNavigation { get; set; }
diff --git a/bdGrupoSanchoToro/db/desglosetiposofertas.cs b/bdGrupoSanchoToro/db/desglosetiposofertas.cs
new file mode 100644
index 0000000..5c3de7c
--- /dev/null
+++ b/bdGrupoSanchoToro/db/desglosetiposofertas.cs
@@ -0,0 +1,21 @@
+using System;
+using System.Collections.Generic;
+using PropertyChanged;
+
+namespace bdGrupoSanchoToro.db;
+
+[AddINotifyPropertyChangedInterface]
+public partial class desglosetiposofertas
+{
+ public int idDesglose { get; set; }
+
+ public int idProducto { get; set; }
+
+ public bool Obligatorio { get; set; }
+
+ public int idTipoOferta { get; set; }
+
+ public virtual productos idProductoNavigation { get; set; } = null!;
+
+ public virtual tiposofertas idTipoOfertaNavigation { get; set; } = null!;
+}
diff --git a/bdGrupoSanchoToro/db/detallesfacturas.cs b/bdGrupoSanchoToro/db/detallesfacturas.cs
index d9f6a57..f594eb1 100644
--- a/bdGrupoSanchoToro/db/detallesfacturas.cs
+++ b/bdGrupoSanchoToro/db/detallesfacturas.cs
@@ -29,6 +29,8 @@ public partial class detallesfacturas
public int? idDetalleRTF { get; set; }
+ public virtual ICollection articulos { get; set; } = new List();
+
public virtual detallepresupuesto? idDetallePresupuestoNavigation { get; set; }
public virtual ficheros? idDetalleRTFNavigation { get; set; }
diff --git a/bdGrupoSanchoToro/db/detallesfacturasrecibidas.cs b/bdGrupoSanchoToro/db/detallesfacturasrecibidas.cs
index b996971..14970a9 100644
--- a/bdGrupoSanchoToro/db/detallesfacturasrecibidas.cs
+++ b/bdGrupoSanchoToro/db/detallesfacturasrecibidas.cs
@@ -23,6 +23,8 @@ public partial class detallesfacturasrecibidas
public string? Observaciones { get; set; }
+ public virtual ICollection articulos { get; set; } = new List();
+
public virtual facturasrecibidas idFacturaNavigation { get; set; } = null!;
public virtual productos idProductoNavigation { get; set; } = null!;
diff --git a/bdGrupoSanchoToro/db/expedientesarticulos.cs b/bdGrupoSanchoToro/db/expedientesarticulos.cs
new file mode 100644
index 0000000..c88cea5
--- /dev/null
+++ b/bdGrupoSanchoToro/db/expedientesarticulos.cs
@@ -0,0 +1,35 @@
+using System;
+using System.Collections.Generic;
+using PropertyChanged;
+
+namespace bdGrupoSanchoToro.db;
+
+[AddINotifyPropertyChangedInterface]
+public partial class expedientesarticulos
+{
+ public int idExpediente { get; set; }
+
+ public string? Descripcion { get; set; }
+
+ public DateTime? Fecha { get; set; }
+
+ public int Tipo { get; set; }
+
+ public int? Aplicacion { get; set; }
+
+ public int? idAplicacion { get; set; }
+
+ public int? idFichero { get; set; }
+
+ public int? idEntidad { get; set; }
+
+ public int? idUsuario { get; set; }
+
+ public bool EsAdvertencia { get; set; }
+
+ public virtual articulos? idEntidadNavigation { get; set; }
+
+ public virtual ficheros? idFicheroNavigation { get; set; }
+
+ public virtual usuarios? idUsuarioNavigation { get; set; }
+}
diff --git a/bdGrupoSanchoToro/db/ficheros.cs b/bdGrupoSanchoToro/db/ficheros.cs
index 4fc1e18..fc5ba9c 100644
--- a/bdGrupoSanchoToro/db/ficheros.cs
+++ b/bdGrupoSanchoToro/db/ficheros.cs
@@ -39,6 +39,8 @@ public partial class ficheros
public virtual ICollection empresasidLogo2Navigation { get; set; } = new List();
+ public virtual ICollection expedientesarticulos { get; set; } = new List();
+
public virtual ICollection expedientesentidades { get; set; } = new List();
public virtual ICollection facturas { get; set; } = new List();
diff --git a/bdGrupoSanchoToro/db/productos.cs b/bdGrupoSanchoToro/db/productos.cs
index c8171ce..4f3c3b3 100644
--- a/bdGrupoSanchoToro/db/productos.cs
+++ b/bdGrupoSanchoToro/db/productos.cs
@@ -79,6 +79,8 @@ public partial class productos
public virtual ICollection articulos { get; set; } = new List();
+ public virtual ICollection desglosetiposofertas { get; set; } = new List();
+
public virtual ICollection detallepresupuesto { get; set; } = new List();
public virtual ICollection detallesalbaranes { get; set; } = new List();
diff --git a/bdGrupoSanchoToro/db/tiposofertas.cs b/bdGrupoSanchoToro/db/tiposofertas.cs
new file mode 100644
index 0000000..7783635
--- /dev/null
+++ b/bdGrupoSanchoToro/db/tiposofertas.cs
@@ -0,0 +1,29 @@
+using System;
+using System.Collections.Generic;
+using PropertyChanged;
+
+namespace bdGrupoSanchoToro.db;
+
+[AddINotifyPropertyChangedInterface]
+public partial class tiposofertas
+{
+ public int idTipoOferta { get; set; }
+
+ public string Codigo { get; set; } = null!;
+
+ public int Tipo { get; set; }
+
+ public string Descripcion { get; set; } = null!;
+
+ public bool Opcional_ElementoGrua { get; set; }
+
+ public bool Opcional_Repuesto { get; set; }
+
+ public bool Opcional_OtrosProductos { get; set; }
+
+ public bool Opcional_Consumibles { get; set; }
+
+ public bool Opcional_Servicio { get; set; }
+
+ public virtual ICollection desglosetiposofertas { get; set; } = new List();
+}
diff --git a/bdGrupoSanchoToro/db/usuarios.cs b/bdGrupoSanchoToro/db/usuarios.cs
index ed59a62..00c4601 100644
--- a/bdGrupoSanchoToro/db/usuarios.cs
+++ b/bdGrupoSanchoToro/db/usuarios.cs
@@ -47,6 +47,8 @@ public partial class usuarios
public virtual ICollection eventos { get; set; } = new List();
+ public virtual ICollection expedientesarticulos { get; set; } = new List();
+
public virtual ICollection expedientesentidades { get; set; } = new List();
public virtual ICollection extractosbancarios { get; set; } = new List();
diff --git a/bdGrupoSanchoToro/dbcontext/GrupoSanchoToroContext.cs b/bdGrupoSanchoToro/dbcontext/GrupoSanchoToroContext.cs
index 92a3ba1..9b10b33 100644
--- a/bdGrupoSanchoToro/dbcontext/GrupoSanchoToroContext.cs
+++ b/bdGrupoSanchoToro/dbcontext/GrupoSanchoToroContext.cs
@@ -52,6 +52,8 @@ public partial class GrupoSanchoToroContext : DbContext
public virtual DbSet cuentascorreo { get; set; }
+ public virtual DbSet desglosetiposofertas { get; set; }
+
public virtual DbSet detallepresupuesto { get; set; }
public virtual DbSet detallesalbaranes { get; set; }
@@ -76,6 +78,8 @@ public partial class GrupoSanchoToroContext : DbContext
public virtual DbSet eventos { get; set; }
+ public virtual DbSet expedientesarticulos { get; set; }
+
public virtual DbSet expedientesentidades { get; set; }
public virtual DbSet extractosbancarios { get; set; }
@@ -136,6 +140,8 @@ public partial class GrupoSanchoToroContext : DbContext
public virtual DbSet tablas { get; set; }
+ public virtual DbSet tiposofertas { get; set; }
+
public virtual DbSet trabajadores { get; set; }
public virtual DbSet usuarios { get; set; }
@@ -382,6 +388,10 @@ public partial class GrupoSanchoToroContext : DbContext
{
entity.HasKey(e => e.idArticulo).HasName("PRIMARY");
+ entity.HasIndex(e => e.idDetalleFra, "articulos_detallesfacturas");
+
+ entity.HasIndex(e => e.idDetalleFraVenta, "articulos_facturasrecibidas_idx");
+
entity.HasIndex(e => e.idFichero, "articulos_ficheros_idx");
entity.HasIndex(e => new { e.idProducto, e.CodigoArticulo }, "articulos_productos_codigoarticulo").IsUnique();
@@ -390,26 +400,26 @@ public partial class GrupoSanchoToroContext : DbContext
entity.HasIndex(e => e.idProveedor, "articulos_proveedores_idx");
- entity.Property(e => e.Averias)
- .HasMaxLength(200)
- .UseCollation("utf8mb3_general_ci")
- .HasCharSet("utf8mb3");
entity.Property(e => e.CodigoArticulo)
.HasMaxLength(10)
.UseCollation("utf8mb3_general_ci")
.HasCharSet("utf8mb3");
- entity.Property(e => e.NumeroFraCompra)
- .HasMaxLength(20)
- .UseCollation("utf8mb3_general_ci")
- .HasCharSet("utf8mb3");
+ entity.Property(e => e.Matricula).HasMaxLength(20);
entity.Property(e => e.NumeroSerie)
.HasMaxLength(40)
.UseCollation("utf8mb3_general_ci")
.HasCharSet("utf8mb3");
- entity.Property(e => e.Observaciones)
- .HasMaxLength(200)
- .UseCollation("utf8mb3_general_ci")
- .HasCharSet("utf8mb3");
+ entity.Property(e => e.Observaciones).HasMaxLength(200);
+
+ entity.HasOne(d => d.idDetalleFraNavigation).WithMany(p => p.articulos)
+ .HasForeignKey(d => d.idDetalleFra)
+ .OnDelete(DeleteBehavior.SetNull)
+ .HasConstraintName("articulos_detallesfacturas");
+
+ entity.HasOne(d => d.idDetalleFraVentaNavigation).WithMany(p => p.articulos)
+ .HasForeignKey(d => d.idDetalleFraVenta)
+ .OnDelete(DeleteBehavior.SetNull)
+ .HasConstraintName("articulos_facturasrecibidas");
entity.HasOne(d => d.idFicheroNavigation).WithMany(p => p.articulos)
.HasForeignKey(d => d.idFichero)
@@ -799,6 +809,23 @@ public partial class GrupoSanchoToroContext : DbContext
.HasConstraintName("cuentascorreos_empresas");
});
+ modelBuilder.Entity(entity =>
+ {
+ entity.HasKey(e => e.idDesglose).HasName("PRIMARY");
+
+ entity.HasIndex(e => e.idTipoOferta, "desglosetiposofertas_idx");
+
+ entity.HasIndex(e => e.idProducto, "desglosetiposofertas_productos_idx");
+
+ entity.HasOne(d => d.idProductoNavigation).WithMany(p => p.desglosetiposofertas)
+ .HasForeignKey(d => d.idProducto)
+ .HasConstraintName("desglosetiposofertas_productos");
+
+ entity.HasOne(d => d.idTipoOfertaNavigation).WithMany(p => p.desglosetiposofertas)
+ .HasForeignKey(d => d.idTipoOferta)
+ .HasConstraintName("desglosetiposofertas_tiposofertas");
+ });
+
modelBuilder.Entity(entity =>
{
entity.HasKey(e => e.idDetallePresupuesto).HasName("PRIMARY");
@@ -1317,6 +1344,38 @@ public partial class GrupoSanchoToroContext : DbContext
.HasConstraintName("destinosmontajes_usuarios");
});
+ modelBuilder.Entity(entity =>
+ {
+ entity.HasKey(e => e.idExpediente).HasName("PRIMARY");
+
+ entity.HasIndex(e => e.idEntidad, "expedientes_articulos_idx");
+
+ entity.HasIndex(e => e.idFichero, "expedientesarticulos_ficheros_idx");
+
+ entity.HasIndex(e => e.idUsuario, "expedientesarticulos_usuarios_idx");
+
+ entity.Property(e => e.Descripcion)
+ .HasMaxLength(225)
+ .UseCollation("utf8mb3_general_ci")
+ .HasCharSet("utf8mb3");
+ entity.Property(e => e.Fecha).HasColumnType("datetime");
+
+ entity.HasOne(d => d.idEntidadNavigation).WithMany(p => p.expedientesarticulos)
+ .HasForeignKey(d => d.idEntidad)
+ .OnDelete(DeleteBehavior.Cascade)
+ .HasConstraintName("expedientesarticulos_articulos");
+
+ entity.HasOne(d => d.idFicheroNavigation).WithMany(p => p.expedientesarticulos)
+ .HasForeignKey(d => d.idFichero)
+ .OnDelete(DeleteBehavior.SetNull)
+ .HasConstraintName("expedientesarticulos_ficheros");
+
+ entity.HasOne(d => d.idUsuarioNavigation).WithMany(p => p.expedientesarticulos)
+ .HasForeignKey(d => d.idUsuario)
+ .OnDelete(DeleteBehavior.SetNull)
+ .HasConstraintName("expedientesarticulos_usuarios");
+ });
+
modelBuilder.Entity(entity =>
{
entity.HasKey(e => e.idExpediente).HasName("PRIMARY");
@@ -2234,6 +2293,18 @@ public partial class GrupoSanchoToroContext : DbContext
.HasCharSet("utf8mb3");
});
+ modelBuilder.Entity(entity =>
+ {
+ entity.HasKey(e => e.idTipoOferta).HasName("PRIMARY");
+
+ entity.HasIndex(e => e.Codigo, "Codigo_UNIQUE").IsUnique();
+
+ entity.HasIndex(e => e.Descripcion, "Descripcion_UNIQUE").IsUnique();
+
+ entity.Property(e => e.Codigo).HasMaxLength(10);
+ entity.Property(e => e.Descripcion).HasMaxLength(60);
+ });
+
modelBuilder.Entity(entity =>
{
entity.HasKey(e => e.idTrabajador).HasName("PRIMARY");
diff --git a/bdGrupoSanchoToro/efpt.config.json b/bdGrupoSanchoToro/efpt.config.json
index e2e1553..59ecfd4 100644
--- a/bdGrupoSanchoToro/efpt.config.json
+++ b/bdGrupoSanchoToro/efpt.config.json
@@ -95,6 +95,10 @@
"Name": "cuentascorreo",
"ObjectType": 0
},
+ {
+ "Name": "desglosetiposofertas",
+ "ObjectType": 0
+ },
{
"Name": "detallepresupuesto",
"ObjectType": 0
@@ -143,6 +147,10 @@
"Name": "eventos",
"ObjectType": 0
},
+ {
+ "Name": "expedientesarticulos",
+ "ObjectType": 0
+ },
{
"Name": "expedientesentidades",
"ObjectType": 0
@@ -263,6 +271,10 @@
"Name": "tablas",
"ObjectType": 0
},
+ {
+ "Name": "tiposofertas",
+ "ObjectType": 0
+ },
{
"Name": "trabajadores",
"ObjectType": 0