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

                cln.InitVars();
                return(cln);
            }
コード例 #2
0
ファイル: StaffDataSet.cs プロジェクト: youye00/UDS
 internal void InitVars()
 {
     this.tableStaffView = ((StaffViewDataTable)(this.Tables["StaffView"]));
     if ((this.tableStaffView != null))
     {
         this.tableStaffView.InitVars();
     }
 }
コード例 #3
0
ファイル: StaffDataSet.cs プロジェクト: youye00/UDS
 private void InitClass()
 {
     this.DataSetName        = "StaffDataSet";
     this.Prefix             = "";
     this.Namespace          = "http://tempuri.org/StaffDataSet.xsd";
     this.Locale             = new System.Globalization.CultureInfo("zh-CN");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tableStaffView     = new StaffViewDataTable();
     this.Tables.Add(this.tableStaffView);
 }
コード例 #4
0
ファイル: StaffDataSet.cs プロジェクト: blfsir/benzoa
 internal void InitVars()
 {
     this.tableStaffView = ((StaffViewDataTable)(this.Tables["StaffView"]));
     if ((this.tableStaffView != null)) {
         this.tableStaffView.InitVars();
     }
 }
コード例 #5
0
ファイル: StaffDataSet.cs プロジェクト: blfsir/benzoa
 internal StaffViewRow(DataRowBuilder rb)
     : base(rb)
 {
     this.tableStaffView = ((StaffViewDataTable)(this.Table));
 }
コード例 #6
0
ファイル: StaffDataSet.cs プロジェクト: blfsir/benzoa
 private void InitClass()
 {
     this.DataSetName = "StaffDataSet";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/StaffDataSet.xsd";
     this.Locale = new System.Globalization.CultureInfo("zh-CN");
     this.CaseSensitive = false;
     this.EnforceConstraints = true;
     this.tableStaffView = new StaffViewDataTable();
     this.Tables.Add(this.tableStaffView);
 }
コード例 #7
0
ファイル: StaffDataSet.cs プロジェクト: youye00/UDS
 internal StaffViewRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableStaffView = ((StaffViewDataTable)(this.Table));
 }