示例#1
0
            public override global::System.Data.DataTable Clone()
            {
                ExecutivemasterListDtDataTable cln = ((ExecutivemasterListDtDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
示例#2
0
 private void InitClass()
 {
     this.DataSetName                = "ExecutivemasterList";
     this.Prefix                     = "";
     this.Namespace                  = "http://tempuri.org/ExecutivemasterList.xsd";
     this.EnforceConstraints         = true;
     this.SchemaSerializationMode    = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableExecutivemasterListDt = new ExecutivemasterListDtDataTable();
     base.Tables.Add(this.tableExecutivemasterListDt);
 }
示例#3
0
 internal void InitVars(bool initTable)
 {
     this.tableExecutivemasterListDt = ((ExecutivemasterListDtDataTable)(base.Tables["ExecutivemasterListDt"]));
     if ((initTable == true))
     {
         if ((this.tableExecutivemasterListDt != null))
         {
             this.tableExecutivemasterListDt.InitVars();
         }
     }
 }
示例#4
0
 internal ExecutivemasterListDtRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableExecutivemasterListDt = ((ExecutivemasterListDtDataTable)(this.Table));
 }