public override DataTable Clone() { StaffViewDataTable cln = ((StaffViewDataTable)(base.Clone())); cln.InitVars(); return(cln); }
internal void InitVars() { this.tableStaffView = ((StaffViewDataTable)(this.Tables["StaffView"])); if ((this.tableStaffView != null)) { this.tableStaffView.InitVars(); } }
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); }
internal StaffViewRow(DataRowBuilder rb) : base(rb) { this.tableStaffView = ((StaffViewDataTable)(this.Table)); }