//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ #pragma warning disable 1591 namespace Payroll.Report.PayrollDataSet { /// ///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("TrainingDataset")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")] public partial class TrainingDataset : global::System.Data.DataSet { private dtTrainingSummeryDataTable tabledtTrainingSummery; private dtTrainingWiseReportDataTable tabledtTrainingWiseReport; private dtTrainingAttendeeByDepartmentDataTable tabledtTrainingAttendeeByDepartment; private dtTNAReportDataTable tabledtTNAReport; private dtEmployeeWiseTraningDataTable tabledtEmployeeWiseTraning; private dtTraningCostDetailsDataTable tabledtTraningCostDetails; private dtDepartmentWiseTraningExpenseDataTable tabledtDepartmentWiseTraningExpense; private dtTrainingCostInfoDataTable tabledtTrainingCostInfo; private dtAttendenceRecordDataTable tabledtAttendenceRecord; private dtTrainingDetailsDataTable tabledtTrainingDetails; private dtTrainingNameWiseReportDataTable tabledtTrainingNameWiseReport; private dtTrainingConductedByDeptDataTable tabledtTrainingConductedByDept; private dtEntityWiseTrainingSummeryDataTable tabledtEntityWiseTrainingSummery; private ProposedTNADataTable tableProposedTNA; 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 TrainingDataset() { this.BeginInit(); this.InitClass(); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); base.Tables.CollectionChanged += schemaChangedHandler; base.Relations.CollectionChanged += schemaChangedHandler; this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] protected TrainingDataset(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : base(info, context, false) { if ((this.IsBinarySerialized(info, context) == true)) { this.InitVars(false); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); this.Tables.CollectionChanged += schemaChangedHandler1; this.Relations.CollectionChanged += schemaChangedHandler1; return; } string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string)))); if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) { global::System.Data.DataSet ds = new global::System.Data.DataSet(); ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema))); if ((ds.Tables["dtTrainingSummery"] != null)) { base.Tables.Add(new dtTrainingSummeryDataTable(ds.Tables["dtTrainingSummery"])); } if ((ds.Tables["dtTrainingWiseReport"] != null)) { base.Tables.Add(new dtTrainingWiseReportDataTable(ds.Tables["dtTrainingWiseReport"])); } if ((ds.Tables["dtTrainingAttendeeByDepartment"] != null)) { base.Tables.Add(new dtTrainingAttendeeByDepartmentDataTable(ds.Tables["dtTrainingAttendeeByDepartment"])); } if ((ds.Tables["dtTNAReport"] != null)) { base.Tables.Add(new dtTNAReportDataTable(ds.Tables["dtTNAReport"])); } if ((ds.Tables["dtEmployeeWiseTraning"] != null)) { base.Tables.Add(new dtEmployeeWiseTraningDataTable(ds.Tables["dtEmployeeWiseTraning"])); } if ((ds.Tables["dtTraningCostDetails"] != null)) { base.Tables.Add(new dtTraningCostDetailsDataTable(ds.Tables["dtTraningCostDetails"])); } if ((ds.Tables["dtDepartmentWiseTraningExpense"] != null)) { base.Tables.Add(new dtDepartmentWiseTraningExpenseDataTable(ds.Tables["dtDepartmentWiseTraningExpense"])); } if ((ds.Tables["dtTrainingCostInfo"] != null)) { base.Tables.Add(new dtTrainingCostInfoDataTable(ds.Tables["dtTrainingCostInfo"])); } if ((ds.Tables["dtAttendenceRecord"] != null)) { base.Tables.Add(new dtAttendenceRecordDataTable(ds.Tables["dtAttendenceRecord"])); } if ((ds.Tables["dtTrainingDetails"] != null)) { base.Tables.Add(new dtTrainingDetailsDataTable(ds.Tables["dtTrainingDetails"])); } if ((ds.Tables["dtTrainingNameWiseReport"] != null)) { base.Tables.Add(new dtTrainingNameWiseReportDataTable(ds.Tables["dtTrainingNameWiseReport"])); } if ((ds.Tables["dtTrainingConductedByDept"] != null)) { base.Tables.Add(new dtTrainingConductedByDeptDataTable(ds.Tables["dtTrainingConductedByDept"])); } if ((ds.Tables["dtEntityWiseTrainingSummery"] != null)) { base.Tables.Add(new dtEntityWiseTrainingSummeryDataTable(ds.Tables["dtEntityWiseTrainingSummery"])); } if ((ds.Tables["ProposedTNA"] != null)) { base.Tables.Add(new ProposedTNADataTable(ds.Tables["ProposedTNA"])); } this.DataSetName = ds.DataSetName; this.Prefix = ds.Prefix; this.Namespace = ds.Namespace; this.Locale = ds.Locale; this.CaseSensitive = ds.CaseSensitive; this.EnforceConstraints = ds.EnforceConstraints; this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add); this.InitVars(); } else { this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema))); } this.GetSerializationData(info, context); global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); base.Tables.CollectionChanged += schemaChangedHandler; this.Relations.CollectionChanged += schemaChangedHandler; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Browsable(false)] [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] public dtTrainingSummeryDataTable dtTrainingSummery { get { return this.tabledtTrainingSummery; } } [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 dtTrainingWiseReportDataTable dtTrainingWiseReport { get { return this.tabledtTrainingWiseReport; } } [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 dtTrainingAttendeeByDepartmentDataTable dtTrainingAttendeeByDepartment { get { return this.tabledtTrainingAttendeeByDepartment; } } [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 dtTNAReportDataTable dtTNAReport { get { return this.tabledtTNAReport; } } [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 dtEmployeeWiseTraningDataTable dtEmployeeWiseTraning { get { return this.tabledtEmployeeWiseTraning; } } [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 dtTraningCostDetailsDataTable dtTraningCostDetails { get { return this.tabledtTraningCostDetails; } } [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 dtDepartmentWiseTraningExpenseDataTable dtDepartmentWiseTraningExpense { get { return this.tabledtDepartmentWiseTraningExpense; } } [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 dtTrainingCostInfoDataTable dtTrainingCostInfo { get { return this.tabledtTrainingCostInfo; } } [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 dtAttendenceRecordDataTable dtAttendenceRecord { get { return this.tabledtAttendenceRecord; } } [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 dtTrainingDetailsDataTable dtTrainingDetails { get { return this.tabledtTrainingDetails; } } [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 dtTrainingNameWiseReportDataTable dtTrainingNameWiseReport { get { return this.tabledtTrainingNameWiseReport; } } [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 dtTrainingConductedByDeptDataTable dtTrainingConductedByDept { get { return this.tabledtTrainingConductedByDept; } } [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 dtEntityWiseTrainingSummeryDataTable dtEntityWiseTrainingSummery { get { return this.tabledtEntityWiseTrainingSummery; } } [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 ProposedTNADataTable ProposedTNA { get { return this.tableProposedTNA; } } [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() { TrainingDataset cln = ((TrainingDataset)(base.Clone())); cln.InitVars(); 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["dtTrainingSummery"] != null)) { base.Tables.Add(new dtTrainingSummeryDataTable(ds.Tables["dtTrainingSummery"])); } if ((ds.Tables["dtTrainingWiseReport"] != null)) { base.Tables.Add(new dtTrainingWiseReportDataTable(ds.Tables["dtTrainingWiseReport"])); } if ((ds.Tables["dtTrainingAttendeeByDepartment"] != null)) { base.Tables.Add(new dtTrainingAttendeeByDepartmentDataTable(ds.Tables["dtTrainingAttendeeByDepartment"])); } if ((ds.Tables["dtTNAReport"] != null)) { base.Tables.Add(new dtTNAReportDataTable(ds.Tables["dtTNAReport"])); } if ((ds.Tables["dtEmployeeWiseTraning"] != null)) { base.Tables.Add(new dtEmployeeWiseTraningDataTable(ds.Tables["dtEmployeeWiseTraning"])); } if ((ds.Tables["dtTraningCostDetails"] != null)) { base.Tables.Add(new dtTraningCostDetailsDataTable(ds.Tables["dtTraningCostDetails"])); } if ((ds.Tables["dtDepartmentWiseTraningExpense"] != null)) { base.Tables.Add(new dtDepartmentWiseTraningExpenseDataTable(ds.Tables["dtDepartmentWiseTraningExpense"])); } if ((ds.Tables["dtTrainingCostInfo"] != null)) { base.Tables.Add(new dtTrainingCostInfoDataTable(ds.Tables["dtTrainingCostInfo"])); } if ((ds.Tables["dtAttendenceRecord"] != null)) { base.Tables.Add(new dtAttendenceRecordDataTable(ds.Tables["dtAttendenceRecord"])); } if ((ds.Tables["dtTrainingDetails"] != null)) { base.Tables.Add(new dtTrainingDetailsDataTable(ds.Tables["dtTrainingDetails"])); } if ((ds.Tables["dtTrainingNameWiseReport"] != null)) { base.Tables.Add(new dtTrainingNameWiseReportDataTable(ds.Tables["dtTrainingNameWiseReport"])); } if ((ds.Tables["dtTrainingConductedByDept"] != null)) { base.Tables.Add(new dtTrainingConductedByDeptDataTable(ds.Tables["dtTrainingConductedByDept"])); } if ((ds.Tables["dtEntityWiseTrainingSummery"] != null)) { base.Tables.Add(new dtEntityWiseTrainingSummeryDataTable(ds.Tables["dtEntityWiseTrainingSummery"])); } if ((ds.Tables["ProposedTNA"] != null)) { base.Tables.Add(new ProposedTNADataTable(ds.Tables["ProposedTNA"])); } 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.tabledtTrainingSummery = ((dtTrainingSummeryDataTable)(base.Tables["dtTrainingSummery"])); if ((initTable == true)) { if ((this.tabledtTrainingSummery != null)) { this.tabledtTrainingSummery.InitVars(); } } this.tabledtTrainingWiseReport = ((dtTrainingWiseReportDataTable)(base.Tables["dtTrainingWiseReport"])); if ((initTable == true)) { if ((this.tabledtTrainingWiseReport != null)) { this.tabledtTrainingWiseReport.InitVars(); } } this.tabledtTrainingAttendeeByDepartment = ((dtTrainingAttendeeByDepartmentDataTable)(base.Tables["dtTrainingAttendeeByDepartment"])); if ((initTable == true)) { if ((this.tabledtTrainingAttendeeByDepartment != null)) { this.tabledtTrainingAttendeeByDepartment.InitVars(); } } this.tabledtTNAReport = ((dtTNAReportDataTable)(base.Tables["dtTNAReport"])); if ((initTable == true)) { if ((this.tabledtTNAReport != null)) { this.tabledtTNAReport.InitVars(); } } this.tabledtEmployeeWiseTraning = ((dtEmployeeWiseTraningDataTable)(base.Tables["dtEmployeeWiseTraning"])); if ((initTable == true)) { if ((this.tabledtEmployeeWiseTraning != null)) { this.tabledtEmployeeWiseTraning.InitVars(); } } this.tabledtTraningCostDetails = ((dtTraningCostDetailsDataTable)(base.Tables["dtTraningCostDetails"])); if ((initTable == true)) { if ((this.tabledtTraningCostDetails != null)) { this.tabledtTraningCostDetails.InitVars(); } } this.tabledtDepartmentWiseTraningExpense = ((dtDepartmentWiseTraningExpenseDataTable)(base.Tables["dtDepartmentWiseTraningExpense"])); if ((initTable == true)) { if ((this.tabledtDepartmentWiseTraningExpense != null)) { this.tabledtDepartmentWiseTraningExpense.InitVars(); } } this.tabledtTrainingCostInfo = ((dtTrainingCostInfoDataTable)(base.Tables["dtTrainingCostInfo"])); if ((initTable == true)) { if ((this.tabledtTrainingCostInfo != null)) { this.tabledtTrainingCostInfo.InitVars(); } } this.tabledtAttendenceRecord = ((dtAttendenceRecordDataTable)(base.Tables["dtAttendenceRecord"])); if ((initTable == true)) { if ((this.tabledtAttendenceRecord != null)) { this.tabledtAttendenceRecord.InitVars(); } } this.tabledtTrainingDetails = ((dtTrainingDetailsDataTable)(base.Tables["dtTrainingDetails"])); if ((initTable == true)) { if ((this.tabledtTrainingDetails != null)) { this.tabledtTrainingDetails.InitVars(); } } this.tabledtTrainingNameWiseReport = ((dtTrainingNameWiseReportDataTable)(base.Tables["dtTrainingNameWiseReport"])); if ((initTable == true)) { if ((this.tabledtTrainingNameWiseReport != null)) { this.tabledtTrainingNameWiseReport.InitVars(); } } this.tabledtTrainingConductedByDept = ((dtTrainingConductedByDeptDataTable)(base.Tables["dtTrainingConductedByDept"])); if ((initTable == true)) { if ((this.tabledtTrainingConductedByDept != null)) { this.tabledtTrainingConductedByDept.InitVars(); } } this.tabledtEntityWiseTrainingSummery = ((dtEntityWiseTrainingSummeryDataTable)(base.Tables["dtEntityWiseTrainingSummery"])); if ((initTable == true)) { if ((this.tabledtEntityWiseTrainingSummery != null)) { this.tabledtEntityWiseTrainingSummery.InitVars(); } } this.tableProposedTNA = ((ProposedTNADataTable)(base.Tables["ProposedTNA"])); if ((initTable == true)) { if ((this.tableProposedTNA != null)) { this.tableProposedTNA.InitVars(); } } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.DataSetName = "TrainingDataset"; this.Prefix = ""; this.Namespace = "http://tempuri.org/TrainingDataset.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tabledtTrainingSummery = new dtTrainingSummeryDataTable(); base.Tables.Add(this.tabledtTrainingSummery); this.tabledtTrainingWiseReport = new dtTrainingWiseReportDataTable(); base.Tables.Add(this.tabledtTrainingWiseReport); this.tabledtTrainingAttendeeByDepartment = new dtTrainingAttendeeByDepartmentDataTable(); base.Tables.Add(this.tabledtTrainingAttendeeByDepartment); this.tabledtTNAReport = new dtTNAReportDataTable(); base.Tables.Add(this.tabledtTNAReport); this.tabledtEmployeeWiseTraning = new dtEmployeeWiseTraningDataTable(); base.Tables.Add(this.tabledtEmployeeWiseTraning); this.tabledtTraningCostDetails = new dtTraningCostDetailsDataTable(); base.Tables.Add(this.tabledtTraningCostDetails); this.tabledtDepartmentWiseTraningExpense = new dtDepartmentWiseTraningExpenseDataTable(); base.Tables.Add(this.tabledtDepartmentWiseTraningExpense); this.tabledtTrainingCostInfo = new dtTrainingCostInfoDataTable(); base.Tables.Add(this.tabledtTrainingCostInfo); this.tabledtAttendenceRecord = new dtAttendenceRecordDataTable(); base.Tables.Add(this.tabledtAttendenceRecord); this.tabledtTrainingDetails = new dtTrainingDetailsDataTable(); base.Tables.Add(this.tabledtTrainingDetails); this.tabledtTrainingNameWiseReport = new dtTrainingNameWiseReportDataTable(); base.Tables.Add(this.tabledtTrainingNameWiseReport); this.tabledtTrainingConductedByDept = new dtTrainingConductedByDeptDataTable(); base.Tables.Add(this.tabledtTrainingConductedByDept); this.tabledtEntityWiseTrainingSummery = new dtEntityWiseTrainingSummeryDataTable(); base.Tables.Add(this.tabledtEntityWiseTrainingSummery); this.tableProposedTNA = new ProposedTNADataTable(); base.Tables.Add(this.tableProposedTNA); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializedtTrainingSummery() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializedtTrainingWiseReport() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializedtTrainingAttendeeByDepartment() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializedtTNAReport() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializedtEmployeeWiseTraning() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializedtTraningCostDetails() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializedtDepartmentWiseTraningExpense() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializedtTrainingCostInfo() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializedtAttendenceRecord() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializedtTrainingDetails() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializedtTrainingNameWiseReport() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializedtTrainingConductedByDept() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializedtEntityWiseTrainingSummery() { return false; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private bool ShouldSerializeProposedTNA() { 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) { TrainingDataset ds = new TrainingDataset(); global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny(); any.Namespace = ds.Namespace; sequence.Items.Add(any); type.Particle = sequence; global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); if (xs.Contains(dsSchema.TargetNamespace)) { global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); try { global::System.Xml.Schema.XmlSchema schema = null; dsSchema.Write(s1); for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) { schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); s2.SetLength(0); schema.Write(s2); if ((s1.Length == s2.Length)) { s1.Position = 0; s2.Position = 0; for (; ((s1.Position != s1.Length) && (s1.ReadByte() == s2.ReadByte())); ) { ; } if ((s1.Position == s1.Length)) { return type; } } } } finally { if ((s1 != null)) { s1.Close(); } if ((s2 != null)) { s2.Close(); } } } xs.Add(dsSchema); return type; } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void dtTrainingSummeryRowChangeEventHandler(object sender, dtTrainingSummeryRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void dtTrainingWiseReportRowChangeEventHandler(object sender, dtTrainingWiseReportRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void dtTrainingAttendeeByDepartmentRowChangeEventHandler(object sender, dtTrainingAttendeeByDepartmentRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void dtTNAReportRowChangeEventHandler(object sender, dtTNAReportRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void dtEmployeeWiseTraningRowChangeEventHandler(object sender, dtEmployeeWiseTraningRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void dtTraningCostDetailsRowChangeEventHandler(object sender, dtTraningCostDetailsRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void dtDepartmentWiseTraningExpenseRowChangeEventHandler(object sender, dtDepartmentWiseTraningExpenseRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void dtTrainingCostInfoRowChangeEventHandler(object sender, dtTrainingCostInfoRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void dtAttendenceRecordRowChangeEventHandler(object sender, dtAttendenceRecordRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void dtTrainingDetailsRowChangeEventHandler(object sender, dtTrainingDetailsRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void dtTrainingNameWiseReportRowChangeEventHandler(object sender, dtTrainingNameWiseReportRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void dtTrainingConductedByDeptRowChangeEventHandler(object sender, dtTrainingConductedByDeptRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void dtEntityWiseTrainingSummeryRowChangeEventHandler(object sender, dtEntityWiseTrainingSummeryRowChangeEvent e); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public delegate void ProposedTNARowChangeEventHandler(object sender, ProposedTNARowChangeEvent e); /// ///Represents the strongly named DataTable class. /// [global::System.Serializable()] [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class dtTrainingSummeryDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnEmployeeNo; private global::System.Data.DataColumn columnEmployeeName; private global::System.Data.DataColumn columnDesignationCode; private global::System.Data.DataColumn columnDesignation; private global::System.Data.DataColumn columnBranch; private global::System.Data.DataColumn columnDivision; private global::System.Data.DataColumn columnDepartment; private global::System.Data.DataColumn columnNameOfTrainingTopic; private global::System.Data.DataColumn columnTrainingOrganization; private global::System.Data.DataColumn columnTrainingType; private global::System.Data.DataColumn columnTrainingNature; private global::System.Data.DataColumn columnDate; private global::System.Data.DataColumn columnTrainingHour; private global::System.Data.DataColumn columnCosting; private global::System.Data.DataColumn columnTrainingMinutes; private global::System.Data.DataColumn columnEndDate; private global::System.Data.DataColumn columnVenue; private global::System.Data.DataColumn columnSl; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtTrainingSummeryDataTable() { this.TableName = "dtTrainingSummery"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal dtTrainingSummeryDataTable(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 dtTrainingSummeryDataTable(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 EmployeeNoColumn { get { return this.columnEmployeeNo; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EmployeeNameColumn { get { return this.columnEmployeeName; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DesignationCodeColumn { get { return this.columnDesignationCode; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DesignationColumn { get { return this.columnDesignation; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BranchColumn { get { return this.columnBranch; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DivisionColumn { get { return this.columnDivision; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DepartmentColumn { get { return this.columnDepartment; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn NameOfTrainingTopicColumn { get { return this.columnNameOfTrainingTopic; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TrainingOrganizationColumn { get { return this.columnTrainingOrganization; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TrainingTypeColumn { get { return this.columnTrainingType; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TrainingNatureColumn { get { return this.columnTrainingNature; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DateColumn { get { return this.columnDate; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TrainingHourColumn { get { return this.columnTrainingHour; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn CostingColumn { get { return this.columnCosting; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TrainingMinutesColumn { get { return this.columnTrainingMinutes; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EndDateColumn { get { return this.columnEndDate; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn VenueColumn { get { return this.columnVenue; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SlColumn { get { return this.columnSl; } } [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 dtTrainingSummeryRow this[int index] { get { return ((dtTrainingSummeryRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTrainingSummeryRowChangeEventHandler dtTrainingSummeryRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTrainingSummeryRowChangeEventHandler dtTrainingSummeryRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTrainingSummeryRowChangeEventHandler dtTrainingSummeryRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTrainingSummeryRowChangeEventHandler dtTrainingSummeryRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AdddtTrainingSummeryRow(dtTrainingSummeryRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtTrainingSummeryRow AdddtTrainingSummeryRow( string EmployeeNo, string EmployeeName, string DesignationCode, string Designation, string Branch, string Division, string Department, string NameOfTrainingTopic, string TrainingOrganization, string TrainingType, string TrainingNature, string Date, string TrainingHour, string Costing, double TrainingMinutes, string EndDate, string Venue, string Sl) { dtTrainingSummeryRow rowdtTrainingSummeryRow = ((dtTrainingSummeryRow)(this.NewRow())); object[] columnValuesArray = new object[] { EmployeeNo, EmployeeName, DesignationCode, Designation, Branch, Division, Department, NameOfTrainingTopic, TrainingOrganization, TrainingType, TrainingNature, Date, TrainingHour, Costing, TrainingMinutes, EndDate, Venue, Sl}; rowdtTrainingSummeryRow.ItemArray = columnValuesArray; this.Rows.Add(rowdtTrainingSummeryRow); return rowdtTrainingSummeryRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { dtTrainingSummeryDataTable cln = ((dtTrainingSummeryDataTable)(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 dtTrainingSummeryDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnEmployeeNo = base.Columns["EmployeeNo"]; this.columnEmployeeName = base.Columns["EmployeeName"]; this.columnDesignationCode = base.Columns["DesignationCode"]; this.columnDesignation = base.Columns["Designation"]; this.columnBranch = base.Columns["Branch"]; this.columnDivision = base.Columns["Division"]; this.columnDepartment = base.Columns["Department"]; this.columnNameOfTrainingTopic = base.Columns["NameOfTrainingTopic"]; this.columnTrainingOrganization = base.Columns["TrainingOrganization"]; this.columnTrainingType = base.Columns["TrainingType"]; this.columnTrainingNature = base.Columns["TrainingNature"]; this.columnDate = base.Columns["Date"]; this.columnTrainingHour = base.Columns["TrainingHour"]; this.columnCosting = base.Columns["Costing"]; this.columnTrainingMinutes = base.Columns["TrainingMinutes"]; this.columnEndDate = base.Columns["EndDate"]; this.columnVenue = base.Columns["Venue"]; this.columnSl = base.Columns["Sl"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnEmployeeNo = new global::System.Data.DataColumn("EmployeeNo", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEmployeeNo); this.columnEmployeeName = new global::System.Data.DataColumn("EmployeeName", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEmployeeName); this.columnDesignationCode = new global::System.Data.DataColumn("DesignationCode", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDesignationCode); this.columnDesignation = new global::System.Data.DataColumn("Designation", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDesignation); this.columnBranch = new global::System.Data.DataColumn("Branch", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBranch); this.columnDivision = new global::System.Data.DataColumn("Division", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDivision); this.columnDepartment = new global::System.Data.DataColumn("Department", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDepartment); this.columnNameOfTrainingTopic = new global::System.Data.DataColumn("NameOfTrainingTopic", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnNameOfTrainingTopic); this.columnTrainingOrganization = new global::System.Data.DataColumn("TrainingOrganization", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTrainingOrganization); this.columnTrainingType = new global::System.Data.DataColumn("TrainingType", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTrainingType); this.columnTrainingNature = new global::System.Data.DataColumn("TrainingNature", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTrainingNature); this.columnDate = new global::System.Data.DataColumn("Date", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDate); this.columnTrainingHour = new global::System.Data.DataColumn("TrainingHour", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTrainingHour); this.columnCosting = new global::System.Data.DataColumn("Costing", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnCosting); this.columnTrainingMinutes = new global::System.Data.DataColumn("TrainingMinutes", typeof(double), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTrainingMinutes); this.columnEndDate = new global::System.Data.DataColumn("EndDate", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEndDate); this.columnVenue = new global::System.Data.DataColumn("Venue", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnVenue); this.columnSl = new global::System.Data.DataColumn("Sl", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSl); this.columnEmployeeNo.Caption = "DataColumn1"; this.columnEmployeeName.Caption = "DataColumn1"; this.columnDesignationCode.Caption = "DataColumn1"; this.columnBranch.Caption = "Designation"; this.columnDivision.Caption = "Designation"; this.columnDepartment.Caption = "Designation"; this.columnNameOfTrainingTopic.Caption = "Designation"; this.columnTrainingOrganization.Caption = "Designation"; this.columnTrainingType.Caption = "Designation"; this.columnTrainingNature.Caption = "Designation"; this.columnDate.Caption = "Designation"; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtTrainingSummeryRow NewdtTrainingSummeryRow() { return ((dtTrainingSummeryRow)(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 dtTrainingSummeryRow(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(dtTrainingSummeryRow); } [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.dtTrainingSummeryRowChanged != null)) { this.dtTrainingSummeryRowChanged(this, new dtTrainingSummeryRowChangeEvent(((dtTrainingSummeryRow)(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.dtTrainingSummeryRowChanging != null)) { this.dtTrainingSummeryRowChanging(this, new dtTrainingSummeryRowChangeEvent(((dtTrainingSummeryRow)(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.dtTrainingSummeryRowDeleted != null)) { this.dtTrainingSummeryRowDeleted(this, new dtTrainingSummeryRowChangeEvent(((dtTrainingSummeryRow)(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.dtTrainingSummeryRowDeleting != null)) { this.dtTrainingSummeryRowDeleting(this, new dtTrainingSummeryRowChangeEvent(((dtTrainingSummeryRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemovedtTrainingSummeryRow(dtTrainingSummeryRow 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(); TrainingDataset ds = new TrainingDataset(); 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 = "dtTrainingSummeryDataTable"; 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 dtTrainingWiseReportDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnDivision; private global::System.Data.DataColumn columnDepartment; private global::System.Data.DataColumn columnNoOfAttendee; private global::System.Data.DataColumn columnDepartmentalAttendee; private global::System.Data.DataColumn columnTrainingName; private global::System.Data.DataColumn columnTrainingDuration; private global::System.Data.DataColumn columnInstitueName; private global::System.Data.DataColumn columnDepartmentID; private global::System.Data.DataColumn columnSl; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtTrainingWiseReportDataTable() { this.TableName = "dtTrainingWiseReport"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal dtTrainingWiseReportDataTable(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 dtTrainingWiseReportDataTable(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 DivisionColumn { get { return this.columnDivision; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DepartmentColumn { get { return this.columnDepartment; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn NoOfAttendeeColumn { get { return this.columnNoOfAttendee; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DepartmentalAttendeeColumn { get { return this.columnDepartmentalAttendee; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TrainingNameColumn { get { return this.columnTrainingName; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TrainingDurationColumn { get { return this.columnTrainingDuration; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn InstitueNameColumn { get { return this.columnInstitueName; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DepartmentIDColumn { get { return this.columnDepartmentID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SlColumn { get { return this.columnSl; } } [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 dtTrainingWiseReportRow this[int index] { get { return ((dtTrainingWiseReportRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTrainingWiseReportRowChangeEventHandler dtTrainingWiseReportRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTrainingWiseReportRowChangeEventHandler dtTrainingWiseReportRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTrainingWiseReportRowChangeEventHandler dtTrainingWiseReportRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTrainingWiseReportRowChangeEventHandler dtTrainingWiseReportRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AdddtTrainingWiseReportRow(dtTrainingWiseReportRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtTrainingWiseReportRow AdddtTrainingWiseReportRow(string Division, string Department, string NoOfAttendee, string DepartmentalAttendee, string TrainingName, string TrainingDuration, string InstitueName, string DepartmentID, string Sl) { dtTrainingWiseReportRow rowdtTrainingWiseReportRow = ((dtTrainingWiseReportRow)(this.NewRow())); object[] columnValuesArray = new object[] { Division, Department, NoOfAttendee, DepartmentalAttendee, TrainingName, TrainingDuration, InstitueName, DepartmentID, Sl}; rowdtTrainingWiseReportRow.ItemArray = columnValuesArray; this.Rows.Add(rowdtTrainingWiseReportRow); return rowdtTrainingWiseReportRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { dtTrainingWiseReportDataTable cln = ((dtTrainingWiseReportDataTable)(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 dtTrainingWiseReportDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnDivision = base.Columns["Division"]; this.columnDepartment = base.Columns["Department"]; this.columnNoOfAttendee = base.Columns["NoOfAttendee"]; this.columnDepartmentalAttendee = base.Columns["DepartmentalAttendee"]; this.columnTrainingName = base.Columns["TrainingName"]; this.columnTrainingDuration = base.Columns["TrainingDuration"]; this.columnInstitueName = base.Columns["InstitueName"]; this.columnDepartmentID = base.Columns["DepartmentID"]; this.columnSl = base.Columns["Sl"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnDivision = new global::System.Data.DataColumn("Division", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDivision); this.columnDepartment = new global::System.Data.DataColumn("Department", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDepartment); this.columnNoOfAttendee = new global::System.Data.DataColumn("NoOfAttendee", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnNoOfAttendee); this.columnDepartmentalAttendee = new global::System.Data.DataColumn("DepartmentalAttendee", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDepartmentalAttendee); this.columnTrainingName = new global::System.Data.DataColumn("TrainingName", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTrainingName); this.columnTrainingDuration = new global::System.Data.DataColumn("TrainingDuration", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTrainingDuration); this.columnInstitueName = new global::System.Data.DataColumn("InstitueName", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnInstitueName); this.columnDepartmentID = new global::System.Data.DataColumn("DepartmentID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDepartmentID); this.columnSl = new global::System.Data.DataColumn("Sl", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSl); this.columnDivision.Caption = "DataColumn1"; this.columnDepartment.Caption = "DataColumn1"; this.columnNoOfAttendee.Caption = "DataColumn1"; this.columnDepartmentalAttendee.Caption = "DataColumn1"; this.columnTrainingName.Caption = "DataColumn1"; this.columnTrainingDuration.Caption = "DataColumn1"; this.columnInstitueName.Caption = "DataColumn1"; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtTrainingWiseReportRow NewdtTrainingWiseReportRow() { return ((dtTrainingWiseReportRow)(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 dtTrainingWiseReportRow(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(dtTrainingWiseReportRow); } [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.dtTrainingWiseReportRowChanged != null)) { this.dtTrainingWiseReportRowChanged(this, new dtTrainingWiseReportRowChangeEvent(((dtTrainingWiseReportRow)(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.dtTrainingWiseReportRowChanging != null)) { this.dtTrainingWiseReportRowChanging(this, new dtTrainingWiseReportRowChangeEvent(((dtTrainingWiseReportRow)(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.dtTrainingWiseReportRowDeleted != null)) { this.dtTrainingWiseReportRowDeleted(this, new dtTrainingWiseReportRowChangeEvent(((dtTrainingWiseReportRow)(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.dtTrainingWiseReportRowDeleting != null)) { this.dtTrainingWiseReportRowDeleting(this, new dtTrainingWiseReportRowChangeEvent(((dtTrainingWiseReportRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemovedtTrainingWiseReportRow(dtTrainingWiseReportRow 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(); TrainingDataset ds = new TrainingDataset(); 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 = "dtTrainingWiseReportDataTable"; 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 dtTrainingAttendeeByDepartmentDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnTrainingName; private global::System.Data.DataColumn columnTrainingType; private global::System.Data.DataColumn columnTrainingNature; private global::System.Data.DataColumn columnNoOfAttedenee; private global::System.Data.DataColumn columnPercentOfTotalAttendee; private global::System.Data.DataColumn columnDeptID; private global::System.Data.DataColumn columnDepartmentName; private global::System.Data.DataColumn columnSl; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtTrainingAttendeeByDepartmentDataTable() { this.TableName = "dtTrainingAttendeeByDepartment"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal dtTrainingAttendeeByDepartmentDataTable(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 dtTrainingAttendeeByDepartmentDataTable(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 TrainingNameColumn { get { return this.columnTrainingName; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TrainingTypeColumn { get { return this.columnTrainingType; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TrainingNatureColumn { get { return this.columnTrainingNature; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn NoOfAttedeneeColumn { get { return this.columnNoOfAttedenee; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PercentOfTotalAttendeeColumn { get { return this.columnPercentOfTotalAttendee; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DeptIDColumn { get { return this.columnDeptID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DepartmentNameColumn { get { return this.columnDepartmentName; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SlColumn { get { return this.columnSl; } } [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 dtTrainingAttendeeByDepartmentRow this[int index] { get { return ((dtTrainingAttendeeByDepartmentRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTrainingAttendeeByDepartmentRowChangeEventHandler dtTrainingAttendeeByDepartmentRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTrainingAttendeeByDepartmentRowChangeEventHandler dtTrainingAttendeeByDepartmentRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTrainingAttendeeByDepartmentRowChangeEventHandler dtTrainingAttendeeByDepartmentRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTrainingAttendeeByDepartmentRowChangeEventHandler dtTrainingAttendeeByDepartmentRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AdddtTrainingAttendeeByDepartmentRow(dtTrainingAttendeeByDepartmentRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtTrainingAttendeeByDepartmentRow AdddtTrainingAttendeeByDepartmentRow(string TrainingName, string TrainingType, string TrainingNature, string NoOfAttedenee, string PercentOfTotalAttendee, string DeptID, string DepartmentName, string Sl) { dtTrainingAttendeeByDepartmentRow rowdtTrainingAttendeeByDepartmentRow = ((dtTrainingAttendeeByDepartmentRow)(this.NewRow())); object[] columnValuesArray = new object[] { TrainingName, TrainingType, TrainingNature, NoOfAttedenee, PercentOfTotalAttendee, DeptID, DepartmentName, Sl}; rowdtTrainingAttendeeByDepartmentRow.ItemArray = columnValuesArray; this.Rows.Add(rowdtTrainingAttendeeByDepartmentRow); return rowdtTrainingAttendeeByDepartmentRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { dtTrainingAttendeeByDepartmentDataTable cln = ((dtTrainingAttendeeByDepartmentDataTable)(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 dtTrainingAttendeeByDepartmentDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnTrainingName = base.Columns["TrainingName"]; this.columnTrainingType = base.Columns["TrainingType"]; this.columnTrainingNature = base.Columns["TrainingNature"]; this.columnNoOfAttedenee = base.Columns["NoOfAttedenee"]; this.columnPercentOfTotalAttendee = base.Columns["PercentOfTotalAttendee"]; this.columnDeptID = base.Columns["DeptID"]; this.columnDepartmentName = base.Columns["DepartmentName"]; this.columnSl = base.Columns["Sl"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnTrainingName = new global::System.Data.DataColumn("TrainingName", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTrainingName); this.columnTrainingType = new global::System.Data.DataColumn("TrainingType", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTrainingType); this.columnTrainingNature = new global::System.Data.DataColumn("TrainingNature", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTrainingNature); this.columnNoOfAttedenee = new global::System.Data.DataColumn("NoOfAttedenee", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnNoOfAttedenee); this.columnPercentOfTotalAttendee = new global::System.Data.DataColumn("PercentOfTotalAttendee", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPercentOfTotalAttendee); this.columnDeptID = new global::System.Data.DataColumn("DeptID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDeptID); this.columnDepartmentName = new global::System.Data.DataColumn("DepartmentName", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDepartmentName); this.columnSl = new global::System.Data.DataColumn("Sl", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSl); this.columnTrainingName.Caption = "DataColumn1"; this.columnTrainingType.Caption = "DataColumn1"; this.columnTrainingNature.Caption = "DataColumn1"; this.columnNoOfAttedenee.Caption = "DataColumn1"; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtTrainingAttendeeByDepartmentRow NewdtTrainingAttendeeByDepartmentRow() { return ((dtTrainingAttendeeByDepartmentRow)(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 dtTrainingAttendeeByDepartmentRow(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(dtTrainingAttendeeByDepartmentRow); } [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.dtTrainingAttendeeByDepartmentRowChanged != null)) { this.dtTrainingAttendeeByDepartmentRowChanged(this, new dtTrainingAttendeeByDepartmentRowChangeEvent(((dtTrainingAttendeeByDepartmentRow)(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.dtTrainingAttendeeByDepartmentRowChanging != null)) { this.dtTrainingAttendeeByDepartmentRowChanging(this, new dtTrainingAttendeeByDepartmentRowChangeEvent(((dtTrainingAttendeeByDepartmentRow)(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.dtTrainingAttendeeByDepartmentRowDeleted != null)) { this.dtTrainingAttendeeByDepartmentRowDeleted(this, new dtTrainingAttendeeByDepartmentRowChangeEvent(((dtTrainingAttendeeByDepartmentRow)(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.dtTrainingAttendeeByDepartmentRowDeleting != null)) { this.dtTrainingAttendeeByDepartmentRowDeleting(this, new dtTrainingAttendeeByDepartmentRowChangeEvent(((dtTrainingAttendeeByDepartmentRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemovedtTrainingAttendeeByDepartmentRow(dtTrainingAttendeeByDepartmentRow 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(); TrainingDataset ds = new TrainingDataset(); 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 = "dtTrainingAttendeeByDepartmentDataTable"; 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 dtTNAReportDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnProposedTraningName; private global::System.Data.DataColumn columnScheduleProposed; private global::System.Data.DataColumn columnScheduleApproved; private global::System.Data.DataColumn columnSchedulePrepared; private global::System.Data.DataColumn columnScheduleNotPrepared; private global::System.Data.DataColumn columnTrainingYear; private global::System.Data.DataColumn columnScheduleCompleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtTNAReportDataTable() { this.TableName = "dtTNAReport"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal dtTNAReportDataTable(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 dtTNAReportDataTable(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 ProposedTraningNameColumn { get { return this.columnProposedTraningName; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ScheduleProposedColumn { get { return this.columnScheduleProposed; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ScheduleApprovedColumn { get { return this.columnScheduleApproved; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SchedulePreparedColumn { get { return this.columnSchedulePrepared; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ScheduleNotPreparedColumn { get { return this.columnScheduleNotPrepared; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TrainingYearColumn { get { return this.columnTrainingYear; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ScheduleCompletedColumn { get { return this.columnScheduleCompleted; } } [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 dtTNAReportRow this[int index] { get { return ((dtTNAReportRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTNAReportRowChangeEventHandler dtTNAReportRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTNAReportRowChangeEventHandler dtTNAReportRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTNAReportRowChangeEventHandler dtTNAReportRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTNAReportRowChangeEventHandler dtTNAReportRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AdddtTNAReportRow(dtTNAReportRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtTNAReportRow AdddtTNAReportRow(string ProposedTraningName, string ScheduleProposed, string ScheduleApproved, string SchedulePrepared, string ScheduleNotPrepared, string TrainingYear, string ScheduleCompleted) { dtTNAReportRow rowdtTNAReportRow = ((dtTNAReportRow)(this.NewRow())); object[] columnValuesArray = new object[] { ProposedTraningName, ScheduleProposed, ScheduleApproved, SchedulePrepared, ScheduleNotPrepared, TrainingYear, ScheduleCompleted}; rowdtTNAReportRow.ItemArray = columnValuesArray; this.Rows.Add(rowdtTNAReportRow); return rowdtTNAReportRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { dtTNAReportDataTable cln = ((dtTNAReportDataTable)(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 dtTNAReportDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnProposedTraningName = base.Columns["ProposedTraningName"]; this.columnScheduleProposed = base.Columns["ScheduleProposed"]; this.columnScheduleApproved = base.Columns["ScheduleApproved"]; this.columnSchedulePrepared = base.Columns["SchedulePrepared"]; this.columnScheduleNotPrepared = base.Columns["ScheduleNotPrepared"]; this.columnTrainingYear = base.Columns["TrainingYear"]; this.columnScheduleCompleted = base.Columns["ScheduleCompleted"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnProposedTraningName = new global::System.Data.DataColumn("ProposedTraningName", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnProposedTraningName); this.columnScheduleProposed = new global::System.Data.DataColumn("ScheduleProposed", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnScheduleProposed); this.columnScheduleApproved = new global::System.Data.DataColumn("ScheduleApproved", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnScheduleApproved); this.columnSchedulePrepared = new global::System.Data.DataColumn("SchedulePrepared", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSchedulePrepared); this.columnScheduleNotPrepared = new global::System.Data.DataColumn("ScheduleNotPrepared", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnScheduleNotPrepared); this.columnTrainingYear = new global::System.Data.DataColumn("TrainingYear", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTrainingYear); this.columnScheduleCompleted = new global::System.Data.DataColumn("ScheduleCompleted", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnScheduleCompleted); this.columnProposedTraningName.Caption = "DataColumn1"; this.columnScheduleProposed.Caption = "DataColumn1"; this.columnScheduleApproved.Caption = "DataColumn1"; this.columnSchedulePrepared.Caption = "DataColumn1"; this.columnScheduleNotPrepared.Caption = "DataColumn1"; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtTNAReportRow NewdtTNAReportRow() { return ((dtTNAReportRow)(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 dtTNAReportRow(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(dtTNAReportRow); } [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.dtTNAReportRowChanged != null)) { this.dtTNAReportRowChanged(this, new dtTNAReportRowChangeEvent(((dtTNAReportRow)(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.dtTNAReportRowChanging != null)) { this.dtTNAReportRowChanging(this, new dtTNAReportRowChangeEvent(((dtTNAReportRow)(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.dtTNAReportRowDeleted != null)) { this.dtTNAReportRowDeleted(this, new dtTNAReportRowChangeEvent(((dtTNAReportRow)(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.dtTNAReportRowDeleting != null)) { this.dtTNAReportRowDeleting(this, new dtTNAReportRowChangeEvent(((dtTNAReportRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemovedtTNAReportRow(dtTNAReportRow 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(); TrainingDataset ds = new TrainingDataset(); 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 = "dtTNAReportDataTable"; 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 dtEmployeeWiseTraningDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnName; private global::System.Data.DataColumn columnDivision; private global::System.Data.DataColumn columnDepartment; private global::System.Data.DataColumn columnDesignation; private global::System.Data.DataColumn columnTotalTraningReceivedTillDate; private global::System.Data.DataColumn columnTotalTraningReceivedLastYear; private global::System.Data.DataColumn columnTraningAssigned; private global::System.Data.DataColumn columnTraningReceived; private global::System.Data.DataColumn columnTraningOutStanding; private global::System.Data.DataColumn columnDesignationCode; private global::System.Data.DataColumn columnDOJ; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtEmployeeWiseTraningDataTable() { this.TableName = "dtEmployeeWiseTraning"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal dtEmployeeWiseTraningDataTable(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 dtEmployeeWiseTraningDataTable(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 NameColumn { get { return this.columnName; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DivisionColumn { get { return this.columnDivision; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DepartmentColumn { get { return this.columnDepartment; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DesignationColumn { get { return this.columnDesignation; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TotalTraningReceivedTillDateColumn { get { return this.columnTotalTraningReceivedTillDate; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TotalTraningReceivedLastYearColumn { get { return this.columnTotalTraningReceivedLastYear; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TraningAssignedColumn { get { return this.columnTraningAssigned; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TraningReceivedColumn { get { return this.columnTraningReceived; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TraningOutStandingColumn { get { return this.columnTraningOutStanding; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DesignationCodeColumn { get { return this.columnDesignationCode; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DOJColumn { get { return this.columnDOJ; } } [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 dtEmployeeWiseTraningRow this[int index] { get { return ((dtEmployeeWiseTraningRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtEmployeeWiseTraningRowChangeEventHandler dtEmployeeWiseTraningRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtEmployeeWiseTraningRowChangeEventHandler dtEmployeeWiseTraningRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtEmployeeWiseTraningRowChangeEventHandler dtEmployeeWiseTraningRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtEmployeeWiseTraningRowChangeEventHandler dtEmployeeWiseTraningRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AdddtEmployeeWiseTraningRow(dtEmployeeWiseTraningRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtEmployeeWiseTraningRow AdddtEmployeeWiseTraningRow(string Name, string Division, string Department, string Designation, string TotalTraningReceivedTillDate, string TotalTraningReceivedLastYear, string TraningAssigned, string TraningReceived, string TraningOutStanding, string DesignationCode, string DOJ) { dtEmployeeWiseTraningRow rowdtEmployeeWiseTraningRow = ((dtEmployeeWiseTraningRow)(this.NewRow())); object[] columnValuesArray = new object[] { Name, Division, Department, Designation, TotalTraningReceivedTillDate, TotalTraningReceivedLastYear, TraningAssigned, TraningReceived, TraningOutStanding, DesignationCode, DOJ}; rowdtEmployeeWiseTraningRow.ItemArray = columnValuesArray; this.Rows.Add(rowdtEmployeeWiseTraningRow); return rowdtEmployeeWiseTraningRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { dtEmployeeWiseTraningDataTable cln = ((dtEmployeeWiseTraningDataTable)(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 dtEmployeeWiseTraningDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnName = base.Columns["Name"]; this.columnDivision = base.Columns["Division"]; this.columnDepartment = base.Columns["Department"]; this.columnDesignation = base.Columns["Designation"]; this.columnTotalTraningReceivedTillDate = base.Columns["TotalTraningReceivedTillDate"]; this.columnTotalTraningReceivedLastYear = base.Columns["TotalTraningReceivedLastYear"]; this.columnTraningAssigned = base.Columns["TraningAssigned"]; this.columnTraningReceived = base.Columns["TraningReceived"]; this.columnTraningOutStanding = base.Columns["TraningOutStanding"]; this.columnDesignationCode = base.Columns["DesignationCode"]; this.columnDOJ = base.Columns["DOJ"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnName = new global::System.Data.DataColumn("Name", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnName); this.columnDivision = new global::System.Data.DataColumn("Division", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDivision); this.columnDepartment = new global::System.Data.DataColumn("Department", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDepartment); this.columnDesignation = new global::System.Data.DataColumn("Designation", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDesignation); this.columnTotalTraningReceivedTillDate = new global::System.Data.DataColumn("TotalTraningReceivedTillDate", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTotalTraningReceivedTillDate); this.columnTotalTraningReceivedLastYear = new global::System.Data.DataColumn("TotalTraningReceivedLastYear", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTotalTraningReceivedLastYear); this.columnTraningAssigned = new global::System.Data.DataColumn("TraningAssigned", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTraningAssigned); this.columnTraningReceived = new global::System.Data.DataColumn("TraningReceived", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTraningReceived); this.columnTraningOutStanding = new global::System.Data.DataColumn("TraningOutStanding", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTraningOutStanding); this.columnDesignationCode = new global::System.Data.DataColumn("DesignationCode", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDesignationCode); this.columnDOJ = new global::System.Data.DataColumn("DOJ", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDOJ); this.columnName.Caption = "DataColumn1"; this.columnDivision.Caption = "DataColumn1"; this.columnDepartment.Caption = "DataColumn1"; this.columnDesignation.Caption = "DataColumn1"; this.columnTotalTraningReceivedTillDate.Caption = "DataColumn1"; this.columnTotalTraningReceivedLastYear.Caption = "DataColumn1"; this.columnTraningAssigned.Caption = "DataColumn1"; this.columnTraningReceived.Caption = "DataColumn1"; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtEmployeeWiseTraningRow NewdtEmployeeWiseTraningRow() { return ((dtEmployeeWiseTraningRow)(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 dtEmployeeWiseTraningRow(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(dtEmployeeWiseTraningRow); } [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.dtEmployeeWiseTraningRowChanged != null)) { this.dtEmployeeWiseTraningRowChanged(this, new dtEmployeeWiseTraningRowChangeEvent(((dtEmployeeWiseTraningRow)(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.dtEmployeeWiseTraningRowChanging != null)) { this.dtEmployeeWiseTraningRowChanging(this, new dtEmployeeWiseTraningRowChangeEvent(((dtEmployeeWiseTraningRow)(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.dtEmployeeWiseTraningRowDeleted != null)) { this.dtEmployeeWiseTraningRowDeleted(this, new dtEmployeeWiseTraningRowChangeEvent(((dtEmployeeWiseTraningRow)(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.dtEmployeeWiseTraningRowDeleting != null)) { this.dtEmployeeWiseTraningRowDeleting(this, new dtEmployeeWiseTraningRowChangeEvent(((dtEmployeeWiseTraningRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemovedtEmployeeWiseTraningRow(dtEmployeeWiseTraningRow 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(); TrainingDataset ds = new TrainingDataset(); 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 = "dtEmployeeWiseTraningDataTable"; 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 dtTraningCostDetailsDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnName; private global::System.Data.DataColumn columnEmpNo; private global::System.Data.DataColumn columnDesignationCode; private global::System.Data.DataColumn columnDesignation; private global::System.Data.DataColumn columnDepartment; private global::System.Data.DataColumn columnTopicsName; private global::System.Data.DataColumn columnOrganizerAndVenue; private global::System.Data.DataColumn columnDuration; private global::System.Data.DataColumn columnNoOfParticipants; private global::System.Data.DataColumn columnNoOfTraningDays; private global::System.Data.DataColumn columnTotalTrainingHours; private global::System.Data.DataColumn columnTotalManHour; private global::System.Data.DataColumn columnAirFare; private global::System.Data.DataColumn columnVisaAndOthers; private global::System.Data.DataColumn columnTrainingAndRegistration; private global::System.Data.DataColumn columnAllowences; private global::System.Data.DataColumn columnBankCharges; private global::System.Data.DataColumn columnTax; private global::System.Data.DataColumn columnAmountToBeClaimed; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtTraningCostDetailsDataTable() { this.TableName = "dtTraningCostDetails"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal dtTraningCostDetailsDataTable(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 dtTraningCostDetailsDataTable(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 NameColumn { get { return this.columnName; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EmpNoColumn { get { return this.columnEmpNo; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DesignationCodeColumn { get { return this.columnDesignationCode; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DesignationColumn { get { return this.columnDesignation; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DepartmentColumn { get { return this.columnDepartment; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TopicsNameColumn { get { return this.columnTopicsName; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OrganizerAndVenueColumn { get { return this.columnOrganizerAndVenue; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DurationColumn { get { return this.columnDuration; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn NoOfParticipantsColumn { get { return this.columnNoOfParticipants; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn NoOfTraningDaysColumn { get { return this.columnNoOfTraningDays; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TotalTrainingHoursColumn { get { return this.columnTotalTrainingHours; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TotalManHourColumn { get { return this.columnTotalManHour; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn AirFareColumn { get { return this.columnAirFare; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn VisaAndOthersColumn { get { return this.columnVisaAndOthers; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TrainingAndRegistrationColumn { get { return this.columnTrainingAndRegistration; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn AllowencesColumn { get { return this.columnAllowences; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BankChargesColumn { get { return this.columnBankCharges; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TaxColumn { get { return this.columnTax; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn AmountToBeClaimedColumn { get { return this.columnAmountToBeClaimed; } } [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 dtTraningCostDetailsRow this[int index] { get { return ((dtTraningCostDetailsRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTraningCostDetailsRowChangeEventHandler dtTraningCostDetailsRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTraningCostDetailsRowChangeEventHandler dtTraningCostDetailsRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTraningCostDetailsRowChangeEventHandler dtTraningCostDetailsRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTraningCostDetailsRowChangeEventHandler dtTraningCostDetailsRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AdddtTraningCostDetailsRow(dtTraningCostDetailsRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtTraningCostDetailsRow AdddtTraningCostDetailsRow( string Name, string EmpNo, string DesignationCode, string Designation, string Department, string TopicsName, string OrganizerAndVenue, string Duration, string NoOfParticipants, string NoOfTraningDays, string TotalTrainingHours, string TotalManHour, string AirFare, string VisaAndOthers, string TrainingAndRegistration, string Allowences, string BankCharges, string Tax, string AmountToBeClaimed) { dtTraningCostDetailsRow rowdtTraningCostDetailsRow = ((dtTraningCostDetailsRow)(this.NewRow())); object[] columnValuesArray = new object[] { Name, EmpNo, DesignationCode, Designation, Department, TopicsName, OrganizerAndVenue, Duration, NoOfParticipants, NoOfTraningDays, TotalTrainingHours, TotalManHour, AirFare, VisaAndOthers, TrainingAndRegistration, Allowences, BankCharges, Tax, AmountToBeClaimed}; rowdtTraningCostDetailsRow.ItemArray = columnValuesArray; this.Rows.Add(rowdtTraningCostDetailsRow); return rowdtTraningCostDetailsRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { dtTraningCostDetailsDataTable cln = ((dtTraningCostDetailsDataTable)(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 dtTraningCostDetailsDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnName = base.Columns["Name"]; this.columnEmpNo = base.Columns["EmpNo"]; this.columnDesignationCode = base.Columns["DesignationCode"]; this.columnDesignation = base.Columns["Designation"]; this.columnDepartment = base.Columns["Department"]; this.columnTopicsName = base.Columns["TopicsName"]; this.columnOrganizerAndVenue = base.Columns["OrganizerAndVenue"]; this.columnDuration = base.Columns["Duration"]; this.columnNoOfParticipants = base.Columns["NoOfParticipants"]; this.columnNoOfTraningDays = base.Columns["NoOfTraningDays"]; this.columnTotalTrainingHours = base.Columns["TotalTrainingHours"]; this.columnTotalManHour = base.Columns["TotalManHour"]; this.columnAirFare = base.Columns["AirFare"]; this.columnVisaAndOthers = base.Columns["VisaAndOthers"]; this.columnTrainingAndRegistration = base.Columns["TrainingAndRegistration"]; this.columnAllowences = base.Columns["Allowences"]; this.columnBankCharges = base.Columns["BankCharges"]; this.columnTax = base.Columns["Tax"]; this.columnAmountToBeClaimed = base.Columns["AmountToBeClaimed"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnName = new global::System.Data.DataColumn("Name", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnName); this.columnEmpNo = new global::System.Data.DataColumn("EmpNo", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEmpNo); this.columnDesignationCode = new global::System.Data.DataColumn("DesignationCode", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDesignationCode); this.columnDesignation = new global::System.Data.DataColumn("Designation", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDesignation); this.columnDepartment = new global::System.Data.DataColumn("Department", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDepartment); this.columnTopicsName = new global::System.Data.DataColumn("TopicsName", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTopicsName); this.columnOrganizerAndVenue = new global::System.Data.DataColumn("OrganizerAndVenue", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOrganizerAndVenue); this.columnDuration = new global::System.Data.DataColumn("Duration", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDuration); this.columnNoOfParticipants = new global::System.Data.DataColumn("NoOfParticipants", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnNoOfParticipants); this.columnNoOfTraningDays = new global::System.Data.DataColumn("NoOfTraningDays", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnNoOfTraningDays); this.columnTotalTrainingHours = new global::System.Data.DataColumn("TotalTrainingHours", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTotalTrainingHours); this.columnTotalManHour = new global::System.Data.DataColumn("TotalManHour", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTotalManHour); this.columnAirFare = new global::System.Data.DataColumn("AirFare", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnAirFare); this.columnVisaAndOthers = new global::System.Data.DataColumn("VisaAndOthers", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnVisaAndOthers); this.columnTrainingAndRegistration = new global::System.Data.DataColumn("TrainingAndRegistration", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTrainingAndRegistration); this.columnAllowences = new global::System.Data.DataColumn("Allowences", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnAllowences); this.columnBankCharges = new global::System.Data.DataColumn("BankCharges", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBankCharges); this.columnTax = new global::System.Data.DataColumn("Tax", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTax); this.columnAmountToBeClaimed = new global::System.Data.DataColumn("AmountToBeClaimed", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnAmountToBeClaimed); this.columnName.Caption = "DataColumn1"; this.columnEmpNo.Caption = "DataColumn1"; this.columnDesignationCode.Caption = "DataColumn1"; this.columnDepartment.Caption = "Designation"; this.columnTopicsName.Caption = "Designation"; this.columnOrganizerAndVenue.Caption = "Designation"; this.columnDuration.Caption = "Designation"; this.columnNoOfParticipants.Caption = "Designation"; this.columnNoOfTraningDays.Caption = "Designation"; this.columnTotalTrainingHours.Caption = "Designation"; this.columnTotalManHour.Caption = "Designation"; this.columnAirFare.Caption = "Designation"; this.columnTrainingAndRegistration.Caption = "VisaAndOthers"; this.columnAllowences.Caption = "VisaAndOthers"; this.columnBankCharges.Caption = "VisaAndOthers"; this.columnTax.Caption = "VisaAndOthers"; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtTraningCostDetailsRow NewdtTraningCostDetailsRow() { return ((dtTraningCostDetailsRow)(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 dtTraningCostDetailsRow(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(dtTraningCostDetailsRow); } [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.dtTraningCostDetailsRowChanged != null)) { this.dtTraningCostDetailsRowChanged(this, new dtTraningCostDetailsRowChangeEvent(((dtTraningCostDetailsRow)(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.dtTraningCostDetailsRowChanging != null)) { this.dtTraningCostDetailsRowChanging(this, new dtTraningCostDetailsRowChangeEvent(((dtTraningCostDetailsRow)(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.dtTraningCostDetailsRowDeleted != null)) { this.dtTraningCostDetailsRowDeleted(this, new dtTraningCostDetailsRowChangeEvent(((dtTraningCostDetailsRow)(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.dtTraningCostDetailsRowDeleting != null)) { this.dtTraningCostDetailsRowDeleting(this, new dtTraningCostDetailsRowChangeEvent(((dtTraningCostDetailsRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemovedtTraningCostDetailsRow(dtTraningCostDetailsRow 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(); TrainingDataset ds = new TrainingDataset(); 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 = "dtTraningCostDetailsDataTable"; 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 dtDepartmentWiseTraningExpenseDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnDepartmentName; private global::System.Data.DataColumn columnNoOfParticipants; private global::System.Data.DataColumn columnTotalTrainingMinutes; private global::System.Data.DataColumn columnManHour; private global::System.Data.DataColumn columnTotalCost; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtDepartmentWiseTraningExpenseDataTable() { this.TableName = "dtDepartmentWiseTraningExpense"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal dtDepartmentWiseTraningExpenseDataTable(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 dtDepartmentWiseTraningExpenseDataTable(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 DepartmentNameColumn { get { return this.columnDepartmentName; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn NoOfParticipantsColumn { get { return this.columnNoOfParticipants; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TotalTrainingMinutesColumn { get { return this.columnTotalTrainingMinutes; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ManHourColumn { get { return this.columnManHour; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TotalCostColumn { get { return this.columnTotalCost; } } [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 dtDepartmentWiseTraningExpenseRow this[int index] { get { return ((dtDepartmentWiseTraningExpenseRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtDepartmentWiseTraningExpenseRowChangeEventHandler dtDepartmentWiseTraningExpenseRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtDepartmentWiseTraningExpenseRowChangeEventHandler dtDepartmentWiseTraningExpenseRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtDepartmentWiseTraningExpenseRowChangeEventHandler dtDepartmentWiseTraningExpenseRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtDepartmentWiseTraningExpenseRowChangeEventHandler dtDepartmentWiseTraningExpenseRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AdddtDepartmentWiseTraningExpenseRow(dtDepartmentWiseTraningExpenseRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtDepartmentWiseTraningExpenseRow AdddtDepartmentWiseTraningExpenseRow(string DepartmentName, string NoOfParticipants, string TotalTrainingMinutes, string ManHour, string TotalCost) { dtDepartmentWiseTraningExpenseRow rowdtDepartmentWiseTraningExpenseRow = ((dtDepartmentWiseTraningExpenseRow)(this.NewRow())); object[] columnValuesArray = new object[] { DepartmentName, NoOfParticipants, TotalTrainingMinutes, ManHour, TotalCost}; rowdtDepartmentWiseTraningExpenseRow.ItemArray = columnValuesArray; this.Rows.Add(rowdtDepartmentWiseTraningExpenseRow); return rowdtDepartmentWiseTraningExpenseRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { dtDepartmentWiseTraningExpenseDataTable cln = ((dtDepartmentWiseTraningExpenseDataTable)(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 dtDepartmentWiseTraningExpenseDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnDepartmentName = base.Columns["DepartmentName"]; this.columnNoOfParticipants = base.Columns["NoOfParticipants"]; this.columnTotalTrainingMinutes = base.Columns["TotalTrainingMinutes"]; this.columnManHour = base.Columns["ManHour"]; this.columnTotalCost = base.Columns["TotalCost"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnDepartmentName = new global::System.Data.DataColumn("DepartmentName", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDepartmentName); this.columnNoOfParticipants = new global::System.Data.DataColumn("NoOfParticipants", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnNoOfParticipants); this.columnTotalTrainingMinutes = new global::System.Data.DataColumn("TotalTrainingMinutes", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTotalTrainingMinutes); this.columnManHour = new global::System.Data.DataColumn("ManHour", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnManHour); this.columnTotalCost = new global::System.Data.DataColumn("TotalCost", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTotalCost); this.columnDepartmentName.Caption = "DataColumn1"; this.columnNoOfParticipants.Caption = "DataColumn1"; this.columnManHour.Caption = "DataColumn1"; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtDepartmentWiseTraningExpenseRow NewdtDepartmentWiseTraningExpenseRow() { return ((dtDepartmentWiseTraningExpenseRow)(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 dtDepartmentWiseTraningExpenseRow(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(dtDepartmentWiseTraningExpenseRow); } [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.dtDepartmentWiseTraningExpenseRowChanged != null)) { this.dtDepartmentWiseTraningExpenseRowChanged(this, new dtDepartmentWiseTraningExpenseRowChangeEvent(((dtDepartmentWiseTraningExpenseRow)(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.dtDepartmentWiseTraningExpenseRowChanging != null)) { this.dtDepartmentWiseTraningExpenseRowChanging(this, new dtDepartmentWiseTraningExpenseRowChangeEvent(((dtDepartmentWiseTraningExpenseRow)(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.dtDepartmentWiseTraningExpenseRowDeleted != null)) { this.dtDepartmentWiseTraningExpenseRowDeleted(this, new dtDepartmentWiseTraningExpenseRowChangeEvent(((dtDepartmentWiseTraningExpenseRow)(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.dtDepartmentWiseTraningExpenseRowDeleting != null)) { this.dtDepartmentWiseTraningExpenseRowDeleting(this, new dtDepartmentWiseTraningExpenseRowChangeEvent(((dtDepartmentWiseTraningExpenseRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemovedtDepartmentWiseTraningExpenseRow(dtDepartmentWiseTraningExpenseRow 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(); TrainingDataset ds = new TrainingDataset(); 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 = "dtDepartmentWiseTraningExpenseDataTable"; 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 dtTrainingCostInfoDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnDepartment; private global::System.Data.DataColumn columnNoOfInHouseProgramme; private global::System.Data.DataColumn columnInhouseNoOfParticipants; private global::System.Data.DataColumn columnInHouseCostInMillion; private global::System.Data.DataColumn columnInHouseCostInParcent; private global::System.Data.DataColumn columnForeignTraningProgramme; private global::System.Data.DataColumn columnForeignNoOfParticipants; private global::System.Data.DataColumn columnForeignCostInMillion; private global::System.Data.DataColumn columnForeignCostInParcent; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtTrainingCostInfoDataTable() { this.TableName = "dtTrainingCostInfo"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal dtTrainingCostInfoDataTable(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 dtTrainingCostInfoDataTable(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 DepartmentColumn { get { return this.columnDepartment; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn NoOfInHouseProgrammeColumn { get { return this.columnNoOfInHouseProgramme; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn InhouseNoOfParticipantsColumn { get { return this.columnInhouseNoOfParticipants; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn InHouseCostInMillionColumn { get { return this.columnInHouseCostInMillion; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn InHouseCostInParcentColumn { get { return this.columnInHouseCostInParcent; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ForeignTraningProgrammeColumn { get { return this.columnForeignTraningProgramme; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ForeignNoOfParticipantsColumn { get { return this.columnForeignNoOfParticipants; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ForeignCostInMillionColumn { get { return this.columnForeignCostInMillion; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ForeignCostInParcentColumn { get { return this.columnForeignCostInParcent; } } [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 dtTrainingCostInfoRow this[int index] { get { return ((dtTrainingCostInfoRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTrainingCostInfoRowChangeEventHandler dtTrainingCostInfoRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTrainingCostInfoRowChangeEventHandler dtTrainingCostInfoRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTrainingCostInfoRowChangeEventHandler dtTrainingCostInfoRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTrainingCostInfoRowChangeEventHandler dtTrainingCostInfoRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AdddtTrainingCostInfoRow(dtTrainingCostInfoRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtTrainingCostInfoRow AdddtTrainingCostInfoRow(string Department, string NoOfInHouseProgramme, string InhouseNoOfParticipants, string InHouseCostInMillion, string InHouseCostInParcent, string ForeignTraningProgramme, string ForeignNoOfParticipants, string ForeignCostInMillion, string ForeignCostInParcent) { dtTrainingCostInfoRow rowdtTrainingCostInfoRow = ((dtTrainingCostInfoRow)(this.NewRow())); object[] columnValuesArray = new object[] { Department, NoOfInHouseProgramme, InhouseNoOfParticipants, InHouseCostInMillion, InHouseCostInParcent, ForeignTraningProgramme, ForeignNoOfParticipants, ForeignCostInMillion, ForeignCostInParcent}; rowdtTrainingCostInfoRow.ItemArray = columnValuesArray; this.Rows.Add(rowdtTrainingCostInfoRow); return rowdtTrainingCostInfoRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { dtTrainingCostInfoDataTable cln = ((dtTrainingCostInfoDataTable)(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 dtTrainingCostInfoDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnDepartment = base.Columns["Department"]; this.columnNoOfInHouseProgramme = base.Columns["NoOfInHouseProgramme"]; this.columnInhouseNoOfParticipants = base.Columns["InhouseNoOfParticipants"]; this.columnInHouseCostInMillion = base.Columns["InHouseCostInMillion"]; this.columnInHouseCostInParcent = base.Columns["InHouseCostInParcent"]; this.columnForeignTraningProgramme = base.Columns["ForeignTraningProgramme"]; this.columnForeignNoOfParticipants = base.Columns["ForeignNoOfParticipants"]; this.columnForeignCostInMillion = base.Columns["ForeignCostInMillion"]; this.columnForeignCostInParcent = base.Columns["ForeignCostInParcent"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnDepartment = new global::System.Data.DataColumn("Department", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDepartment); this.columnNoOfInHouseProgramme = new global::System.Data.DataColumn("NoOfInHouseProgramme", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnNoOfInHouseProgramme); this.columnInhouseNoOfParticipants = new global::System.Data.DataColumn("InhouseNoOfParticipants", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnInhouseNoOfParticipants); this.columnInHouseCostInMillion = new global::System.Data.DataColumn("InHouseCostInMillion", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnInHouseCostInMillion); this.columnInHouseCostInParcent = new global::System.Data.DataColumn("InHouseCostInParcent", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnInHouseCostInParcent); this.columnForeignTraningProgramme = new global::System.Data.DataColumn("ForeignTraningProgramme", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnForeignTraningProgramme); this.columnForeignNoOfParticipants = new global::System.Data.DataColumn("ForeignNoOfParticipants", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnForeignNoOfParticipants); this.columnForeignCostInMillion = new global::System.Data.DataColumn("ForeignCostInMillion", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnForeignCostInMillion); this.columnForeignCostInParcent = new global::System.Data.DataColumn("ForeignCostInParcent", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnForeignCostInParcent); this.columnDepartment.Caption = "DataColumn1"; this.columnNoOfInHouseProgramme.Caption = "DataColumn1"; this.columnInhouseNoOfParticipants.Caption = "DataColumn1"; this.columnInHouseCostInMillion.Caption = "DataColumn1"; this.columnInHouseCostInParcent.Caption = "DataColumn1"; this.columnForeignTraningProgramme.Caption = "DataColumn1"; this.columnForeignNoOfParticipants.Caption = "DataColumn1"; this.columnForeignCostInMillion.Caption = "DataColumn1"; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtTrainingCostInfoRow NewdtTrainingCostInfoRow() { return ((dtTrainingCostInfoRow)(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 dtTrainingCostInfoRow(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(dtTrainingCostInfoRow); } [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.dtTrainingCostInfoRowChanged != null)) { this.dtTrainingCostInfoRowChanged(this, new dtTrainingCostInfoRowChangeEvent(((dtTrainingCostInfoRow)(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.dtTrainingCostInfoRowChanging != null)) { this.dtTrainingCostInfoRowChanging(this, new dtTrainingCostInfoRowChangeEvent(((dtTrainingCostInfoRow)(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.dtTrainingCostInfoRowDeleted != null)) { this.dtTrainingCostInfoRowDeleted(this, new dtTrainingCostInfoRowChangeEvent(((dtTrainingCostInfoRow)(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.dtTrainingCostInfoRowDeleting != null)) { this.dtTrainingCostInfoRowDeleting(this, new dtTrainingCostInfoRowChangeEvent(((dtTrainingCostInfoRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemovedtTrainingCostInfoRow(dtTrainingCostInfoRow 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(); TrainingDataset ds = new TrainingDataset(); 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 = "dtTrainingCostInfoDataTable"; 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 dtAttendenceRecordDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnEmpNo; private global::System.Data.DataColumn columnName; private global::System.Data.DataColumn columnDesignationCode; private global::System.Data.DataColumn columnDesignation; private global::System.Data.DataColumn columnDepartment; private global::System.Data.DataColumn columnDivision; private global::System.Data.DataColumn columnBranch; private global::System.Data.DataColumn columnAttendence; private global::System.Data.DataColumn columnAttnStatus; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtAttendenceRecordDataTable() { this.TableName = "dtAttendenceRecord"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal dtAttendenceRecordDataTable(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 dtAttendenceRecordDataTable(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 EmpNoColumn { get { return this.columnEmpNo; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn NameColumn { get { return this.columnName; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DesignationCodeColumn { get { return this.columnDesignationCode; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DesignationColumn { get { return this.columnDesignation; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DepartmentColumn { get { return this.columnDepartment; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DivisionColumn { get { return this.columnDivision; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BranchColumn { get { return this.columnBranch; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn AttendenceColumn { get { return this.columnAttendence; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn AttnStatusColumn { get { return this.columnAttnStatus; } } [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 dtAttendenceRecordRow this[int index] { get { return ((dtAttendenceRecordRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtAttendenceRecordRowChangeEventHandler dtAttendenceRecordRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtAttendenceRecordRowChangeEventHandler dtAttendenceRecordRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtAttendenceRecordRowChangeEventHandler dtAttendenceRecordRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtAttendenceRecordRowChangeEventHandler dtAttendenceRecordRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AdddtAttendenceRecordRow(dtAttendenceRecordRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtAttendenceRecordRow AdddtAttendenceRecordRow(string EmpNo, string Name, string DesignationCode, string Designation, string Department, string Division, string Branch, string Attendence, string AttnStatus) { dtAttendenceRecordRow rowdtAttendenceRecordRow = ((dtAttendenceRecordRow)(this.NewRow())); object[] columnValuesArray = new object[] { EmpNo, Name, DesignationCode, Designation, Department, Division, Branch, Attendence, AttnStatus}; rowdtAttendenceRecordRow.ItemArray = columnValuesArray; this.Rows.Add(rowdtAttendenceRecordRow); return rowdtAttendenceRecordRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { dtAttendenceRecordDataTable cln = ((dtAttendenceRecordDataTable)(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 dtAttendenceRecordDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnEmpNo = base.Columns["EmpNo"]; this.columnName = base.Columns["Name"]; this.columnDesignationCode = base.Columns["DesignationCode"]; this.columnDesignation = base.Columns["Designation"]; this.columnDepartment = base.Columns["Department"]; this.columnDivision = base.Columns["Division"]; this.columnBranch = base.Columns["Branch"]; this.columnAttendence = base.Columns["Attendence"]; this.columnAttnStatus = base.Columns["AttnStatus"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnEmpNo = new global::System.Data.DataColumn("EmpNo", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEmpNo); this.columnName = new global::System.Data.DataColumn("Name", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnName); this.columnDesignationCode = new global::System.Data.DataColumn("DesignationCode", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDesignationCode); this.columnDesignation = new global::System.Data.DataColumn("Designation", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDesignation); this.columnDepartment = new global::System.Data.DataColumn("Department", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDepartment); this.columnDivision = new global::System.Data.DataColumn("Division", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDivision); this.columnBranch = new global::System.Data.DataColumn("Branch", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBranch); this.columnAttendence = new global::System.Data.DataColumn("Attendence", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnAttendence); this.columnAttnStatus = new global::System.Data.DataColumn("AttnStatus", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnAttnStatus); this.columnEmpNo.Caption = "DataColumn1"; this.columnName.Caption = "DataColumn1"; this.columnDesignationCode.Caption = "DataColumn1"; this.columnDesignation.Caption = "DataColumn1"; this.columnDepartment.Caption = "DataColumn1"; this.columnDivision.Caption = "DataColumn1"; this.columnBranch.Caption = "DataColumn1"; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtAttendenceRecordRow NewdtAttendenceRecordRow() { return ((dtAttendenceRecordRow)(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 dtAttendenceRecordRow(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(dtAttendenceRecordRow); } [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.dtAttendenceRecordRowChanged != null)) { this.dtAttendenceRecordRowChanged(this, new dtAttendenceRecordRowChangeEvent(((dtAttendenceRecordRow)(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.dtAttendenceRecordRowChanging != null)) { this.dtAttendenceRecordRowChanging(this, new dtAttendenceRecordRowChangeEvent(((dtAttendenceRecordRow)(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.dtAttendenceRecordRowDeleted != null)) { this.dtAttendenceRecordRowDeleted(this, new dtAttendenceRecordRowChangeEvent(((dtAttendenceRecordRow)(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.dtAttendenceRecordRowDeleting != null)) { this.dtAttendenceRecordRowDeleting(this, new dtAttendenceRecordRowChangeEvent(((dtAttendenceRecordRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemovedtAttendenceRecordRow(dtAttendenceRecordRow 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(); TrainingDataset ds = new TrainingDataset(); 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 = "dtAttendenceRecordDataTable"; 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 dtTrainingDetailsDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnEmpNo; private global::System.Data.DataColumn columnEmpName; private global::System.Data.DataColumn columnDesignation; private global::System.Data.DataColumn columnDesignationCode; private global::System.Data.DataColumn columnDepartment; private global::System.Data.DataColumn columnDivision; private global::System.Data.DataColumn columnBranch; private global::System.Data.DataColumn columnTrainingName; private global::System.Data.DataColumn columnTrainingType; private global::System.Data.DataColumn columnTrainingNature; private global::System.Data.DataColumn columnOrganizerVenue; private global::System.Data.DataColumn columnYear; private global::System.Data.DataColumn columnTrainingDate; private global::System.Data.DataColumn columnPerPersonCost; private global::System.Data.DataColumn columnTrainingHour; private global::System.Data.DataColumn columnDOJ; private global::System.Data.DataColumn columnEndDate; private global::System.Data.DataColumn columnIns; private global::System.Data.DataColumn columnSl; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtTrainingDetailsDataTable() { this.TableName = "dtTrainingDetails"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal dtTrainingDetailsDataTable(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 dtTrainingDetailsDataTable(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 EmpNoColumn { get { return this.columnEmpNo; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EmpNameColumn { get { return this.columnEmpName; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DesignationColumn { get { return this.columnDesignation; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DesignationCodeColumn { get { return this.columnDesignationCode; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DepartmentColumn { get { return this.columnDepartment; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DivisionColumn { get { return this.columnDivision; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn BranchColumn { get { return this.columnBranch; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TrainingNameColumn { get { return this.columnTrainingName; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TrainingTypeColumn { get { return this.columnTrainingType; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TrainingNatureColumn { get { return this.columnTrainingNature; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OrganizerVenueColumn { get { return this.columnOrganizerVenue; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn YearColumn { get { return this.columnYear; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TrainingDateColumn { get { return this.columnTrainingDate; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn PerPersonCostColumn { get { return this.columnPerPersonCost; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TrainingHourColumn { get { return this.columnTrainingHour; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DOJColumn { get { return this.columnDOJ; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EndDateColumn { get { return this.columnEndDate; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn InsColumn { get { return this.columnIns; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SlColumn { get { return this.columnSl; } } [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 dtTrainingDetailsRow this[int index] { get { return ((dtTrainingDetailsRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTrainingDetailsRowChangeEventHandler dtTrainingDetailsRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTrainingDetailsRowChangeEventHandler dtTrainingDetailsRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTrainingDetailsRowChangeEventHandler dtTrainingDetailsRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTrainingDetailsRowChangeEventHandler dtTrainingDetailsRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AdddtTrainingDetailsRow(dtTrainingDetailsRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtTrainingDetailsRow AdddtTrainingDetailsRow( string EmpNo, string EmpName, string Designation, string DesignationCode, string Department, string Division, string Branch, string TrainingName, string TrainingType, string TrainingNature, string OrganizerVenue, string Year, string TrainingDate, string PerPersonCost, string TrainingHour, string DOJ, string EndDate, string Ins, string Sl) { dtTrainingDetailsRow rowdtTrainingDetailsRow = ((dtTrainingDetailsRow)(this.NewRow())); object[] columnValuesArray = new object[] { EmpNo, EmpName, Designation, DesignationCode, Department, Division, Branch, TrainingName, TrainingType, TrainingNature, OrganizerVenue, Year, TrainingDate, PerPersonCost, TrainingHour, DOJ, EndDate, Ins, Sl}; rowdtTrainingDetailsRow.ItemArray = columnValuesArray; this.Rows.Add(rowdtTrainingDetailsRow); return rowdtTrainingDetailsRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { dtTrainingDetailsDataTable cln = ((dtTrainingDetailsDataTable)(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 dtTrainingDetailsDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnEmpNo = base.Columns["EmpNo"]; this.columnEmpName = base.Columns["EmpName"]; this.columnDesignation = base.Columns["Designation"]; this.columnDesignationCode = base.Columns["DesignationCode"]; this.columnDepartment = base.Columns["Department"]; this.columnDivision = base.Columns["Division"]; this.columnBranch = base.Columns["Branch"]; this.columnTrainingName = base.Columns["TrainingName"]; this.columnTrainingType = base.Columns["TrainingType"]; this.columnTrainingNature = base.Columns["TrainingNature"]; this.columnOrganizerVenue = base.Columns["OrganizerVenue"]; this.columnYear = base.Columns["Year"]; this.columnTrainingDate = base.Columns["TrainingDate"]; this.columnPerPersonCost = base.Columns["PerPersonCost"]; this.columnTrainingHour = base.Columns["TrainingHour"]; this.columnDOJ = base.Columns["DOJ"]; this.columnEndDate = base.Columns["EndDate"]; this.columnIns = base.Columns["Ins"]; this.columnSl = base.Columns["Sl"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnEmpNo = new global::System.Data.DataColumn("EmpNo", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEmpNo); this.columnEmpName = new global::System.Data.DataColumn("EmpName", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEmpName); this.columnDesignation = new global::System.Data.DataColumn("Designation", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDesignation); this.columnDesignationCode = new global::System.Data.DataColumn("DesignationCode", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDesignationCode); this.columnDepartment = new global::System.Data.DataColumn("Department", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDepartment); this.columnDivision = new global::System.Data.DataColumn("Division", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDivision); this.columnBranch = new global::System.Data.DataColumn("Branch", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnBranch); this.columnTrainingName = new global::System.Data.DataColumn("TrainingName", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTrainingName); this.columnTrainingType = new global::System.Data.DataColumn("TrainingType", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTrainingType); this.columnTrainingNature = new global::System.Data.DataColumn("TrainingNature", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTrainingNature); this.columnOrganizerVenue = new global::System.Data.DataColumn("OrganizerVenue", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOrganizerVenue); this.columnYear = new global::System.Data.DataColumn("Year", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnYear); this.columnTrainingDate = new global::System.Data.DataColumn("TrainingDate", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTrainingDate); this.columnPerPersonCost = new global::System.Data.DataColumn("PerPersonCost", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPerPersonCost); this.columnTrainingHour = new global::System.Data.DataColumn("TrainingHour", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTrainingHour); this.columnDOJ = new global::System.Data.DataColumn("DOJ", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDOJ); this.columnEndDate = new global::System.Data.DataColumn("EndDate", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEndDate); this.columnIns = new global::System.Data.DataColumn("Ins", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnIns); this.columnSl = new global::System.Data.DataColumn("Sl", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSl); this.columnEmpNo.Caption = "DataColumn1"; this.columnEmpName.Caption = "DataColumn1"; this.columnDesignation.Caption = "DataColumn1"; this.columnDesignationCode.Caption = "DataColumn1"; this.columnDepartment.Caption = "DataColumn1"; this.columnDivision.Caption = "DataColumn1"; this.columnBranch.Caption = "DataColumn1"; this.columnTrainingName.Caption = "DataColumn1"; this.columnTrainingType.Caption = "DataColumn1"; this.columnTrainingNature.Caption = "DataColumn1"; this.columnOrganizerVenue.Caption = "DataColumn1"; this.columnYear.Caption = "DataColumn1"; this.columnTrainingDate.Caption = "DataColumn1"; this.columnPerPersonCost.Caption = "DataColumn1"; this.columnTrainingHour.Caption = "DataColumn1"; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtTrainingDetailsRow NewdtTrainingDetailsRow() { return ((dtTrainingDetailsRow)(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 dtTrainingDetailsRow(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(dtTrainingDetailsRow); } [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.dtTrainingDetailsRowChanged != null)) { this.dtTrainingDetailsRowChanged(this, new dtTrainingDetailsRowChangeEvent(((dtTrainingDetailsRow)(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.dtTrainingDetailsRowChanging != null)) { this.dtTrainingDetailsRowChanging(this, new dtTrainingDetailsRowChangeEvent(((dtTrainingDetailsRow)(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.dtTrainingDetailsRowDeleted != null)) { this.dtTrainingDetailsRowDeleted(this, new dtTrainingDetailsRowChangeEvent(((dtTrainingDetailsRow)(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.dtTrainingDetailsRowDeleting != null)) { this.dtTrainingDetailsRowDeleting(this, new dtTrainingDetailsRowChangeEvent(((dtTrainingDetailsRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemovedtTrainingDetailsRow(dtTrainingDetailsRow 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(); TrainingDataset ds = new TrainingDataset(); 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 = "dtTrainingDetailsDataTable"; 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 dtTrainingNameWiseReportDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnTrainingName; private global::System.Data.DataColumn columnEmpNo; private global::System.Data.DataColumn columnEmpName; private global::System.Data.DataColumn columnDepartment; private global::System.Data.DataColumn columnYear; private global::System.Data.DataColumn columnOrganizerVenue; private global::System.Data.DataColumn columnManHour; private global::System.Data.DataColumn columnTotalCost; private global::System.Data.DataColumn columnDepartmentID; private global::System.Data.DataColumn columnDesCode; private global::System.Data.DataColumn columnStartDate; private global::System.Data.DataColumn columnEndDate; private global::System.Data.DataColumn columnIns; private global::System.Data.DataColumn columnSl; private global::System.Data.DataColumn columnDesignation; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtTrainingNameWiseReportDataTable() { this.TableName = "dtTrainingNameWiseReport"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal dtTrainingNameWiseReportDataTable(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 dtTrainingNameWiseReportDataTable(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 TrainingNameColumn { get { return this.columnTrainingName; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EmpNoColumn { get { return this.columnEmpNo; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EmpNameColumn { get { return this.columnEmpName; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DepartmentColumn { get { return this.columnDepartment; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn YearColumn { get { return this.columnYear; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn OrganizerVenueColumn { get { return this.columnOrganizerVenue; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ManHourColumn { get { return this.columnManHour; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TotalCostColumn { get { return this.columnTotalCost; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DepartmentIDColumn { get { return this.columnDepartmentID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DesCodeColumn { get { return this.columnDesCode; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn StartDateColumn { get { return this.columnStartDate; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn EndDateColumn { get { return this.columnEndDate; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn InsColumn { get { return this.columnIns; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SlColumn { get { return this.columnSl; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DesignationColumn { get { return this.columnDesignation; } } [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 dtTrainingNameWiseReportRow this[int index] { get { return ((dtTrainingNameWiseReportRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTrainingNameWiseReportRowChangeEventHandler dtTrainingNameWiseReportRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTrainingNameWiseReportRowChangeEventHandler dtTrainingNameWiseReportRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTrainingNameWiseReportRowChangeEventHandler dtTrainingNameWiseReportRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTrainingNameWiseReportRowChangeEventHandler dtTrainingNameWiseReportRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AdddtTrainingNameWiseReportRow(dtTrainingNameWiseReportRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtTrainingNameWiseReportRow AdddtTrainingNameWiseReportRow(string TrainingName, string EmpNo, string EmpName, string Department, string Year, string OrganizerVenue, string ManHour, string TotalCost, string DepartmentID, string DesCode, string StartDate, string EndDate, string Ins, string Sl, string Designation) { dtTrainingNameWiseReportRow rowdtTrainingNameWiseReportRow = ((dtTrainingNameWiseReportRow)(this.NewRow())); object[] columnValuesArray = new object[] { TrainingName, EmpNo, EmpName, Department, Year, OrganizerVenue, ManHour, TotalCost, DepartmentID, DesCode, StartDate, EndDate, Ins, Sl, Designation}; rowdtTrainingNameWiseReportRow.ItemArray = columnValuesArray; this.Rows.Add(rowdtTrainingNameWiseReportRow); return rowdtTrainingNameWiseReportRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { dtTrainingNameWiseReportDataTable cln = ((dtTrainingNameWiseReportDataTable)(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 dtTrainingNameWiseReportDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnTrainingName = base.Columns["TrainingName"]; this.columnEmpNo = base.Columns["EmpNo"]; this.columnEmpName = base.Columns["EmpName"]; this.columnDepartment = base.Columns["Department"]; this.columnYear = base.Columns["Year"]; this.columnOrganizerVenue = base.Columns["OrganizerVenue"]; this.columnManHour = base.Columns["ManHour"]; this.columnTotalCost = base.Columns["TotalCost"]; this.columnDepartmentID = base.Columns["DepartmentID"]; this.columnDesCode = base.Columns["DesCode"]; this.columnStartDate = base.Columns["StartDate"]; this.columnEndDate = base.Columns["EndDate"]; this.columnIns = base.Columns["Ins"]; this.columnSl = base.Columns["Sl"]; this.columnDesignation = base.Columns["Designation"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnTrainingName = new global::System.Data.DataColumn("TrainingName", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTrainingName); this.columnEmpNo = new global::System.Data.DataColumn("EmpNo", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEmpNo); this.columnEmpName = new global::System.Data.DataColumn("EmpName", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEmpName); this.columnDepartment = new global::System.Data.DataColumn("Department", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDepartment); this.columnYear = new global::System.Data.DataColumn("Year", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnYear); this.columnOrganizerVenue = new global::System.Data.DataColumn("OrganizerVenue", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnOrganizerVenue); this.columnManHour = new global::System.Data.DataColumn("ManHour", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnManHour); this.columnTotalCost = new global::System.Data.DataColumn("TotalCost", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTotalCost); this.columnDepartmentID = new global::System.Data.DataColumn("DepartmentID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDepartmentID); this.columnDesCode = new global::System.Data.DataColumn("DesCode", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDesCode); this.columnStartDate = new global::System.Data.DataColumn("StartDate", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnStartDate); this.columnEndDate = new global::System.Data.DataColumn("EndDate", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnEndDate); this.columnIns = new global::System.Data.DataColumn("Ins", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnIns); this.columnSl = new global::System.Data.DataColumn("Sl", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSl); this.columnDesignation = new global::System.Data.DataColumn("Designation", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDesignation); this.columnTrainingName.Caption = "DataColumn1"; this.columnEmpNo.Caption = "DataColumn1"; this.columnEmpName.Caption = "DataColumn1"; this.columnDepartment.Caption = "DataColumn1"; this.columnYear.Caption = "DataColumn1"; this.columnOrganizerVenue.Caption = "DataColumn1"; this.columnManHour.Caption = "DataColumn1"; this.columnTotalCost.Caption = "DataColumn1"; this.columnDepartmentID.Caption = "DataColumn1"; this.columnStartDate.Caption = "DataColumn1"; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtTrainingNameWiseReportRow NewdtTrainingNameWiseReportRow() { return ((dtTrainingNameWiseReportRow)(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 dtTrainingNameWiseReportRow(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(dtTrainingNameWiseReportRow); } [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.dtTrainingNameWiseReportRowChanged != null)) { this.dtTrainingNameWiseReportRowChanged(this, new dtTrainingNameWiseReportRowChangeEvent(((dtTrainingNameWiseReportRow)(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.dtTrainingNameWiseReportRowChanging != null)) { this.dtTrainingNameWiseReportRowChanging(this, new dtTrainingNameWiseReportRowChangeEvent(((dtTrainingNameWiseReportRow)(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.dtTrainingNameWiseReportRowDeleted != null)) { this.dtTrainingNameWiseReportRowDeleted(this, new dtTrainingNameWiseReportRowChangeEvent(((dtTrainingNameWiseReportRow)(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.dtTrainingNameWiseReportRowDeleting != null)) { this.dtTrainingNameWiseReportRowDeleting(this, new dtTrainingNameWiseReportRowChangeEvent(((dtTrainingNameWiseReportRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemovedtTrainingNameWiseReportRow(dtTrainingNameWiseReportRow 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(); TrainingDataset ds = new TrainingDataset(); 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 = "dtTrainingNameWiseReportDataTable"; 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 dtTrainingConductedByDeptDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnDeptID; private global::System.Data.DataColumn columnTrainingName; private global::System.Data.DataColumn columnTrainingNature; private global::System.Data.DataColumn columnTrainingType; private global::System.Data.DataColumn columnTotalConductedTrainingSession; private global::System.Data.DataColumn columnParcentOfTotalTraining; private global::System.Data.DataColumn columnDepartmentName; private global::System.Data.DataColumn columnSl; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtTrainingConductedByDeptDataTable() { this.TableName = "dtTrainingConductedByDept"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal dtTrainingConductedByDeptDataTable(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 dtTrainingConductedByDeptDataTable(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 DeptIDColumn { get { return this.columnDeptID; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TrainingNameColumn { get { return this.columnTrainingName; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TrainingNatureColumn { get { return this.columnTrainingNature; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TrainingTypeColumn { get { return this.columnTrainingType; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TotalConductedTrainingSessionColumn { get { return this.columnTotalConductedTrainingSession; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ParcentOfTotalTrainingColumn { get { return this.columnParcentOfTotalTraining; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DepartmentNameColumn { get { return this.columnDepartmentName; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn SlColumn { get { return this.columnSl; } } [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 dtTrainingConductedByDeptRow this[int index] { get { return ((dtTrainingConductedByDeptRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTrainingConductedByDeptRowChangeEventHandler dtTrainingConductedByDeptRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTrainingConductedByDeptRowChangeEventHandler dtTrainingConductedByDeptRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTrainingConductedByDeptRowChangeEventHandler dtTrainingConductedByDeptRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtTrainingConductedByDeptRowChangeEventHandler dtTrainingConductedByDeptRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AdddtTrainingConductedByDeptRow(dtTrainingConductedByDeptRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtTrainingConductedByDeptRow AdddtTrainingConductedByDeptRow(string DeptID, string TrainingName, string TrainingNature, string TrainingType, string TotalConductedTrainingSession, string ParcentOfTotalTraining, string DepartmentName, string Sl) { dtTrainingConductedByDeptRow rowdtTrainingConductedByDeptRow = ((dtTrainingConductedByDeptRow)(this.NewRow())); object[] columnValuesArray = new object[] { DeptID, TrainingName, TrainingNature, TrainingType, TotalConductedTrainingSession, ParcentOfTotalTraining, DepartmentName, Sl}; rowdtTrainingConductedByDeptRow.ItemArray = columnValuesArray; this.Rows.Add(rowdtTrainingConductedByDeptRow); return rowdtTrainingConductedByDeptRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { dtTrainingConductedByDeptDataTable cln = ((dtTrainingConductedByDeptDataTable)(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 dtTrainingConductedByDeptDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnDeptID = base.Columns["DeptID"]; this.columnTrainingName = base.Columns["TrainingName"]; this.columnTrainingNature = base.Columns["TrainingNature"]; this.columnTrainingType = base.Columns["TrainingType"]; this.columnTotalConductedTrainingSession = base.Columns["TotalConductedTrainingSession"]; this.columnParcentOfTotalTraining = base.Columns["ParcentOfTotalTraining"]; this.columnDepartmentName = base.Columns["DepartmentName"]; this.columnSl = base.Columns["Sl"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnDeptID = new global::System.Data.DataColumn("DeptID", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDeptID); this.columnTrainingName = new global::System.Data.DataColumn("TrainingName", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTrainingName); this.columnTrainingNature = new global::System.Data.DataColumn("TrainingNature", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTrainingNature); this.columnTrainingType = new global::System.Data.DataColumn("TrainingType", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTrainingType); this.columnTotalConductedTrainingSession = new global::System.Data.DataColumn("TotalConductedTrainingSession", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTotalConductedTrainingSession); this.columnParcentOfTotalTraining = new global::System.Data.DataColumn("ParcentOfTotalTraining", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnParcentOfTotalTraining); this.columnDepartmentName = new global::System.Data.DataColumn("DepartmentName", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDepartmentName); this.columnSl = new global::System.Data.DataColumn("Sl", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnSl); this.columnDeptID.Caption = "DataColumn1"; this.columnTrainingName.Caption = "DataColumn1"; this.columnTrainingNature.Caption = "DataColumn1"; this.columnTrainingType.Caption = "DataColumn1"; this.columnTotalConductedTrainingSession.Caption = "DataColumn1"; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtTrainingConductedByDeptRow NewdtTrainingConductedByDeptRow() { return ((dtTrainingConductedByDeptRow)(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 dtTrainingConductedByDeptRow(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(dtTrainingConductedByDeptRow); } [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.dtTrainingConductedByDeptRowChanged != null)) { this.dtTrainingConductedByDeptRowChanged(this, new dtTrainingConductedByDeptRowChangeEvent(((dtTrainingConductedByDeptRow)(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.dtTrainingConductedByDeptRowChanging != null)) { this.dtTrainingConductedByDeptRowChanging(this, new dtTrainingConductedByDeptRowChangeEvent(((dtTrainingConductedByDeptRow)(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.dtTrainingConductedByDeptRowDeleted != null)) { this.dtTrainingConductedByDeptRowDeleted(this, new dtTrainingConductedByDeptRowChangeEvent(((dtTrainingConductedByDeptRow)(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.dtTrainingConductedByDeptRowDeleting != null)) { this.dtTrainingConductedByDeptRowDeleting(this, new dtTrainingConductedByDeptRowChangeEvent(((dtTrainingConductedByDeptRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemovedtTrainingConductedByDeptRow(dtTrainingConductedByDeptRow 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(); TrainingDataset ds = new TrainingDataset(); 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 = "dtTrainingConductedByDeptDataTable"; 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 dtEntityWiseTrainingSummeryDataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnNameOfTheEntity; private global::System.Data.DataColumn columnNoOfTraining; private global::System.Data.DataColumn columnNoOfParticipants; private global::System.Data.DataColumn columnTotalTrainingMinutes; private global::System.Data.DataColumn columnManHourSpent; private global::System.Data.DataColumn columnTotalCost; private global::System.Data.DataColumn columnNatureOfTraining; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtEntityWiseTrainingSummeryDataTable() { this.TableName = "dtEntityWiseTrainingSummery"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal dtEntityWiseTrainingSummeryDataTable(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 dtEntityWiseTrainingSummeryDataTable(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 NameOfTheEntityColumn { get { return this.columnNameOfTheEntity; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn NoOfTrainingColumn { get { return this.columnNoOfTraining; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn NoOfParticipantsColumn { get { return this.columnNoOfParticipants; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TotalTrainingMinutesColumn { get { return this.columnTotalTrainingMinutes; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ManHourSpentColumn { get { return this.columnManHourSpent; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TotalCostColumn { get { return this.columnTotalCost; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn NatureOfTrainingColumn { get { return this.columnNatureOfTraining; } } [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 dtEntityWiseTrainingSummeryRow this[int index] { get { return ((dtEntityWiseTrainingSummeryRow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtEntityWiseTrainingSummeryRowChangeEventHandler dtEntityWiseTrainingSummeryRowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtEntityWiseTrainingSummeryRowChangeEventHandler dtEntityWiseTrainingSummeryRowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtEntityWiseTrainingSummeryRowChangeEventHandler dtEntityWiseTrainingSummeryRowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event dtEntityWiseTrainingSummeryRowChangeEventHandler dtEntityWiseTrainingSummeryRowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AdddtEntityWiseTrainingSummeryRow(dtEntityWiseTrainingSummeryRow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtEntityWiseTrainingSummeryRow AdddtEntityWiseTrainingSummeryRow(string NameOfTheEntity, string NoOfTraining, string NoOfParticipants, string TotalTrainingMinutes, string ManHourSpent, string TotalCost, string NatureOfTraining) { dtEntityWiseTrainingSummeryRow rowdtEntityWiseTrainingSummeryRow = ((dtEntityWiseTrainingSummeryRow)(this.NewRow())); object[] columnValuesArray = new object[] { NameOfTheEntity, NoOfTraining, NoOfParticipants, TotalTrainingMinutes, ManHourSpent, TotalCost, NatureOfTraining}; rowdtEntityWiseTrainingSummeryRow.ItemArray = columnValuesArray; this.Rows.Add(rowdtEntityWiseTrainingSummeryRow); return rowdtEntityWiseTrainingSummeryRow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { dtEntityWiseTrainingSummeryDataTable cln = ((dtEntityWiseTrainingSummeryDataTable)(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 dtEntityWiseTrainingSummeryDataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnNameOfTheEntity = base.Columns["NameOfTheEntity"]; this.columnNoOfTraining = base.Columns["NoOfTraining"]; this.columnNoOfParticipants = base.Columns["NoOfParticipants"]; this.columnTotalTrainingMinutes = base.Columns["TotalTrainingMinutes"]; this.columnManHourSpent = base.Columns["ManHourSpent"]; this.columnTotalCost = base.Columns["TotalCost"]; this.columnNatureOfTraining = base.Columns["NatureOfTraining"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnNameOfTheEntity = new global::System.Data.DataColumn("NameOfTheEntity", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnNameOfTheEntity); this.columnNoOfTraining = new global::System.Data.DataColumn("NoOfTraining", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnNoOfTraining); this.columnNoOfParticipants = new global::System.Data.DataColumn("NoOfParticipants", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnNoOfParticipants); this.columnTotalTrainingMinutes = new global::System.Data.DataColumn("TotalTrainingMinutes", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTotalTrainingMinutes); this.columnManHourSpent = new global::System.Data.DataColumn("ManHourSpent", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnManHourSpent); this.columnTotalCost = new global::System.Data.DataColumn("TotalCost", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTotalCost); this.columnNatureOfTraining = new global::System.Data.DataColumn("NatureOfTraining", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnNatureOfTraining); this.columnNameOfTheEntity.Caption = "DataColumn1"; this.columnNoOfTraining.Caption = "DataColumn1"; this.columnNoOfParticipants.Caption = "DataColumn1"; this.columnManHourSpent.Caption = "DataColumn1"; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public dtEntityWiseTrainingSummeryRow NewdtEntityWiseTrainingSummeryRow() { return ((dtEntityWiseTrainingSummeryRow)(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 dtEntityWiseTrainingSummeryRow(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(dtEntityWiseTrainingSummeryRow); } [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.dtEntityWiseTrainingSummeryRowChanged != null)) { this.dtEntityWiseTrainingSummeryRowChanged(this, new dtEntityWiseTrainingSummeryRowChangeEvent(((dtEntityWiseTrainingSummeryRow)(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.dtEntityWiseTrainingSummeryRowChanging != null)) { this.dtEntityWiseTrainingSummeryRowChanging(this, new dtEntityWiseTrainingSummeryRowChangeEvent(((dtEntityWiseTrainingSummeryRow)(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.dtEntityWiseTrainingSummeryRowDeleted != null)) { this.dtEntityWiseTrainingSummeryRowDeleted(this, new dtEntityWiseTrainingSummeryRowChangeEvent(((dtEntityWiseTrainingSummeryRow)(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.dtEntityWiseTrainingSummeryRowDeleting != null)) { this.dtEntityWiseTrainingSummeryRowDeleting(this, new dtEntityWiseTrainingSummeryRowChangeEvent(((dtEntityWiseTrainingSummeryRow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemovedtEntityWiseTrainingSummeryRow(dtEntityWiseTrainingSummeryRow 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(); TrainingDataset ds = new TrainingDataset(); 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 = "dtEntityWiseTrainingSummeryDataTable"; 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 ProposedTNADataTable : global::System.Data.TypedTableBase { private global::System.Data.DataColumn columnTrainingName; private global::System.Data.DataColumn columnDescription; private global::System.Data.DataColumn columnTraiingType; private global::System.Data.DataColumn columnTraiingNature; private global::System.Data.DataColumn columnConductedByDept; private global::System.Data.DataColumn columnRequiredByDepartment; private global::System.Data.DataColumn columnProposedTimeSchedule; private global::System.Data.DataColumn columnRemarks; private global::System.Data.DataColumn columnNoOfAttendeee; private global::System.Data.DataColumn columnTrainingYear; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public ProposedTNADataTable() { this.TableName = "ProposedTNA"; this.BeginInit(); this.InitClass(); this.EndInit(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal ProposedTNADataTable(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 ProposedTNADataTable(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 TrainingNameColumn { get { return this.columnTrainingName; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn DescriptionColumn { get { return this.columnDescription; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TraiingTypeColumn { get { return this.columnTraiingType; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TraiingNatureColumn { get { return this.columnTraiingNature; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ConductedByDeptColumn { get { return this.columnConductedByDept; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RequiredByDepartmentColumn { get { return this.columnRequiredByDepartment; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn ProposedTimeScheduleColumn { get { return this.columnProposedTimeSchedule; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn RemarksColumn { get { return this.columnRemarks; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn NoOfAttendeeeColumn { get { return this.columnNoOfAttendeee; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public global::System.Data.DataColumn TrainingYearColumn { get { return this.columnTrainingYear; } } [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 ProposedTNARow this[int index] { get { return ((ProposedTNARow)(this.Rows[index])); } } [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event ProposedTNARowChangeEventHandler ProposedTNARowChanging; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event ProposedTNARowChangeEventHandler ProposedTNARowChanged; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event ProposedTNARowChangeEventHandler ProposedTNARowDeleting; [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public event ProposedTNARowChangeEventHandler ProposedTNARowDeleted; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void AddProposedTNARow(ProposedTNARow row) { this.Rows.Add(row); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public ProposedTNARow AddProposedTNARow(string TrainingName, string Description, string TraiingType, string TraiingNature, string ConductedByDept, string RequiredByDepartment, string ProposedTimeSchedule, string Remarks, string NoOfAttendeee, string TrainingYear) { ProposedTNARow rowProposedTNARow = ((ProposedTNARow)(this.NewRow())); object[] columnValuesArray = new object[] { TrainingName, Description, TraiingType, TraiingNature, ConductedByDept, RequiredByDepartment, ProposedTimeSchedule, Remarks, NoOfAttendeee, TrainingYear}; rowProposedTNARow.ItemArray = columnValuesArray; this.Rows.Add(rowProposedTNARow); return rowProposedTNARow; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public override global::System.Data.DataTable Clone() { ProposedTNADataTable cln = ((ProposedTNADataTable)(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 ProposedTNADataTable(); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal void InitVars() { this.columnTrainingName = base.Columns["TrainingName"]; this.columnDescription = base.Columns["Description"]; this.columnTraiingType = base.Columns["TraiingType"]; this.columnTraiingNature = base.Columns["TraiingNature"]; this.columnConductedByDept = base.Columns["ConductedByDept"]; this.columnRequiredByDepartment = base.Columns["RequiredByDepartment"]; this.columnProposedTimeSchedule = base.Columns["ProposedTimeSchedule"]; this.columnRemarks = base.Columns["Remarks"]; this.columnNoOfAttendeee = base.Columns["NoOfAttendeee"]; this.columnTrainingYear = base.Columns["TrainingYear"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitClass() { this.columnTrainingName = new global::System.Data.DataColumn("TrainingName", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTrainingName); this.columnDescription = new global::System.Data.DataColumn("Description", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDescription); this.columnTraiingType = new global::System.Data.DataColumn("TraiingType", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTraiingType); this.columnTraiingNature = new global::System.Data.DataColumn("TraiingNature", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTraiingNature); this.columnConductedByDept = new global::System.Data.DataColumn("ConductedByDept", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnConductedByDept); this.columnRequiredByDepartment = new global::System.Data.DataColumn("RequiredByDepartment", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRequiredByDepartment); this.columnProposedTimeSchedule = new global::System.Data.DataColumn("ProposedTimeSchedule", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnProposedTimeSchedule); this.columnRemarks = new global::System.Data.DataColumn("Remarks", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnRemarks); this.columnNoOfAttendeee = new global::System.Data.DataColumn("NoOfAttendeee", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnNoOfAttendeee); this.columnTrainingYear = new global::System.Data.DataColumn("TrainingYear", typeof(string), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnTrainingYear); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public ProposedTNARow NewProposedTNARow() { return ((ProposedTNARow)(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 ProposedTNARow(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(ProposedTNARow); } [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.ProposedTNARowChanged != null)) { this.ProposedTNARowChanged(this, new ProposedTNARowChangeEvent(((ProposedTNARow)(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.ProposedTNARowChanging != null)) { this.ProposedTNARowChanging(this, new ProposedTNARowChangeEvent(((ProposedTNARow)(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.ProposedTNARowDeleted != null)) { this.ProposedTNARowDeleted(this, new ProposedTNARowChangeEvent(((ProposedTNARow)(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.ProposedTNARowDeleting != null)) { this.ProposedTNARowDeleting(this, new ProposedTNARowChangeEvent(((ProposedTNARow)(e.Row)), e.Action)); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void RemoveProposedTNARow(ProposedTNARow 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(); TrainingDataset ds = new TrainingDataset(); 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 = "ProposedTNADataTable"; 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 dtTrainingSummeryRow : global::System.Data.DataRow { private dtTrainingSummeryDataTable tabledtTrainingSummery; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal dtTrainingSummeryRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tabledtTrainingSummery = ((dtTrainingSummeryDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string EmployeeNo { get { try { return ((string)(this[this.tabledtTrainingSummery.EmployeeNoColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EmployeeNo\' in table \'dtTrainingSummery\' is DBNull.", e); } } set { this[this.tabledtTrainingSummery.EmployeeNoColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string EmployeeName { get { try { return ((string)(this[this.tabledtTrainingSummery.EmployeeNameColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EmployeeName\' in table \'dtTrainingSummery\' is DBNull.", e); } } set { this[this.tabledtTrainingSummery.EmployeeNameColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DesignationCode { get { try { return ((string)(this[this.tabledtTrainingSummery.DesignationCodeColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DesignationCode\' in table \'dtTrainingSummery\' is DBNull.", e); } } set { this[this.tabledtTrainingSummery.DesignationCodeColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Designation { get { try { return ((string)(this[this.tabledtTrainingSummery.DesignationColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Designation\' in table \'dtTrainingSummery\' is DBNull.", e); } } set { this[this.tabledtTrainingSummery.DesignationColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Branch { get { try { return ((string)(this[this.tabledtTrainingSummery.BranchColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Branch\' in table \'dtTrainingSummery\' is DBNull.", e); } } set { this[this.tabledtTrainingSummery.BranchColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Division { get { try { return ((string)(this[this.tabledtTrainingSummery.DivisionColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Division\' in table \'dtTrainingSummery\' is DBNull.", e); } } set { this[this.tabledtTrainingSummery.DivisionColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Department { get { try { return ((string)(this[this.tabledtTrainingSummery.DepartmentColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Department\' in table \'dtTrainingSummery\' is DBNull.", e); } } set { this[this.tabledtTrainingSummery.DepartmentColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string NameOfTrainingTopic { get { try { return ((string)(this[this.tabledtTrainingSummery.NameOfTrainingTopicColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'NameOfTrainingTopic\' in table \'dtTrainingSummery\' is DBNull" + ".", e); } } set { this[this.tabledtTrainingSummery.NameOfTrainingTopicColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TrainingOrganization { get { try { return ((string)(this[this.tabledtTrainingSummery.TrainingOrganizationColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TrainingOrganization\' in table \'dtTrainingSummery\' is DBNul" + "l.", e); } } set { this[this.tabledtTrainingSummery.TrainingOrganizationColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TrainingType { get { try { return ((string)(this[this.tabledtTrainingSummery.TrainingTypeColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TrainingType\' in table \'dtTrainingSummery\' is DBNull.", e); } } set { this[this.tabledtTrainingSummery.TrainingTypeColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TrainingNature { get { try { return ((string)(this[this.tabledtTrainingSummery.TrainingNatureColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TrainingNature\' in table \'dtTrainingSummery\' is DBNull.", e); } } set { this[this.tabledtTrainingSummery.TrainingNatureColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Date { get { try { return ((string)(this[this.tabledtTrainingSummery.DateColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Date\' in table \'dtTrainingSummery\' is DBNull.", e); } } set { this[this.tabledtTrainingSummery.DateColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TrainingHour { get { try { return ((string)(this[this.tabledtTrainingSummery.TrainingHourColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TrainingHour\' in table \'dtTrainingSummery\' is DBNull.", e); } } set { this[this.tabledtTrainingSummery.TrainingHourColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Costing { get { try { return ((string)(this[this.tabledtTrainingSummery.CostingColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Costing\' in table \'dtTrainingSummery\' is DBNull.", e); } } set { this[this.tabledtTrainingSummery.CostingColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public double TrainingMinutes { get { try { return ((double)(this[this.tabledtTrainingSummery.TrainingMinutesColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TrainingMinutes\' in table \'dtTrainingSummery\' is DBNull.", e); } } set { this[this.tabledtTrainingSummery.TrainingMinutesColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string EndDate { get { try { return ((string)(this[this.tabledtTrainingSummery.EndDateColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EndDate\' in table \'dtTrainingSummery\' is DBNull.", e); } } set { this[this.tabledtTrainingSummery.EndDateColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Venue { get { try { return ((string)(this[this.tabledtTrainingSummery.VenueColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Venue\' in table \'dtTrainingSummery\' is DBNull.", e); } } set { this[this.tabledtTrainingSummery.VenueColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Sl { get { try { return ((string)(this[this.tabledtTrainingSummery.SlColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Sl\' in table \'dtTrainingSummery\' is DBNull.", e); } } set { this[this.tabledtTrainingSummery.SlColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEmployeeNoNull() { return this.IsNull(this.tabledtTrainingSummery.EmployeeNoColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEmployeeNoNull() { this[this.tabledtTrainingSummery.EmployeeNoColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEmployeeNameNull() { return this.IsNull(this.tabledtTrainingSummery.EmployeeNameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEmployeeNameNull() { this[this.tabledtTrainingSummery.EmployeeNameColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDesignationCodeNull() { return this.IsNull(this.tabledtTrainingSummery.DesignationCodeColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDesignationCodeNull() { this[this.tabledtTrainingSummery.DesignationCodeColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDesignationNull() { return this.IsNull(this.tabledtTrainingSummery.DesignationColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDesignationNull() { this[this.tabledtTrainingSummery.DesignationColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBranchNull() { return this.IsNull(this.tabledtTrainingSummery.BranchColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBranchNull() { this[this.tabledtTrainingSummery.BranchColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDivisionNull() { return this.IsNull(this.tabledtTrainingSummery.DivisionColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDivisionNull() { this[this.tabledtTrainingSummery.DivisionColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDepartmentNull() { return this.IsNull(this.tabledtTrainingSummery.DepartmentColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDepartmentNull() { this[this.tabledtTrainingSummery.DepartmentColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsNameOfTrainingTopicNull() { return this.IsNull(this.tabledtTrainingSummery.NameOfTrainingTopicColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetNameOfTrainingTopicNull() { this[this.tabledtTrainingSummery.NameOfTrainingTopicColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTrainingOrganizationNull() { return this.IsNull(this.tabledtTrainingSummery.TrainingOrganizationColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTrainingOrganizationNull() { this[this.tabledtTrainingSummery.TrainingOrganizationColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTrainingTypeNull() { return this.IsNull(this.tabledtTrainingSummery.TrainingTypeColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTrainingTypeNull() { this[this.tabledtTrainingSummery.TrainingTypeColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTrainingNatureNull() { return this.IsNull(this.tabledtTrainingSummery.TrainingNatureColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTrainingNatureNull() { this[this.tabledtTrainingSummery.TrainingNatureColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDateNull() { return this.IsNull(this.tabledtTrainingSummery.DateColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDateNull() { this[this.tabledtTrainingSummery.DateColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTrainingHourNull() { return this.IsNull(this.tabledtTrainingSummery.TrainingHourColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTrainingHourNull() { this[this.tabledtTrainingSummery.TrainingHourColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsCostingNull() { return this.IsNull(this.tabledtTrainingSummery.CostingColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetCostingNull() { this[this.tabledtTrainingSummery.CostingColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTrainingMinutesNull() { return this.IsNull(this.tabledtTrainingSummery.TrainingMinutesColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTrainingMinutesNull() { this[this.tabledtTrainingSummery.TrainingMinutesColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEndDateNull() { return this.IsNull(this.tabledtTrainingSummery.EndDateColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEndDateNull() { this[this.tabledtTrainingSummery.EndDateColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsVenueNull() { return this.IsNull(this.tabledtTrainingSummery.VenueColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetVenueNull() { this[this.tabledtTrainingSummery.VenueColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSlNull() { return this.IsNull(this.tabledtTrainingSummery.SlColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSlNull() { this[this.tabledtTrainingSummery.SlColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class dtTrainingWiseReportRow : global::System.Data.DataRow { private dtTrainingWiseReportDataTable tabledtTrainingWiseReport; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal dtTrainingWiseReportRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tabledtTrainingWiseReport = ((dtTrainingWiseReportDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Division { get { try { return ((string)(this[this.tabledtTrainingWiseReport.DivisionColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Division\' in table \'dtTrainingWiseReport\' is DBNull.", e); } } set { this[this.tabledtTrainingWiseReport.DivisionColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Department { get { try { return ((string)(this[this.tabledtTrainingWiseReport.DepartmentColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Department\' in table \'dtTrainingWiseReport\' is DBNull.", e); } } set { this[this.tabledtTrainingWiseReport.DepartmentColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string NoOfAttendee { get { try { return ((string)(this[this.tabledtTrainingWiseReport.NoOfAttendeeColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'NoOfAttendee\' in table \'dtTrainingWiseReport\' is DBNull.", e); } } set { this[this.tabledtTrainingWiseReport.NoOfAttendeeColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DepartmentalAttendee { get { try { return ((string)(this[this.tabledtTrainingWiseReport.DepartmentalAttendeeColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DepartmentalAttendee\' in table \'dtTrainingWiseReport\' is DB" + "Null.", e); } } set { this[this.tabledtTrainingWiseReport.DepartmentalAttendeeColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TrainingName { get { try { return ((string)(this[this.tabledtTrainingWiseReport.TrainingNameColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TrainingName\' in table \'dtTrainingWiseReport\' is DBNull.", e); } } set { this[this.tabledtTrainingWiseReport.TrainingNameColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TrainingDuration { get { try { return ((string)(this[this.tabledtTrainingWiseReport.TrainingDurationColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TrainingDuration\' in table \'dtTrainingWiseReport\' is DBNull" + ".", e); } } set { this[this.tabledtTrainingWiseReport.TrainingDurationColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string InstitueName { get { try { return ((string)(this[this.tabledtTrainingWiseReport.InstitueNameColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'InstitueName\' in table \'dtTrainingWiseReport\' is DBNull.", e); } } set { this[this.tabledtTrainingWiseReport.InstitueNameColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DepartmentID { get { try { return ((string)(this[this.tabledtTrainingWiseReport.DepartmentIDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DepartmentID\' in table \'dtTrainingWiseReport\' is DBNull.", e); } } set { this[this.tabledtTrainingWiseReport.DepartmentIDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Sl { get { try { return ((string)(this[this.tabledtTrainingWiseReport.SlColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Sl\' in table \'dtTrainingWiseReport\' is DBNull.", e); } } set { this[this.tabledtTrainingWiseReport.SlColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDivisionNull() { return this.IsNull(this.tabledtTrainingWiseReport.DivisionColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDivisionNull() { this[this.tabledtTrainingWiseReport.DivisionColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDepartmentNull() { return this.IsNull(this.tabledtTrainingWiseReport.DepartmentColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDepartmentNull() { this[this.tabledtTrainingWiseReport.DepartmentColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsNoOfAttendeeNull() { return this.IsNull(this.tabledtTrainingWiseReport.NoOfAttendeeColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetNoOfAttendeeNull() { this[this.tabledtTrainingWiseReport.NoOfAttendeeColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDepartmentalAttendeeNull() { return this.IsNull(this.tabledtTrainingWiseReport.DepartmentalAttendeeColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDepartmentalAttendeeNull() { this[this.tabledtTrainingWiseReport.DepartmentalAttendeeColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTrainingNameNull() { return this.IsNull(this.tabledtTrainingWiseReport.TrainingNameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTrainingNameNull() { this[this.tabledtTrainingWiseReport.TrainingNameColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTrainingDurationNull() { return this.IsNull(this.tabledtTrainingWiseReport.TrainingDurationColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTrainingDurationNull() { this[this.tabledtTrainingWiseReport.TrainingDurationColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsInstitueNameNull() { return this.IsNull(this.tabledtTrainingWiseReport.InstitueNameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetInstitueNameNull() { this[this.tabledtTrainingWiseReport.InstitueNameColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDepartmentIDNull() { return this.IsNull(this.tabledtTrainingWiseReport.DepartmentIDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDepartmentIDNull() { this[this.tabledtTrainingWiseReport.DepartmentIDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSlNull() { return this.IsNull(this.tabledtTrainingWiseReport.SlColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSlNull() { this[this.tabledtTrainingWiseReport.SlColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class dtTrainingAttendeeByDepartmentRow : global::System.Data.DataRow { private dtTrainingAttendeeByDepartmentDataTable tabledtTrainingAttendeeByDepartment; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal dtTrainingAttendeeByDepartmentRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tabledtTrainingAttendeeByDepartment = ((dtTrainingAttendeeByDepartmentDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TrainingName { get { try { return ((string)(this[this.tabledtTrainingAttendeeByDepartment.TrainingNameColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TrainingName\' in table \'dtTrainingAttendeeByDepartment\' is " + "DBNull.", e); } } set { this[this.tabledtTrainingAttendeeByDepartment.TrainingNameColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TrainingType { get { try { return ((string)(this[this.tabledtTrainingAttendeeByDepartment.TrainingTypeColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TrainingType\' in table \'dtTrainingAttendeeByDepartment\' is " + "DBNull.", e); } } set { this[this.tabledtTrainingAttendeeByDepartment.TrainingTypeColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TrainingNature { get { try { return ((string)(this[this.tabledtTrainingAttendeeByDepartment.TrainingNatureColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TrainingNature\' in table \'dtTrainingAttendeeByDepartment\' i" + "s DBNull.", e); } } set { this[this.tabledtTrainingAttendeeByDepartment.TrainingNatureColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string NoOfAttedenee { get { try { return ((string)(this[this.tabledtTrainingAttendeeByDepartment.NoOfAttedeneeColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'NoOfAttedenee\' in table \'dtTrainingAttendeeByDepartment\' is" + " DBNull.", e); } } set { this[this.tabledtTrainingAttendeeByDepartment.NoOfAttedeneeColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PercentOfTotalAttendee { get { try { return ((string)(this[this.tabledtTrainingAttendeeByDepartment.PercentOfTotalAttendeeColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PercentOfTotalAttendee\' in table \'dtTrainingAttendeeByDepar" + "tment\' is DBNull.", e); } } set { this[this.tabledtTrainingAttendeeByDepartment.PercentOfTotalAttendeeColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DeptID { get { try { return ((string)(this[this.tabledtTrainingAttendeeByDepartment.DeptIDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DeptID\' in table \'dtTrainingAttendeeByDepartment\' is DBNull" + ".", e); } } set { this[this.tabledtTrainingAttendeeByDepartment.DeptIDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DepartmentName { get { try { return ((string)(this[this.tabledtTrainingAttendeeByDepartment.DepartmentNameColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DepartmentName\' in table \'dtTrainingAttendeeByDepartment\' i" + "s DBNull.", e); } } set { this[this.tabledtTrainingAttendeeByDepartment.DepartmentNameColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Sl { get { try { return ((string)(this[this.tabledtTrainingAttendeeByDepartment.SlColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Sl\' in table \'dtTrainingAttendeeByDepartment\' is DBNull.", e); } } set { this[this.tabledtTrainingAttendeeByDepartment.SlColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTrainingNameNull() { return this.IsNull(this.tabledtTrainingAttendeeByDepartment.TrainingNameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTrainingNameNull() { this[this.tabledtTrainingAttendeeByDepartment.TrainingNameColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTrainingTypeNull() { return this.IsNull(this.tabledtTrainingAttendeeByDepartment.TrainingTypeColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTrainingTypeNull() { this[this.tabledtTrainingAttendeeByDepartment.TrainingTypeColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTrainingNatureNull() { return this.IsNull(this.tabledtTrainingAttendeeByDepartment.TrainingNatureColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTrainingNatureNull() { this[this.tabledtTrainingAttendeeByDepartment.TrainingNatureColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsNoOfAttedeneeNull() { return this.IsNull(this.tabledtTrainingAttendeeByDepartment.NoOfAttedeneeColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetNoOfAttedeneeNull() { this[this.tabledtTrainingAttendeeByDepartment.NoOfAttedeneeColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPercentOfTotalAttendeeNull() { return this.IsNull(this.tabledtTrainingAttendeeByDepartment.PercentOfTotalAttendeeColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPercentOfTotalAttendeeNull() { this[this.tabledtTrainingAttendeeByDepartment.PercentOfTotalAttendeeColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDeptIDNull() { return this.IsNull(this.tabledtTrainingAttendeeByDepartment.DeptIDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDeptIDNull() { this[this.tabledtTrainingAttendeeByDepartment.DeptIDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDepartmentNameNull() { return this.IsNull(this.tabledtTrainingAttendeeByDepartment.DepartmentNameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDepartmentNameNull() { this[this.tabledtTrainingAttendeeByDepartment.DepartmentNameColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSlNull() { return this.IsNull(this.tabledtTrainingAttendeeByDepartment.SlColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSlNull() { this[this.tabledtTrainingAttendeeByDepartment.SlColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class dtTNAReportRow : global::System.Data.DataRow { private dtTNAReportDataTable tabledtTNAReport; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal dtTNAReportRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tabledtTNAReport = ((dtTNAReportDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ProposedTraningName { get { try { return ((string)(this[this.tabledtTNAReport.ProposedTraningNameColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ProposedTraningName\' in table \'dtTNAReport\' is DBNull.", e); } } set { this[this.tabledtTNAReport.ProposedTraningNameColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ScheduleProposed { get { try { return ((string)(this[this.tabledtTNAReport.ScheduleProposedColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ScheduleProposed\' in table \'dtTNAReport\' is DBNull.", e); } } set { this[this.tabledtTNAReport.ScheduleProposedColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ScheduleApproved { get { try { return ((string)(this[this.tabledtTNAReport.ScheduleApprovedColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ScheduleApproved\' in table \'dtTNAReport\' is DBNull.", e); } } set { this[this.tabledtTNAReport.ScheduleApprovedColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string SchedulePrepared { get { try { return ((string)(this[this.tabledtTNAReport.SchedulePreparedColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'SchedulePrepared\' in table \'dtTNAReport\' is DBNull.", e); } } set { this[this.tabledtTNAReport.SchedulePreparedColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ScheduleNotPrepared { get { try { return ((string)(this[this.tabledtTNAReport.ScheduleNotPreparedColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ScheduleNotPrepared\' in table \'dtTNAReport\' is DBNull.", e); } } set { this[this.tabledtTNAReport.ScheduleNotPreparedColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TrainingYear { get { try { return ((string)(this[this.tabledtTNAReport.TrainingYearColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TrainingYear\' in table \'dtTNAReport\' is DBNull.", e); } } set { this[this.tabledtTNAReport.TrainingYearColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ScheduleCompleted { get { try { return ((string)(this[this.tabledtTNAReport.ScheduleCompletedColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ScheduleCompleted\' in table \'dtTNAReport\' is DBNull.", e); } } set { this[this.tabledtTNAReport.ScheduleCompletedColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsProposedTraningNameNull() { return this.IsNull(this.tabledtTNAReport.ProposedTraningNameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetProposedTraningNameNull() { this[this.tabledtTNAReport.ProposedTraningNameColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsScheduleProposedNull() { return this.IsNull(this.tabledtTNAReport.ScheduleProposedColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetScheduleProposedNull() { this[this.tabledtTNAReport.ScheduleProposedColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsScheduleApprovedNull() { return this.IsNull(this.tabledtTNAReport.ScheduleApprovedColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetScheduleApprovedNull() { this[this.tabledtTNAReport.ScheduleApprovedColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSchedulePreparedNull() { return this.IsNull(this.tabledtTNAReport.SchedulePreparedColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSchedulePreparedNull() { this[this.tabledtTNAReport.SchedulePreparedColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsScheduleNotPreparedNull() { return this.IsNull(this.tabledtTNAReport.ScheduleNotPreparedColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetScheduleNotPreparedNull() { this[this.tabledtTNAReport.ScheduleNotPreparedColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTrainingYearNull() { return this.IsNull(this.tabledtTNAReport.TrainingYearColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTrainingYearNull() { this[this.tabledtTNAReport.TrainingYearColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsScheduleCompletedNull() { return this.IsNull(this.tabledtTNAReport.ScheduleCompletedColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetScheduleCompletedNull() { this[this.tabledtTNAReport.ScheduleCompletedColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class dtEmployeeWiseTraningRow : global::System.Data.DataRow { private dtEmployeeWiseTraningDataTable tabledtEmployeeWiseTraning; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal dtEmployeeWiseTraningRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tabledtEmployeeWiseTraning = ((dtEmployeeWiseTraningDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Name { get { try { return ((string)(this[this.tabledtEmployeeWiseTraning.NameColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Name\' in table \'dtEmployeeWiseTraning\' is DBNull.", e); } } set { this[this.tabledtEmployeeWiseTraning.NameColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Division { get { try { return ((string)(this[this.tabledtEmployeeWiseTraning.DivisionColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Division\' in table \'dtEmployeeWiseTraning\' is DBNull.", e); } } set { this[this.tabledtEmployeeWiseTraning.DivisionColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Department { get { try { return ((string)(this[this.tabledtEmployeeWiseTraning.DepartmentColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Department\' in table \'dtEmployeeWiseTraning\' is DBNull.", e); } } set { this[this.tabledtEmployeeWiseTraning.DepartmentColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Designation { get { try { return ((string)(this[this.tabledtEmployeeWiseTraning.DesignationColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Designation\' in table \'dtEmployeeWiseTraning\' is DBNull.", e); } } set { this[this.tabledtEmployeeWiseTraning.DesignationColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TotalTraningReceivedTillDate { get { try { return ((string)(this[this.tabledtEmployeeWiseTraning.TotalTraningReceivedTillDateColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TotalTraningReceivedTillDate\' in table \'dtEmployeeWiseTrani" + "ng\' is DBNull.", e); } } set { this[this.tabledtEmployeeWiseTraning.TotalTraningReceivedTillDateColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TotalTraningReceivedLastYear { get { try { return ((string)(this[this.tabledtEmployeeWiseTraning.TotalTraningReceivedLastYearColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TotalTraningReceivedLastYear\' in table \'dtEmployeeWiseTrani" + "ng\' is DBNull.", e); } } set { this[this.tabledtEmployeeWiseTraning.TotalTraningReceivedLastYearColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TraningAssigned { get { try { return ((string)(this[this.tabledtEmployeeWiseTraning.TraningAssignedColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TraningAssigned\' in table \'dtEmployeeWiseTraning\' is DBNull" + ".", e); } } set { this[this.tabledtEmployeeWiseTraning.TraningAssignedColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TraningReceived { get { try { return ((string)(this[this.tabledtEmployeeWiseTraning.TraningReceivedColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TraningReceived\' in table \'dtEmployeeWiseTraning\' is DBNull" + ".", e); } } set { this[this.tabledtEmployeeWiseTraning.TraningReceivedColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TraningOutStanding { get { try { return ((string)(this[this.tabledtEmployeeWiseTraning.TraningOutStandingColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TraningOutStanding\' in table \'dtEmployeeWiseTraning\' is DBN" + "ull.", e); } } set { this[this.tabledtEmployeeWiseTraning.TraningOutStandingColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DesignationCode { get { try { return ((string)(this[this.tabledtEmployeeWiseTraning.DesignationCodeColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DesignationCode\' in table \'dtEmployeeWiseTraning\' is DBNull" + ".", e); } } set { this[this.tabledtEmployeeWiseTraning.DesignationCodeColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DOJ { get { try { return ((string)(this[this.tabledtEmployeeWiseTraning.DOJColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DOJ\' in table \'dtEmployeeWiseTraning\' is DBNull.", e); } } set { this[this.tabledtEmployeeWiseTraning.DOJColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsNameNull() { return this.IsNull(this.tabledtEmployeeWiseTraning.NameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetNameNull() { this[this.tabledtEmployeeWiseTraning.NameColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDivisionNull() { return this.IsNull(this.tabledtEmployeeWiseTraning.DivisionColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDivisionNull() { this[this.tabledtEmployeeWiseTraning.DivisionColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDepartmentNull() { return this.IsNull(this.tabledtEmployeeWiseTraning.DepartmentColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDepartmentNull() { this[this.tabledtEmployeeWiseTraning.DepartmentColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDesignationNull() { return this.IsNull(this.tabledtEmployeeWiseTraning.DesignationColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDesignationNull() { this[this.tabledtEmployeeWiseTraning.DesignationColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTotalTraningReceivedTillDateNull() { return this.IsNull(this.tabledtEmployeeWiseTraning.TotalTraningReceivedTillDateColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTotalTraningReceivedTillDateNull() { this[this.tabledtEmployeeWiseTraning.TotalTraningReceivedTillDateColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTotalTraningReceivedLastYearNull() { return this.IsNull(this.tabledtEmployeeWiseTraning.TotalTraningReceivedLastYearColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTotalTraningReceivedLastYearNull() { this[this.tabledtEmployeeWiseTraning.TotalTraningReceivedLastYearColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTraningAssignedNull() { return this.IsNull(this.tabledtEmployeeWiseTraning.TraningAssignedColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTraningAssignedNull() { this[this.tabledtEmployeeWiseTraning.TraningAssignedColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTraningReceivedNull() { return this.IsNull(this.tabledtEmployeeWiseTraning.TraningReceivedColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTraningReceivedNull() { this[this.tabledtEmployeeWiseTraning.TraningReceivedColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTraningOutStandingNull() { return this.IsNull(this.tabledtEmployeeWiseTraning.TraningOutStandingColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTraningOutStandingNull() { this[this.tabledtEmployeeWiseTraning.TraningOutStandingColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDesignationCodeNull() { return this.IsNull(this.tabledtEmployeeWiseTraning.DesignationCodeColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDesignationCodeNull() { this[this.tabledtEmployeeWiseTraning.DesignationCodeColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDOJNull() { return this.IsNull(this.tabledtEmployeeWiseTraning.DOJColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDOJNull() { this[this.tabledtEmployeeWiseTraning.DOJColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class dtTraningCostDetailsRow : global::System.Data.DataRow { private dtTraningCostDetailsDataTable tabledtTraningCostDetails; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal dtTraningCostDetailsRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tabledtTraningCostDetails = ((dtTraningCostDetailsDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Name { get { try { return ((string)(this[this.tabledtTraningCostDetails.NameColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Name\' in table \'dtTraningCostDetails\' is DBNull.", e); } } set { this[this.tabledtTraningCostDetails.NameColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string EmpNo { get { try { return ((string)(this[this.tabledtTraningCostDetails.EmpNoColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EmpNo\' in table \'dtTraningCostDetails\' is DBNull.", e); } } set { this[this.tabledtTraningCostDetails.EmpNoColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DesignationCode { get { try { return ((string)(this[this.tabledtTraningCostDetails.DesignationCodeColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DesignationCode\' in table \'dtTraningCostDetails\' is DBNull." + "", e); } } set { this[this.tabledtTraningCostDetails.DesignationCodeColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Designation { get { try { return ((string)(this[this.tabledtTraningCostDetails.DesignationColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Designation\' in table \'dtTraningCostDetails\' is DBNull.", e); } } set { this[this.tabledtTraningCostDetails.DesignationColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Department { get { try { return ((string)(this[this.tabledtTraningCostDetails.DepartmentColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Department\' in table \'dtTraningCostDetails\' is DBNull.", e); } } set { this[this.tabledtTraningCostDetails.DepartmentColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TopicsName { get { try { return ((string)(this[this.tabledtTraningCostDetails.TopicsNameColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TopicsName\' in table \'dtTraningCostDetails\' is DBNull.", e); } } set { this[this.tabledtTraningCostDetails.TopicsNameColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string OrganizerAndVenue { get { try { return ((string)(this[this.tabledtTraningCostDetails.OrganizerAndVenueColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OrganizerAndVenue\' in table \'dtTraningCostDetails\' is DBNul" + "l.", e); } } set { this[this.tabledtTraningCostDetails.OrganizerAndVenueColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Duration { get { try { return ((string)(this[this.tabledtTraningCostDetails.DurationColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Duration\' in table \'dtTraningCostDetails\' is DBNull.", e); } } set { this[this.tabledtTraningCostDetails.DurationColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string NoOfParticipants { get { try { return ((string)(this[this.tabledtTraningCostDetails.NoOfParticipantsColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'NoOfParticipants\' in table \'dtTraningCostDetails\' is DBNull" + ".", e); } } set { this[this.tabledtTraningCostDetails.NoOfParticipantsColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string NoOfTraningDays { get { try { return ((string)(this[this.tabledtTraningCostDetails.NoOfTraningDaysColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'NoOfTraningDays\' in table \'dtTraningCostDetails\' is DBNull." + "", e); } } set { this[this.tabledtTraningCostDetails.NoOfTraningDaysColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TotalTrainingHours { get { try { return ((string)(this[this.tabledtTraningCostDetails.TotalTrainingHoursColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TotalTrainingHours\' in table \'dtTraningCostDetails\' is DBNu" + "ll.", e); } } set { this[this.tabledtTraningCostDetails.TotalTrainingHoursColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TotalManHour { get { try { return ((string)(this[this.tabledtTraningCostDetails.TotalManHourColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TotalManHour\' in table \'dtTraningCostDetails\' is DBNull.", e); } } set { this[this.tabledtTraningCostDetails.TotalManHourColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string AirFare { get { try { return ((string)(this[this.tabledtTraningCostDetails.AirFareColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'AirFare\' in table \'dtTraningCostDetails\' is DBNull.", e); } } set { this[this.tabledtTraningCostDetails.AirFareColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string VisaAndOthers { get { try { return ((string)(this[this.tabledtTraningCostDetails.VisaAndOthersColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'VisaAndOthers\' in table \'dtTraningCostDetails\' is DBNull.", e); } } set { this[this.tabledtTraningCostDetails.VisaAndOthersColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TrainingAndRegistration { get { try { return ((string)(this[this.tabledtTraningCostDetails.TrainingAndRegistrationColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TrainingAndRegistration\' in table \'dtTraningCostDetails\' is" + " DBNull.", e); } } set { this[this.tabledtTraningCostDetails.TrainingAndRegistrationColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Allowences { get { try { return ((string)(this[this.tabledtTraningCostDetails.AllowencesColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Allowences\' in table \'dtTraningCostDetails\' is DBNull.", e); } } set { this[this.tabledtTraningCostDetails.AllowencesColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string BankCharges { get { try { return ((string)(this[this.tabledtTraningCostDetails.BankChargesColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'BankCharges\' in table \'dtTraningCostDetails\' is DBNull.", e); } } set { this[this.tabledtTraningCostDetails.BankChargesColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Tax { get { try { return ((string)(this[this.tabledtTraningCostDetails.TaxColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Tax\' in table \'dtTraningCostDetails\' is DBNull.", e); } } set { this[this.tabledtTraningCostDetails.TaxColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string AmountToBeClaimed { get { try { return ((string)(this[this.tabledtTraningCostDetails.AmountToBeClaimedColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'AmountToBeClaimed\' in table \'dtTraningCostDetails\' is DBNul" + "l.", e); } } set { this[this.tabledtTraningCostDetails.AmountToBeClaimedColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsNameNull() { return this.IsNull(this.tabledtTraningCostDetails.NameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetNameNull() { this[this.tabledtTraningCostDetails.NameColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEmpNoNull() { return this.IsNull(this.tabledtTraningCostDetails.EmpNoColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEmpNoNull() { this[this.tabledtTraningCostDetails.EmpNoColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDesignationCodeNull() { return this.IsNull(this.tabledtTraningCostDetails.DesignationCodeColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDesignationCodeNull() { this[this.tabledtTraningCostDetails.DesignationCodeColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDesignationNull() { return this.IsNull(this.tabledtTraningCostDetails.DesignationColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDesignationNull() { this[this.tabledtTraningCostDetails.DesignationColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDepartmentNull() { return this.IsNull(this.tabledtTraningCostDetails.DepartmentColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDepartmentNull() { this[this.tabledtTraningCostDetails.DepartmentColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTopicsNameNull() { return this.IsNull(this.tabledtTraningCostDetails.TopicsNameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTopicsNameNull() { this[this.tabledtTraningCostDetails.TopicsNameColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOrganizerAndVenueNull() { return this.IsNull(this.tabledtTraningCostDetails.OrganizerAndVenueColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOrganizerAndVenueNull() { this[this.tabledtTraningCostDetails.OrganizerAndVenueColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDurationNull() { return this.IsNull(this.tabledtTraningCostDetails.DurationColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDurationNull() { this[this.tabledtTraningCostDetails.DurationColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsNoOfParticipantsNull() { return this.IsNull(this.tabledtTraningCostDetails.NoOfParticipantsColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetNoOfParticipantsNull() { this[this.tabledtTraningCostDetails.NoOfParticipantsColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsNoOfTraningDaysNull() { return this.IsNull(this.tabledtTraningCostDetails.NoOfTraningDaysColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetNoOfTraningDaysNull() { this[this.tabledtTraningCostDetails.NoOfTraningDaysColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTotalTrainingHoursNull() { return this.IsNull(this.tabledtTraningCostDetails.TotalTrainingHoursColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTotalTrainingHoursNull() { this[this.tabledtTraningCostDetails.TotalTrainingHoursColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTotalManHourNull() { return this.IsNull(this.tabledtTraningCostDetails.TotalManHourColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTotalManHourNull() { this[this.tabledtTraningCostDetails.TotalManHourColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsAirFareNull() { return this.IsNull(this.tabledtTraningCostDetails.AirFareColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetAirFareNull() { this[this.tabledtTraningCostDetails.AirFareColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsVisaAndOthersNull() { return this.IsNull(this.tabledtTraningCostDetails.VisaAndOthersColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetVisaAndOthersNull() { this[this.tabledtTraningCostDetails.VisaAndOthersColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTrainingAndRegistrationNull() { return this.IsNull(this.tabledtTraningCostDetails.TrainingAndRegistrationColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTrainingAndRegistrationNull() { this[this.tabledtTraningCostDetails.TrainingAndRegistrationColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsAllowencesNull() { return this.IsNull(this.tabledtTraningCostDetails.AllowencesColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetAllowencesNull() { this[this.tabledtTraningCostDetails.AllowencesColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBankChargesNull() { return this.IsNull(this.tabledtTraningCostDetails.BankChargesColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBankChargesNull() { this[this.tabledtTraningCostDetails.BankChargesColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTaxNull() { return this.IsNull(this.tabledtTraningCostDetails.TaxColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTaxNull() { this[this.tabledtTraningCostDetails.TaxColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsAmountToBeClaimedNull() { return this.IsNull(this.tabledtTraningCostDetails.AmountToBeClaimedColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetAmountToBeClaimedNull() { this[this.tabledtTraningCostDetails.AmountToBeClaimedColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class dtDepartmentWiseTraningExpenseRow : global::System.Data.DataRow { private dtDepartmentWiseTraningExpenseDataTable tabledtDepartmentWiseTraningExpense; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal dtDepartmentWiseTraningExpenseRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tabledtDepartmentWiseTraningExpense = ((dtDepartmentWiseTraningExpenseDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DepartmentName { get { try { return ((string)(this[this.tabledtDepartmentWiseTraningExpense.DepartmentNameColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DepartmentName\' in table \'dtDepartmentWiseTraningExpense\' i" + "s DBNull.", e); } } set { this[this.tabledtDepartmentWiseTraningExpense.DepartmentNameColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string NoOfParticipants { get { try { return ((string)(this[this.tabledtDepartmentWiseTraningExpense.NoOfParticipantsColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'NoOfParticipants\' in table \'dtDepartmentWiseTraningExpense\'" + " is DBNull.", e); } } set { this[this.tabledtDepartmentWiseTraningExpense.NoOfParticipantsColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TotalTrainingMinutes { get { try { return ((string)(this[this.tabledtDepartmentWiseTraningExpense.TotalTrainingMinutesColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TotalTrainingMinutes\' in table \'dtDepartmentWiseTraningExpe" + "nse\' is DBNull.", e); } } set { this[this.tabledtDepartmentWiseTraningExpense.TotalTrainingMinutesColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ManHour { get { try { return ((string)(this[this.tabledtDepartmentWiseTraningExpense.ManHourColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ManHour\' in table \'dtDepartmentWiseTraningExpense\' is DBNul" + "l.", e); } } set { this[this.tabledtDepartmentWiseTraningExpense.ManHourColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TotalCost { get { try { return ((string)(this[this.tabledtDepartmentWiseTraningExpense.TotalCostColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TotalCost\' in table \'dtDepartmentWiseTraningExpense\' is DBN" + "ull.", e); } } set { this[this.tabledtDepartmentWiseTraningExpense.TotalCostColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDepartmentNameNull() { return this.IsNull(this.tabledtDepartmentWiseTraningExpense.DepartmentNameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDepartmentNameNull() { this[this.tabledtDepartmentWiseTraningExpense.DepartmentNameColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsNoOfParticipantsNull() { return this.IsNull(this.tabledtDepartmentWiseTraningExpense.NoOfParticipantsColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetNoOfParticipantsNull() { this[this.tabledtDepartmentWiseTraningExpense.NoOfParticipantsColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTotalTrainingMinutesNull() { return this.IsNull(this.tabledtDepartmentWiseTraningExpense.TotalTrainingMinutesColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTotalTrainingMinutesNull() { this[this.tabledtDepartmentWiseTraningExpense.TotalTrainingMinutesColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsManHourNull() { return this.IsNull(this.tabledtDepartmentWiseTraningExpense.ManHourColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetManHourNull() { this[this.tabledtDepartmentWiseTraningExpense.ManHourColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTotalCostNull() { return this.IsNull(this.tabledtDepartmentWiseTraningExpense.TotalCostColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTotalCostNull() { this[this.tabledtDepartmentWiseTraningExpense.TotalCostColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class dtTrainingCostInfoRow : global::System.Data.DataRow { private dtTrainingCostInfoDataTable tabledtTrainingCostInfo; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal dtTrainingCostInfoRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tabledtTrainingCostInfo = ((dtTrainingCostInfoDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Department { get { try { return ((string)(this[this.tabledtTrainingCostInfo.DepartmentColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Department\' in table \'dtTrainingCostInfo\' is DBNull.", e); } } set { this[this.tabledtTrainingCostInfo.DepartmentColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string NoOfInHouseProgramme { get { try { return ((string)(this[this.tabledtTrainingCostInfo.NoOfInHouseProgrammeColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'NoOfInHouseProgramme\' in table \'dtTrainingCostInfo\' is DBNu" + "ll.", e); } } set { this[this.tabledtTrainingCostInfo.NoOfInHouseProgrammeColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string InhouseNoOfParticipants { get { try { return ((string)(this[this.tabledtTrainingCostInfo.InhouseNoOfParticipantsColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'InhouseNoOfParticipants\' in table \'dtTrainingCostInfo\' is D" + "BNull.", e); } } set { this[this.tabledtTrainingCostInfo.InhouseNoOfParticipantsColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string InHouseCostInMillion { get { try { return ((string)(this[this.tabledtTrainingCostInfo.InHouseCostInMillionColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'InHouseCostInMillion\' in table \'dtTrainingCostInfo\' is DBNu" + "ll.", e); } } set { this[this.tabledtTrainingCostInfo.InHouseCostInMillionColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string InHouseCostInParcent { get { try { return ((string)(this[this.tabledtTrainingCostInfo.InHouseCostInParcentColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'InHouseCostInParcent\' in table \'dtTrainingCostInfo\' is DBNu" + "ll.", e); } } set { this[this.tabledtTrainingCostInfo.InHouseCostInParcentColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ForeignTraningProgramme { get { try { return ((string)(this[this.tabledtTrainingCostInfo.ForeignTraningProgrammeColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ForeignTraningProgramme\' in table \'dtTrainingCostInfo\' is D" + "BNull.", e); } } set { this[this.tabledtTrainingCostInfo.ForeignTraningProgrammeColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ForeignNoOfParticipants { get { try { return ((string)(this[this.tabledtTrainingCostInfo.ForeignNoOfParticipantsColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ForeignNoOfParticipants\' in table \'dtTrainingCostInfo\' is D" + "BNull.", e); } } set { this[this.tabledtTrainingCostInfo.ForeignNoOfParticipantsColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ForeignCostInMillion { get { try { return ((string)(this[this.tabledtTrainingCostInfo.ForeignCostInMillionColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ForeignCostInMillion\' in table \'dtTrainingCostInfo\' is DBNu" + "ll.", e); } } set { this[this.tabledtTrainingCostInfo.ForeignCostInMillionColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ForeignCostInParcent { get { try { return ((string)(this[this.tabledtTrainingCostInfo.ForeignCostInParcentColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ForeignCostInParcent\' in table \'dtTrainingCostInfo\' is DBNu" + "ll.", e); } } set { this[this.tabledtTrainingCostInfo.ForeignCostInParcentColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDepartmentNull() { return this.IsNull(this.tabledtTrainingCostInfo.DepartmentColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDepartmentNull() { this[this.tabledtTrainingCostInfo.DepartmentColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsNoOfInHouseProgrammeNull() { return this.IsNull(this.tabledtTrainingCostInfo.NoOfInHouseProgrammeColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetNoOfInHouseProgrammeNull() { this[this.tabledtTrainingCostInfo.NoOfInHouseProgrammeColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsInhouseNoOfParticipantsNull() { return this.IsNull(this.tabledtTrainingCostInfo.InhouseNoOfParticipantsColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetInhouseNoOfParticipantsNull() { this[this.tabledtTrainingCostInfo.InhouseNoOfParticipantsColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsInHouseCostInMillionNull() { return this.IsNull(this.tabledtTrainingCostInfo.InHouseCostInMillionColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetInHouseCostInMillionNull() { this[this.tabledtTrainingCostInfo.InHouseCostInMillionColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsInHouseCostInParcentNull() { return this.IsNull(this.tabledtTrainingCostInfo.InHouseCostInParcentColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetInHouseCostInParcentNull() { this[this.tabledtTrainingCostInfo.InHouseCostInParcentColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsForeignTraningProgrammeNull() { return this.IsNull(this.tabledtTrainingCostInfo.ForeignTraningProgrammeColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetForeignTraningProgrammeNull() { this[this.tabledtTrainingCostInfo.ForeignTraningProgrammeColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsForeignNoOfParticipantsNull() { return this.IsNull(this.tabledtTrainingCostInfo.ForeignNoOfParticipantsColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetForeignNoOfParticipantsNull() { this[this.tabledtTrainingCostInfo.ForeignNoOfParticipantsColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsForeignCostInMillionNull() { return this.IsNull(this.tabledtTrainingCostInfo.ForeignCostInMillionColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetForeignCostInMillionNull() { this[this.tabledtTrainingCostInfo.ForeignCostInMillionColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsForeignCostInParcentNull() { return this.IsNull(this.tabledtTrainingCostInfo.ForeignCostInParcentColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetForeignCostInParcentNull() { this[this.tabledtTrainingCostInfo.ForeignCostInParcentColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class dtAttendenceRecordRow : global::System.Data.DataRow { private dtAttendenceRecordDataTable tabledtAttendenceRecord; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal dtAttendenceRecordRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tabledtAttendenceRecord = ((dtAttendenceRecordDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string EmpNo { get { try { return ((string)(this[this.tabledtAttendenceRecord.EmpNoColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EmpNo\' in table \'dtAttendenceRecord\' is DBNull.", e); } } set { this[this.tabledtAttendenceRecord.EmpNoColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Name { get { try { return ((string)(this[this.tabledtAttendenceRecord.NameColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Name\' in table \'dtAttendenceRecord\' is DBNull.", e); } } set { this[this.tabledtAttendenceRecord.NameColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DesignationCode { get { try { return ((string)(this[this.tabledtAttendenceRecord.DesignationCodeColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DesignationCode\' in table \'dtAttendenceRecord\' is DBNull.", e); } } set { this[this.tabledtAttendenceRecord.DesignationCodeColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Designation { get { try { return ((string)(this[this.tabledtAttendenceRecord.DesignationColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Designation\' in table \'dtAttendenceRecord\' is DBNull.", e); } } set { this[this.tabledtAttendenceRecord.DesignationColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Department { get { try { return ((string)(this[this.tabledtAttendenceRecord.DepartmentColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Department\' in table \'dtAttendenceRecord\' is DBNull.", e); } } set { this[this.tabledtAttendenceRecord.DepartmentColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Division { get { try { return ((string)(this[this.tabledtAttendenceRecord.DivisionColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Division\' in table \'dtAttendenceRecord\' is DBNull.", e); } } set { this[this.tabledtAttendenceRecord.DivisionColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Branch { get { try { return ((string)(this[this.tabledtAttendenceRecord.BranchColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Branch\' in table \'dtAttendenceRecord\' is DBNull.", e); } } set { this[this.tabledtAttendenceRecord.BranchColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Attendence { get { try { return ((string)(this[this.tabledtAttendenceRecord.AttendenceColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Attendence\' in table \'dtAttendenceRecord\' is DBNull.", e); } } set { this[this.tabledtAttendenceRecord.AttendenceColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string AttnStatus { get { try { return ((string)(this[this.tabledtAttendenceRecord.AttnStatusColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'AttnStatus\' in table \'dtAttendenceRecord\' is DBNull.", e); } } set { this[this.tabledtAttendenceRecord.AttnStatusColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEmpNoNull() { return this.IsNull(this.tabledtAttendenceRecord.EmpNoColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEmpNoNull() { this[this.tabledtAttendenceRecord.EmpNoColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsNameNull() { return this.IsNull(this.tabledtAttendenceRecord.NameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetNameNull() { this[this.tabledtAttendenceRecord.NameColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDesignationCodeNull() { return this.IsNull(this.tabledtAttendenceRecord.DesignationCodeColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDesignationCodeNull() { this[this.tabledtAttendenceRecord.DesignationCodeColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDesignationNull() { return this.IsNull(this.tabledtAttendenceRecord.DesignationColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDesignationNull() { this[this.tabledtAttendenceRecord.DesignationColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDepartmentNull() { return this.IsNull(this.tabledtAttendenceRecord.DepartmentColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDepartmentNull() { this[this.tabledtAttendenceRecord.DepartmentColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDivisionNull() { return this.IsNull(this.tabledtAttendenceRecord.DivisionColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDivisionNull() { this[this.tabledtAttendenceRecord.DivisionColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBranchNull() { return this.IsNull(this.tabledtAttendenceRecord.BranchColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBranchNull() { this[this.tabledtAttendenceRecord.BranchColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsAttendenceNull() { return this.IsNull(this.tabledtAttendenceRecord.AttendenceColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetAttendenceNull() { this[this.tabledtAttendenceRecord.AttendenceColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsAttnStatusNull() { return this.IsNull(this.tabledtAttendenceRecord.AttnStatusColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetAttnStatusNull() { this[this.tabledtAttendenceRecord.AttnStatusColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class dtTrainingDetailsRow : global::System.Data.DataRow { private dtTrainingDetailsDataTable tabledtTrainingDetails; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal dtTrainingDetailsRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tabledtTrainingDetails = ((dtTrainingDetailsDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string EmpNo { get { try { return ((string)(this[this.tabledtTrainingDetails.EmpNoColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EmpNo\' in table \'dtTrainingDetails\' is DBNull.", e); } } set { this[this.tabledtTrainingDetails.EmpNoColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string EmpName { get { try { return ((string)(this[this.tabledtTrainingDetails.EmpNameColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EmpName\' in table \'dtTrainingDetails\' is DBNull.", e); } } set { this[this.tabledtTrainingDetails.EmpNameColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Designation { get { try { return ((string)(this[this.tabledtTrainingDetails.DesignationColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Designation\' in table \'dtTrainingDetails\' is DBNull.", e); } } set { this[this.tabledtTrainingDetails.DesignationColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DesignationCode { get { try { return ((string)(this[this.tabledtTrainingDetails.DesignationCodeColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DesignationCode\' in table \'dtTrainingDetails\' is DBNull.", e); } } set { this[this.tabledtTrainingDetails.DesignationCodeColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Department { get { try { return ((string)(this[this.tabledtTrainingDetails.DepartmentColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Department\' in table \'dtTrainingDetails\' is DBNull.", e); } } set { this[this.tabledtTrainingDetails.DepartmentColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Division { get { try { return ((string)(this[this.tabledtTrainingDetails.DivisionColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Division\' in table \'dtTrainingDetails\' is DBNull.", e); } } set { this[this.tabledtTrainingDetails.DivisionColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Branch { get { try { return ((string)(this[this.tabledtTrainingDetails.BranchColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Branch\' in table \'dtTrainingDetails\' is DBNull.", e); } } set { this[this.tabledtTrainingDetails.BranchColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TrainingName { get { try { return ((string)(this[this.tabledtTrainingDetails.TrainingNameColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TrainingName\' in table \'dtTrainingDetails\' is DBNull.", e); } } set { this[this.tabledtTrainingDetails.TrainingNameColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TrainingType { get { try { return ((string)(this[this.tabledtTrainingDetails.TrainingTypeColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TrainingType\' in table \'dtTrainingDetails\' is DBNull.", e); } } set { this[this.tabledtTrainingDetails.TrainingTypeColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TrainingNature { get { try { return ((string)(this[this.tabledtTrainingDetails.TrainingNatureColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TrainingNature\' in table \'dtTrainingDetails\' is DBNull.", e); } } set { this[this.tabledtTrainingDetails.TrainingNatureColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string OrganizerVenue { get { try { return ((string)(this[this.tabledtTrainingDetails.OrganizerVenueColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OrganizerVenue\' in table \'dtTrainingDetails\' is DBNull.", e); } } set { this[this.tabledtTrainingDetails.OrganizerVenueColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Year { get { try { return ((string)(this[this.tabledtTrainingDetails.YearColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Year\' in table \'dtTrainingDetails\' is DBNull.", e); } } set { this[this.tabledtTrainingDetails.YearColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TrainingDate { get { try { return ((string)(this[this.tabledtTrainingDetails.TrainingDateColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TrainingDate\' in table \'dtTrainingDetails\' is DBNull.", e); } } set { this[this.tabledtTrainingDetails.TrainingDateColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string PerPersonCost { get { try { return ((string)(this[this.tabledtTrainingDetails.PerPersonCostColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'PerPersonCost\' in table \'dtTrainingDetails\' is DBNull.", e); } } set { this[this.tabledtTrainingDetails.PerPersonCostColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TrainingHour { get { try { return ((string)(this[this.tabledtTrainingDetails.TrainingHourColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TrainingHour\' in table \'dtTrainingDetails\' is DBNull.", e); } } set { this[this.tabledtTrainingDetails.TrainingHourColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DOJ { get { try { return ((string)(this[this.tabledtTrainingDetails.DOJColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DOJ\' in table \'dtTrainingDetails\' is DBNull.", e); } } set { this[this.tabledtTrainingDetails.DOJColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string EndDate { get { try { return ((string)(this[this.tabledtTrainingDetails.EndDateColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EndDate\' in table \'dtTrainingDetails\' is DBNull.", e); } } set { this[this.tabledtTrainingDetails.EndDateColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Ins { get { try { return ((string)(this[this.tabledtTrainingDetails.InsColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Ins\' in table \'dtTrainingDetails\' is DBNull.", e); } } set { this[this.tabledtTrainingDetails.InsColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Sl { get { try { return ((string)(this[this.tabledtTrainingDetails.SlColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Sl\' in table \'dtTrainingDetails\' is DBNull.", e); } } set { this[this.tabledtTrainingDetails.SlColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEmpNoNull() { return this.IsNull(this.tabledtTrainingDetails.EmpNoColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEmpNoNull() { this[this.tabledtTrainingDetails.EmpNoColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEmpNameNull() { return this.IsNull(this.tabledtTrainingDetails.EmpNameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEmpNameNull() { this[this.tabledtTrainingDetails.EmpNameColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDesignationNull() { return this.IsNull(this.tabledtTrainingDetails.DesignationColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDesignationNull() { this[this.tabledtTrainingDetails.DesignationColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDesignationCodeNull() { return this.IsNull(this.tabledtTrainingDetails.DesignationCodeColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDesignationCodeNull() { this[this.tabledtTrainingDetails.DesignationCodeColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDepartmentNull() { return this.IsNull(this.tabledtTrainingDetails.DepartmentColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDepartmentNull() { this[this.tabledtTrainingDetails.DepartmentColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDivisionNull() { return this.IsNull(this.tabledtTrainingDetails.DivisionColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDivisionNull() { this[this.tabledtTrainingDetails.DivisionColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsBranchNull() { return this.IsNull(this.tabledtTrainingDetails.BranchColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetBranchNull() { this[this.tabledtTrainingDetails.BranchColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTrainingNameNull() { return this.IsNull(this.tabledtTrainingDetails.TrainingNameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTrainingNameNull() { this[this.tabledtTrainingDetails.TrainingNameColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTrainingTypeNull() { return this.IsNull(this.tabledtTrainingDetails.TrainingTypeColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTrainingTypeNull() { this[this.tabledtTrainingDetails.TrainingTypeColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTrainingNatureNull() { return this.IsNull(this.tabledtTrainingDetails.TrainingNatureColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTrainingNatureNull() { this[this.tabledtTrainingDetails.TrainingNatureColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOrganizerVenueNull() { return this.IsNull(this.tabledtTrainingDetails.OrganizerVenueColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOrganizerVenueNull() { this[this.tabledtTrainingDetails.OrganizerVenueColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsYearNull() { return this.IsNull(this.tabledtTrainingDetails.YearColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetYearNull() { this[this.tabledtTrainingDetails.YearColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTrainingDateNull() { return this.IsNull(this.tabledtTrainingDetails.TrainingDateColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTrainingDateNull() { this[this.tabledtTrainingDetails.TrainingDateColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsPerPersonCostNull() { return this.IsNull(this.tabledtTrainingDetails.PerPersonCostColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetPerPersonCostNull() { this[this.tabledtTrainingDetails.PerPersonCostColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTrainingHourNull() { return this.IsNull(this.tabledtTrainingDetails.TrainingHourColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTrainingHourNull() { this[this.tabledtTrainingDetails.TrainingHourColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDOJNull() { return this.IsNull(this.tabledtTrainingDetails.DOJColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDOJNull() { this[this.tabledtTrainingDetails.DOJColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEndDateNull() { return this.IsNull(this.tabledtTrainingDetails.EndDateColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEndDateNull() { this[this.tabledtTrainingDetails.EndDateColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsInsNull() { return this.IsNull(this.tabledtTrainingDetails.InsColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetInsNull() { this[this.tabledtTrainingDetails.InsColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSlNull() { return this.IsNull(this.tabledtTrainingDetails.SlColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSlNull() { this[this.tabledtTrainingDetails.SlColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class dtTrainingNameWiseReportRow : global::System.Data.DataRow { private dtTrainingNameWiseReportDataTable tabledtTrainingNameWiseReport; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal dtTrainingNameWiseReportRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tabledtTrainingNameWiseReport = ((dtTrainingNameWiseReportDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TrainingName { get { try { return ((string)(this[this.tabledtTrainingNameWiseReport.TrainingNameColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TrainingName\' in table \'dtTrainingNameWiseReport\' is DBNull" + ".", e); } } set { this[this.tabledtTrainingNameWiseReport.TrainingNameColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string EmpNo { get { try { return ((string)(this[this.tabledtTrainingNameWiseReport.EmpNoColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EmpNo\' in table \'dtTrainingNameWiseReport\' is DBNull.", e); } } set { this[this.tabledtTrainingNameWiseReport.EmpNoColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string EmpName { get { try { return ((string)(this[this.tabledtTrainingNameWiseReport.EmpNameColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EmpName\' in table \'dtTrainingNameWiseReport\' is DBNull.", e); } } set { this[this.tabledtTrainingNameWiseReport.EmpNameColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Department { get { try { return ((string)(this[this.tabledtTrainingNameWiseReport.DepartmentColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Department\' in table \'dtTrainingNameWiseReport\' is DBNull.", e); } } set { this[this.tabledtTrainingNameWiseReport.DepartmentColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Year { get { try { return ((string)(this[this.tabledtTrainingNameWiseReport.YearColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Year\' in table \'dtTrainingNameWiseReport\' is DBNull.", e); } } set { this[this.tabledtTrainingNameWiseReport.YearColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string OrganizerVenue { get { try { return ((string)(this[this.tabledtTrainingNameWiseReport.OrganizerVenueColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'OrganizerVenue\' in table \'dtTrainingNameWiseReport\' is DBNu" + "ll.", e); } } set { this[this.tabledtTrainingNameWiseReport.OrganizerVenueColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ManHour { get { try { return ((string)(this[this.tabledtTrainingNameWiseReport.ManHourColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ManHour\' in table \'dtTrainingNameWiseReport\' is DBNull.", e); } } set { this[this.tabledtTrainingNameWiseReport.ManHourColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TotalCost { get { try { return ((string)(this[this.tabledtTrainingNameWiseReport.TotalCostColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TotalCost\' in table \'dtTrainingNameWiseReport\' is DBNull.", e); } } set { this[this.tabledtTrainingNameWiseReport.TotalCostColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DepartmentID { get { try { return ((string)(this[this.tabledtTrainingNameWiseReport.DepartmentIDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DepartmentID\' in table \'dtTrainingNameWiseReport\' is DBNull" + ".", e); } } set { this[this.tabledtTrainingNameWiseReport.DepartmentIDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DesCode { get { try { return ((string)(this[this.tabledtTrainingNameWiseReport.DesCodeColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DesCode\' in table \'dtTrainingNameWiseReport\' is DBNull.", e); } } set { this[this.tabledtTrainingNameWiseReport.DesCodeColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string StartDate { get { try { return ((string)(this[this.tabledtTrainingNameWiseReport.StartDateColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'StartDate\' in table \'dtTrainingNameWiseReport\' is DBNull.", e); } } set { this[this.tabledtTrainingNameWiseReport.StartDateColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string EndDate { get { try { return ((string)(this[this.tabledtTrainingNameWiseReport.EndDateColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'EndDate\' in table \'dtTrainingNameWiseReport\' is DBNull.", e); } } set { this[this.tabledtTrainingNameWiseReport.EndDateColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Ins { get { try { return ((string)(this[this.tabledtTrainingNameWiseReport.InsColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Ins\' in table \'dtTrainingNameWiseReport\' is DBNull.", e); } } set { this[this.tabledtTrainingNameWiseReport.InsColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Sl { get { try { return ((string)(this[this.tabledtTrainingNameWiseReport.SlColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Sl\' in table \'dtTrainingNameWiseReport\' is DBNull.", e); } } set { this[this.tabledtTrainingNameWiseReport.SlColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Designation { get { try { return ((string)(this[this.tabledtTrainingNameWiseReport.DesignationColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Designation\' in table \'dtTrainingNameWiseReport\' is DBNull." + "", e); } } set { this[this.tabledtTrainingNameWiseReport.DesignationColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTrainingNameNull() { return this.IsNull(this.tabledtTrainingNameWiseReport.TrainingNameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTrainingNameNull() { this[this.tabledtTrainingNameWiseReport.TrainingNameColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEmpNoNull() { return this.IsNull(this.tabledtTrainingNameWiseReport.EmpNoColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEmpNoNull() { this[this.tabledtTrainingNameWiseReport.EmpNoColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEmpNameNull() { return this.IsNull(this.tabledtTrainingNameWiseReport.EmpNameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEmpNameNull() { this[this.tabledtTrainingNameWiseReport.EmpNameColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDepartmentNull() { return this.IsNull(this.tabledtTrainingNameWiseReport.DepartmentColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDepartmentNull() { this[this.tabledtTrainingNameWiseReport.DepartmentColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsYearNull() { return this.IsNull(this.tabledtTrainingNameWiseReport.YearColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetYearNull() { this[this.tabledtTrainingNameWiseReport.YearColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsOrganizerVenueNull() { return this.IsNull(this.tabledtTrainingNameWiseReport.OrganizerVenueColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetOrganizerVenueNull() { this[this.tabledtTrainingNameWiseReport.OrganizerVenueColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsManHourNull() { return this.IsNull(this.tabledtTrainingNameWiseReport.ManHourColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetManHourNull() { this[this.tabledtTrainingNameWiseReport.ManHourColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTotalCostNull() { return this.IsNull(this.tabledtTrainingNameWiseReport.TotalCostColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTotalCostNull() { this[this.tabledtTrainingNameWiseReport.TotalCostColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDepartmentIDNull() { return this.IsNull(this.tabledtTrainingNameWiseReport.DepartmentIDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDepartmentIDNull() { this[this.tabledtTrainingNameWiseReport.DepartmentIDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDesCodeNull() { return this.IsNull(this.tabledtTrainingNameWiseReport.DesCodeColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDesCodeNull() { this[this.tabledtTrainingNameWiseReport.DesCodeColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsStartDateNull() { return this.IsNull(this.tabledtTrainingNameWiseReport.StartDateColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetStartDateNull() { this[this.tabledtTrainingNameWiseReport.StartDateColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsEndDateNull() { return this.IsNull(this.tabledtTrainingNameWiseReport.EndDateColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetEndDateNull() { this[this.tabledtTrainingNameWiseReport.EndDateColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsInsNull() { return this.IsNull(this.tabledtTrainingNameWiseReport.InsColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetInsNull() { this[this.tabledtTrainingNameWiseReport.InsColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSlNull() { return this.IsNull(this.tabledtTrainingNameWiseReport.SlColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSlNull() { this[this.tabledtTrainingNameWiseReport.SlColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDesignationNull() { return this.IsNull(this.tabledtTrainingNameWiseReport.DesignationColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDesignationNull() { this[this.tabledtTrainingNameWiseReport.DesignationColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class dtTrainingConductedByDeptRow : global::System.Data.DataRow { private dtTrainingConductedByDeptDataTable tabledtTrainingConductedByDept; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal dtTrainingConductedByDeptRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tabledtTrainingConductedByDept = ((dtTrainingConductedByDeptDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DeptID { get { try { return ((string)(this[this.tabledtTrainingConductedByDept.DeptIDColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DeptID\' in table \'dtTrainingConductedByDept\' is DBNull.", e); } } set { this[this.tabledtTrainingConductedByDept.DeptIDColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TrainingName { get { try { return ((string)(this[this.tabledtTrainingConductedByDept.TrainingNameColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TrainingName\' in table \'dtTrainingConductedByDept\' is DBNul" + "l.", e); } } set { this[this.tabledtTrainingConductedByDept.TrainingNameColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TrainingNature { get { try { return ((string)(this[this.tabledtTrainingConductedByDept.TrainingNatureColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TrainingNature\' in table \'dtTrainingConductedByDept\' is DBN" + "ull.", e); } } set { this[this.tabledtTrainingConductedByDept.TrainingNatureColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TrainingType { get { try { return ((string)(this[this.tabledtTrainingConductedByDept.TrainingTypeColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TrainingType\' in table \'dtTrainingConductedByDept\' is DBNul" + "l.", e); } } set { this[this.tabledtTrainingConductedByDept.TrainingTypeColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TotalConductedTrainingSession { get { try { return ((string)(this[this.tabledtTrainingConductedByDept.TotalConductedTrainingSessionColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TotalConductedTrainingSession\' in table \'dtTrainingConducte" + "dByDept\' is DBNull.", e); } } set { this[this.tabledtTrainingConductedByDept.TotalConductedTrainingSessionColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ParcentOfTotalTraining { get { try { return ((string)(this[this.tabledtTrainingConductedByDept.ParcentOfTotalTrainingColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ParcentOfTotalTraining\' in table \'dtTrainingConductedByDept" + "\' is DBNull.", e); } } set { this[this.tabledtTrainingConductedByDept.ParcentOfTotalTrainingColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string DepartmentName { get { try { return ((string)(this[this.tabledtTrainingConductedByDept.DepartmentNameColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'DepartmentName\' in table \'dtTrainingConductedByDept\' is DBN" + "ull.", e); } } set { this[this.tabledtTrainingConductedByDept.DepartmentNameColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Sl { get { try { return ((string)(this[this.tabledtTrainingConductedByDept.SlColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Sl\' in table \'dtTrainingConductedByDept\' is DBNull.", e); } } set { this[this.tabledtTrainingConductedByDept.SlColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDeptIDNull() { return this.IsNull(this.tabledtTrainingConductedByDept.DeptIDColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDeptIDNull() { this[this.tabledtTrainingConductedByDept.DeptIDColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTrainingNameNull() { return this.IsNull(this.tabledtTrainingConductedByDept.TrainingNameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTrainingNameNull() { this[this.tabledtTrainingConductedByDept.TrainingNameColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTrainingNatureNull() { return this.IsNull(this.tabledtTrainingConductedByDept.TrainingNatureColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTrainingNatureNull() { this[this.tabledtTrainingConductedByDept.TrainingNatureColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTrainingTypeNull() { return this.IsNull(this.tabledtTrainingConductedByDept.TrainingTypeColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTrainingTypeNull() { this[this.tabledtTrainingConductedByDept.TrainingTypeColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTotalConductedTrainingSessionNull() { return this.IsNull(this.tabledtTrainingConductedByDept.TotalConductedTrainingSessionColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTotalConductedTrainingSessionNull() { this[this.tabledtTrainingConductedByDept.TotalConductedTrainingSessionColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsParcentOfTotalTrainingNull() { return this.IsNull(this.tabledtTrainingConductedByDept.ParcentOfTotalTrainingColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetParcentOfTotalTrainingNull() { this[this.tabledtTrainingConductedByDept.ParcentOfTotalTrainingColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDepartmentNameNull() { return this.IsNull(this.tabledtTrainingConductedByDept.DepartmentNameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDepartmentNameNull() { this[this.tabledtTrainingConductedByDept.DepartmentNameColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsSlNull() { return this.IsNull(this.tabledtTrainingConductedByDept.SlColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetSlNull() { this[this.tabledtTrainingConductedByDept.SlColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class dtEntityWiseTrainingSummeryRow : global::System.Data.DataRow { private dtEntityWiseTrainingSummeryDataTable tabledtEntityWiseTrainingSummery; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal dtEntityWiseTrainingSummeryRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tabledtEntityWiseTrainingSummery = ((dtEntityWiseTrainingSummeryDataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string NameOfTheEntity { get { try { return ((string)(this[this.tabledtEntityWiseTrainingSummery.NameOfTheEntityColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'NameOfTheEntity\' in table \'dtEntityWiseTrainingSummery\' is " + "DBNull.", e); } } set { this[this.tabledtEntityWiseTrainingSummery.NameOfTheEntityColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string NoOfTraining { get { try { return ((string)(this[this.tabledtEntityWiseTrainingSummery.NoOfTrainingColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'NoOfTraining\' in table \'dtEntityWiseTrainingSummery\' is DBN" + "ull.", e); } } set { this[this.tabledtEntityWiseTrainingSummery.NoOfTrainingColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string NoOfParticipants { get { try { return ((string)(this[this.tabledtEntityWiseTrainingSummery.NoOfParticipantsColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'NoOfParticipants\' in table \'dtEntityWiseTrainingSummery\' is" + " DBNull.", e); } } set { this[this.tabledtEntityWiseTrainingSummery.NoOfParticipantsColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TotalTrainingMinutes { get { try { return ((string)(this[this.tabledtEntityWiseTrainingSummery.TotalTrainingMinutesColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TotalTrainingMinutes\' in table \'dtEntityWiseTrainingSummery" + "\' is DBNull.", e); } } set { this[this.tabledtEntityWiseTrainingSummery.TotalTrainingMinutesColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ManHourSpent { get { try { return ((string)(this[this.tabledtEntityWiseTrainingSummery.ManHourSpentColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ManHourSpent\' in table \'dtEntityWiseTrainingSummery\' is DBN" + "ull.", e); } } set { this[this.tabledtEntityWiseTrainingSummery.ManHourSpentColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TotalCost { get { try { return ((string)(this[this.tabledtEntityWiseTrainingSummery.TotalCostColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TotalCost\' in table \'dtEntityWiseTrainingSummery\' is DBNull" + ".", e); } } set { this[this.tabledtEntityWiseTrainingSummery.TotalCostColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string NatureOfTraining { get { try { return ((string)(this[this.tabledtEntityWiseTrainingSummery.NatureOfTrainingColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'NatureOfTraining\' in table \'dtEntityWiseTrainingSummery\' is" + " DBNull.", e); } } set { this[this.tabledtEntityWiseTrainingSummery.NatureOfTrainingColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsNameOfTheEntityNull() { return this.IsNull(this.tabledtEntityWiseTrainingSummery.NameOfTheEntityColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetNameOfTheEntityNull() { this[this.tabledtEntityWiseTrainingSummery.NameOfTheEntityColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsNoOfTrainingNull() { return this.IsNull(this.tabledtEntityWiseTrainingSummery.NoOfTrainingColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetNoOfTrainingNull() { this[this.tabledtEntityWiseTrainingSummery.NoOfTrainingColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsNoOfParticipantsNull() { return this.IsNull(this.tabledtEntityWiseTrainingSummery.NoOfParticipantsColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetNoOfParticipantsNull() { this[this.tabledtEntityWiseTrainingSummery.NoOfParticipantsColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTotalTrainingMinutesNull() { return this.IsNull(this.tabledtEntityWiseTrainingSummery.TotalTrainingMinutesColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTotalTrainingMinutesNull() { this[this.tabledtEntityWiseTrainingSummery.TotalTrainingMinutesColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsManHourSpentNull() { return this.IsNull(this.tabledtEntityWiseTrainingSummery.ManHourSpentColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetManHourSpentNull() { this[this.tabledtEntityWiseTrainingSummery.ManHourSpentColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTotalCostNull() { return this.IsNull(this.tabledtEntityWiseTrainingSummery.TotalCostColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTotalCostNull() { this[this.tabledtEntityWiseTrainingSummery.TotalCostColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsNatureOfTrainingNull() { return this.IsNull(this.tabledtEntityWiseTrainingSummery.NatureOfTrainingColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetNatureOfTrainingNull() { this[this.tabledtEntityWiseTrainingSummery.NatureOfTrainingColumn] = global::System.Convert.DBNull; } } /// ///Represents strongly named DataRow class. /// public partial class ProposedTNARow : global::System.Data.DataRow { private ProposedTNADataTable tableProposedTNA; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] internal ProposedTNARow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableProposedTNA = ((ProposedTNADataTable)(this.Table)); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TrainingName { get { try { return ((string)(this[this.tableProposedTNA.TrainingNameColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TrainingName\' in table \'ProposedTNA\' is DBNull.", e); } } set { this[this.tableProposedTNA.TrainingNameColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Description { get { try { return ((string)(this[this.tableProposedTNA.DescriptionColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Description\' in table \'ProposedTNA\' is DBNull.", e); } } set { this[this.tableProposedTNA.DescriptionColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TraiingType { get { try { return ((string)(this[this.tableProposedTNA.TraiingTypeColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TraiingType\' in table \'ProposedTNA\' is DBNull.", e); } } set { this[this.tableProposedTNA.TraiingTypeColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TraiingNature { get { try { return ((string)(this[this.tableProposedTNA.TraiingNatureColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TraiingNature\' in table \'ProposedTNA\' is DBNull.", e); } } set { this[this.tableProposedTNA.TraiingNatureColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ConductedByDept { get { try { return ((string)(this[this.tableProposedTNA.ConductedByDeptColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ConductedByDept\' in table \'ProposedTNA\' is DBNull.", e); } } set { this[this.tableProposedTNA.ConductedByDeptColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string RequiredByDepartment { get { try { return ((string)(this[this.tableProposedTNA.RequiredByDepartmentColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'RequiredByDepartment\' in table \'ProposedTNA\' is DBNull.", e); } } set { this[this.tableProposedTNA.RequiredByDepartmentColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string ProposedTimeSchedule { get { try { return ((string)(this[this.tableProposedTNA.ProposedTimeScheduleColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'ProposedTimeSchedule\' in table \'ProposedTNA\' is DBNull.", e); } } set { this[this.tableProposedTNA.ProposedTimeScheduleColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string Remarks { get { try { return ((string)(this[this.tableProposedTNA.RemarksColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'Remarks\' in table \'ProposedTNA\' is DBNull.", e); } } set { this[this.tableProposedTNA.RemarksColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string NoOfAttendeee { get { try { return ((string)(this[this.tableProposedTNA.NoOfAttendeeeColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'NoOfAttendeee\' in table \'ProposedTNA\' is DBNull.", e); } } set { this[this.tableProposedTNA.NoOfAttendeeeColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public string TrainingYear { get { try { return ((string)(this[this.tableProposedTNA.TrainingYearColumn])); } catch (global::System.InvalidCastException e) { throw new global::System.Data.StrongTypingException("The value for column \'TrainingYear\' in table \'ProposedTNA\' is DBNull.", e); } } set { this[this.tableProposedTNA.TrainingYearColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTrainingNameNull() { return this.IsNull(this.tableProposedTNA.TrainingNameColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTrainingNameNull() { this[this.tableProposedTNA.TrainingNameColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsDescriptionNull() { return this.IsNull(this.tableProposedTNA.DescriptionColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetDescriptionNull() { this[this.tableProposedTNA.DescriptionColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTraiingTypeNull() { return this.IsNull(this.tableProposedTNA.TraiingTypeColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTraiingTypeNull() { this[this.tableProposedTNA.TraiingTypeColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTraiingNatureNull() { return this.IsNull(this.tableProposedTNA.TraiingNatureColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTraiingNatureNull() { this[this.tableProposedTNA.TraiingNatureColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsConductedByDeptNull() { return this.IsNull(this.tableProposedTNA.ConductedByDeptColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetConductedByDeptNull() { this[this.tableProposedTNA.ConductedByDeptColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRequiredByDepartmentNull() { return this.IsNull(this.tableProposedTNA.RequiredByDepartmentColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRequiredByDepartmentNull() { this[this.tableProposedTNA.RequiredByDepartmentColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsProposedTimeScheduleNull() { return this.IsNull(this.tableProposedTNA.ProposedTimeScheduleColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetProposedTimeScheduleNull() { this[this.tableProposedTNA.ProposedTimeScheduleColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsRemarksNull() { return this.IsNull(this.tableProposedTNA.RemarksColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetRemarksNull() { this[this.tableProposedTNA.RemarksColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsNoOfAttendeeeNull() { return this.IsNull(this.tableProposedTNA.NoOfAttendeeeColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetNoOfAttendeeeNull() { this[this.tableProposedTNA.NoOfAttendeeeColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public bool IsTrainingYearNull() { return this.IsNull(this.tableProposedTNA.TrainingYearColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public void SetTrainingYearNull() { this[this.tableProposedTNA.TrainingYearColumn] = global::System.Convert.DBNull; } } /// ///Row event argument class /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public class dtTrainingSummeryRowChangeEvent : global::System.EventArgs { private dtTrainingSummeryRow 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 dtTrainingSummeryRowChangeEvent(dtTrainingSummeryRow 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 dtTrainingSummeryRow 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 dtTrainingWiseReportRowChangeEvent : global::System.EventArgs { private dtTrainingWiseReportRow 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 dtTrainingWiseReportRowChangeEvent(dtTrainingWiseReportRow 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 dtTrainingWiseReportRow 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 dtTrainingAttendeeByDepartmentRowChangeEvent : global::System.EventArgs { private dtTrainingAttendeeByDepartmentRow 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 dtTrainingAttendeeByDepartmentRowChangeEvent(dtTrainingAttendeeByDepartmentRow 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 dtTrainingAttendeeByDepartmentRow 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 dtTNAReportRowChangeEvent : global::System.EventArgs { private dtTNAReportRow 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 dtTNAReportRowChangeEvent(dtTNAReportRow 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 dtTNAReportRow 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 dtEmployeeWiseTraningRowChangeEvent : global::System.EventArgs { private dtEmployeeWiseTraningRow 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 dtEmployeeWiseTraningRowChangeEvent(dtEmployeeWiseTraningRow 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 dtEmployeeWiseTraningRow 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 dtTraningCostDetailsRowChangeEvent : global::System.EventArgs { private dtTraningCostDetailsRow 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 dtTraningCostDetailsRowChangeEvent(dtTraningCostDetailsRow 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 dtTraningCostDetailsRow 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 dtDepartmentWiseTraningExpenseRowChangeEvent : global::System.EventArgs { private dtDepartmentWiseTraningExpenseRow 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 dtDepartmentWiseTraningExpenseRowChangeEvent(dtDepartmentWiseTraningExpenseRow 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 dtDepartmentWiseTraningExpenseRow 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 dtTrainingCostInfoRowChangeEvent : global::System.EventArgs { private dtTrainingCostInfoRow 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 dtTrainingCostInfoRowChangeEvent(dtTrainingCostInfoRow 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 dtTrainingCostInfoRow 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 dtAttendenceRecordRowChangeEvent : global::System.EventArgs { private dtAttendenceRecordRow 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 dtAttendenceRecordRowChangeEvent(dtAttendenceRecordRow 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 dtAttendenceRecordRow 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 dtTrainingDetailsRowChangeEvent : global::System.EventArgs { private dtTrainingDetailsRow 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 dtTrainingDetailsRowChangeEvent(dtTrainingDetailsRow 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 dtTrainingDetailsRow 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 dtTrainingNameWiseReportRowChangeEvent : global::System.EventArgs { private dtTrainingNameWiseReportRow 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 dtTrainingNameWiseReportRowChangeEvent(dtTrainingNameWiseReportRow 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 dtTrainingNameWiseReportRow 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 dtTrainingConductedByDeptRowChangeEvent : global::System.EventArgs { private dtTrainingConductedByDeptRow 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 dtTrainingConductedByDeptRowChangeEvent(dtTrainingConductedByDeptRow 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 dtTrainingConductedByDeptRow 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 dtEntityWiseTrainingSummeryRowChangeEvent : global::System.EventArgs { private dtEntityWiseTrainingSummeryRow 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 dtEntityWiseTrainingSummeryRowChangeEvent(dtEntityWiseTrainingSummeryRow 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 dtEntityWiseTrainingSummeryRow 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 ProposedTNARowChangeEvent : global::System.EventArgs { private ProposedTNARow 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 ProposedTNARowChangeEvent(ProposedTNARow 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 ProposedTNARow 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; } } } } } #pragma warning restore 1591