2541 lines
129 KiB
C#
2541 lines
129 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 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.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
#pragma warning disable 1591
|
|
|
|
namespace bdGrupoSanchoToro.XSD {
|
|
|
|
|
|
/// <summary>
|
|
///Represents a strongly typed in-memory cache of data.
|
|
///</summary>
|
|
[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);
|
|
|
|
/// <summary>
|
|
///Represents the strongly named DataTable class.
|
|
///</summary>
|
|
[global::System.Serializable()]
|
|
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
|
|
public partial class DatosDataTable : global::System.Data.TypedTableBase<DatosRow> {
|
|
|
|
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;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Represents strongly named DataRow class.
|
|
///</summary>
|
|
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;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
///Row event argument class
|
|
///</summary>
|
|
[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 |