public override global::System.Data.DataTable Clone() { ShareInfoDataTable cln = ((ShareInfoDataTable)(base.Clone())); cln.InitVars(); return(cln); }
private void InitClass() { this.DataSetName = "dsShareList"; this.Prefix = ""; this.Namespace = "http://tempuri.org/dsShareList.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableShareInfo = new ShareInfoDataTable(); base.Tables.Add(this.tableShareInfo); }
internal void InitVars(bool initTable) { this.tableShareInfo = ((ShareInfoDataTable)(base.Tables["ShareInfo"])); if ((initTable == true)) { if ((this.tableShareInfo != null)) { this.tableShareInfo.InitVars(); } } }
internal ShareInfoRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableShareInfo = ((ShareInfoDataTable)(this.Table)); }