//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.18444
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
#pragma warning disable 1591
namespace Saving.Applications.hr.w_sheet_hr_tax_ctrl {
///
///Represents a strongly typed in-memory cache of data.
///
[global::System.Serializable()]
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
[global::System.Xml.Serialization.XmlRootAttribute("DataSet2")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
public partial class DataSet2 : global::System.Data.DataSet {
private HRNPAYROLL_TAXSETDataTable tableHRNPAYROLL_TAXSET;
private HRNPAYROLL_SETDataTable tableHRNPAYROLL_SET;
private HRNUCFTAX_RATEDataTable tableHRNUCFTAX_RATE;
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public DataSet2() {
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();
this.InitExpressions();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected DataSet2(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;
if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.ExcludeSchema)) {
this.InitExpressions();
}
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["HRNPAYROLL_TAXSET"] != null)) {
base.Tables.Add(new HRNPAYROLL_TAXSETDataTable(ds.Tables["HRNPAYROLL_TAXSET"]));
}
if ((ds.Tables["HRNPAYROLL_SET"] != null)) {
base.Tables.Add(new HRNPAYROLL_SETDataTable(ds.Tables["HRNPAYROLL_SET"]));
}
if ((ds.Tables["HRNUCFTAX_RATE"] != null)) {
base.Tables.Add(new HRNUCFTAX_RATEDataTable(ds.Tables["HRNUCFTAX_RATE"]));
}
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.InitExpressions();
}
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", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public HRNPAYROLL_TAXSETDataTable HRNPAYROLL_TAXSET {
get {
return this.tableHRNPAYROLL_TAXSET;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public HRNPAYROLL_SETDataTable HRNPAYROLL_SET {
get {
return this.tableHRNPAYROLL_SET;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public HRNUCFTAX_RATEDataTable HRNUCFTAX_RATE {
get {
return this.tableHRNUCFTAX_RATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.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", "4.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", "4.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", "4.0.0.0")]
public override global::System.Data.DataSet Clone() {
DataSet2 cln = ((DataSet2)(base.Clone()));
cln.InitVars();
cln.InitExpressions();
cln.SchemaSerializationMode = this.SchemaSerializationMode;
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeTables() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeRelations() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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["HRNPAYROLL_TAXSET"] != null)) {
base.Tables.Add(new HRNPAYROLL_TAXSETDataTable(ds.Tables["HRNPAYROLL_TAXSET"]));
}
if ((ds.Tables["HRNPAYROLL_SET"] != null)) {
base.Tables.Add(new HRNPAYROLL_SETDataTable(ds.Tables["HRNPAYROLL_SET"]));
}
if ((ds.Tables["HRNUCFTAX_RATE"] != null)) {
base.Tables.Add(new HRNUCFTAX_RATEDataTable(ds.Tables["HRNUCFTAX_RATE"]));
}
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", "4.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", "4.0.0.0")]
internal void InitVars() {
this.InitVars(true);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars(bool initTable) {
this.tableHRNPAYROLL_TAXSET = ((HRNPAYROLL_TAXSETDataTable)(base.Tables["HRNPAYROLL_TAXSET"]));
if ((initTable == true)) {
if ((this.tableHRNPAYROLL_TAXSET != null)) {
this.tableHRNPAYROLL_TAXSET.InitVars();
}
}
this.tableHRNPAYROLL_SET = ((HRNPAYROLL_SETDataTable)(base.Tables["HRNPAYROLL_SET"]));
if ((initTable == true)) {
if ((this.tableHRNPAYROLL_SET != null)) {
this.tableHRNPAYROLL_SET.InitVars();
}
}
this.tableHRNUCFTAX_RATE = ((HRNUCFTAX_RATEDataTable)(base.Tables["HRNUCFTAX_RATE"]));
if ((initTable == true)) {
if ((this.tableHRNUCFTAX_RATE != null)) {
this.tableHRNUCFTAX_RATE.InitVars();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.DataSetName = "DataSet2";
this.Prefix = "";
this.Namespace = "http://tempuri.org/DataSet2.xsd";
this.EnforceConstraints = true;
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
this.tableHRNPAYROLL_TAXSET = new HRNPAYROLL_TAXSETDataTable();
base.Tables.Add(this.tableHRNPAYROLL_TAXSET);
this.tableHRNPAYROLL_SET = new HRNPAYROLL_SETDataTable();
base.Tables.Add(this.tableHRNPAYROLL_SET);
this.tableHRNUCFTAX_RATE = new HRNUCFTAX_RATEDataTable(false);
base.Tables.Add(this.tableHRNUCFTAX_RATE);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeHRNPAYROLL_TAXSET() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeHRNPAYROLL_SET() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializeHRNUCFTAX_RATE() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
DataSet2 ds = new DataSet2();
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.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitExpressions() {
this.HRNUCFTAX_RATE.cp_taxrateColumn.Expression = "TAXPER/100";
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void HRNPAYROLL_TAXSETRowChangeEventHandler(object sender, HRNPAYROLL_TAXSETRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void HRNPAYROLL_SETRowChangeEventHandler(object sender, HRNPAYROLL_SETRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public delegate void HRNUCFTAX_RATERowChangeEventHandler(object sender, HRNUCFTAX_RATERowChangeEvent e);
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class HRNPAYROLL_TAXSETDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnPAY_YEAR;
private global::System.Data.DataColumn columnPAY_MONTH;
private global::System.Data.DataColumn columnSEQ_TAX;
private global::System.Data.DataColumn columnEMPLID;
private global::System.Data.DataColumn columnTAXLIST;
private global::System.Data.DataColumn columnPAY_DATE;
private global::System.Data.DataColumn columnTAXLIST1_AMT;
private global::System.Data.DataColumn columnTAXLIST2_AMT;
private global::System.Data.DataColumn columnTAXLIST3;
private global::System.Data.DataColumn columnTAXLIST_FLAG;
private global::System.Data.DataColumn columnENTRY_ID;
private global::System.Data.DataColumn columnENTRY_DATE;
private global::System.Data.DataColumn columnA01;
private global::System.Data.DataColumn columnA02;
private global::System.Data.DataColumn columnA03;
private global::System.Data.DataColumn columnA04;
private global::System.Data.DataColumn columnA05;
private global::System.Data.DataColumn columnA06;
private global::System.Data.DataColumn columnA07;
private global::System.Data.DataColumn columnA08;
private global::System.Data.DataColumn columnA09;
private global::System.Data.DataColumn columnA10;
private global::System.Data.DataColumn columnA11;
private global::System.Data.DataColumn columnA12;
private global::System.Data.DataColumn columnA13;
private global::System.Data.DataColumn columnA14;
private global::System.Data.DataColumn columnCOMPUTE_1;
private global::System.Data.DataColumn columnCOMPUTE_2;
private global::System.Data.DataColumn columnTAXSUM;
private global::System.Data.DataColumn columnTAXMONTH;
private global::System.Data.DataColumn columnA17;
private global::System.Data.DataColumn columnA18;
private global::System.Data.DataColumn columnA21;
private global::System.Data.DataColumn columnA22;
private global::System.Data.DataColumn columnA23;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public HRNPAYROLL_TAXSETDataTable() {
this.TableName = "HRNPAYROLL_TAXSET";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal HRNPAYROLL_TAXSETDataTable(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", "4.0.0.0")]
protected HRNPAYROLL_TAXSETDataTable(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", "4.0.0.0")]
public global::System.Data.DataColumn PAY_YEARColumn {
get {
return this.columnPAY_YEAR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAY_MONTHColumn {
get {
return this.columnPAY_MONTH;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SEQ_TAXColumn {
get {
return this.columnSEQ_TAX;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EMPLIDColumn {
get {
return this.columnEMPLID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TAXLISTColumn {
get {
return this.columnTAXLIST;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn PAY_DATEColumn {
get {
return this.columnPAY_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TAXLIST1_AMTColumn {
get {
return this.columnTAXLIST1_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TAXLIST2_AMTColumn {
get {
return this.columnTAXLIST2_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TAXLIST3Column {
get {
return this.columnTAXLIST3;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TAXLIST_FLAGColumn {
get {
return this.columnTAXLIST_FLAG;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ENTRY_IDColumn {
get {
return this.columnENTRY_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ENTRY_DATEColumn {
get {
return this.columnENTRY_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn A01Column {
get {
return this.columnA01;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn A02Column {
get {
return this.columnA02;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn A03Column {
get {
return this.columnA03;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn A04Column {
get {
return this.columnA04;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn A05Column {
get {
return this.columnA05;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn A06Column {
get {
return this.columnA06;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn A07Column {
get {
return this.columnA07;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn A08Column {
get {
return this.columnA08;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn A09Column {
get {
return this.columnA09;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn A10Column {
get {
return this.columnA10;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn A11Column {
get {
return this.columnA11;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn A12Column {
get {
return this.columnA12;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn A13Column {
get {
return this.columnA13;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn A14Column {
get {
return this.columnA14;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPUTE_1Column {
get {
return this.columnCOMPUTE_1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPUTE_2Column {
get {
return this.columnCOMPUTE_2;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TAXSUMColumn {
get {
return this.columnTAXSUM;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TAXMONTHColumn {
get {
return this.columnTAXMONTH;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn A17Column {
get {
return this.columnA17;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn A18Column {
get {
return this.columnA18;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn A21Column {
get {
return this.columnA21;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn A22Column {
get {
return this.columnA22;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn A23Column {
get {
return this.columnA23;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.0.0.0")]
public HRNPAYROLL_TAXSETRow this[int index] {
get {
return ((HRNPAYROLL_TAXSETRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event HRNPAYROLL_TAXSETRowChangeEventHandler HRNPAYROLL_TAXSETRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event HRNPAYROLL_TAXSETRowChangeEventHandler HRNPAYROLL_TAXSETRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event HRNPAYROLL_TAXSETRowChangeEventHandler HRNPAYROLL_TAXSETRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event HRNPAYROLL_TAXSETRowChangeEventHandler HRNPAYROLL_TAXSETRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddHRNPAYROLL_TAXSETRow(HRNPAYROLL_TAXSETRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public HRNPAYROLL_TAXSETRow AddHRNPAYROLL_TAXSETRow(
decimal PAY_YEAR,
decimal PAY_MONTH,
string SEQ_TAX,
string EMPLID,
string TAXLIST,
System.DateTime PAY_DATE,
decimal TAXLIST1_AMT,
decimal TAXLIST2_AMT,
string TAXLIST3,
decimal TAXLIST_FLAG,
string ENTRY_ID,
System.DateTime ENTRY_DATE,
decimal A01,
decimal A02,
decimal A03,
decimal A04,
decimal A05,
decimal A06,
decimal A07,
decimal A08,
decimal A09,
decimal A10,
decimal A11,
decimal A12,
decimal A13,
decimal A14,
decimal COMPUTE_1,
decimal COMPUTE_2,
decimal TAXSUM,
decimal TAXMONTH,
decimal A17,
decimal A18,
decimal A21,
decimal A22,
decimal A23) {
HRNPAYROLL_TAXSETRow rowHRNPAYROLL_TAXSETRow = ((HRNPAYROLL_TAXSETRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
PAY_YEAR,
PAY_MONTH,
SEQ_TAX,
EMPLID,
TAXLIST,
PAY_DATE,
TAXLIST1_AMT,
TAXLIST2_AMT,
TAXLIST3,
TAXLIST_FLAG,
ENTRY_ID,
ENTRY_DATE,
A01,
A02,
A03,
A04,
A05,
A06,
A07,
A08,
A09,
A10,
A11,
A12,
A13,
A14,
COMPUTE_1,
COMPUTE_2,
TAXSUM,
TAXMONTH,
A17,
A18,
A21,
A22,
A23};
rowHRNPAYROLL_TAXSETRow.ItemArray = columnValuesArray;
this.Rows.Add(rowHRNPAYROLL_TAXSETRow);
return rowHRNPAYROLL_TAXSETRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public HRNPAYROLL_TAXSETRow FindByPAY_YEARPAY_MONTHSEQ_TAXEMPLID(decimal PAY_YEAR, decimal PAY_MONTH, string SEQ_TAX, string EMPLID) {
return ((HRNPAYROLL_TAXSETRow)(this.Rows.Find(new object[] {
PAY_YEAR,
PAY_MONTH,
SEQ_TAX,
EMPLID})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
HRNPAYROLL_TAXSETDataTable cln = ((HRNPAYROLL_TAXSETDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
return new HRNPAYROLL_TAXSETDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnPAY_YEAR = base.Columns["PAY_YEAR"];
this.columnPAY_MONTH = base.Columns["PAY_MONTH"];
this.columnSEQ_TAX = base.Columns["SEQ_TAX"];
this.columnEMPLID = base.Columns["EMPLID"];
this.columnTAXLIST = base.Columns["TAXLIST"];
this.columnPAY_DATE = base.Columns["PAY_DATE"];
this.columnTAXLIST1_AMT = base.Columns["TAXLIST1_AMT"];
this.columnTAXLIST2_AMT = base.Columns["TAXLIST2_AMT"];
this.columnTAXLIST3 = base.Columns["TAXLIST3"];
this.columnTAXLIST_FLAG = base.Columns["TAXLIST_FLAG"];
this.columnENTRY_ID = base.Columns["ENTRY_ID"];
this.columnENTRY_DATE = base.Columns["ENTRY_DATE"];
this.columnA01 = base.Columns["A01"];
this.columnA02 = base.Columns["A02"];
this.columnA03 = base.Columns["A03"];
this.columnA04 = base.Columns["A04"];
this.columnA05 = base.Columns["A05"];
this.columnA06 = base.Columns["A06"];
this.columnA07 = base.Columns["A07"];
this.columnA08 = base.Columns["A08"];
this.columnA09 = base.Columns["A09"];
this.columnA10 = base.Columns["A10"];
this.columnA11 = base.Columns["A11"];
this.columnA12 = base.Columns["A12"];
this.columnA13 = base.Columns["A13"];
this.columnA14 = base.Columns["A14"];
this.columnCOMPUTE_1 = base.Columns["COMPUTE_1"];
this.columnCOMPUTE_2 = base.Columns["COMPUTE_2"];
this.columnTAXSUM = base.Columns["TAXSUM"];
this.columnTAXMONTH = base.Columns["TAXMONTH"];
this.columnA17 = base.Columns["A17"];
this.columnA18 = base.Columns["A18"];
this.columnA21 = base.Columns["A21"];
this.columnA22 = base.Columns["A22"];
this.columnA23 = base.Columns["A23"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnPAY_YEAR = new global::System.Data.DataColumn("PAY_YEAR", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAY_YEAR);
this.columnPAY_MONTH = new global::System.Data.DataColumn("PAY_MONTH", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAY_MONTH);
this.columnSEQ_TAX = new global::System.Data.DataColumn("SEQ_TAX", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSEQ_TAX);
this.columnEMPLID = new global::System.Data.DataColumn("EMPLID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEMPLID);
this.columnTAXLIST = new global::System.Data.DataColumn("TAXLIST", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTAXLIST);
this.columnPAY_DATE = new global::System.Data.DataColumn("PAY_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPAY_DATE);
this.columnTAXLIST1_AMT = new global::System.Data.DataColumn("TAXLIST1_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTAXLIST1_AMT);
this.columnTAXLIST2_AMT = new global::System.Data.DataColumn("TAXLIST2_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTAXLIST2_AMT);
this.columnTAXLIST3 = new global::System.Data.DataColumn("TAXLIST3", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTAXLIST3);
this.columnTAXLIST_FLAG = new global::System.Data.DataColumn("TAXLIST_FLAG", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTAXLIST_FLAG);
this.columnENTRY_ID = new global::System.Data.DataColumn("ENTRY_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnENTRY_ID);
this.columnENTRY_DATE = new global::System.Data.DataColumn("ENTRY_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnENTRY_DATE);
this.columnA01 = new global::System.Data.DataColumn("A01", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnA01);
this.columnA02 = new global::System.Data.DataColumn("A02", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnA02);
this.columnA03 = new global::System.Data.DataColumn("A03", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnA03);
this.columnA04 = new global::System.Data.DataColumn("A04", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnA04);
this.columnA05 = new global::System.Data.DataColumn("A05", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnA05);
this.columnA06 = new global::System.Data.DataColumn("A06", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnA06);
this.columnA07 = new global::System.Data.DataColumn("A07", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnA07);
this.columnA08 = new global::System.Data.DataColumn("A08", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnA08);
this.columnA09 = new global::System.Data.DataColumn("A09", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnA09);
this.columnA10 = new global::System.Data.DataColumn("A10", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnA10);
this.columnA11 = new global::System.Data.DataColumn("A11", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnA11);
this.columnA12 = new global::System.Data.DataColumn("A12", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnA12);
this.columnA13 = new global::System.Data.DataColumn("A13", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnA13);
this.columnA14 = new global::System.Data.DataColumn("A14", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnA14);
this.columnCOMPUTE_1 = new global::System.Data.DataColumn("COMPUTE_1", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPUTE_1);
this.columnCOMPUTE_2 = new global::System.Data.DataColumn("COMPUTE_2", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPUTE_2);
this.columnTAXSUM = new global::System.Data.DataColumn("TAXSUM", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTAXSUM);
this.columnTAXMONTH = new global::System.Data.DataColumn("TAXMONTH", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTAXMONTH);
this.columnA17 = new global::System.Data.DataColumn("A17", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnA17);
this.columnA18 = new global::System.Data.DataColumn("A18", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnA18);
this.columnA21 = new global::System.Data.DataColumn("A21", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnA21);
this.columnA22 = new global::System.Data.DataColumn("A22", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnA22);
this.columnA23 = new global::System.Data.DataColumn("A23", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnA23);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnPAY_YEAR,
this.columnPAY_MONTH,
this.columnSEQ_TAX,
this.columnEMPLID}, true));
this.columnPAY_YEAR.AllowDBNull = false;
this.columnPAY_MONTH.AllowDBNull = false;
this.columnSEQ_TAX.AllowDBNull = false;
this.columnSEQ_TAX.MaxLength = 3;
this.columnEMPLID.AllowDBNull = false;
this.columnEMPLID.MaxLength = 10;
this.columnTAXLIST.MaxLength = 70;
this.columnTAXLIST3.MaxLength = 20;
this.columnENTRY_ID.MaxLength = 20;
this.columnENTRY_DATE.ReadOnly = true;
this.columnA01.ReadOnly = true;
this.columnA02.ReadOnly = true;
this.columnA03.ReadOnly = true;
this.columnA04.ReadOnly = true;
this.columnA05.ReadOnly = true;
this.columnA06.ReadOnly = true;
this.columnA07.ReadOnly = true;
this.columnA08.ReadOnly = true;
this.columnA09.ReadOnly = true;
this.columnA10.ReadOnly = true;
this.columnA11.ReadOnly = true;
this.columnA12.ReadOnly = true;
this.columnA13.ReadOnly = true;
this.columnA14.ReadOnly = true;
this.columnTAXSUM.ReadOnly = true;
this.columnTAXMONTH.ReadOnly = true;
this.columnA17.ReadOnly = true;
this.columnA18.ReadOnly = true;
this.columnA21.ReadOnly = true;
this.columnA22.ReadOnly = true;
this.columnA23.ReadOnly = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public HRNPAYROLL_TAXSETRow NewHRNPAYROLL_TAXSETRow() {
return ((HRNPAYROLL_TAXSETRow)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new HRNPAYROLL_TAXSETRow(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Type GetRowType() {
return typeof(HRNPAYROLL_TAXSETRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.HRNPAYROLL_TAXSETRowChanged != null)) {
this.HRNPAYROLL_TAXSETRowChanged(this, new HRNPAYROLL_TAXSETRowChangeEvent(((HRNPAYROLL_TAXSETRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.HRNPAYROLL_TAXSETRowChanging != null)) {
this.HRNPAYROLL_TAXSETRowChanging(this, new HRNPAYROLL_TAXSETRowChangeEvent(((HRNPAYROLL_TAXSETRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.HRNPAYROLL_TAXSETRowDeleted != null)) {
this.HRNPAYROLL_TAXSETRowDeleted(this, new HRNPAYROLL_TAXSETRowChangeEvent(((HRNPAYROLL_TAXSETRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.HRNPAYROLL_TAXSETRowDeleting != null)) {
this.HRNPAYROLL_TAXSETRowDeleting(this, new HRNPAYROLL_TAXSETRowChangeEvent(((HRNPAYROLL_TAXSETRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveHRNPAYROLL_TAXSETRow(HRNPAYROLL_TAXSETRow row) {
this.Rows.Remove(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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();
DataSet2 ds = new DataSet2();
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 = "HRNPAYROLL_TAXSETDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class HRNPAYROLL_SETDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnSEQ_PAY;
private global::System.Data.DataColumn columnEMPLID;
private global::System.Data.DataColumn columnENTRY_ID;
private global::System.Data.DataColumn columnENTRY_DATE;
private global::System.Data.DataColumn columnSET_NO;
private global::System.Data.DataColumn columnSETPAYROLL_AMT;
private global::System.Data.DataColumn columnSALARY;
private global::System.Data.DataColumn columnBONUS;
private global::System.Data.DataColumn columnA02;
private global::System.Data.DataColumn columnCOMPUTE_1;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public HRNPAYROLL_SETDataTable() {
this.TableName = "HRNPAYROLL_SET";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal HRNPAYROLL_SETDataTable(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", "4.0.0.0")]
protected HRNPAYROLL_SETDataTable(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", "4.0.0.0")]
public global::System.Data.DataColumn SEQ_PAYColumn {
get {
return this.columnSEQ_PAY;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn EMPLIDColumn {
get {
return this.columnEMPLID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ENTRY_IDColumn {
get {
return this.columnENTRY_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ENTRY_DATEColumn {
get {
return this.columnENTRY_DATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SET_NOColumn {
get {
return this.columnSET_NO;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SETPAYROLL_AMTColumn {
get {
return this.columnSETPAYROLL_AMT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn SALARYColumn {
get {
return this.columnSALARY;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn BONUSColumn {
get {
return this.columnBONUS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn A02Column {
get {
return this.columnA02;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn COMPUTE_1Column {
get {
return this.columnCOMPUTE_1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.0.0.0")]
public HRNPAYROLL_SETRow this[int index] {
get {
return ((HRNPAYROLL_SETRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event HRNPAYROLL_SETRowChangeEventHandler HRNPAYROLL_SETRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event HRNPAYROLL_SETRowChangeEventHandler HRNPAYROLL_SETRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event HRNPAYROLL_SETRowChangeEventHandler HRNPAYROLL_SETRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event HRNPAYROLL_SETRowChangeEventHandler HRNPAYROLL_SETRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddHRNPAYROLL_SETRow(HRNPAYROLL_SETRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public HRNPAYROLL_SETRow AddHRNPAYROLL_SETRow(string SEQ_PAY, string EMPLID, string ENTRY_ID, System.DateTime ENTRY_DATE, decimal SET_NO, decimal SETPAYROLL_AMT, decimal SALARY, decimal BONUS, decimal A02, decimal COMPUTE_1) {
HRNPAYROLL_SETRow rowHRNPAYROLL_SETRow = ((HRNPAYROLL_SETRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
SEQ_PAY,
EMPLID,
ENTRY_ID,
ENTRY_DATE,
SET_NO,
SETPAYROLL_AMT,
SALARY,
BONUS,
A02,
COMPUTE_1};
rowHRNPAYROLL_SETRow.ItemArray = columnValuesArray;
this.Rows.Add(rowHRNPAYROLL_SETRow);
return rowHRNPAYROLL_SETRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public HRNPAYROLL_SETRow FindBySET_NOSEQ_PAYEMPLID(decimal SET_NO, string SEQ_PAY, string EMPLID) {
return ((HRNPAYROLL_SETRow)(this.Rows.Find(new object[] {
SET_NO,
SEQ_PAY,
EMPLID})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
HRNPAYROLL_SETDataTable cln = ((HRNPAYROLL_SETDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
return new HRNPAYROLL_SETDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnSEQ_PAY = base.Columns["SEQ_PAY"];
this.columnEMPLID = base.Columns["EMPLID"];
this.columnENTRY_ID = base.Columns["ENTRY_ID"];
this.columnENTRY_DATE = base.Columns["ENTRY_DATE"];
this.columnSET_NO = base.Columns["SET_NO"];
this.columnSETPAYROLL_AMT = base.Columns["SETPAYROLL_AMT"];
this.columnSALARY = base.Columns["SALARY"];
this.columnBONUS = base.Columns["BONUS"];
this.columnA02 = base.Columns["A02"];
this.columnCOMPUTE_1 = base.Columns["COMPUTE_1"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnSEQ_PAY = new global::System.Data.DataColumn("SEQ_PAY", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSEQ_PAY);
this.columnEMPLID = new global::System.Data.DataColumn("EMPLID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEMPLID);
this.columnENTRY_ID = new global::System.Data.DataColumn("ENTRY_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnENTRY_ID);
this.columnENTRY_DATE = new global::System.Data.DataColumn("ENTRY_DATE", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnENTRY_DATE);
this.columnSET_NO = new global::System.Data.DataColumn("SET_NO", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSET_NO);
this.columnSETPAYROLL_AMT = new global::System.Data.DataColumn("SETPAYROLL_AMT", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSETPAYROLL_AMT);
this.columnSALARY = new global::System.Data.DataColumn("SALARY", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSALARY);
this.columnBONUS = new global::System.Data.DataColumn("BONUS", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnBONUS);
this.columnA02 = new global::System.Data.DataColumn("A02", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnA02);
this.columnCOMPUTE_1 = new global::System.Data.DataColumn("COMPUTE_1", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCOMPUTE_1);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnSET_NO,
this.columnSEQ_PAY,
this.columnEMPLID}, true));
this.columnSEQ_PAY.AllowDBNull = false;
this.columnSEQ_PAY.MaxLength = 3;
this.columnEMPLID.AllowDBNull = false;
this.columnEMPLID.MaxLength = 10;
this.columnENTRY_ID.MaxLength = 20;
this.columnSET_NO.AllowDBNull = false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public HRNPAYROLL_SETRow NewHRNPAYROLL_SETRow() {
return ((HRNPAYROLL_SETRow)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new HRNPAYROLL_SETRow(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Type GetRowType() {
return typeof(HRNPAYROLL_SETRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.HRNPAYROLL_SETRowChanged != null)) {
this.HRNPAYROLL_SETRowChanged(this, new HRNPAYROLL_SETRowChangeEvent(((HRNPAYROLL_SETRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.HRNPAYROLL_SETRowChanging != null)) {
this.HRNPAYROLL_SETRowChanging(this, new HRNPAYROLL_SETRowChangeEvent(((HRNPAYROLL_SETRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.HRNPAYROLL_SETRowDeleted != null)) {
this.HRNPAYROLL_SETRowDeleted(this, new HRNPAYROLL_SETRowChangeEvent(((HRNPAYROLL_SETRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.HRNPAYROLL_SETRowDeleting != null)) {
this.HRNPAYROLL_SETRowDeleting(this, new HRNPAYROLL_SETRowChangeEvent(((HRNPAYROLL_SETRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveHRNPAYROLL_SETRow(HRNPAYROLL_SETRow row) {
this.Rows.Remove(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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();
DataSet2 ds = new DataSet2();
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 = "HRNPAYROLL_SETDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class HRNUCFTAX_RATEDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnMIN_RATE;
private global::System.Data.DataColumn columnMAX_RATE;
private global::System.Data.DataColumn columnTAXPER;
private global::System.Data.DataColumn columnGOSS_RATE;
private global::System.Data.DataColumn columncp_minmaxrate;
private global::System.Data.DataColumn columncp_taxrate;
private global::System.Data.DataColumn columnTotalall;
private global::System.Data.DataColumn columnTaxcall;
private global::System.Data.DataColumn columnMIN_RATE1;
private global::System.Data.DataColumn columnMAX_RATE1;
private global::System.Data.DataColumn columnTAXPER1;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public HRNUCFTAX_RATEDataTable() :
this(false) {
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public HRNUCFTAX_RATEDataTable(bool initExpressions) {
this.TableName = "HRNUCFTAX_RATE";
this.BeginInit();
this.InitClass();
if ((initExpressions == true)) {
this.InitExpressions();
}
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal HRNUCFTAX_RATEDataTable(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", "4.0.0.0")]
protected HRNUCFTAX_RATEDataTable(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", "4.0.0.0")]
public global::System.Data.DataColumn MIN_RATEColumn {
get {
return this.columnMIN_RATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MAX_RATEColumn {
get {
return this.columnMAX_RATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TAXPERColumn {
get {
return this.columnTAXPER;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn GOSS_RATEColumn {
get {
return this.columnGOSS_RATE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cp_minmaxrateColumn {
get {
return this.columncp_minmaxrate;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn cp_taxrateColumn {
get {
return this.columncp_taxrate;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TotalallColumn {
get {
return this.columnTotalall;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TaxcallColumn {
get {
return this.columnTaxcall;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MIN_RATE1Column {
get {
return this.columnMIN_RATE1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn MAX_RATE1Column {
get {
return this.columnMAX_RATE1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn TAXPER1Column {
get {
return this.columnTAXPER1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.0.0.0")]
public HRNUCFTAX_RATERow this[int index] {
get {
return ((HRNUCFTAX_RATERow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event HRNUCFTAX_RATERowChangeEventHandler HRNUCFTAX_RATERowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event HRNUCFTAX_RATERowChangeEventHandler HRNUCFTAX_RATERowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event HRNUCFTAX_RATERowChangeEventHandler HRNUCFTAX_RATERowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event HRNUCFTAX_RATERowChangeEventHandler HRNUCFTAX_RATERowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void AddHRNUCFTAX_RATERow(HRNUCFTAX_RATERow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public HRNUCFTAX_RATERow AddHRNUCFTAX_RATERow(double MIN_RATE, double MAX_RATE, double TAXPER, decimal GOSS_RATE, string cp_minmaxrate, double cp_taxrate, decimal Totalall, decimal Taxcall, decimal MIN_RATE1, decimal MAX_RATE1, decimal TAXPER1) {
HRNUCFTAX_RATERow rowHRNUCFTAX_RATERow = ((HRNUCFTAX_RATERow)(this.NewRow()));
object[] columnValuesArray = new object[] {
MIN_RATE,
MAX_RATE,
TAXPER,
GOSS_RATE,
cp_minmaxrate,
cp_taxrate,
Totalall,
Taxcall,
MIN_RATE1,
MAX_RATE1,
TAXPER1};
rowHRNUCFTAX_RATERow.ItemArray = columnValuesArray;
this.Rows.Add(rowHRNUCFTAX_RATERow);
return rowHRNUCFTAX_RATERow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public HRNUCFTAX_RATERow AddHRNUCFTAX_RATERow(double MIN_RATE, double MAX_RATE, double TAXPER, decimal GOSS_RATE, string cp_minmaxrate, decimal Totalall, decimal Taxcall, decimal MIN_RATE1, decimal MAX_RATE1, decimal TAXPER1) {
HRNUCFTAX_RATERow rowHRNUCFTAX_RATERow = ((HRNUCFTAX_RATERow)(this.NewRow()));
object[] columnValuesArray = new object[] {
MIN_RATE,
MAX_RATE,
TAXPER,
GOSS_RATE,
cp_minmaxrate,
null,
Totalall,
Taxcall,
MIN_RATE1,
MAX_RATE1,
TAXPER1};
rowHRNUCFTAX_RATERow.ItemArray = columnValuesArray;
this.Rows.Add(rowHRNUCFTAX_RATERow);
return rowHRNUCFTAX_RATERow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
HRNUCFTAX_RATEDataTable cln = ((HRNUCFTAX_RATEDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
return new HRNUCFTAX_RATEDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnMIN_RATE = base.Columns["MIN_RATE"];
this.columnMAX_RATE = base.Columns["MAX_RATE"];
this.columnTAXPER = base.Columns["TAXPER"];
this.columnGOSS_RATE = base.Columns["GOSS_RATE"];
this.columncp_minmaxrate = base.Columns["cp_minmaxrate"];
this.columncp_taxrate = base.Columns["cp_taxrate"];
this.columnTotalall = base.Columns["Totalall"];
this.columnTaxcall = base.Columns["Taxcall"];
this.columnMIN_RATE1 = base.Columns["MIN_RATE1"];
this.columnMAX_RATE1 = base.Columns["MAX_RATE1"];
this.columnTAXPER1 = base.Columns["TAXPER1"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnMIN_RATE = new global::System.Data.DataColumn("MIN_RATE", typeof(double), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMIN_RATE);
this.columnMAX_RATE = new global::System.Data.DataColumn("MAX_RATE", typeof(double), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMAX_RATE);
this.columnTAXPER = new global::System.Data.DataColumn("TAXPER", typeof(double), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTAXPER);
this.columnGOSS_RATE = new global::System.Data.DataColumn("GOSS_RATE", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOSS_RATE);
this.columncp_minmaxrate = new global::System.Data.DataColumn("cp_minmaxrate", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncp_minmaxrate);
this.columncp_taxrate = new global::System.Data.DataColumn("cp_taxrate", typeof(double), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncp_taxrate);
this.columnTotalall = new global::System.Data.DataColumn("Totalall", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTotalall);
this.columnTaxcall = new global::System.Data.DataColumn("Taxcall", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTaxcall);
this.columnMIN_RATE1 = new global::System.Data.DataColumn("MIN_RATE1", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMIN_RATE1);
this.columnMAX_RATE1 = new global::System.Data.DataColumn("MAX_RATE1", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMAX_RATE1);
this.columnTAXPER1 = new global::System.Data.DataColumn("TAXPER1", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnTAXPER1);
this.columncp_minmaxrate.ReadOnly = true;
this.columncp_taxrate.ReadOnly = true;
this.columnTotalall.ReadOnly = true;
this.columnTaxcall.ReadOnly = true;
this.columnMIN_RATE1.Caption = "MIN_RATE";
this.columnMAX_RATE1.Caption = "MAX_RATE";
this.columnTAXPER1.Caption = "TAXPER";
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public HRNUCFTAX_RATERow NewHRNUCFTAX_RATERow() {
return ((HRNUCFTAX_RATERow)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new HRNUCFTAX_RATERow(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Type GetRowType() {
return typeof(HRNUCFTAX_RATERow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitExpressions() {
this.cp_taxrateColumn.Expression = "TAXPER/100";
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.HRNUCFTAX_RATERowChanged != null)) {
this.HRNUCFTAX_RATERowChanged(this, new HRNUCFTAX_RATERowChangeEvent(((HRNUCFTAX_RATERow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.HRNUCFTAX_RATERowChanging != null)) {
this.HRNUCFTAX_RATERowChanging(this, new HRNUCFTAX_RATERowChangeEvent(((HRNUCFTAX_RATERow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.HRNUCFTAX_RATERowDeleted != null)) {
this.HRNUCFTAX_RATERowDeleted(this, new HRNUCFTAX_RATERowChangeEvent(((HRNUCFTAX_RATERow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.HRNUCFTAX_RATERowDeleting != null)) {
this.HRNUCFTAX_RATERowDeleting(this, new HRNUCFTAX_RATERowChangeEvent(((HRNUCFTAX_RATERow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void RemoveHRNUCFTAX_RATERow(HRNUCFTAX_RATERow row) {
this.Rows.Remove(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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();
DataSet2 ds = new DataSet2();
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 = "HRNUCFTAX_RATEDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
///
///Represents strongly named DataRow class.
///
public partial class HRNPAYROLL_TAXSETRow : global::System.Data.DataRow {
private HRNPAYROLL_TAXSETDataTable tableHRNPAYROLL_TAXSET;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal HRNPAYROLL_TAXSETRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableHRNPAYROLL_TAXSET = ((HRNPAYROLL_TAXSETDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PAY_YEAR {
get {
return ((decimal)(this[this.tableHRNPAYROLL_TAXSET.PAY_YEARColumn]));
}
set {
this[this.tableHRNPAYROLL_TAXSET.PAY_YEARColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal PAY_MONTH {
get {
return ((decimal)(this[this.tableHRNPAYROLL_TAXSET.PAY_MONTHColumn]));
}
set {
this[this.tableHRNPAYROLL_TAXSET.PAY_MONTHColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SEQ_TAX {
get {
return ((string)(this[this.tableHRNPAYROLL_TAXSET.SEQ_TAXColumn]));
}
set {
this[this.tableHRNPAYROLL_TAXSET.SEQ_TAXColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string EMPLID {
get {
return ((string)(this[this.tableHRNPAYROLL_TAXSET.EMPLIDColumn]));
}
set {
this[this.tableHRNPAYROLL_TAXSET.EMPLIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string TAXLIST {
get {
try {
return ((string)(this[this.tableHRNPAYROLL_TAXSET.TAXLISTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TAXLIST\' in table \'HRNPAYROLL_TAXSET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_TAXSET.TAXLISTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime PAY_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableHRNPAYROLL_TAXSET.PAY_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'PAY_DATE\' in table \'HRNPAYROLL_TAXSET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_TAXSET.PAY_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal TAXLIST1_AMT {
get {
try {
return ((decimal)(this[this.tableHRNPAYROLL_TAXSET.TAXLIST1_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TAXLIST1_AMT\' in table \'HRNPAYROLL_TAXSET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_TAXSET.TAXLIST1_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal TAXLIST2_AMT {
get {
try {
return ((decimal)(this[this.tableHRNPAYROLL_TAXSET.TAXLIST2_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TAXLIST2_AMT\' in table \'HRNPAYROLL_TAXSET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_TAXSET.TAXLIST2_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string TAXLIST3 {
get {
try {
return ((string)(this[this.tableHRNPAYROLL_TAXSET.TAXLIST3Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TAXLIST3\' in table \'HRNPAYROLL_TAXSET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_TAXSET.TAXLIST3Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal TAXLIST_FLAG {
get {
try {
return ((decimal)(this[this.tableHRNPAYROLL_TAXSET.TAXLIST_FLAGColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TAXLIST_FLAG\' in table \'HRNPAYROLL_TAXSET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_TAXSET.TAXLIST_FLAGColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ENTRY_ID {
get {
try {
return ((string)(this[this.tableHRNPAYROLL_TAXSET.ENTRY_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_ID\' in table \'HRNPAYROLL_TAXSET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_TAXSET.ENTRY_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime ENTRY_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableHRNPAYROLL_TAXSET.ENTRY_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_DATE\' in table \'HRNPAYROLL_TAXSET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_TAXSET.ENTRY_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal A01 {
get {
try {
return ((decimal)(this[this.tableHRNPAYROLL_TAXSET.A01Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'A01\' in table \'HRNPAYROLL_TAXSET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_TAXSET.A01Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal A02 {
get {
try {
return ((decimal)(this[this.tableHRNPAYROLL_TAXSET.A02Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'A02\' in table \'HRNPAYROLL_TAXSET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_TAXSET.A02Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal A03 {
get {
try {
return ((decimal)(this[this.tableHRNPAYROLL_TAXSET.A03Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'A03\' in table \'HRNPAYROLL_TAXSET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_TAXSET.A03Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal A04 {
get {
try {
return ((decimal)(this[this.tableHRNPAYROLL_TAXSET.A04Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'A04\' in table \'HRNPAYROLL_TAXSET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_TAXSET.A04Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal A05 {
get {
try {
return ((decimal)(this[this.tableHRNPAYROLL_TAXSET.A05Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'A05\' in table \'HRNPAYROLL_TAXSET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_TAXSET.A05Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal A06 {
get {
try {
return ((decimal)(this[this.tableHRNPAYROLL_TAXSET.A06Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'A06\' in table \'HRNPAYROLL_TAXSET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_TAXSET.A06Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal A07 {
get {
try {
return ((decimal)(this[this.tableHRNPAYROLL_TAXSET.A07Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'A07\' in table \'HRNPAYROLL_TAXSET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_TAXSET.A07Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal A08 {
get {
try {
return ((decimal)(this[this.tableHRNPAYROLL_TAXSET.A08Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'A08\' in table \'HRNPAYROLL_TAXSET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_TAXSET.A08Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal A09 {
get {
try {
return ((decimal)(this[this.tableHRNPAYROLL_TAXSET.A09Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'A09\' in table \'HRNPAYROLL_TAXSET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_TAXSET.A09Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal A10 {
get {
try {
return ((decimal)(this[this.tableHRNPAYROLL_TAXSET.A10Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'A10\' in table \'HRNPAYROLL_TAXSET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_TAXSET.A10Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal A11 {
get {
try {
return ((decimal)(this[this.tableHRNPAYROLL_TAXSET.A11Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'A11\' in table \'HRNPAYROLL_TAXSET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_TAXSET.A11Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal A12 {
get {
try {
return ((decimal)(this[this.tableHRNPAYROLL_TAXSET.A12Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'A12\' in table \'HRNPAYROLL_TAXSET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_TAXSET.A12Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal A13 {
get {
try {
return ((decimal)(this[this.tableHRNPAYROLL_TAXSET.A13Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'A13\' in table \'HRNPAYROLL_TAXSET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_TAXSET.A13Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal A14 {
get {
try {
return ((decimal)(this[this.tableHRNPAYROLL_TAXSET.A14Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'A14\' in table \'HRNPAYROLL_TAXSET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_TAXSET.A14Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COMPUTE_1 {
get {
try {
return ((decimal)(this[this.tableHRNPAYROLL_TAXSET.COMPUTE_1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPUTE_1\' in table \'HRNPAYROLL_TAXSET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_TAXSET.COMPUTE_1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COMPUTE_2 {
get {
try {
return ((decimal)(this[this.tableHRNPAYROLL_TAXSET.COMPUTE_2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPUTE_2\' in table \'HRNPAYROLL_TAXSET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_TAXSET.COMPUTE_2Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal TAXSUM {
get {
try {
return ((decimal)(this[this.tableHRNPAYROLL_TAXSET.TAXSUMColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TAXSUM\' in table \'HRNPAYROLL_TAXSET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_TAXSET.TAXSUMColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal TAXMONTH {
get {
try {
return ((decimal)(this[this.tableHRNPAYROLL_TAXSET.TAXMONTHColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TAXMONTH\' in table \'HRNPAYROLL_TAXSET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_TAXSET.TAXMONTHColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal A17 {
get {
try {
return ((decimal)(this[this.tableHRNPAYROLL_TAXSET.A17Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'A17\' in table \'HRNPAYROLL_TAXSET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_TAXSET.A17Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal A18 {
get {
try {
return ((decimal)(this[this.tableHRNPAYROLL_TAXSET.A18Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'A18\' in table \'HRNPAYROLL_TAXSET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_TAXSET.A18Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal A21 {
get {
try {
return ((decimal)(this[this.tableHRNPAYROLL_TAXSET.A21Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'A21\' in table \'HRNPAYROLL_TAXSET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_TAXSET.A21Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal A22 {
get {
try {
return ((decimal)(this[this.tableHRNPAYROLL_TAXSET.A22Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'A22\' in table \'HRNPAYROLL_TAXSET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_TAXSET.A22Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal A23 {
get {
try {
return ((decimal)(this[this.tableHRNPAYROLL_TAXSET.A23Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'A23\' in table \'HRNPAYROLL_TAXSET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_TAXSET.A23Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTAXLISTNull() {
return this.IsNull(this.tableHRNPAYROLL_TAXSET.TAXLISTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTAXLISTNull() {
this[this.tableHRNPAYROLL_TAXSET.TAXLISTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsPAY_DATENull() {
return this.IsNull(this.tableHRNPAYROLL_TAXSET.PAY_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetPAY_DATENull() {
this[this.tableHRNPAYROLL_TAXSET.PAY_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTAXLIST1_AMTNull() {
return this.IsNull(this.tableHRNPAYROLL_TAXSET.TAXLIST1_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTAXLIST1_AMTNull() {
this[this.tableHRNPAYROLL_TAXSET.TAXLIST1_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTAXLIST2_AMTNull() {
return this.IsNull(this.tableHRNPAYROLL_TAXSET.TAXLIST2_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTAXLIST2_AMTNull() {
this[this.tableHRNPAYROLL_TAXSET.TAXLIST2_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTAXLIST3Null() {
return this.IsNull(this.tableHRNPAYROLL_TAXSET.TAXLIST3Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTAXLIST3Null() {
this[this.tableHRNPAYROLL_TAXSET.TAXLIST3Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTAXLIST_FLAGNull() {
return this.IsNull(this.tableHRNPAYROLL_TAXSET.TAXLIST_FLAGColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTAXLIST_FLAGNull() {
this[this.tableHRNPAYROLL_TAXSET.TAXLIST_FLAGColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsENTRY_IDNull() {
return this.IsNull(this.tableHRNPAYROLL_TAXSET.ENTRY_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetENTRY_IDNull() {
this[this.tableHRNPAYROLL_TAXSET.ENTRY_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsENTRY_DATENull() {
return this.IsNull(this.tableHRNPAYROLL_TAXSET.ENTRY_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetENTRY_DATENull() {
this[this.tableHRNPAYROLL_TAXSET.ENTRY_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsA01Null() {
return this.IsNull(this.tableHRNPAYROLL_TAXSET.A01Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetA01Null() {
this[this.tableHRNPAYROLL_TAXSET.A01Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsA02Null() {
return this.IsNull(this.tableHRNPAYROLL_TAXSET.A02Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetA02Null() {
this[this.tableHRNPAYROLL_TAXSET.A02Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsA03Null() {
return this.IsNull(this.tableHRNPAYROLL_TAXSET.A03Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetA03Null() {
this[this.tableHRNPAYROLL_TAXSET.A03Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsA04Null() {
return this.IsNull(this.tableHRNPAYROLL_TAXSET.A04Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetA04Null() {
this[this.tableHRNPAYROLL_TAXSET.A04Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsA05Null() {
return this.IsNull(this.tableHRNPAYROLL_TAXSET.A05Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetA05Null() {
this[this.tableHRNPAYROLL_TAXSET.A05Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsA06Null() {
return this.IsNull(this.tableHRNPAYROLL_TAXSET.A06Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetA06Null() {
this[this.tableHRNPAYROLL_TAXSET.A06Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsA07Null() {
return this.IsNull(this.tableHRNPAYROLL_TAXSET.A07Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetA07Null() {
this[this.tableHRNPAYROLL_TAXSET.A07Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsA08Null() {
return this.IsNull(this.tableHRNPAYROLL_TAXSET.A08Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetA08Null() {
this[this.tableHRNPAYROLL_TAXSET.A08Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsA09Null() {
return this.IsNull(this.tableHRNPAYROLL_TAXSET.A09Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetA09Null() {
this[this.tableHRNPAYROLL_TAXSET.A09Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsA10Null() {
return this.IsNull(this.tableHRNPAYROLL_TAXSET.A10Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetA10Null() {
this[this.tableHRNPAYROLL_TAXSET.A10Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsA11Null() {
return this.IsNull(this.tableHRNPAYROLL_TAXSET.A11Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetA11Null() {
this[this.tableHRNPAYROLL_TAXSET.A11Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsA12Null() {
return this.IsNull(this.tableHRNPAYROLL_TAXSET.A12Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetA12Null() {
this[this.tableHRNPAYROLL_TAXSET.A12Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsA13Null() {
return this.IsNull(this.tableHRNPAYROLL_TAXSET.A13Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetA13Null() {
this[this.tableHRNPAYROLL_TAXSET.A13Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsA14Null() {
return this.IsNull(this.tableHRNPAYROLL_TAXSET.A14Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetA14Null() {
this[this.tableHRNPAYROLL_TAXSET.A14Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPUTE_1Null() {
return this.IsNull(this.tableHRNPAYROLL_TAXSET.COMPUTE_1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPUTE_1Null() {
this[this.tableHRNPAYROLL_TAXSET.COMPUTE_1Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPUTE_2Null() {
return this.IsNull(this.tableHRNPAYROLL_TAXSET.COMPUTE_2Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPUTE_2Null() {
this[this.tableHRNPAYROLL_TAXSET.COMPUTE_2Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTAXSUMNull() {
return this.IsNull(this.tableHRNPAYROLL_TAXSET.TAXSUMColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTAXSUMNull() {
this[this.tableHRNPAYROLL_TAXSET.TAXSUMColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTAXMONTHNull() {
return this.IsNull(this.tableHRNPAYROLL_TAXSET.TAXMONTHColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTAXMONTHNull() {
this[this.tableHRNPAYROLL_TAXSET.TAXMONTHColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsA17Null() {
return this.IsNull(this.tableHRNPAYROLL_TAXSET.A17Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetA17Null() {
this[this.tableHRNPAYROLL_TAXSET.A17Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsA18Null() {
return this.IsNull(this.tableHRNPAYROLL_TAXSET.A18Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetA18Null() {
this[this.tableHRNPAYROLL_TAXSET.A18Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsA21Null() {
return this.IsNull(this.tableHRNPAYROLL_TAXSET.A21Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetA21Null() {
this[this.tableHRNPAYROLL_TAXSET.A21Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsA22Null() {
return this.IsNull(this.tableHRNPAYROLL_TAXSET.A22Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetA22Null() {
this[this.tableHRNPAYROLL_TAXSET.A22Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsA23Null() {
return this.IsNull(this.tableHRNPAYROLL_TAXSET.A23Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetA23Null() {
this[this.tableHRNPAYROLL_TAXSET.A23Column] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class HRNPAYROLL_SETRow : global::System.Data.DataRow {
private HRNPAYROLL_SETDataTable tableHRNPAYROLL_SET;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal HRNPAYROLL_SETRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableHRNPAYROLL_SET = ((HRNPAYROLL_SETDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string SEQ_PAY {
get {
return ((string)(this[this.tableHRNPAYROLL_SET.SEQ_PAYColumn]));
}
set {
this[this.tableHRNPAYROLL_SET.SEQ_PAYColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string EMPLID {
get {
return ((string)(this[this.tableHRNPAYROLL_SET.EMPLIDColumn]));
}
set {
this[this.tableHRNPAYROLL_SET.EMPLIDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ENTRY_ID {
get {
try {
return ((string)(this[this.tableHRNPAYROLL_SET.ENTRY_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_ID\' in table \'HRNPAYROLL_SET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_SET.ENTRY_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime ENTRY_DATE {
get {
try {
return ((global::System.DateTime)(this[this.tableHRNPAYROLL_SET.ENTRY_DATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'ENTRY_DATE\' in table \'HRNPAYROLL_SET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_SET.ENTRY_DATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SET_NO {
get {
return ((decimal)(this[this.tableHRNPAYROLL_SET.SET_NOColumn]));
}
set {
this[this.tableHRNPAYROLL_SET.SET_NOColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SETPAYROLL_AMT {
get {
try {
return ((decimal)(this[this.tableHRNPAYROLL_SET.SETPAYROLL_AMTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SETPAYROLL_AMT\' in table \'HRNPAYROLL_SET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_SET.SETPAYROLL_AMTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal SALARY {
get {
try {
return ((decimal)(this[this.tableHRNPAYROLL_SET.SALARYColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'SALARY\' in table \'HRNPAYROLL_SET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_SET.SALARYColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal BONUS {
get {
try {
return ((decimal)(this[this.tableHRNPAYROLL_SET.BONUSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'BONUS\' in table \'HRNPAYROLL_SET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_SET.BONUSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal A02 {
get {
try {
return ((decimal)(this[this.tableHRNPAYROLL_SET.A02Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'A02\' in table \'HRNPAYROLL_SET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_SET.A02Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal COMPUTE_1 {
get {
try {
return ((decimal)(this[this.tableHRNPAYROLL_SET.COMPUTE_1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'COMPUTE_1\' in table \'HRNPAYROLL_SET\' is DBNull.", e);
}
}
set {
this[this.tableHRNPAYROLL_SET.COMPUTE_1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsENTRY_IDNull() {
return this.IsNull(this.tableHRNPAYROLL_SET.ENTRY_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetENTRY_IDNull() {
this[this.tableHRNPAYROLL_SET.ENTRY_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsENTRY_DATENull() {
return this.IsNull(this.tableHRNPAYROLL_SET.ENTRY_DATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetENTRY_DATENull() {
this[this.tableHRNPAYROLL_SET.ENTRY_DATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSETPAYROLL_AMTNull() {
return this.IsNull(this.tableHRNPAYROLL_SET.SETPAYROLL_AMTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSETPAYROLL_AMTNull() {
this[this.tableHRNPAYROLL_SET.SETPAYROLL_AMTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsSALARYNull() {
return this.IsNull(this.tableHRNPAYROLL_SET.SALARYColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetSALARYNull() {
this[this.tableHRNPAYROLL_SET.SALARYColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsBONUSNull() {
return this.IsNull(this.tableHRNPAYROLL_SET.BONUSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetBONUSNull() {
this[this.tableHRNPAYROLL_SET.BONUSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsA02Null() {
return this.IsNull(this.tableHRNPAYROLL_SET.A02Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetA02Null() {
this[this.tableHRNPAYROLL_SET.A02Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsCOMPUTE_1Null() {
return this.IsNull(this.tableHRNPAYROLL_SET.COMPUTE_1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetCOMPUTE_1Null() {
this[this.tableHRNPAYROLL_SET.COMPUTE_1Column] = global::System.Convert.DBNull;
}
}
///
///Represents strongly named DataRow class.
///
public partial class HRNUCFTAX_RATERow : global::System.Data.DataRow {
private HRNUCFTAX_RATEDataTable tableHRNUCFTAX_RATE;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal HRNUCFTAX_RATERow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableHRNUCFTAX_RATE = ((HRNUCFTAX_RATEDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public double MIN_RATE {
get {
try {
return ((double)(this[this.tableHRNUCFTAX_RATE.MIN_RATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MIN_RATE\' in table \'HRNUCFTAX_RATE\' is DBNull.", e);
}
}
set {
this[this.tableHRNUCFTAX_RATE.MIN_RATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public double MAX_RATE {
get {
try {
return ((double)(this[this.tableHRNUCFTAX_RATE.MAX_RATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MAX_RATE\' in table \'HRNUCFTAX_RATE\' is DBNull.", e);
}
}
set {
this[this.tableHRNUCFTAX_RATE.MAX_RATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public double TAXPER {
get {
try {
return ((double)(this[this.tableHRNUCFTAX_RATE.TAXPERColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TAXPER\' in table \'HRNUCFTAX_RATE\' is DBNull.", e);
}
}
set {
this[this.tableHRNUCFTAX_RATE.TAXPERColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal GOSS_RATE {
get {
try {
return ((decimal)(this[this.tableHRNUCFTAX_RATE.GOSS_RATEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'GOSS_RATE\' in table \'HRNUCFTAX_RATE\' is DBNull.", e);
}
}
set {
this[this.tableHRNUCFTAX_RATE.GOSS_RATEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string cp_minmaxrate {
get {
try {
return ((string)(this[this.tableHRNUCFTAX_RATE.cp_minmaxrateColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cp_minmaxrate\' in table \'HRNUCFTAX_RATE\' is DBNull.", e);
}
}
set {
this[this.tableHRNUCFTAX_RATE.cp_minmaxrateColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public double cp_taxrate {
get {
try {
return ((double)(this[this.tableHRNUCFTAX_RATE.cp_taxrateColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'cp_taxrate\' in table \'HRNUCFTAX_RATE\' is DBNull.", e);
}
}
set {
this[this.tableHRNUCFTAX_RATE.cp_taxrateColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal Totalall {
get {
try {
return ((decimal)(this[this.tableHRNUCFTAX_RATE.TotalallColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'Totalall\' in table \'HRNUCFTAX_RATE\' is DBNull.", e);
}
}
set {
this[this.tableHRNUCFTAX_RATE.TotalallColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal Taxcall {
get {
try {
return ((decimal)(this[this.tableHRNUCFTAX_RATE.TaxcallColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'Taxcall\' in table \'HRNUCFTAX_RATE\' is DBNull.", e);
}
}
set {
this[this.tableHRNUCFTAX_RATE.TaxcallColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MIN_RATE1 {
get {
try {
return ((decimal)(this[this.tableHRNUCFTAX_RATE.MIN_RATE1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MIN_RATE1\' in table \'HRNUCFTAX_RATE\' is DBNull.", e);
}
}
set {
this[this.tableHRNUCFTAX_RATE.MIN_RATE1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal MAX_RATE1 {
get {
try {
return ((decimal)(this[this.tableHRNUCFTAX_RATE.MAX_RATE1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'MAX_RATE1\' in table \'HRNUCFTAX_RATE\' is DBNull.", e);
}
}
set {
this[this.tableHRNUCFTAX_RATE.MAX_RATE1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal TAXPER1 {
get {
try {
return ((decimal)(this[this.tableHRNUCFTAX_RATE.TAXPER1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("The value for column \'TAXPER1\' in table \'HRNUCFTAX_RATE\' is DBNull.", e);
}
}
set {
this[this.tableHRNUCFTAX_RATE.TAXPER1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMIN_RATENull() {
return this.IsNull(this.tableHRNUCFTAX_RATE.MIN_RATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMIN_RATENull() {
this[this.tableHRNUCFTAX_RATE.MIN_RATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMAX_RATENull() {
return this.IsNull(this.tableHRNUCFTAX_RATE.MAX_RATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMAX_RATENull() {
this[this.tableHRNUCFTAX_RATE.MAX_RATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTAXPERNull() {
return this.IsNull(this.tableHRNUCFTAX_RATE.TAXPERColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTAXPERNull() {
this[this.tableHRNUCFTAX_RATE.TAXPERColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsGOSS_RATENull() {
return this.IsNull(this.tableHRNUCFTAX_RATE.GOSS_RATEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetGOSS_RATENull() {
this[this.tableHRNUCFTAX_RATE.GOSS_RATEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscp_minmaxrateNull() {
return this.IsNull(this.tableHRNUCFTAX_RATE.cp_minmaxrateColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcp_minmaxrateNull() {
this[this.tableHRNUCFTAX_RATE.cp_minmaxrateColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Iscp_taxrateNull() {
return this.IsNull(this.tableHRNUCFTAX_RATE.cp_taxrateColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setcp_taxrateNull() {
this[this.tableHRNUCFTAX_RATE.cp_taxrateColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTotalallNull() {
return this.IsNull(this.tableHRNUCFTAX_RATE.TotalallColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTotalallNull() {
this[this.tableHRNUCFTAX_RATE.TotalallColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTaxcallNull() {
return this.IsNull(this.tableHRNUCFTAX_RATE.TaxcallColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTaxcallNull() {
this[this.tableHRNUCFTAX_RATE.TaxcallColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMIN_RATE1Null() {
return this.IsNull(this.tableHRNUCFTAX_RATE.MIN_RATE1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMIN_RATE1Null() {
this[this.tableHRNUCFTAX_RATE.MIN_RATE1Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsMAX_RATE1Null() {
return this.IsNull(this.tableHRNUCFTAX_RATE.MAX_RATE1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetMAX_RATE1Null() {
this[this.tableHRNUCFTAX_RATE.MAX_RATE1Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsTAXPER1Null() {
return this.IsNull(this.tableHRNUCFTAX_RATE.TAXPER1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetTAXPER1Null() {
this[this.tableHRNUCFTAX_RATE.TAXPER1Column] = global::System.Convert.DBNull;
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class HRNPAYROLL_TAXSETRowChangeEvent : global::System.EventArgs {
private HRNPAYROLL_TAXSETRow eventRow;
private global::System.Data.DataRowAction eventAction;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public HRNPAYROLL_TAXSETRowChangeEvent(HRNPAYROLL_TAXSETRow 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", "4.0.0.0")]
public HRNPAYROLL_TAXSETRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class HRNPAYROLL_SETRowChangeEvent : global::System.EventArgs {
private HRNPAYROLL_SETRow eventRow;
private global::System.Data.DataRowAction eventAction;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public HRNPAYROLL_SETRowChangeEvent(HRNPAYROLL_SETRow 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", "4.0.0.0")]
public HRNPAYROLL_SETRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class HRNUCFTAX_RATERowChangeEvent : global::System.EventArgs {
private HRNUCFTAX_RATERow eventRow;
private global::System.Data.DataRowAction eventAction;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public HRNUCFTAX_RATERowChangeEvent(HRNUCFTAX_RATERow 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", "4.0.0.0")]
public HRNUCFTAX_RATERow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
}
}
namespace Saving.Applications.hr.w_sheet_hr_tax_ctrl.DataSet2TableAdapters {
///
///Represents the connection and commands used to retrieve and save data.
///
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.ComponentModel.DataObjectAttribute(true)]
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public partial class HRNPAYROLL_TAXSETTableAdapter : global::System.ComponentModel.Component {
private global::System.Data.OracleClient.OracleDataAdapter _adapter;
private global::System.Data.OracleClient.OracleConnection _connection;
private global::System.Data.OracleClient.OracleTransaction _transaction;
private global::System.Data.OracleClient.OracleCommand[] _commandCollection;
private bool _clearBeforeFill;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public HRNPAYROLL_TAXSETTableAdapter() {
this.ClearBeforeFill = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected internal global::System.Data.OracleClient.OracleDataAdapter Adapter {
get {
if ((this._adapter == null)) {
this.InitAdapter();
}
return this._adapter;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal global::System.Data.OracleClient.OracleConnection Connection {
get {
if ((this._connection == null)) {
this.InitConnection();
}
return this._connection;
}
set {
this._connection = value;
if ((this.Adapter.InsertCommand != null)) {
this.Adapter.InsertCommand.Connection = value;
}
if ((this.Adapter.DeleteCommand != null)) {
this.Adapter.DeleteCommand.Connection = value;
}
if ((this.Adapter.UpdateCommand != null)) {
this.Adapter.UpdateCommand.Connection = value;
}
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
if ((this.CommandCollection[i] != null)) {
((global::System.Data.OracleClient.OracleCommand)(this.CommandCollection[i])).Connection = value;
}
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal global::System.Data.OracleClient.OracleTransaction Transaction {
get {
return this._transaction;
}
set {
this._transaction = value;
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
this.CommandCollection[i].Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.DeleteCommand != null))) {
this.Adapter.DeleteCommand.Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.InsertCommand != null))) {
this.Adapter.InsertCommand.Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.UpdateCommand != null))) {
this.Adapter.UpdateCommand.Transaction = this._transaction;
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected global::System.Data.OracleClient.OracleCommand[] CommandCollection {
get {
if ((this._commandCollection == null)) {
this.InitCommandCollection();
}
return this._commandCollection;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool ClearBeforeFill {
get {
return this._clearBeforeFill;
}
set {
this._clearBeforeFill = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitAdapter() {
this._adapter = new global::System.Data.OracleClient.OracleDataAdapter();
global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
tableMapping.SourceTable = "Table";
tableMapping.DataSetTable = "HRNPAYROLL_TAXSET";
tableMapping.ColumnMappings.Add("PAY_YEAR", "PAY_YEAR");
tableMapping.ColumnMappings.Add("PAY_MONTH", "PAY_MONTH");
tableMapping.ColumnMappings.Add("SEQ_TAX", "SEQ_TAX");
tableMapping.ColumnMappings.Add("EMPLID", "EMPLID");
tableMapping.ColumnMappings.Add("TAXLIST", "TAXLIST");
tableMapping.ColumnMappings.Add("PAY_DATE", "PAY_DATE");
tableMapping.ColumnMappings.Add("TAXLIST1_AMT", "TAXLIST1_AMT");
tableMapping.ColumnMappings.Add("TAXLIST2_AMT", "TAXLIST2_AMT");
tableMapping.ColumnMappings.Add("TAXLIST3", "TAXLIST3");
tableMapping.ColumnMappings.Add("TAXLIST_FLAG", "TAXLIST_FLAG");
tableMapping.ColumnMappings.Add("ENTRY_ID", "ENTRY_ID");
tableMapping.ColumnMappings.Add("ENTRY_DATE", "ENTRY_DATE");
this._adapter.TableMappings.Add(tableMapping);
this._adapter.InsertCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.InsertCommand.Connection = this.Connection;
this._adapter.InsertCommand.CommandText = @"INSERT INTO ""HRNPAYROLL_TAXSET"" (""PAY_YEAR"", ""PAY_MONTH"", ""SEQ_TAX"", ""EMPLID"", ""TAXLIST"", ""PAY_DATE"", ""TAXLIST1_AMT"", ""TAXLIST2_AMT"", ""TAXLIST3"", ""TAXLIST_FLAG"", ""ENTRY_ID"", ""ENTRY_DATE"") VALUES (:PAY_YEAR, :PAY_MONTH, :SEQ_TAX, :EMPLID, :TAXLIST, :PAY_DATE, :TAXLIST1_AMT, :TAXLIST2_AMT, :TAXLIST3, :TAXLIST_FLAG, :ENTRY_ID, :ENTRY_DATE)";
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAY_YEAR", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAY_YEAR", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAY_MONTH", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "PAY_MONTH", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEQ_TAX", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SEQ_TAX", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EMPLID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EMPLID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TAXLIST", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "TAXLIST", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("PAY_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "PAY_DATE", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TAXLIST1_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TAXLIST1_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TAXLIST2_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TAXLIST2_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TAXLIST3", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "TAXLIST3", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("TAXLIST_FLAG", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "TAXLIST_FLAG", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ENTRY_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "ENTRY_DATE", global::System.Data.DataRowVersion.Current, false, null));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitConnection() {
this._connection = new global::System.Data.OracleClient.OracleConnection();
this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1];
this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = "select * from hrnpayroll_taxset";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
public virtual int Fill(DataSet2.HRNPAYROLL_TAXSETDataTable dataTable) {
this.Adapter.SelectCommand = this.CommandCollection[0];
if ((this.ClearBeforeFill == true)) {
dataTable.Clear();
}
int returnValue = this.Adapter.Fill(dataTable);
return returnValue;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
public virtual DataSet2.HRNPAYROLL_TAXSETDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet2.HRNPAYROLL_TAXSETDataTable dataTable = new DataSet2.HRNPAYROLL_TAXSETDataTable();
this.Adapter.Fill(dataTable);
return dataTable;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(DataSet2.HRNPAYROLL_TAXSETDataTable dataTable) {
return this.Adapter.Update(dataTable);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(DataSet2 dataSet) {
return this.Adapter.Update(dataSet, "HRNPAYROLL_TAXSET");
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(global::System.Data.DataRow dataRow) {
return this.Adapter.Update(new global::System.Data.DataRow[] {
dataRow});
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(global::System.Data.DataRow[] dataRows) {
return this.Adapter.Update(dataRows);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
public virtual int Insert(decimal PAY_YEAR, decimal PAY_MONTH, string SEQ_TAX, string EMPLID, string TAXLIST, global::System.Nullable PAY_DATE, global::System.Nullable TAXLIST1_AMT, global::System.Nullable TAXLIST2_AMT, string TAXLIST3, global::System.Nullable TAXLIST_FLAG, string ENTRY_ID, global::System.Nullable ENTRY_DATE) {
this.Adapter.InsertCommand.Parameters[0].Value = ((decimal)(PAY_YEAR));
this.Adapter.InsertCommand.Parameters[1].Value = ((decimal)(PAY_MONTH));
if ((SEQ_TAX == null)) {
throw new global::System.ArgumentNullException("SEQ_TAX");
}
else {
this.Adapter.InsertCommand.Parameters[2].Value = ((string)(SEQ_TAX));
}
if ((EMPLID == null)) {
throw new global::System.ArgumentNullException("EMPLID");
}
else {
this.Adapter.InsertCommand.Parameters[3].Value = ((string)(EMPLID));
}
if ((TAXLIST == null)) {
this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[4].Value = ((string)(TAXLIST));
}
if ((PAY_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[5].Value = ((System.DateTime)(PAY_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
}
if ((TAXLIST1_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[6].Value = ((decimal)(TAXLIST1_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[6].Value = global::System.DBNull.Value;
}
if ((TAXLIST2_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[7].Value = ((decimal)(TAXLIST2_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[7].Value = global::System.DBNull.Value;
}
if ((TAXLIST3 == null)) {
this.Adapter.InsertCommand.Parameters[8].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[8].Value = ((string)(TAXLIST3));
}
if ((TAXLIST_FLAG.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[9].Value = ((decimal)(TAXLIST_FLAG.Value));
}
else {
this.Adapter.InsertCommand.Parameters[9].Value = global::System.DBNull.Value;
}
if ((ENTRY_ID == null)) {
this.Adapter.InsertCommand.Parameters[10].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[10].Value = ((string)(ENTRY_ID));
}
if ((ENTRY_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[11].Value = ((System.DateTime)(ENTRY_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[11].Value = global::System.DBNull.Value;
}
global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.InsertCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.InsertCommand.Connection.Close();
}
}
}
}
///
///Represents the connection and commands used to retrieve and save data.
///
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.ComponentModel.DataObjectAttribute(true)]
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public partial class HRNPAYROLL_SETTableAdapter : global::System.ComponentModel.Component {
private global::System.Data.OracleClient.OracleDataAdapter _adapter;
private global::System.Data.OracleClient.OracleConnection _connection;
private global::System.Data.OracleClient.OracleTransaction _transaction;
private global::System.Data.OracleClient.OracleCommand[] _commandCollection;
private bool _clearBeforeFill;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public HRNPAYROLL_SETTableAdapter() {
this.ClearBeforeFill = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected internal global::System.Data.OracleClient.OracleDataAdapter Adapter {
get {
if ((this._adapter == null)) {
this.InitAdapter();
}
return this._adapter;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal global::System.Data.OracleClient.OracleConnection Connection {
get {
if ((this._connection == null)) {
this.InitConnection();
}
return this._connection;
}
set {
this._connection = value;
if ((this.Adapter.InsertCommand != null)) {
this.Adapter.InsertCommand.Connection = value;
}
if ((this.Adapter.DeleteCommand != null)) {
this.Adapter.DeleteCommand.Connection = value;
}
if ((this.Adapter.UpdateCommand != null)) {
this.Adapter.UpdateCommand.Connection = value;
}
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
if ((this.CommandCollection[i] != null)) {
((global::System.Data.OracleClient.OracleCommand)(this.CommandCollection[i])).Connection = value;
}
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal global::System.Data.OracleClient.OracleTransaction Transaction {
get {
return this._transaction;
}
set {
this._transaction = value;
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
this.CommandCollection[i].Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.DeleteCommand != null))) {
this.Adapter.DeleteCommand.Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.InsertCommand != null))) {
this.Adapter.InsertCommand.Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.UpdateCommand != null))) {
this.Adapter.UpdateCommand.Transaction = this._transaction;
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected global::System.Data.OracleClient.OracleCommand[] CommandCollection {
get {
if ((this._commandCollection == null)) {
this.InitCommandCollection();
}
return this._commandCollection;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool ClearBeforeFill {
get {
return this._clearBeforeFill;
}
set {
this._clearBeforeFill = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitAdapter() {
this._adapter = new global::System.Data.OracleClient.OracleDataAdapter();
global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
tableMapping.SourceTable = "Table";
tableMapping.DataSetTable = "HRNPAYROLL_SET";
tableMapping.ColumnMappings.Add("SEQ_PAY", "SEQ_PAY");
tableMapping.ColumnMappings.Add("EMPLID", "EMPLID");
tableMapping.ColumnMappings.Add("ENTRY_ID", "ENTRY_ID");
tableMapping.ColumnMappings.Add("ENTRY_DATE", "ENTRY_DATE");
tableMapping.ColumnMappings.Add("SET_NO", "SET_NO");
tableMapping.ColumnMappings.Add("SETPAYROLL_AMT", "SETPAYROLL_AMT");
this._adapter.TableMappings.Add(tableMapping);
this._adapter.InsertCommand = new global::System.Data.OracleClient.OracleCommand();
this._adapter.InsertCommand.Connection = this.Connection;
this._adapter.InsertCommand.CommandText = "INSERT INTO \"HRNPAYROLL_SET\" (\"SET_NO\", \"SEQ_PAY\", \"EMPLID\", \"SETPAYROLL_AMT\", \"E" +
"NTRY_ID\", \"ENTRY_DATE\") VALUES (:SET_NO, :SEQ_PAY, :EMPLID, :SETPAYROLL_AMT, :EN" +
"TRY_ID, :ENTRY_DATE)";
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SET_NO", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SET_NO", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SEQ_PAY", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "SEQ_PAY", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("EMPLID", global::System.Data.OracleClient.OracleType.Char, 0, global::System.Data.ParameterDirection.Input, "EMPLID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("SETPAYROLL_AMT", global::System.Data.OracleClient.OracleType.Number, 0, global::System.Data.ParameterDirection.Input, "SETPAYROLL_AMT", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_ID", global::System.Data.OracleClient.OracleType.VarChar, 0, global::System.Data.ParameterDirection.Input, "ENTRY_ID", global::System.Data.DataRowVersion.Current, false, null));
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.OracleClient.OracleParameter("ENTRY_DATE", global::System.Data.OracleClient.OracleType.DateTime, 0, global::System.Data.ParameterDirection.Input, "ENTRY_DATE", global::System.Data.DataRowVersion.Current, false, null));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitConnection() {
this._connection = new global::System.Data.OracleClient.OracleConnection();
this._connection.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.OracleClient.OracleCommand[1];
this._commandCollection[0] = new global::System.Data.OracleClient.OracleCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = "select * from hrnpayroll_set";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
public virtual int Fill(DataSet2.HRNPAYROLL_SETDataTable dataTable) {
this.Adapter.SelectCommand = this.CommandCollection[0];
if ((this.ClearBeforeFill == true)) {
dataTable.Clear();
}
int returnValue = this.Adapter.Fill(dataTable);
return returnValue;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
public virtual DataSet2.HRNPAYROLL_SETDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
DataSet2.HRNPAYROLL_SETDataTable dataTable = new DataSet2.HRNPAYROLL_SETDataTable();
this.Adapter.Fill(dataTable);
return dataTable;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(DataSet2.HRNPAYROLL_SETDataTable dataTable) {
return this.Adapter.Update(dataTable);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(DataSet2 dataSet) {
return this.Adapter.Update(dataSet, "HRNPAYROLL_SET");
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(global::System.Data.DataRow dataRow) {
return this.Adapter.Update(new global::System.Data.DataRow[] {
dataRow});
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public virtual int Update(global::System.Data.DataRow[] dataRows) {
return this.Adapter.Update(dataRows);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Insert, true)]
public virtual int Insert(decimal SET_NO, string SEQ_PAY, string EMPLID, global::System.Nullable SETPAYROLL_AMT, string ENTRY_ID, global::System.Nullable ENTRY_DATE) {
this.Adapter.InsertCommand.Parameters[0].Value = ((decimal)(SET_NO));
if ((SEQ_PAY == null)) {
throw new global::System.ArgumentNullException("SEQ_PAY");
}
else {
this.Adapter.InsertCommand.Parameters[1].Value = ((string)(SEQ_PAY));
}
if ((EMPLID == null)) {
throw new global::System.ArgumentNullException("EMPLID");
}
else {
this.Adapter.InsertCommand.Parameters[2].Value = ((string)(EMPLID));
}
if ((SETPAYROLL_AMT.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[3].Value = ((decimal)(SETPAYROLL_AMT.Value));
}
else {
this.Adapter.InsertCommand.Parameters[3].Value = global::System.DBNull.Value;
}
if ((ENTRY_ID == null)) {
this.Adapter.InsertCommand.Parameters[4].Value = global::System.DBNull.Value;
}
else {
this.Adapter.InsertCommand.Parameters[4].Value = ((string)(ENTRY_ID));
}
if ((ENTRY_DATE.HasValue == true)) {
this.Adapter.InsertCommand.Parameters[5].Value = ((System.DateTime)(ENTRY_DATE.Value));
}
else {
this.Adapter.InsertCommand.Parameters[5].Value = global::System.DBNull.Value;
}
global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
!= global::System.Data.ConnectionState.Open)) {
this.Adapter.InsertCommand.Connection.Open();
}
try {
int returnValue = this.Adapter.InsertCommand.ExecuteNonQuery();
return returnValue;
}
finally {
if ((previousConnectionState == global::System.Data.ConnectionState.Closed)) {
this.Adapter.InsertCommand.Connection.Close();
}
}
}
}
///
///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios
///
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerDesigner, Microsoft.VSD" +
"esigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapterManager")]
public partial class TableAdapterManager : global::System.ComponentModel.Component {
private UpdateOrderOption _updateOrder;
private HRNPAYROLL_TAXSETTableAdapter _hRNPAYROLL_TAXSETTableAdapter;
private HRNPAYROLL_SETTableAdapter _hRNPAYROLL_SETTableAdapter;
private bool _backupDataSetBeforeUpdate;
private global::System.Data.IDbConnection _connection;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public UpdateOrderOption UpdateOrder {
get {
return this._updateOrder;
}
set {
this._updateOrder = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
"ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
"a", "System.Drawing.Design.UITypeEditor")]
public HRNPAYROLL_TAXSETTableAdapter HRNPAYROLL_TAXSETTableAdapter {
get {
return this._hRNPAYROLL_TAXSETTableAdapter;
}
set {
this._hRNPAYROLL_TAXSETTableAdapter = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.EditorAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerPropertyEditor, Microso" +
"ft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3" +
"a", "System.Drawing.Design.UITypeEditor")]
public HRNPAYROLL_SETTableAdapter HRNPAYROLL_SETTableAdapter {
get {
return this._hRNPAYROLL_SETTableAdapter;
}
set {
this._hRNPAYROLL_SETTableAdapter = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool BackupDataSetBeforeUpdate {
get {
return this._backupDataSetBeforeUpdate;
}
set {
this._backupDataSetBeforeUpdate = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public global::System.Data.IDbConnection Connection {
get {
if ((this._connection != null)) {
return this._connection;
}
if (((this._hRNPAYROLL_TAXSETTableAdapter != null)
&& (this._hRNPAYROLL_TAXSETTableAdapter.Connection != null))) {
return this._hRNPAYROLL_TAXSETTableAdapter.Connection;
}
if (((this._hRNPAYROLL_SETTableAdapter != null)
&& (this._hRNPAYROLL_SETTableAdapter.Connection != null))) {
return this._hRNPAYROLL_SETTableAdapter.Connection;
}
return null;
}
set {
this._connection = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int TableAdapterInstanceCount {
get {
int count = 0;
if ((this._hRNPAYROLL_TAXSETTableAdapter != null)) {
count = (count + 1);
}
if ((this._hRNPAYROLL_SETTableAdapter != null)) {
count = (count + 1);
}
return count;
}
}
///
///Update rows in top-down order.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private int UpdateUpdatedRows(DataSet2 dataSet, global::System.Collections.Generic.List allChangedRows, global::System.Collections.Generic.List allAddedRows) {
int result = 0;
if ((this._hRNPAYROLL_SETTableAdapter != null)) {
global::System.Data.DataRow[] updatedRows = dataSet.HRNPAYROLL_SET.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
if (((updatedRows != null)
&& (0 < updatedRows.Length))) {
result = (result + this._hRNPAYROLL_SETTableAdapter.Update(updatedRows));
allChangedRows.AddRange(updatedRows);
}
}
if ((this._hRNPAYROLL_TAXSETTableAdapter != null)) {
global::System.Data.DataRow[] updatedRows = dataSet.HRNPAYROLL_TAXSET.Select(null, null, global::System.Data.DataViewRowState.ModifiedCurrent);
updatedRows = this.GetRealUpdatedRows(updatedRows, allAddedRows);
if (((updatedRows != null)
&& (0 < updatedRows.Length))) {
result = (result + this._hRNPAYROLL_TAXSETTableAdapter.Update(updatedRows));
allChangedRows.AddRange(updatedRows);
}
}
return result;
}
///
///Insert rows in top-down order.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private int UpdateInsertedRows(DataSet2 dataSet, global::System.Collections.Generic.List allAddedRows) {
int result = 0;
if ((this._hRNPAYROLL_SETTableAdapter != null)) {
global::System.Data.DataRow[] addedRows = dataSet.HRNPAYROLL_SET.Select(null, null, global::System.Data.DataViewRowState.Added);
if (((addedRows != null)
&& (0 < addedRows.Length))) {
result = (result + this._hRNPAYROLL_SETTableAdapter.Update(addedRows));
allAddedRows.AddRange(addedRows);
}
}
if ((this._hRNPAYROLL_TAXSETTableAdapter != null)) {
global::System.Data.DataRow[] addedRows = dataSet.HRNPAYROLL_TAXSET.Select(null, null, global::System.Data.DataViewRowState.Added);
if (((addedRows != null)
&& (0 < addedRows.Length))) {
result = (result + this._hRNPAYROLL_TAXSETTableAdapter.Update(addedRows));
allAddedRows.AddRange(addedRows);
}
}
return result;
}
///
///Delete rows in bottom-up order.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private int UpdateDeletedRows(DataSet2 dataSet, global::System.Collections.Generic.List allChangedRows) {
int result = 0;
if ((this._hRNPAYROLL_TAXSETTableAdapter != null)) {
global::System.Data.DataRow[] deletedRows = dataSet.HRNPAYROLL_TAXSET.Select(null, null, global::System.Data.DataViewRowState.Deleted);
if (((deletedRows != null)
&& (0 < deletedRows.Length))) {
result = (result + this._hRNPAYROLL_TAXSETTableAdapter.Update(deletedRows));
allChangedRows.AddRange(deletedRows);
}
}
if ((this._hRNPAYROLL_SETTableAdapter != null)) {
global::System.Data.DataRow[] deletedRows = dataSet.HRNPAYROLL_SET.Select(null, null, global::System.Data.DataViewRowState.Deleted);
if (((deletedRows != null)
&& (0 < deletedRows.Length))) {
result = (result + this._hRNPAYROLL_SETTableAdapter.Update(deletedRows));
allChangedRows.AddRange(deletedRows);
}
}
return result;
}
///
///Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private global::System.Data.DataRow[] GetRealUpdatedRows(global::System.Data.DataRow[] updatedRows, global::System.Collections.Generic.List allAddedRows) {
if (((updatedRows == null)
|| (updatedRows.Length < 1))) {
return updatedRows;
}
if (((allAddedRows == null)
|| (allAddedRows.Count < 1))) {
return updatedRows;
}
global::System.Collections.Generic.List realUpdatedRows = new global::System.Collections.Generic.List();
for (int i = 0; (i < updatedRows.Length); i = (i + 1)) {
global::System.Data.DataRow row = updatedRows[i];
if ((allAddedRows.Contains(row) == false)) {
realUpdatedRows.Add(row);
}
}
return realUpdatedRows.ToArray();
}
///
///Update all changes to the dataset.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public virtual int UpdateAll(DataSet2 dataSet) {
if ((dataSet == null)) {
throw new global::System.ArgumentNullException("dataSet");
}
if ((dataSet.HasChanges() == false)) {
return 0;
}
if (((this._hRNPAYROLL_TAXSETTableAdapter != null)
&& (this.MatchTableAdapterConnection(this._hRNPAYROLL_TAXSETTableAdapter.Connection) == false))) {
throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" +
"tring.");
}
if (((this._hRNPAYROLL_SETTableAdapter != null)
&& (this.MatchTableAdapterConnection(this._hRNPAYROLL_SETTableAdapter.Connection) == false))) {
throw new global::System.ArgumentException("All TableAdapters managed by a TableAdapterManager must use the same connection s" +
"tring.");
}
global::System.Data.IDbConnection workConnection = this.Connection;
if ((workConnection == null)) {
throw new global::System.ApplicationException("TableAdapterManager contains no connection information. Set each TableAdapterMana" +
"ger TableAdapter property to a valid TableAdapter instance.");
}
bool workConnOpened = false;
if (((workConnection.State & global::System.Data.ConnectionState.Broken)
== global::System.Data.ConnectionState.Broken)) {
workConnection.Close();
}
if ((workConnection.State == global::System.Data.ConnectionState.Closed)) {
workConnection.Open();
workConnOpened = true;
}
global::System.Data.IDbTransaction workTransaction = workConnection.BeginTransaction();
if ((workTransaction == null)) {
throw new global::System.ApplicationException("The transaction cannot begin. The current data connection does not support transa" +
"ctions or the current state is not allowing the transaction to begin.");
}
global::System.Collections.Generic.List allChangedRows = new global::System.Collections.Generic.List();
global::System.Collections.Generic.List allAddedRows = new global::System.Collections.Generic.List();
global::System.Collections.Generic.List adaptersWithAcceptChangesDuringUpdate = new global::System.Collections.Generic.List();
global::System.Collections.Generic.Dictionary