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