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