コード例 #1
0
ファイル: dsOrgs.cs プロジェクト: Kiselb/bps
            public override DataTable Clone()
            {
                OrgsDataTable cln = ((OrgsDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
コード例 #2
0
ファイル: dsOrgs.cs プロジェクト: Kiselb/bps
 internal void InitVars()
 {
     this.tableOrgs = ((OrgsDataTable)(this.Tables["Orgs"]));
     if ((this.tableOrgs != null))
     {
         this.tableOrgs.InitVars();
     }
 }
コード例 #3
0
ファイル: dsOrgs.cs プロジェクト: Kiselb/bps
 private void InitClass()
 {
     this.DataSetName        = "dsOrgs";
     this.Prefix             = "";
     this.Namespace          = "http://www.tempuri.org/dsOrgs.xsd";
     this.Locale             = new System.Globalization.CultureInfo("ru-RU");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tableOrgs          = new OrgsDataTable();
     this.Tables.Add(this.tableOrgs);
 }
コード例 #4
0
ファイル: dsOrgs.cs プロジェクト: Kiselb/bps
 internal OrgsRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableOrgs = ((OrgsDataTable)(this.Table));
 }