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