大连融科 WMS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

3472 lines
189 KiB

//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
#pragma warning disable 1591
namespace SiaSun.LMS.WPFClient.REPORT {
/// <summary>
///Represents a strongly typed in-memory cache of data.
///</summary>
[global::System.Serializable()]
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
[global::System.Xml.Serialization.XmlRootAttribute("Report")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
public partial class Report : global::System.Data.DataSet {
private V_REPORT_HISDataTable tableV_REPORT_HIS;
private V_REPORT_INOUTDataTable tableV_REPORT_INOUT;
private V_STORAGEDataTable tableV_STORAGE;
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public Report() {
this.BeginInit();
this.InitClass();
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
base.Relations.CollectionChanged += schemaChangedHandler;
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
protected Report(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context, false) {
if ((this.IsBinarySerialized(info, context) == true)) {
this.InitVars(false);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
this.Tables.CollectionChanged += schemaChangedHandler1;
this.Relations.CollectionChanged += schemaChangedHandler1;
return;
}
string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
if ((ds.Tables["V_REPORT_HIS"] != null)) {
base.Tables.Add(new V_REPORT_HISDataTable(ds.Tables["V_REPORT_HIS"]));
}
if ((ds.Tables["V_REPORT_INOUT"] != null)) {
base.Tables.Add(new V_REPORT_INOUTDataTable(ds.Tables["V_REPORT_INOUT"]));
}
if ((ds.Tables["V_STORAGE"] != null)) {
base.Tables.Add(new V_STORAGEDataTable(ds.Tables["V_STORAGE"]));
}
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
this.Locale = ds.Locale;
this.CaseSensitive = ds.CaseSensitive;
this.EnforceConstraints = ds.EnforceConstraints;
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
this.InitVars();
}
else {
this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema)));
}
this.GetSerializationData(info, context);
global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
base.Tables.CollectionChanged += schemaChangedHandler;
this.Relations.CollectionChanged += schemaChangedHandler;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public V_REPORT_HISDataTable V_REPORT_HIS {
get {
return this.tableV_REPORT_HIS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public V_REPORT_INOUTDataTable V_REPORT_INOUT {
get {
return this.tableV_REPORT_INOUT;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public V_STORAGEDataTable V_STORAGE {
get {
return this.tableV_STORAGE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
[global::System.ComponentModel.BrowsableAttribute(true)]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)]
public override global::System.Data.SchemaSerializationMode SchemaSerializationMode {
get {
return this._schemaSerializationMode;
}
set {
this._schemaSerializationMode = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new global::System.Data.DataTableCollection Tables {
get {
return base.Tables;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
[global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public new global::System.Data.DataRelationCollection Relations {
get {
return base.Relations;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
protected override void InitializeDerivedDataSet() {
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public override global::System.Data.DataSet Clone() {
Report cln = ((Report)(base.Clone()));
cln.InitVars();
cln.SchemaSerializationMode = this.SchemaSerializationMode;
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
protected override bool ShouldSerializeTables() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
protected override bool ShouldSerializeRelations() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) {
if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
this.Reset();
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadXml(reader);
if ((ds.Tables["V_REPORT_HIS"] != null)) {
base.Tables.Add(new V_REPORT_HISDataTable(ds.Tables["V_REPORT_HIS"]));
}
if ((ds.Tables["V_REPORT_INOUT"] != null)) {
base.Tables.Add(new V_REPORT_INOUTDataTable(ds.Tables["V_REPORT_INOUT"]));
}
if ((ds.Tables["V_STORAGE"] != null)) {
base.Tables.Add(new V_STORAGEDataTable(ds.Tables["V_STORAGE"]));
}
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
this.Locale = ds.Locale;
this.CaseSensitive = ds.CaseSensitive;
this.EnforceConstraints = ds.EnforceConstraints;
this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add);
this.InitVars();
}
else {
this.ReadXml(reader);
this.InitVars();
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() {
global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream();
this.WriteXmlSchema(new global::System.Xml.XmlTextWriter(stream, null));
stream.Position = 0;
return global::System.Xml.Schema.XmlSchema.Read(new global::System.Xml.XmlTextReader(stream), null);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
internal void InitVars() {
this.InitVars(true);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
internal void InitVars(bool initTable) {
this.tableV_REPORT_HIS = ((V_REPORT_HISDataTable)(base.Tables["V_REPORT_HIS"]));
if ((initTable == true)) {
if ((this.tableV_REPORT_HIS != null)) {
this.tableV_REPORT_HIS.InitVars();
}
}
this.tableV_REPORT_INOUT = ((V_REPORT_INOUTDataTable)(base.Tables["V_REPORT_INOUT"]));
if ((initTable == true)) {
if ((this.tableV_REPORT_INOUT != null)) {
this.tableV_REPORT_INOUT.InitVars();
}
}
this.tableV_STORAGE = ((V_STORAGEDataTable)(base.Tables["V_STORAGE"]));
if ((initTable == true)) {
if ((this.tableV_STORAGE != null)) {
this.tableV_STORAGE.InitVars();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
private void InitClass() {
this.DataSetName = "Report";
this.Prefix = "";
this.Namespace = "http://tempuri.org/Report.xsd";
this.EnforceConstraints = true;
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
this.tableV_REPORT_HIS = new V_REPORT_HISDataTable();
base.Tables.Add(this.tableV_REPORT_HIS);
this.tableV_REPORT_INOUT = new V_REPORT_INOUTDataTable();
base.Tables.Add(this.tableV_REPORT_INOUT);
this.tableV_STORAGE = new V_STORAGEDataTable();
base.Tables.Add(this.tableV_STORAGE);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
private bool ShouldSerializeV_REPORT_HIS() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
private bool ShouldSerializeV_REPORT_INOUT() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
private bool ShouldSerializeV_STORAGE() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) {
if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) {
this.InitVars();
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
Report ds = new Report();
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny();
any.Namespace = ds.Namespace;
sequence.Items.Add(any);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public delegate void V_REPORT_HISRowChangeEventHandler(object sender, V_REPORT_HISRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public delegate void V_REPORT_INOUTRowChangeEventHandler(object sender, V_REPORT_INOUTRowChangeEvent e);
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public delegate void V_STORAGERowChangeEventHandler(object sender, V_STORAGERowChangeEvent e);
/// <summary>
///Represents the strongly named DataTable class.
///</summary>
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class V_REPORT_HISDataTable : global::System.Data.TypedTableBase<V_REPORT_HISRow> {
private global::System.Data.DataColumn columnGOODS_ID;
private global::System.Data.DataColumn columnGOODS_CODE;
private global::System.Data.DataColumn columnGOODS_NAME;
private global::System.Data.DataColumn columnGOODS_UNITS;
private global::System.Data.DataColumn columnGOODS_CONST_PROPERTY1;
private global::System.Data.DataColumn columnGOODS_CONST_PROPERTY2;
private global::System.Data.DataColumn columnGOODS_CONST_PROPERTY3;
private global::System.Data.DataColumn columnGOODS_PROPERTY1;
private global::System.Data.DataColumn columnGOODS_PROPERTY2;
private global::System.Data.DataColumn columnGOODS_PROPERTY3;
private global::System.Data.DataColumn columnGOODS_PROPERTY4;
private global::System.Data.DataColumn columnGOODS_PROPERTY5;
private global::System.Data.DataColumn columnGOODS_PROPERTY6;
private global::System.Data.DataColumn columnGOODS_PROPERTY7;
private global::System.Data.DataColumn columnGOODS_PROPERTY8;
private global::System.Data.DataColumn columnSTORAGE_QUANTITY_START;
private global::System.Data.DataColumn columnIN_QUANTITY_StartToEnd;
private global::System.Data.DataColumn columnOUT_QUANTITY_StartToEnd;
private global::System.Data.DataColumn columnSTORAGE_QUANTITY_END;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public V_REPORT_HISDataTable() {
this.TableName = "V_REPORT_HIS";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
internal V_REPORT_HISDataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
}
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
this.Locale = table.Locale;
}
if ((table.Namespace != table.DataSet.Namespace)) {
this.Namespace = table.Namespace;
}
this.Prefix = table.Prefix;
this.MinimumCapacity = table.MinimumCapacity;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
protected V_REPORT_HISDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_IDColumn {
get {
return this.columnGOODS_ID;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_CODEColumn {
get {
return this.columnGOODS_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_NAMEColumn {
get {
return this.columnGOODS_NAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_UNITSColumn {
get {
return this.columnGOODS_UNITS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_CONST_PROPERTY1Column {
get {
return this.columnGOODS_CONST_PROPERTY1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_CONST_PROPERTY2Column {
get {
return this.columnGOODS_CONST_PROPERTY2;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_CONST_PROPERTY3Column {
get {
return this.columnGOODS_CONST_PROPERTY3;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_PROPERTY1Column {
get {
return this.columnGOODS_PROPERTY1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_PROPERTY2Column {
get {
return this.columnGOODS_PROPERTY2;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_PROPERTY3Column {
get {
return this.columnGOODS_PROPERTY3;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_PROPERTY4Column {
get {
return this.columnGOODS_PROPERTY4;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_PROPERTY5Column {
get {
return this.columnGOODS_PROPERTY5;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_PROPERTY6Column {
get {
return this.columnGOODS_PROPERTY6;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_PROPERTY7Column {
get {
return this.columnGOODS_PROPERTY7;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_PROPERTY8Column {
get {
return this.columnGOODS_PROPERTY8;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn STORAGE_QUANTITY_STARTColumn {
get {
return this.columnSTORAGE_QUANTITY_START;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn IN_QUANTITY_StartToEndColumn {
get {
return this.columnIN_QUANTITY_StartToEnd;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn OUT_QUANTITY_StartToEndColumn {
get {
return this.columnOUT_QUANTITY_StartToEnd;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn STORAGE_QUANTITY_ENDColumn {
get {
return this.columnSTORAGE_QUANTITY_END;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public V_REPORT_HISRow this[int index] {
get {
return ((V_REPORT_HISRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public event V_REPORT_HISRowChangeEventHandler V_REPORT_HISRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public event V_REPORT_HISRowChangeEventHandler V_REPORT_HISRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public event V_REPORT_HISRowChangeEventHandler V_REPORT_HISRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public event V_REPORT_HISRowChangeEventHandler V_REPORT_HISRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void AddV_REPORT_HISRow(V_REPORT_HISRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public V_REPORT_HISRow AddV_REPORT_HISRow(
string GOODS_ID,
string GOODS_CODE,
string GOODS_NAME,
string GOODS_UNITS,
string GOODS_CONST_PROPERTY1,
string GOODS_CONST_PROPERTY2,
string GOODS_CONST_PROPERTY3,
string GOODS_PROPERTY1,
string GOODS_PROPERTY2,
string GOODS_PROPERTY3,
string GOODS_PROPERTY4,
string GOODS_PROPERTY5,
string GOODS_PROPERTY6,
string GOODS_PROPERTY7,
string GOODS_PROPERTY8,
decimal STORAGE_QUANTITY_START,
decimal IN_QUANTITY_StartToEnd,
decimal OUT_QUANTITY_StartToEnd,
decimal STORAGE_QUANTITY_END) {
V_REPORT_HISRow rowV_REPORT_HISRow = ((V_REPORT_HISRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
GOODS_ID,
GOODS_CODE,
GOODS_NAME,
GOODS_UNITS,
GOODS_CONST_PROPERTY1,
GOODS_CONST_PROPERTY2,
GOODS_CONST_PROPERTY3,
GOODS_PROPERTY1,
GOODS_PROPERTY2,
GOODS_PROPERTY3,
GOODS_PROPERTY4,
GOODS_PROPERTY5,
GOODS_PROPERTY6,
GOODS_PROPERTY7,
GOODS_PROPERTY8,
STORAGE_QUANTITY_START,
IN_QUANTITY_StartToEnd,
OUT_QUANTITY_StartToEnd,
STORAGE_QUANTITY_END};
rowV_REPORT_HISRow.ItemArray = columnValuesArray;
this.Rows.Add(rowV_REPORT_HISRow);
return rowV_REPORT_HISRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public override global::System.Data.DataTable Clone() {
V_REPORT_HISDataTable cln = ((V_REPORT_HISDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
return new V_REPORT_HISDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
internal void InitVars() {
this.columnGOODS_ID = base.Columns["GOODS_ID"];
this.columnGOODS_CODE = base.Columns["GOODS_CODE"];
this.columnGOODS_NAME = base.Columns["GOODS_NAME"];
this.columnGOODS_UNITS = base.Columns["GOODS_UNITS"];
this.columnGOODS_CONST_PROPERTY1 = base.Columns["GOODS_CONST_PROPERTY1"];
this.columnGOODS_CONST_PROPERTY2 = base.Columns["GOODS_CONST_PROPERTY2"];
this.columnGOODS_CONST_PROPERTY3 = base.Columns["GOODS_CONST_PROPERTY3"];
this.columnGOODS_PROPERTY1 = base.Columns["GOODS_PROPERTY1"];
this.columnGOODS_PROPERTY2 = base.Columns["GOODS_PROPERTY2"];
this.columnGOODS_PROPERTY3 = base.Columns["GOODS_PROPERTY3"];
this.columnGOODS_PROPERTY4 = base.Columns["GOODS_PROPERTY4"];
this.columnGOODS_PROPERTY5 = base.Columns["GOODS_PROPERTY5"];
this.columnGOODS_PROPERTY6 = base.Columns["GOODS_PROPERTY6"];
this.columnGOODS_PROPERTY7 = base.Columns["GOODS_PROPERTY7"];
this.columnGOODS_PROPERTY8 = base.Columns["GOODS_PROPERTY8"];
this.columnSTORAGE_QUANTITY_START = base.Columns["STORAGE_QUANTITY_START"];
this.columnIN_QUANTITY_StartToEnd = base.Columns["IN_QUANTITY_StartToEnd"];
this.columnOUT_QUANTITY_StartToEnd = base.Columns["OUT_QUANTITY_StartToEnd"];
this.columnSTORAGE_QUANTITY_END = base.Columns["STORAGE_QUANTITY_END"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
private void InitClass() {
this.columnGOODS_ID = new global::System.Data.DataColumn("GOODS_ID", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_ID);
this.columnGOODS_CODE = new global::System.Data.DataColumn("GOODS_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_CODE);
this.columnGOODS_NAME = new global::System.Data.DataColumn("GOODS_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_NAME);
this.columnGOODS_UNITS = new global::System.Data.DataColumn("GOODS_UNITS", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_UNITS);
this.columnGOODS_CONST_PROPERTY1 = new global::System.Data.DataColumn("GOODS_CONST_PROPERTY1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_CONST_PROPERTY1);
this.columnGOODS_CONST_PROPERTY2 = new global::System.Data.DataColumn("GOODS_CONST_PROPERTY2", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_CONST_PROPERTY2);
this.columnGOODS_CONST_PROPERTY3 = new global::System.Data.DataColumn("GOODS_CONST_PROPERTY3", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_CONST_PROPERTY3);
this.columnGOODS_PROPERTY1 = new global::System.Data.DataColumn("GOODS_PROPERTY1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_PROPERTY1);
this.columnGOODS_PROPERTY2 = new global::System.Data.DataColumn("GOODS_PROPERTY2", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_PROPERTY2);
this.columnGOODS_PROPERTY3 = new global::System.Data.DataColumn("GOODS_PROPERTY3", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_PROPERTY3);
this.columnGOODS_PROPERTY4 = new global::System.Data.DataColumn("GOODS_PROPERTY4", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_PROPERTY4);
this.columnGOODS_PROPERTY5 = new global::System.Data.DataColumn("GOODS_PROPERTY5", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_PROPERTY5);
this.columnGOODS_PROPERTY6 = new global::System.Data.DataColumn("GOODS_PROPERTY6", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_PROPERTY6);
this.columnGOODS_PROPERTY7 = new global::System.Data.DataColumn("GOODS_PROPERTY7", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_PROPERTY7);
this.columnGOODS_PROPERTY8 = new global::System.Data.DataColumn("GOODS_PROPERTY8", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_PROPERTY8);
this.columnSTORAGE_QUANTITY_START = new global::System.Data.DataColumn("STORAGE_QUANTITY_START", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSTORAGE_QUANTITY_START);
this.columnIN_QUANTITY_StartToEnd = new global::System.Data.DataColumn("IN_QUANTITY_StartToEnd", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnIN_QUANTITY_StartToEnd);
this.columnOUT_QUANTITY_StartToEnd = new global::System.Data.DataColumn("OUT_QUANTITY_StartToEnd", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnOUT_QUANTITY_StartToEnd);
this.columnSTORAGE_QUANTITY_END = new global::System.Data.DataColumn("STORAGE_QUANTITY_END", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSTORAGE_QUANTITY_END);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public V_REPORT_HISRow NewV_REPORT_HISRow() {
return ((V_REPORT_HISRow)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new V_REPORT_HISRow(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
protected override global::System.Type GetRowType() {
return typeof(V_REPORT_HISRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.V_REPORT_HISRowChanged != null)) {
this.V_REPORT_HISRowChanged(this, new V_REPORT_HISRowChangeEvent(((V_REPORT_HISRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.V_REPORT_HISRowChanging != null)) {
this.V_REPORT_HISRowChanging(this, new V_REPORT_HISRowChangeEvent(((V_REPORT_HISRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.V_REPORT_HISRowDeleted != null)) {
this.V_REPORT_HISRowDeleted(this, new V_REPORT_HISRowChangeEvent(((V_REPORT_HISRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.V_REPORT_HISRowDeleting != null)) {
this.V_REPORT_HISRowDeleting(this, new V_REPORT_HISRowChangeEvent(((V_REPORT_HISRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void RemoveV_REPORT_HISRow(V_REPORT_HISRow row) {
this.Rows.Remove(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
Report ds = new Report();
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
any1.MinOccurs = new decimal(0);
any1.MaxOccurs = decimal.MaxValue;
any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any1);
global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
any2.MinOccurs = new decimal(1);
any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any2);
global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute1.Name = "namespace";
attribute1.FixedValue = ds.Namespace;
type.Attributes.Add(attribute1);
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute2.Name = "tableTypeName";
attribute2.FixedValue = "V_REPORT_HISDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
/// <summary>
///Represents the strongly named DataTable class.
///</summary>
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class V_REPORT_INOUTDataTable : global::System.Data.TypedTableBase<V_REPORT_INOUTRow> {
private global::System.Data.DataColumn columnPLAN_TYPE_NAME;
private global::System.Data.DataColumn columnMANAGE_TYPE_NAME;
private global::System.Data.DataColumn columnRECORD_OPERATOR;
private global::System.Data.DataColumn columnGOODS_NAME;
private global::System.Data.DataColumn columnGOODS_QUANTITY;
private global::System.Data.DataColumn columnMANAGE_TYPE;
private global::System.Data.DataColumn columnGOODS_CODE;
private global::System.Data.DataColumn columnGOODS_UNITS;
private global::System.Data.DataColumn columnGOODS_CONST_PROPERTY1;
private global::System.Data.DataColumn columnGOODS_PROPERTY1;
private global::System.Data.DataColumn columnGOODS_PROPERTY2;
private global::System.Data.DataColumn columnGOODS_PROPERTY3;
private global::System.Data.DataColumn columnGOODS_PROPERTY4;
private global::System.Data.DataColumn columnGOODS_PROPERTY5;
private global::System.Data.DataColumn columnGOODS_PROPERTY6;
private global::System.Data.DataColumn columnGOODS_PROPERTY7;
private global::System.Data.DataColumn columnGOODS_PROPERTY8;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public V_REPORT_INOUTDataTable() {
this.TableName = "V_REPORT_INOUT";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
internal V_REPORT_INOUTDataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
}
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
this.Locale = table.Locale;
}
if ((table.Namespace != table.DataSet.Namespace)) {
this.Namespace = table.Namespace;
}
this.Prefix = table.Prefix;
this.MinimumCapacity = table.MinimumCapacity;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
protected V_REPORT_INOUTDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn PLAN_TYPE_NAMEColumn {
get {
return this.columnPLAN_TYPE_NAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn MANAGE_TYPE_NAMEColumn {
get {
return this.columnMANAGE_TYPE_NAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn RECORD_OPERATORColumn {
get {
return this.columnRECORD_OPERATOR;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_NAMEColumn {
get {
return this.columnGOODS_NAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_QUANTITYColumn {
get {
return this.columnGOODS_QUANTITY;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn MANAGE_TYPEColumn {
get {
return this.columnMANAGE_TYPE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_CODEColumn {
get {
return this.columnGOODS_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_UNITSColumn {
get {
return this.columnGOODS_UNITS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_CONST_PROPERTY1Column {
get {
return this.columnGOODS_CONST_PROPERTY1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_PROPERTY1Column {
get {
return this.columnGOODS_PROPERTY1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_PROPERTY2Column {
get {
return this.columnGOODS_PROPERTY2;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_PROPERTY3Column {
get {
return this.columnGOODS_PROPERTY3;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_PROPERTY4Column {
get {
return this.columnGOODS_PROPERTY4;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_PROPERTY5Column {
get {
return this.columnGOODS_PROPERTY5;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_PROPERTY6Column {
get {
return this.columnGOODS_PROPERTY6;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_PROPERTY7Column {
get {
return this.columnGOODS_PROPERTY7;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_PROPERTY8Column {
get {
return this.columnGOODS_PROPERTY8;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public V_REPORT_INOUTRow this[int index] {
get {
return ((V_REPORT_INOUTRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public event V_REPORT_INOUTRowChangeEventHandler V_REPORT_INOUTRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public event V_REPORT_INOUTRowChangeEventHandler V_REPORT_INOUTRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public event V_REPORT_INOUTRowChangeEventHandler V_REPORT_INOUTRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public event V_REPORT_INOUTRowChangeEventHandler V_REPORT_INOUTRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void AddV_REPORT_INOUTRow(V_REPORT_INOUTRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public V_REPORT_INOUTRow AddV_REPORT_INOUTRow(
string PLAN_TYPE_NAME,
string MANAGE_TYPE_NAME,
string RECORD_OPERATOR,
string GOODS_NAME,
string GOODS_QUANTITY,
string MANAGE_TYPE,
string GOODS_CODE,
string GOODS_UNITS,
string GOODS_CONST_PROPERTY1,
string GOODS_PROPERTY1,
string GOODS_PROPERTY2,
string GOODS_PROPERTY3,
string GOODS_PROPERTY4,
string GOODS_PROPERTY5,
string GOODS_PROPERTY6,
string GOODS_PROPERTY7,
string GOODS_PROPERTY8) {
V_REPORT_INOUTRow rowV_REPORT_INOUTRow = ((V_REPORT_INOUTRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
PLAN_TYPE_NAME,
MANAGE_TYPE_NAME,
RECORD_OPERATOR,
GOODS_NAME,
GOODS_QUANTITY,
MANAGE_TYPE,
GOODS_CODE,
GOODS_UNITS,
GOODS_CONST_PROPERTY1,
GOODS_PROPERTY1,
GOODS_PROPERTY2,
GOODS_PROPERTY3,
GOODS_PROPERTY4,
GOODS_PROPERTY5,
GOODS_PROPERTY6,
GOODS_PROPERTY7,
GOODS_PROPERTY8};
rowV_REPORT_INOUTRow.ItemArray = columnValuesArray;
this.Rows.Add(rowV_REPORT_INOUTRow);
return rowV_REPORT_INOUTRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public override global::System.Data.DataTable Clone() {
V_REPORT_INOUTDataTable cln = ((V_REPORT_INOUTDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
return new V_REPORT_INOUTDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
internal void InitVars() {
this.columnPLAN_TYPE_NAME = base.Columns["PLAN_TYPE_NAME"];
this.columnMANAGE_TYPE_NAME = base.Columns["MANAGE_TYPE_NAME"];
this.columnRECORD_OPERATOR = base.Columns["RECORD_OPERATOR"];
this.columnGOODS_NAME = base.Columns["GOODS_NAME"];
this.columnGOODS_QUANTITY = base.Columns["GOODS_QUANTITY"];
this.columnMANAGE_TYPE = base.Columns["MANAGE_TYPE"];
this.columnGOODS_CODE = base.Columns["GOODS_CODE"];
this.columnGOODS_UNITS = base.Columns["GOODS_UNITS"];
this.columnGOODS_CONST_PROPERTY1 = base.Columns["GOODS_CONST_PROPERTY1"];
this.columnGOODS_PROPERTY1 = base.Columns["GOODS_PROPERTY1"];
this.columnGOODS_PROPERTY2 = base.Columns["GOODS_PROPERTY2"];
this.columnGOODS_PROPERTY3 = base.Columns["GOODS_PROPERTY3"];
this.columnGOODS_PROPERTY4 = base.Columns["GOODS_PROPERTY4"];
this.columnGOODS_PROPERTY5 = base.Columns["GOODS_PROPERTY5"];
this.columnGOODS_PROPERTY6 = base.Columns["GOODS_PROPERTY6"];
this.columnGOODS_PROPERTY7 = base.Columns["GOODS_PROPERTY7"];
this.columnGOODS_PROPERTY8 = base.Columns["GOODS_PROPERTY8"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
private void InitClass() {
this.columnPLAN_TYPE_NAME = new global::System.Data.DataColumn("PLAN_TYPE_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnPLAN_TYPE_NAME);
this.columnMANAGE_TYPE_NAME = new global::System.Data.DataColumn("MANAGE_TYPE_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMANAGE_TYPE_NAME);
this.columnRECORD_OPERATOR = new global::System.Data.DataColumn("RECORD_OPERATOR", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnRECORD_OPERATOR);
this.columnGOODS_NAME = new global::System.Data.DataColumn("GOODS_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_NAME);
this.columnGOODS_QUANTITY = new global::System.Data.DataColumn("GOODS_QUANTITY", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_QUANTITY);
this.columnMANAGE_TYPE = new global::System.Data.DataColumn("MANAGE_TYPE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMANAGE_TYPE);
this.columnGOODS_CODE = new global::System.Data.DataColumn("GOODS_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_CODE);
this.columnGOODS_UNITS = new global::System.Data.DataColumn("GOODS_UNITS", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_UNITS);
this.columnGOODS_CONST_PROPERTY1 = new global::System.Data.DataColumn("GOODS_CONST_PROPERTY1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_CONST_PROPERTY1);
this.columnGOODS_PROPERTY1 = new global::System.Data.DataColumn("GOODS_PROPERTY1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_PROPERTY1);
this.columnGOODS_PROPERTY2 = new global::System.Data.DataColumn("GOODS_PROPERTY2", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_PROPERTY2);
this.columnGOODS_PROPERTY3 = new global::System.Data.DataColumn("GOODS_PROPERTY3", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_PROPERTY3);
this.columnGOODS_PROPERTY4 = new global::System.Data.DataColumn("GOODS_PROPERTY4", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_PROPERTY4);
this.columnGOODS_PROPERTY5 = new global::System.Data.DataColumn("GOODS_PROPERTY5", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_PROPERTY5);
this.columnGOODS_PROPERTY6 = new global::System.Data.DataColumn("GOODS_PROPERTY6", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_PROPERTY6);
this.columnGOODS_PROPERTY7 = new global::System.Data.DataColumn("GOODS_PROPERTY7", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_PROPERTY7);
this.columnGOODS_PROPERTY8 = new global::System.Data.DataColumn("GOODS_PROPERTY8", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_PROPERTY8);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public V_REPORT_INOUTRow NewV_REPORT_INOUTRow() {
return ((V_REPORT_INOUTRow)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new V_REPORT_INOUTRow(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
protected override global::System.Type GetRowType() {
return typeof(V_REPORT_INOUTRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.V_REPORT_INOUTRowChanged != null)) {
this.V_REPORT_INOUTRowChanged(this, new V_REPORT_INOUTRowChangeEvent(((V_REPORT_INOUTRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.V_REPORT_INOUTRowChanging != null)) {
this.V_REPORT_INOUTRowChanging(this, new V_REPORT_INOUTRowChangeEvent(((V_REPORT_INOUTRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.V_REPORT_INOUTRowDeleted != null)) {
this.V_REPORT_INOUTRowDeleted(this, new V_REPORT_INOUTRowChangeEvent(((V_REPORT_INOUTRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.V_REPORT_INOUTRowDeleting != null)) {
this.V_REPORT_INOUTRowDeleting(this, new V_REPORT_INOUTRowChangeEvent(((V_REPORT_INOUTRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void RemoveV_REPORT_INOUTRow(V_REPORT_INOUTRow row) {
this.Rows.Remove(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
Report ds = new Report();
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
any1.MinOccurs = new decimal(0);
any1.MaxOccurs = decimal.MaxValue;
any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any1);
global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
any2.MinOccurs = new decimal(1);
any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any2);
global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute1.Name = "namespace";
attribute1.FixedValue = ds.Namespace;
type.Attributes.Add(attribute1);
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute2.Name = "tableTypeName";
attribute2.FixedValue = "V_REPORT_INOUTDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
/// <summary>
///Represents the strongly named DataTable class.
///</summary>
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class V_STORAGEDataTable : global::System.Data.TypedTableBase<V_STORAGERow> {
private global::System.Data.DataColumn columnGOODS_NAME;
private global::System.Data.DataColumn columnCELL_NAME;
private global::System.Data.DataColumn columnGOODS_UNITS;
private global::System.Data.DataColumn columnGOODS_QUANTITY;
private global::System.Data.DataColumn columnSTOCK_BARCODE;
private global::System.Data.DataColumn columnENTRY_TIME;
private global::System.Data.DataColumn columnGOODS_CODE;
private global::System.Data.DataColumn columnAREA_NAME;
private global::System.Data.DataColumn columnGOODS_CONST_PROPERTY1;
private global::System.Data.DataColumn columnGOODS_PROPERTY1;
private global::System.Data.DataColumn columnGOODS_PROPERTY2;
private global::System.Data.DataColumn columnGOODS_PROPERTY3;
private global::System.Data.DataColumn columnGOODS_PROPERTY4;
private global::System.Data.DataColumn columnGOODS_PROPERTY5;
private global::System.Data.DataColumn columnGOODS_PROPERTY6;
private global::System.Data.DataColumn columnGOODS_PROPERTY7;
private global::System.Data.DataColumn columnGOODS_PROPERTY8;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public V_STORAGEDataTable() {
this.TableName = "V_STORAGE";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
internal V_STORAGEDataTable(global::System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
}
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
this.Locale = table.Locale;
}
if ((table.Namespace != table.DataSet.Namespace)) {
this.Namespace = table.Namespace;
}
this.Prefix = table.Prefix;
this.MinimumCapacity = table.MinimumCapacity;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
protected V_STORAGEDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_NAMEColumn {
get {
return this.columnGOODS_NAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn CELL_NAMEColumn {
get {
return this.columnCELL_NAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_UNITSColumn {
get {
return this.columnGOODS_UNITS;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_QUANTITYColumn {
get {
return this.columnGOODS_QUANTITY;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn STOCK_BARCODEColumn {
get {
return this.columnSTOCK_BARCODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn ENTRY_TIMEColumn {
get {
return this.columnENTRY_TIME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_CODEColumn {
get {
return this.columnGOODS_CODE;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn AREA_NAMEColumn {
get {
return this.columnAREA_NAME;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_CONST_PROPERTY1Column {
get {
return this.columnGOODS_CONST_PROPERTY1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_PROPERTY1Column {
get {
return this.columnGOODS_PROPERTY1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_PROPERTY2Column {
get {
return this.columnGOODS_PROPERTY2;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_PROPERTY3Column {
get {
return this.columnGOODS_PROPERTY3;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_PROPERTY4Column {
get {
return this.columnGOODS_PROPERTY4;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_PROPERTY5Column {
get {
return this.columnGOODS_PROPERTY5;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_PROPERTY6Column {
get {
return this.columnGOODS_PROPERTY6;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_PROPERTY7Column {
get {
return this.columnGOODS_PROPERTY7;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataColumn GOODS_PROPERTY8Column {
get {
return this.columnGOODS_PROPERTY8;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public V_STORAGERow this[int index] {
get {
return ((V_STORAGERow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public event V_STORAGERowChangeEventHandler V_STORAGERowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public event V_STORAGERowChangeEventHandler V_STORAGERowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public event V_STORAGERowChangeEventHandler V_STORAGERowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public event V_STORAGERowChangeEventHandler V_STORAGERowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void AddV_STORAGERow(V_STORAGERow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public V_STORAGERow AddV_STORAGERow(
string GOODS_NAME,
string CELL_NAME,
string GOODS_UNITS,
string GOODS_QUANTITY,
string STOCK_BARCODE,
string ENTRY_TIME,
string GOODS_CODE,
string AREA_NAME,
string GOODS_CONST_PROPERTY1,
string GOODS_PROPERTY1,
string GOODS_PROPERTY2,
string GOODS_PROPERTY3,
string GOODS_PROPERTY4,
string GOODS_PROPERTY5,
string GOODS_PROPERTY6,
string GOODS_PROPERTY7,
string GOODS_PROPERTY8) {
V_STORAGERow rowV_STORAGERow = ((V_STORAGERow)(this.NewRow()));
object[] columnValuesArray = new object[] {
GOODS_NAME,
CELL_NAME,
GOODS_UNITS,
GOODS_QUANTITY,
STOCK_BARCODE,
ENTRY_TIME,
GOODS_CODE,
AREA_NAME,
GOODS_CONST_PROPERTY1,
GOODS_PROPERTY1,
GOODS_PROPERTY2,
GOODS_PROPERTY3,
GOODS_PROPERTY4,
GOODS_PROPERTY5,
GOODS_PROPERTY6,
GOODS_PROPERTY7,
GOODS_PROPERTY8};
rowV_STORAGERow.ItemArray = columnValuesArray;
this.Rows.Add(rowV_STORAGERow);
return rowV_STORAGERow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public override global::System.Data.DataTable Clone() {
V_STORAGEDataTable cln = ((V_STORAGEDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
return new V_STORAGEDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
internal void InitVars() {
this.columnGOODS_NAME = base.Columns["GOODS_NAME"];
this.columnCELL_NAME = base.Columns["CELL_NAME"];
this.columnGOODS_UNITS = base.Columns["GOODS_UNITS"];
this.columnGOODS_QUANTITY = base.Columns["GOODS_QUANTITY"];
this.columnSTOCK_BARCODE = base.Columns["STOCK_BARCODE"];
this.columnENTRY_TIME = base.Columns["ENTRY_TIME"];
this.columnGOODS_CODE = base.Columns["GOODS_CODE"];
this.columnAREA_NAME = base.Columns["AREA_NAME"];
this.columnGOODS_CONST_PROPERTY1 = base.Columns["GOODS_CONST_PROPERTY1"];
this.columnGOODS_PROPERTY1 = base.Columns["GOODS_PROPERTY1"];
this.columnGOODS_PROPERTY2 = base.Columns["GOODS_PROPERTY2"];
this.columnGOODS_PROPERTY3 = base.Columns["GOODS_PROPERTY3"];
this.columnGOODS_PROPERTY4 = base.Columns["GOODS_PROPERTY4"];
this.columnGOODS_PROPERTY5 = base.Columns["GOODS_PROPERTY5"];
this.columnGOODS_PROPERTY6 = base.Columns["GOODS_PROPERTY6"];
this.columnGOODS_PROPERTY7 = base.Columns["GOODS_PROPERTY7"];
this.columnGOODS_PROPERTY8 = base.Columns["GOODS_PROPERTY8"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
private void InitClass() {
this.columnGOODS_NAME = new global::System.Data.DataColumn("GOODS_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_NAME);
this.columnCELL_NAME = new global::System.Data.DataColumn("CELL_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnCELL_NAME);
this.columnGOODS_UNITS = new global::System.Data.DataColumn("GOODS_UNITS", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_UNITS);
this.columnGOODS_QUANTITY = new global::System.Data.DataColumn("GOODS_QUANTITY", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_QUANTITY);
this.columnSTOCK_BARCODE = new global::System.Data.DataColumn("STOCK_BARCODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnSTOCK_BARCODE);
this.columnENTRY_TIME = new global::System.Data.DataColumn("ENTRY_TIME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnENTRY_TIME);
this.columnGOODS_CODE = new global::System.Data.DataColumn("GOODS_CODE", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_CODE);
this.columnAREA_NAME = new global::System.Data.DataColumn("AREA_NAME", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnAREA_NAME);
this.columnGOODS_CONST_PROPERTY1 = new global::System.Data.DataColumn("GOODS_CONST_PROPERTY1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_CONST_PROPERTY1);
this.columnGOODS_PROPERTY1 = new global::System.Data.DataColumn("GOODS_PROPERTY1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_PROPERTY1);
this.columnGOODS_PROPERTY2 = new global::System.Data.DataColumn("GOODS_PROPERTY2", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_PROPERTY2);
this.columnGOODS_PROPERTY3 = new global::System.Data.DataColumn("GOODS_PROPERTY3", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_PROPERTY3);
this.columnGOODS_PROPERTY4 = new global::System.Data.DataColumn("GOODS_PROPERTY4", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_PROPERTY4);
this.columnGOODS_PROPERTY5 = new global::System.Data.DataColumn("GOODS_PROPERTY5", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_PROPERTY5);
this.columnGOODS_PROPERTY6 = new global::System.Data.DataColumn("GOODS_PROPERTY6", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_PROPERTY6);
this.columnGOODS_PROPERTY7 = new global::System.Data.DataColumn("GOODS_PROPERTY7", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_PROPERTY7);
this.columnGOODS_PROPERTY8 = new global::System.Data.DataColumn("GOODS_PROPERTY8", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnGOODS_PROPERTY8);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public V_STORAGERow NewV_STORAGERow() {
return ((V_STORAGERow)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new V_STORAGERow(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
protected override global::System.Type GetRowType() {
return typeof(V_STORAGERow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.V_STORAGERowChanged != null)) {
this.V_STORAGERowChanged(this, new V_STORAGERowChangeEvent(((V_STORAGERow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.V_STORAGERowChanging != null)) {
this.V_STORAGERowChanging(this, new V_STORAGERowChangeEvent(((V_STORAGERow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.V_STORAGERowDeleted != null)) {
this.V_STORAGERowDeleted(this, new V_STORAGERowChangeEvent(((V_STORAGERow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.V_STORAGERowDeleting != null)) {
this.V_STORAGERowDeleting(this, new V_STORAGERowChangeEvent(((V_STORAGERow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void RemoveV_STORAGERow(V_STORAGERow row) {
this.Rows.Remove(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType();
global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence();
Report ds = new Report();
global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
any1.MinOccurs = new decimal(0);
any1.MaxOccurs = decimal.MaxValue;
any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any1);
global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
any2.MinOccurs = new decimal(1);
any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any2);
global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute1.Name = "namespace";
attribute1.FixedValue = ds.Namespace;
type.Attributes.Add(attribute1);
global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
attribute2.Name = "tableTypeName";
attribute2.FixedValue = "V_STORAGEDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
if (xs.Contains(dsSchema.TargetNamespace)) {
global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
try {
global::System.Xml.Schema.XmlSchema schema = null;
dsSchema.Write(s1);
for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) {
schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
s2.SetLength(0);
schema.Write(s2);
if ((s1.Length == s2.Length)) {
s1.Position = 0;
s2.Position = 0;
for (; ((s1.Position != s1.Length)
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
/// <summary>
///Represents strongly named DataRow class.
///</summary>
public partial class V_REPORT_HISRow : global::System.Data.DataRow {
private V_REPORT_HISDataTable tableV_REPORT_HIS;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
internal V_REPORT_HISRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableV_REPORT_HIS = ((V_REPORT_HISDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_ID {
get {
try {
return ((string)(this[this.tableV_REPORT_HIS.GOODS_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_HIS”中列“GOODS_ID”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_HIS.GOODS_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_CODE {
get {
try {
return ((string)(this[this.tableV_REPORT_HIS.GOODS_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_HIS”中列“GOODS_CODE”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_HIS.GOODS_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_NAME {
get {
try {
return ((string)(this[this.tableV_REPORT_HIS.GOODS_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_HIS”中列“GOODS_NAME”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_HIS.GOODS_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_UNITS {
get {
try {
return ((string)(this[this.tableV_REPORT_HIS.GOODS_UNITSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_HIS”中列“GOODS_UNITS”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_HIS.GOODS_UNITSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_CONST_PROPERTY1 {
get {
try {
return ((string)(this[this.tableV_REPORT_HIS.GOODS_CONST_PROPERTY1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_HIS”中列“GOODS_CONST_PROPERTY1”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_HIS.GOODS_CONST_PROPERTY1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_CONST_PROPERTY2 {
get {
try {
return ((string)(this[this.tableV_REPORT_HIS.GOODS_CONST_PROPERTY2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_HIS”中列“GOODS_CONST_PROPERTY2”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_HIS.GOODS_CONST_PROPERTY2Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_CONST_PROPERTY3 {
get {
try {
return ((string)(this[this.tableV_REPORT_HIS.GOODS_CONST_PROPERTY3Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_HIS”中列“GOODS_CONST_PROPERTY3”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_HIS.GOODS_CONST_PROPERTY3Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_PROPERTY1 {
get {
try {
return ((string)(this[this.tableV_REPORT_HIS.GOODS_PROPERTY1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_HIS”中列“GOODS_PROPERTY1”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_HIS.GOODS_PROPERTY1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_PROPERTY2 {
get {
try {
return ((string)(this[this.tableV_REPORT_HIS.GOODS_PROPERTY2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_HIS”中列“GOODS_PROPERTY2”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_HIS.GOODS_PROPERTY2Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_PROPERTY3 {
get {
try {
return ((string)(this[this.tableV_REPORT_HIS.GOODS_PROPERTY3Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_HIS”中列“GOODS_PROPERTY3”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_HIS.GOODS_PROPERTY3Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_PROPERTY4 {
get {
try {
return ((string)(this[this.tableV_REPORT_HIS.GOODS_PROPERTY4Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_HIS”中列“GOODS_PROPERTY4”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_HIS.GOODS_PROPERTY4Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_PROPERTY5 {
get {
try {
return ((string)(this[this.tableV_REPORT_HIS.GOODS_PROPERTY5Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_HIS”中列“GOODS_PROPERTY5”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_HIS.GOODS_PROPERTY5Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_PROPERTY6 {
get {
try {
return ((string)(this[this.tableV_REPORT_HIS.GOODS_PROPERTY6Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_HIS”中列“GOODS_PROPERTY6”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_HIS.GOODS_PROPERTY6Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_PROPERTY7 {
get {
try {
return ((string)(this[this.tableV_REPORT_HIS.GOODS_PROPERTY7Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_HIS”中列“GOODS_PROPERTY7”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_HIS.GOODS_PROPERTY7Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_PROPERTY8 {
get {
try {
return ((string)(this[this.tableV_REPORT_HIS.GOODS_PROPERTY8Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_HIS”中列“GOODS_PROPERTY8”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_HIS.GOODS_PROPERTY8Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public decimal STORAGE_QUANTITY_START {
get {
try {
return ((decimal)(this[this.tableV_REPORT_HIS.STORAGE_QUANTITY_STARTColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_HIS”中列“STORAGE_QUANTITY_START”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_HIS.STORAGE_QUANTITY_STARTColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public decimal IN_QUANTITY_StartToEnd {
get {
try {
return ((decimal)(this[this.tableV_REPORT_HIS.IN_QUANTITY_StartToEndColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_HIS”中列“IN_QUANTITY_StartToEnd”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_HIS.IN_QUANTITY_StartToEndColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public decimal OUT_QUANTITY_StartToEnd {
get {
try {
return ((decimal)(this[this.tableV_REPORT_HIS.OUT_QUANTITY_StartToEndColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_HIS”中列“OUT_QUANTITY_StartToEnd”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_HIS.OUT_QUANTITY_StartToEndColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public decimal STORAGE_QUANTITY_END {
get {
try {
return ((decimal)(this[this.tableV_REPORT_HIS.STORAGE_QUANTITY_ENDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_HIS”中列“STORAGE_QUANTITY_END”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_HIS.STORAGE_QUANTITY_ENDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_IDNull() {
return this.IsNull(this.tableV_REPORT_HIS.GOODS_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_IDNull() {
this[this.tableV_REPORT_HIS.GOODS_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_CODENull() {
return this.IsNull(this.tableV_REPORT_HIS.GOODS_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_CODENull() {
this[this.tableV_REPORT_HIS.GOODS_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_NAMENull() {
return this.IsNull(this.tableV_REPORT_HIS.GOODS_NAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_NAMENull() {
this[this.tableV_REPORT_HIS.GOODS_NAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_UNITSNull() {
return this.IsNull(this.tableV_REPORT_HIS.GOODS_UNITSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_UNITSNull() {
this[this.tableV_REPORT_HIS.GOODS_UNITSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_CONST_PROPERTY1Null() {
return this.IsNull(this.tableV_REPORT_HIS.GOODS_CONST_PROPERTY1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_CONST_PROPERTY1Null() {
this[this.tableV_REPORT_HIS.GOODS_CONST_PROPERTY1Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_CONST_PROPERTY2Null() {
return this.IsNull(this.tableV_REPORT_HIS.GOODS_CONST_PROPERTY2Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_CONST_PROPERTY2Null() {
this[this.tableV_REPORT_HIS.GOODS_CONST_PROPERTY2Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_CONST_PROPERTY3Null() {
return this.IsNull(this.tableV_REPORT_HIS.GOODS_CONST_PROPERTY3Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_CONST_PROPERTY3Null() {
this[this.tableV_REPORT_HIS.GOODS_CONST_PROPERTY3Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_PROPERTY1Null() {
return this.IsNull(this.tableV_REPORT_HIS.GOODS_PROPERTY1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_PROPERTY1Null() {
this[this.tableV_REPORT_HIS.GOODS_PROPERTY1Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_PROPERTY2Null() {
return this.IsNull(this.tableV_REPORT_HIS.GOODS_PROPERTY2Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_PROPERTY2Null() {
this[this.tableV_REPORT_HIS.GOODS_PROPERTY2Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_PROPERTY3Null() {
return this.IsNull(this.tableV_REPORT_HIS.GOODS_PROPERTY3Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_PROPERTY3Null() {
this[this.tableV_REPORT_HIS.GOODS_PROPERTY3Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_PROPERTY4Null() {
return this.IsNull(this.tableV_REPORT_HIS.GOODS_PROPERTY4Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_PROPERTY4Null() {
this[this.tableV_REPORT_HIS.GOODS_PROPERTY4Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_PROPERTY5Null() {
return this.IsNull(this.tableV_REPORT_HIS.GOODS_PROPERTY5Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_PROPERTY5Null() {
this[this.tableV_REPORT_HIS.GOODS_PROPERTY5Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_PROPERTY6Null() {
return this.IsNull(this.tableV_REPORT_HIS.GOODS_PROPERTY6Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_PROPERTY6Null() {
this[this.tableV_REPORT_HIS.GOODS_PROPERTY6Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_PROPERTY7Null() {
return this.IsNull(this.tableV_REPORT_HIS.GOODS_PROPERTY7Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_PROPERTY7Null() {
this[this.tableV_REPORT_HIS.GOODS_PROPERTY7Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_PROPERTY8Null() {
return this.IsNull(this.tableV_REPORT_HIS.GOODS_PROPERTY8Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_PROPERTY8Null() {
this[this.tableV_REPORT_HIS.GOODS_PROPERTY8Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsSTORAGE_QUANTITY_STARTNull() {
return this.IsNull(this.tableV_REPORT_HIS.STORAGE_QUANTITY_STARTColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetSTORAGE_QUANTITY_STARTNull() {
this[this.tableV_REPORT_HIS.STORAGE_QUANTITY_STARTColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsIN_QUANTITY_StartToEndNull() {
return this.IsNull(this.tableV_REPORT_HIS.IN_QUANTITY_StartToEndColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetIN_QUANTITY_StartToEndNull() {
this[this.tableV_REPORT_HIS.IN_QUANTITY_StartToEndColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsOUT_QUANTITY_StartToEndNull() {
return this.IsNull(this.tableV_REPORT_HIS.OUT_QUANTITY_StartToEndColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetOUT_QUANTITY_StartToEndNull() {
this[this.tableV_REPORT_HIS.OUT_QUANTITY_StartToEndColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsSTORAGE_QUANTITY_ENDNull() {
return this.IsNull(this.tableV_REPORT_HIS.STORAGE_QUANTITY_ENDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetSTORAGE_QUANTITY_ENDNull() {
this[this.tableV_REPORT_HIS.STORAGE_QUANTITY_ENDColumn] = global::System.Convert.DBNull;
}
}
/// <summary>
///Represents strongly named DataRow class.
///</summary>
public partial class V_REPORT_INOUTRow : global::System.Data.DataRow {
private V_REPORT_INOUTDataTable tableV_REPORT_INOUT;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
internal V_REPORT_INOUTRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableV_REPORT_INOUT = ((V_REPORT_INOUTDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string PLAN_TYPE_NAME {
get {
try {
return ((string)(this[this.tableV_REPORT_INOUT.PLAN_TYPE_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_INOUT”中列“PLAN_TYPE_NAME”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_INOUT.PLAN_TYPE_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string MANAGE_TYPE_NAME {
get {
try {
return ((string)(this[this.tableV_REPORT_INOUT.MANAGE_TYPE_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_INOUT”中列“MANAGE_TYPE_NAME”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_INOUT.MANAGE_TYPE_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string RECORD_OPERATOR {
get {
try {
return ((string)(this[this.tableV_REPORT_INOUT.RECORD_OPERATORColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_INOUT”中列“RECORD_OPERATOR”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_INOUT.RECORD_OPERATORColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_NAME {
get {
try {
return ((string)(this[this.tableV_REPORT_INOUT.GOODS_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_INOUT”中列“GOODS_NAME”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_INOUT.GOODS_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_QUANTITY {
get {
try {
return ((string)(this[this.tableV_REPORT_INOUT.GOODS_QUANTITYColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_INOUT”中列“GOODS_QUANTITY”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_INOUT.GOODS_QUANTITYColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string MANAGE_TYPE {
get {
try {
return ((string)(this[this.tableV_REPORT_INOUT.MANAGE_TYPEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_INOUT”中列“MANAGE_TYPE”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_INOUT.MANAGE_TYPEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_CODE {
get {
try {
return ((string)(this[this.tableV_REPORT_INOUT.GOODS_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_INOUT”中列“GOODS_CODE”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_INOUT.GOODS_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_UNITS {
get {
try {
return ((string)(this[this.tableV_REPORT_INOUT.GOODS_UNITSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_INOUT”中列“GOODS_UNITS”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_INOUT.GOODS_UNITSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_CONST_PROPERTY1 {
get {
try {
return ((string)(this[this.tableV_REPORT_INOUT.GOODS_CONST_PROPERTY1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_INOUT”中列“GOODS_CONST_PROPERTY1”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_INOUT.GOODS_CONST_PROPERTY1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_PROPERTY1 {
get {
try {
return ((string)(this[this.tableV_REPORT_INOUT.GOODS_PROPERTY1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_INOUT”中列“GOODS_PROPERTY1”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_INOUT.GOODS_PROPERTY1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_PROPERTY2 {
get {
try {
return ((string)(this[this.tableV_REPORT_INOUT.GOODS_PROPERTY2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_INOUT”中列“GOODS_PROPERTY2”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_INOUT.GOODS_PROPERTY2Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_PROPERTY3 {
get {
try {
return ((string)(this[this.tableV_REPORT_INOUT.GOODS_PROPERTY3Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_INOUT”中列“GOODS_PROPERTY3”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_INOUT.GOODS_PROPERTY3Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_PROPERTY4 {
get {
try {
return ((string)(this[this.tableV_REPORT_INOUT.GOODS_PROPERTY4Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_INOUT”中列“GOODS_PROPERTY4”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_INOUT.GOODS_PROPERTY4Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_PROPERTY5 {
get {
try {
return ((string)(this[this.tableV_REPORT_INOUT.GOODS_PROPERTY5Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_INOUT”中列“GOODS_PROPERTY5”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_INOUT.GOODS_PROPERTY5Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_PROPERTY6 {
get {
try {
return ((string)(this[this.tableV_REPORT_INOUT.GOODS_PROPERTY6Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_INOUT”中列“GOODS_PROPERTY6”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_INOUT.GOODS_PROPERTY6Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_PROPERTY7 {
get {
try {
return ((string)(this[this.tableV_REPORT_INOUT.GOODS_PROPERTY7Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_INOUT”中列“GOODS_PROPERTY7”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_INOUT.GOODS_PROPERTY7Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_PROPERTY8 {
get {
try {
return ((string)(this[this.tableV_REPORT_INOUT.GOODS_PROPERTY8Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_REPORT_INOUT”中列“GOODS_PROPERTY8”的值为 DBNull。", e);
}
}
set {
this[this.tableV_REPORT_INOUT.GOODS_PROPERTY8Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsPLAN_TYPE_NAMENull() {
return this.IsNull(this.tableV_REPORT_INOUT.PLAN_TYPE_NAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetPLAN_TYPE_NAMENull() {
this[this.tableV_REPORT_INOUT.PLAN_TYPE_NAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsMANAGE_TYPE_NAMENull() {
return this.IsNull(this.tableV_REPORT_INOUT.MANAGE_TYPE_NAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetMANAGE_TYPE_NAMENull() {
this[this.tableV_REPORT_INOUT.MANAGE_TYPE_NAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsRECORD_OPERATORNull() {
return this.IsNull(this.tableV_REPORT_INOUT.RECORD_OPERATORColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetRECORD_OPERATORNull() {
this[this.tableV_REPORT_INOUT.RECORD_OPERATORColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_NAMENull() {
return this.IsNull(this.tableV_REPORT_INOUT.GOODS_NAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_NAMENull() {
this[this.tableV_REPORT_INOUT.GOODS_NAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_QUANTITYNull() {
return this.IsNull(this.tableV_REPORT_INOUT.GOODS_QUANTITYColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_QUANTITYNull() {
this[this.tableV_REPORT_INOUT.GOODS_QUANTITYColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsMANAGE_TYPENull() {
return this.IsNull(this.tableV_REPORT_INOUT.MANAGE_TYPEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetMANAGE_TYPENull() {
this[this.tableV_REPORT_INOUT.MANAGE_TYPEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_CODENull() {
return this.IsNull(this.tableV_REPORT_INOUT.GOODS_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_CODENull() {
this[this.tableV_REPORT_INOUT.GOODS_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_UNITSNull() {
return this.IsNull(this.tableV_REPORT_INOUT.GOODS_UNITSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_UNITSNull() {
this[this.tableV_REPORT_INOUT.GOODS_UNITSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_CONST_PROPERTY1Null() {
return this.IsNull(this.tableV_REPORT_INOUT.GOODS_CONST_PROPERTY1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_CONST_PROPERTY1Null() {
this[this.tableV_REPORT_INOUT.GOODS_CONST_PROPERTY1Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_PROPERTY1Null() {
return this.IsNull(this.tableV_REPORT_INOUT.GOODS_PROPERTY1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_PROPERTY1Null() {
this[this.tableV_REPORT_INOUT.GOODS_PROPERTY1Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_PROPERTY2Null() {
return this.IsNull(this.tableV_REPORT_INOUT.GOODS_PROPERTY2Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_PROPERTY2Null() {
this[this.tableV_REPORT_INOUT.GOODS_PROPERTY2Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_PROPERTY3Null() {
return this.IsNull(this.tableV_REPORT_INOUT.GOODS_PROPERTY3Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_PROPERTY3Null() {
this[this.tableV_REPORT_INOUT.GOODS_PROPERTY3Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_PROPERTY4Null() {
return this.IsNull(this.tableV_REPORT_INOUT.GOODS_PROPERTY4Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_PROPERTY4Null() {
this[this.tableV_REPORT_INOUT.GOODS_PROPERTY4Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_PROPERTY5Null() {
return this.IsNull(this.tableV_REPORT_INOUT.GOODS_PROPERTY5Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_PROPERTY5Null() {
this[this.tableV_REPORT_INOUT.GOODS_PROPERTY5Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_PROPERTY6Null() {
return this.IsNull(this.tableV_REPORT_INOUT.GOODS_PROPERTY6Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_PROPERTY6Null() {
this[this.tableV_REPORT_INOUT.GOODS_PROPERTY6Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_PROPERTY7Null() {
return this.IsNull(this.tableV_REPORT_INOUT.GOODS_PROPERTY7Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_PROPERTY7Null() {
this[this.tableV_REPORT_INOUT.GOODS_PROPERTY7Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_PROPERTY8Null() {
return this.IsNull(this.tableV_REPORT_INOUT.GOODS_PROPERTY8Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_PROPERTY8Null() {
this[this.tableV_REPORT_INOUT.GOODS_PROPERTY8Column] = global::System.Convert.DBNull;
}
}
/// <summary>
///Represents strongly named DataRow class.
///</summary>
public partial class V_STORAGERow : global::System.Data.DataRow {
private V_STORAGEDataTable tableV_STORAGE;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
internal V_STORAGERow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tableV_STORAGE = ((V_STORAGEDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_NAME {
get {
try {
return ((string)(this[this.tableV_STORAGE.GOODS_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_STORAGE”中列“GOODS_NAME”的值为 DBNull。", e);
}
}
set {
this[this.tableV_STORAGE.GOODS_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string CELL_NAME {
get {
try {
return ((string)(this[this.tableV_STORAGE.CELL_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_STORAGE”中列“CELL_NAME”的值为 DBNull。", e);
}
}
set {
this[this.tableV_STORAGE.CELL_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_UNITS {
get {
try {
return ((string)(this[this.tableV_STORAGE.GOODS_UNITSColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_STORAGE”中列“GOODS_UNITS”的值为 DBNull。", e);
}
}
set {
this[this.tableV_STORAGE.GOODS_UNITSColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_QUANTITY {
get {
try {
return ((string)(this[this.tableV_STORAGE.GOODS_QUANTITYColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_STORAGE”中列“GOODS_QUANTITY”的值为 DBNull。", e);
}
}
set {
this[this.tableV_STORAGE.GOODS_QUANTITYColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string STOCK_BARCODE {
get {
try {
return ((string)(this[this.tableV_STORAGE.STOCK_BARCODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_STORAGE”中列“STOCK_BARCODE”的值为 DBNull。", e);
}
}
set {
this[this.tableV_STORAGE.STOCK_BARCODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string ENTRY_TIME {
get {
try {
return ((string)(this[this.tableV_STORAGE.ENTRY_TIMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_STORAGE”中列“ENTRY_TIME”的值为 DBNull。", e);
}
}
set {
this[this.tableV_STORAGE.ENTRY_TIMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_CODE {
get {
try {
return ((string)(this[this.tableV_STORAGE.GOODS_CODEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_STORAGE”中列“GOODS_CODE”的值为 DBNull。", e);
}
}
set {
this[this.tableV_STORAGE.GOODS_CODEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string AREA_NAME {
get {
try {
return ((string)(this[this.tableV_STORAGE.AREA_NAMEColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_STORAGE”中列“AREA_NAME”的值为 DBNull。", e);
}
}
set {
this[this.tableV_STORAGE.AREA_NAMEColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_CONST_PROPERTY1 {
get {
try {
return ((string)(this[this.tableV_STORAGE.GOODS_CONST_PROPERTY1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_STORAGE”中列“GOODS_CONST_PROPERTY1”的值为 DBNull。", e);
}
}
set {
this[this.tableV_STORAGE.GOODS_CONST_PROPERTY1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_PROPERTY1 {
get {
try {
return ((string)(this[this.tableV_STORAGE.GOODS_PROPERTY1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_STORAGE”中列“GOODS_PROPERTY1”的值为 DBNull。", e);
}
}
set {
this[this.tableV_STORAGE.GOODS_PROPERTY1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_PROPERTY2 {
get {
try {
return ((string)(this[this.tableV_STORAGE.GOODS_PROPERTY2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_STORAGE”中列“GOODS_PROPERTY2”的值为 DBNull。", e);
}
}
set {
this[this.tableV_STORAGE.GOODS_PROPERTY2Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_PROPERTY3 {
get {
try {
return ((string)(this[this.tableV_STORAGE.GOODS_PROPERTY3Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_STORAGE”中列“GOODS_PROPERTY3”的值为 DBNull。", e);
}
}
set {
this[this.tableV_STORAGE.GOODS_PROPERTY3Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_PROPERTY4 {
get {
try {
return ((string)(this[this.tableV_STORAGE.GOODS_PROPERTY4Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_STORAGE”中列“GOODS_PROPERTY4”的值为 DBNull。", e);
}
}
set {
this[this.tableV_STORAGE.GOODS_PROPERTY4Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_PROPERTY5 {
get {
try {
return ((string)(this[this.tableV_STORAGE.GOODS_PROPERTY5Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_STORAGE”中列“GOODS_PROPERTY5”的值为 DBNull。", e);
}
}
set {
this[this.tableV_STORAGE.GOODS_PROPERTY5Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_PROPERTY6 {
get {
try {
return ((string)(this[this.tableV_STORAGE.GOODS_PROPERTY6Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_STORAGE”中列“GOODS_PROPERTY6”的值为 DBNull。", e);
}
}
set {
this[this.tableV_STORAGE.GOODS_PROPERTY6Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_PROPERTY7 {
get {
try {
return ((string)(this[this.tableV_STORAGE.GOODS_PROPERTY7Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_STORAGE”中列“GOODS_PROPERTY7”的值为 DBNull。", e);
}
}
set {
this[this.tableV_STORAGE.GOODS_PROPERTY7Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public string GOODS_PROPERTY8 {
get {
try {
return ((string)(this[this.tableV_STORAGE.GOODS_PROPERTY8Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“V_STORAGE”中列“GOODS_PROPERTY8”的值为 DBNull。", e);
}
}
set {
this[this.tableV_STORAGE.GOODS_PROPERTY8Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_NAMENull() {
return this.IsNull(this.tableV_STORAGE.GOODS_NAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_NAMENull() {
this[this.tableV_STORAGE.GOODS_NAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsCELL_NAMENull() {
return this.IsNull(this.tableV_STORAGE.CELL_NAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetCELL_NAMENull() {
this[this.tableV_STORAGE.CELL_NAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_UNITSNull() {
return this.IsNull(this.tableV_STORAGE.GOODS_UNITSColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_UNITSNull() {
this[this.tableV_STORAGE.GOODS_UNITSColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_QUANTITYNull() {
return this.IsNull(this.tableV_STORAGE.GOODS_QUANTITYColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_QUANTITYNull() {
this[this.tableV_STORAGE.GOODS_QUANTITYColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsSTOCK_BARCODENull() {
return this.IsNull(this.tableV_STORAGE.STOCK_BARCODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetSTOCK_BARCODENull() {
this[this.tableV_STORAGE.STOCK_BARCODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsENTRY_TIMENull() {
return this.IsNull(this.tableV_STORAGE.ENTRY_TIMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetENTRY_TIMENull() {
this[this.tableV_STORAGE.ENTRY_TIMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_CODENull() {
return this.IsNull(this.tableV_STORAGE.GOODS_CODEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_CODENull() {
this[this.tableV_STORAGE.GOODS_CODEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsAREA_NAMENull() {
return this.IsNull(this.tableV_STORAGE.AREA_NAMEColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetAREA_NAMENull() {
this[this.tableV_STORAGE.AREA_NAMEColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_CONST_PROPERTY1Null() {
return this.IsNull(this.tableV_STORAGE.GOODS_CONST_PROPERTY1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_CONST_PROPERTY1Null() {
this[this.tableV_STORAGE.GOODS_CONST_PROPERTY1Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_PROPERTY1Null() {
return this.IsNull(this.tableV_STORAGE.GOODS_PROPERTY1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_PROPERTY1Null() {
this[this.tableV_STORAGE.GOODS_PROPERTY1Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_PROPERTY2Null() {
return this.IsNull(this.tableV_STORAGE.GOODS_PROPERTY2Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_PROPERTY2Null() {
this[this.tableV_STORAGE.GOODS_PROPERTY2Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_PROPERTY3Null() {
return this.IsNull(this.tableV_STORAGE.GOODS_PROPERTY3Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_PROPERTY3Null() {
this[this.tableV_STORAGE.GOODS_PROPERTY3Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_PROPERTY4Null() {
return this.IsNull(this.tableV_STORAGE.GOODS_PROPERTY4Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_PROPERTY4Null() {
this[this.tableV_STORAGE.GOODS_PROPERTY4Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_PROPERTY5Null() {
return this.IsNull(this.tableV_STORAGE.GOODS_PROPERTY5Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_PROPERTY5Null() {
this[this.tableV_STORAGE.GOODS_PROPERTY5Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_PROPERTY6Null() {
return this.IsNull(this.tableV_STORAGE.GOODS_PROPERTY6Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_PROPERTY6Null() {
this[this.tableV_STORAGE.GOODS_PROPERTY6Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_PROPERTY7Null() {
return this.IsNull(this.tableV_STORAGE.GOODS_PROPERTY7Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_PROPERTY7Null() {
this[this.tableV_STORAGE.GOODS_PROPERTY7Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public bool IsGOODS_PROPERTY8Null() {
return this.IsNull(this.tableV_STORAGE.GOODS_PROPERTY8Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public void SetGOODS_PROPERTY8Null() {
this[this.tableV_STORAGE.GOODS_PROPERTY8Column] = global::System.Convert.DBNull;
}
}
/// <summary>
///Row event argument class
///</summary>
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public class V_REPORT_HISRowChangeEvent : global::System.EventArgs {
private V_REPORT_HISRow eventRow;
private global::System.Data.DataRowAction eventAction;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public V_REPORT_HISRowChangeEvent(V_REPORT_HISRow row, global::System.Data.DataRowAction action) {
this.eventRow = row;
this.eventAction = action;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public V_REPORT_HISRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
/// <summary>
///Row event argument class
///</summary>
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public class V_REPORT_INOUTRowChangeEvent : global::System.EventArgs {
private V_REPORT_INOUTRow eventRow;
private global::System.Data.DataRowAction eventAction;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public V_REPORT_INOUTRowChangeEvent(V_REPORT_INOUTRow row, global::System.Data.DataRowAction action) {
this.eventRow = row;
this.eventAction = action;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public V_REPORT_INOUTRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
/// <summary>
///Row event argument class
///</summary>
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public class V_STORAGERowChangeEvent : global::System.EventArgs {
private V_STORAGERow eventRow;
private global::System.Data.DataRowAction eventAction;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public V_STORAGERowChangeEvent(V_STORAGERow row, global::System.Data.DataRowAction action) {
this.eventRow = row;
this.eventAction = action;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public V_STORAGERow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
}
}
#pragma warning restore 1591