public override DataTable Clone() { shootersDataTable cln = ((shootersDataTable)(base.Clone())); cln.InitVars(); return(cln); }
private void InitClass() { this.DataSetName = "DatasetPatrol"; this.Prefix = ""; this.Namespace = "http://tempuri.org/DatasetPatrol.xsd"; this.Locale = new System.Globalization.CultureInfo("en-US"); this.CaseSensitive = false; this.EnforceConstraints = true; this.tableshooters = new shootersDataTable(); this.Tables.Add(this.tableshooters); this.tableunassigned = new unassignedDataTable(); this.Tables.Add(this.tableunassigned); }
internal void InitVars() { this.tableshooters = ((shootersDataTable)(this.Tables["shooters"])); if ((this.tableshooters != null)) { this.tableshooters.InitVars(); } this.tableunassigned = ((unassignedDataTable)(this.Tables["unassigned"])); if ((this.tableunassigned != null)) { this.tableunassigned.InitVars(); } }
internal shootersRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableshooters = ((shootersDataTable)(this.Table)); }
private void InitClass() { this.DataSetName = "DatasetPatrol"; this.Prefix = ""; this.Namespace = "http://tempuri.org/DatasetPatrol.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableshooters = new shootersDataTable(); base.Tables.Add(this.tableshooters); this.tableunassigned = new unassignedDataTable(); base.Tables.Add(this.tableunassigned); }
internal void InitVars(bool initTable) { this.tableshooters = ((shootersDataTable)(base.Tables["shooters"])); if ((initTable == true)) { if ((this.tableshooters != null)) { this.tableshooters.InitVars(); } } this.tableunassigned = ((unassignedDataTable)(base.Tables["unassigned"])); if ((initTable == true)) { if ((this.tableunassigned != null)) { this.tableunassigned.InitVars(); } } }
internal shootersRow(DataRowBuilder rb) : base(rb) { this.tableshooters = ((shootersDataTable)(this.Table)); }