private void InitClass() { this.DataSetName = "LicenseMaster"; this.Prefix = ""; this.Namespace = "http://tempuri.org/LicenseMaster.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableLicenseMaster = new LicenseMasterDataTable(); base.Tables.Add(this.tableLicenseMaster); }
internal LicenseMasterRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableLicenseMaster = ((LicenseMasterDataTable)(this.Table)); }
internal void InitVars(bool initTable) { this.tableLicenseMaster = ((LicenseMasterDataTable)(base.Tables["LicenseMaster"])); if ((initTable == true)) { if ((this.tableLicenseMaster != null)) { this.tableLicenseMaster.InitVars(); } } }