//------------------------------------------------------------------------------
//
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
//
//------------------------------------------------------------------------------
#pragma warning disable 1591
namespace DeiNiu.wms.win {
///
///Represents a strongly typed in-memory cache of data.
///
[global::System.Serializable()]
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
[global::System.Xml.Serialization.XmlRootAttribute("随货同行5")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]
public partial class 随货同行5 : global::System.Data.DataSet {
private v_stockOutRequestPickDataTable tablev_stockOutRequestPick;
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public 随货同行5() {
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", "4.0.0.0")]
protected 随货同行5(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_stockOutRequestPick"] != null)) {
base.Tables.Add(new v_stockOutRequestPickDataTable(ds.Tables["v_stockOutRequestPick"]));
}
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", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
[global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)]
public v_stockOutRequestPickDataTable v_stockOutRequestPick {
get {
return this.tablev_stockOutRequestPick;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.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", "4.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", "4.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", "4.0.0.0")]
public override global::System.Data.DataSet Clone() {
随货同行5 cln = ((随货同行5)(base.Clone()));
cln.InitVars();
cln.SchemaSerializationMode = this.SchemaSerializationMode;
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeTables() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override bool ShouldSerializeRelations() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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_stockOutRequestPick"] != null)) {
base.Tables.Add(new v_stockOutRequestPickDataTable(ds.Tables["v_stockOutRequestPick"]));
}
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", "4.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", "4.0.0.0")]
internal void InitVars() {
this.InitVars(true);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars(bool initTable) {
this.tablev_stockOutRequestPick = ((v_stockOutRequestPickDataTable)(base.Tables["v_stockOutRequestPick"]));
if ((initTable == true)) {
if ((this.tablev_stockOutRequestPick != null)) {
this.tablev_stockOutRequestPick.InitVars();
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.DataSetName = "随货同行5";
this.Prefix = "";
this.Namespace = "http://tempuri.org/随货同行5.xsd";
this.EnforceConstraints = true;
this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
this.tablev_stockOutRequestPick = new v_stockOutRequestPickDataTable();
base.Tables.Add(this.tablev_stockOutRequestPick);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private bool ShouldSerializev_stockOutRequestPick() {
return false;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.0.0.0")]
public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) {
随货同行5 ds = new 随货同行5();
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", "4.0.0.0")]
public delegate void v_stockOutRequestPickRowChangeEventHandler(object sender, v_stockOutRequestPickRowChangeEvent e);
///
///Represents the strongly named DataTable class.
///
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class v_stockOutRequestPickDataTable : global::System.Data.TypedTableBase {
private global::System.Data.DataColumn columnpickOrderNo;
private global::System.Data.DataColumn columnwaveOrder;
private global::System.Data.DataColumn columnpickOrderState;
private global::System.Data.DataColumn columnid;
private global::System.Data.DataColumn columntransNo;
private global::System.Data.DataColumn columncustomerId;
private global::System.Data.DataColumn columncustomerName;
private global::System.Data.DataColumn columncustAddress;
private global::System.Data.DataColumn columndesk;
private global::System.Data.DataColumn columnbulkBox;
private global::System.Data.DataColumn columnbulkBag;
private global::System.Data.DataColumn columnsumBoxCnt;
private global::System.Data.DataColumn columntranLocationId;
private global::System.Data.DataColumn columnvolume;
private global::System.Data.DataColumn columnweight;
private global::System.Data.DataColumn columnorderBulkPickState;
private global::System.Data.DataColumn columnorderBatchPickState;
private global::System.Data.DataColumn columnorderDate;
private global::System.Data.DataColumn columnpickedBy;
private global::System.Data.DataColumn columnpickedTime;
private global::System.Data.DataColumn columnwaveStart;
private global::System.Data.DataColumn columnwaveEnd;
private global::System.Data.DataColumn columnpriority;
private global::System.Data.DataColumn columnseedsPickNo;
private global::System.Data.DataColumn columninvoicedBy;
private global::System.Data.DataColumn columninvoiceNo;
private global::System.Data.DataColumn columndocNo;
private global::System.Data.DataColumn columninvoicedByName;
private global::System.Data.DataColumn columncheckedByName;
private global::System.Data.DataColumn columnsalesperson;
private global::System.Data.DataColumn columncheckedBy;
private global::System.Data.DataColumn columngoodsId;
private global::System.Data.DataColumn columngoodsName;
private global::System.Data.DataColumn columngoodsPickState;
private global::System.Data.DataColumn columnbatch;
private global::System.Data.DataColumn columncount;
private global::System.Data.DataColumn columnbulkCount;
private global::System.Data.DataColumn columnbatch1Count;
private global::System.Data.DataColumn columnbatch2Count;
private global::System.Data.DataColumn columnboxcnt;
private global::System.Data.DataColumn columnproductDate;
private global::System.Data.DataColumn columnvalidDate;
private global::System.Data.DataColumn columnmanufacturer;
private global::System.Data.DataColumn columnspec;
private global::System.Data.DataColumn columnregeditCode;
private global::System.Data.DataColumn columnunit;
private global::System.Data.DataColumn columntype;
private global::System.Data.DataColumn columnbarCode;
private global::System.Data.DataColumn columngoodsType;
private global::System.Data.DataColumn columngoodsTypeName;
private global::System.Data.DataColumn columnbulkPickState;
private global::System.Data.DataColumn columnbatchPickState;
private global::System.Data.DataColumn columnbigCount;
private global::System.Data.DataColumn columnskuId;
private global::System.Data.DataColumn columnskuCode;
private global::System.Data.DataColumn columnownerName;
private global::System.Data.DataColumn columndescription;
private global::System.Data.DataColumn columnprice;
private global::System.Data.DataColumn columnphone1;
private global::System.Data.DataColumn columnphone2;
private global::System.Data.DataColumn columnapprovedBy;
private global::System.Data.DataColumn columnsumPrice;
private global::System.Data.DataColumn columnorderDesc;
private global::System.Data.DataColumn columnlineName;
private global::System.Data.DataColumn columninvoicePrintCnt;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public v_stockOutRequestPickDataTable() {
this.TableName = "v_stockOutRequestPick";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal v_stockOutRequestPickDataTable(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", "4.0.0.0")]
protected v_stockOutRequestPickDataTable(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", "4.0.0.0")]
public global::System.Data.DataColumn pickOrderNoColumn {
get {
return this.columnpickOrderNo;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn waveOrderColumn {
get {
return this.columnwaveOrder;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn pickOrderStateColumn {
get {
return this.columnpickOrderState;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn idColumn {
get {
return this.columnid;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn transNoColumn {
get {
return this.columntransNo;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn customerIdColumn {
get {
return this.columncustomerId;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn customerNameColumn {
get {
return this.columncustomerName;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn custAddressColumn {
get {
return this.columncustAddress;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn deskColumn {
get {
return this.columndesk;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn bulkBoxColumn {
get {
return this.columnbulkBox;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn bulkBagColumn {
get {
return this.columnbulkBag;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn sumBoxCntColumn {
get {
return this.columnsumBoxCnt;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn tranLocationIdColumn {
get {
return this.columntranLocationId;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn volumeColumn {
get {
return this.columnvolume;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn weightColumn {
get {
return this.columnweight;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn orderBulkPickStateColumn {
get {
return this.columnorderBulkPickState;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn orderBatchPickStateColumn {
get {
return this.columnorderBatchPickState;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn orderDateColumn {
get {
return this.columnorderDate;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn pickedByColumn {
get {
return this.columnpickedBy;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn pickedTimeColumn {
get {
return this.columnpickedTime;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn waveStartColumn {
get {
return this.columnwaveStart;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn waveEndColumn {
get {
return this.columnwaveEnd;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn priorityColumn {
get {
return this.columnpriority;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn seedsPickNoColumn {
get {
return this.columnseedsPickNo;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn invoicedByColumn {
get {
return this.columninvoicedBy;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn invoiceNoColumn {
get {
return this.columninvoiceNo;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn docNoColumn {
get {
return this.columndocNo;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn invoicedByNameColumn {
get {
return this.columninvoicedByName;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn checkedByNameColumn {
get {
return this.columncheckedByName;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn salespersonColumn {
get {
return this.columnsalesperson;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn checkedByColumn {
get {
return this.columncheckedBy;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn goodsIdColumn {
get {
return this.columngoodsId;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn goodsNameColumn {
get {
return this.columngoodsName;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn goodsPickStateColumn {
get {
return this.columngoodsPickState;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn batchColumn {
get {
return this.columnbatch;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn countColumn {
get {
return this.columncount;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn bulkCountColumn {
get {
return this.columnbulkCount;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn batch1CountColumn {
get {
return this.columnbatch1Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn batch2CountColumn {
get {
return this.columnbatch2Count;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn boxcntColumn {
get {
return this.columnboxcnt;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn productDateColumn {
get {
return this.columnproductDate;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn validDateColumn {
get {
return this.columnvalidDate;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn manufacturerColumn {
get {
return this.columnmanufacturer;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn specColumn {
get {
return this.columnspec;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn regeditCodeColumn {
get {
return this.columnregeditCode;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn unitColumn {
get {
return this.columnunit;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn typeColumn {
get {
return this.columntype;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn barCodeColumn {
get {
return this.columnbarCode;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn goodsTypeColumn {
get {
return this.columngoodsType;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn goodsTypeNameColumn {
get {
return this.columngoodsTypeName;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn bulkPickStateColumn {
get {
return this.columnbulkPickState;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn batchPickStateColumn {
get {
return this.columnbatchPickState;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn bigCountColumn {
get {
return this.columnbigCount;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn skuIdColumn {
get {
return this.columnskuId;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn skuCodeColumn {
get {
return this.columnskuCode;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn ownerNameColumn {
get {
return this.columnownerName;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn descriptionColumn {
get {
return this.columndescription;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn priceColumn {
get {
return this.columnprice;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn phone1Column {
get {
return this.columnphone1;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn phone2Column {
get {
return this.columnphone2;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn approvedByColumn {
get {
return this.columnapprovedBy;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn sumPriceColumn {
get {
return this.columnsumPrice;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn orderDescColumn {
get {
return this.columnorderDesc;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn lineNameColumn {
get {
return this.columnlineName;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataColumn invoicePrintCntColumn {
get {
return this.columninvoicePrintCnt;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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", "4.0.0.0")]
public v_stockOutRequestPickRow this[int index] {
get {
return ((v_stockOutRequestPickRow)(this.Rows[index]));
}
}
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event v_stockOutRequestPickRowChangeEventHandler v_stockOutRequestPickRowChanging;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event v_stockOutRequestPickRowChangeEventHandler v_stockOutRequestPickRowChanged;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event v_stockOutRequestPickRowChangeEventHandler v_stockOutRequestPickRowDeleting;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public event v_stockOutRequestPickRowChangeEventHandler v_stockOutRequestPickRowDeleted;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Addv_stockOutRequestPickRow(v_stockOutRequestPickRow row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public v_stockOutRequestPickRow Addv_stockOutRequestPickRow(
string pickOrderNo,
string waveOrder,
int pickOrderState,
int id,
string transNo,
string customerId,
string customerName,
string custAddress,
int desk,
int bulkBox,
int bulkBag,
int sumBoxCnt,
string tranLocationId,
decimal volume,
decimal weight,
int orderBulkPickState,
int orderBatchPickState,
System.DateTime orderDate,
int pickedBy,
System.DateTime pickedTime,
System.DateTime waveStart,
System.DateTime waveEnd,
int priority,
string seedsPickNo,
int invoicedBy,
string invoiceNo,
string docNo,
string invoicedByName,
string checkedByName,
string salesperson,
int checkedBy,
string goodsId,
string goodsName,
int goodsPickState,
string batch,
decimal count,
decimal bulkCount,
decimal batch1Count,
decimal batch2Count,
int boxcnt,
string productDate,
string validDate,
string manufacturer,
string spec,
string regeditCode,
string unit,
string type,
string barCode,
int goodsType,
string goodsTypeName,
int bulkPickState,
int batchPickState,
int bigCount,
int skuId,
string skuCode,
string ownerName,
string description,
decimal price,
string phone1,
string phone2,
string approvedBy,
decimal sumPrice,
string orderDesc,
string lineName,
int invoicePrintCnt) {
v_stockOutRequestPickRow rowv_stockOutRequestPickRow = ((v_stockOutRequestPickRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
pickOrderNo,
waveOrder,
pickOrderState,
id,
transNo,
customerId,
customerName,
custAddress,
desk,
bulkBox,
bulkBag,
sumBoxCnt,
tranLocationId,
volume,
weight,
orderBulkPickState,
orderBatchPickState,
orderDate,
pickedBy,
pickedTime,
waveStart,
waveEnd,
priority,
seedsPickNo,
invoicedBy,
invoiceNo,
docNo,
invoicedByName,
checkedByName,
salesperson,
checkedBy,
goodsId,
goodsName,
goodsPickState,
batch,
count,
bulkCount,
batch1Count,
batch2Count,
boxcnt,
productDate,
validDate,
manufacturer,
spec,
regeditCode,
unit,
type,
barCode,
goodsType,
goodsTypeName,
bulkPickState,
batchPickState,
bigCount,
skuId,
skuCode,
ownerName,
description,
price,
phone1,
phone2,
approvedBy,
sumPrice,
orderDesc,
lineName,
invoicePrintCnt};
rowv_stockOutRequestPickRow.ItemArray = columnValuesArray;
this.Rows.Add(rowv_stockOutRequestPickRow);
return rowv_stockOutRequestPickRow;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public v_stockOutRequestPickRow FindBypickOrderNo(string pickOrderNo) {
return ((v_stockOutRequestPickRow)(this.Rows.Find(new object[] {
pickOrderNo})));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override global::System.Data.DataTable Clone() {
v_stockOutRequestPickDataTable cln = ((v_stockOutRequestPickDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataTable CreateInstance() {
return new v_stockOutRequestPickDataTable();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal void InitVars() {
this.columnpickOrderNo = base.Columns["pickOrderNo"];
this.columnwaveOrder = base.Columns["waveOrder"];
this.columnpickOrderState = base.Columns["pickOrderState"];
this.columnid = base.Columns["id"];
this.columntransNo = base.Columns["transNo"];
this.columncustomerId = base.Columns["customerId"];
this.columncustomerName = base.Columns["customerName"];
this.columncustAddress = base.Columns["custAddress"];
this.columndesk = base.Columns["desk"];
this.columnbulkBox = base.Columns["bulkBox"];
this.columnbulkBag = base.Columns["bulkBag"];
this.columnsumBoxCnt = base.Columns["sumBoxCnt"];
this.columntranLocationId = base.Columns["tranLocationId"];
this.columnvolume = base.Columns["volume"];
this.columnweight = base.Columns["weight"];
this.columnorderBulkPickState = base.Columns["orderBulkPickState"];
this.columnorderBatchPickState = base.Columns["orderBatchPickState"];
this.columnorderDate = base.Columns["orderDate"];
this.columnpickedBy = base.Columns["pickedBy"];
this.columnpickedTime = base.Columns["pickedTime"];
this.columnwaveStart = base.Columns["waveStart"];
this.columnwaveEnd = base.Columns["waveEnd"];
this.columnpriority = base.Columns["priority"];
this.columnseedsPickNo = base.Columns["seedsPickNo"];
this.columninvoicedBy = base.Columns["invoicedBy"];
this.columninvoiceNo = base.Columns["invoiceNo"];
this.columndocNo = base.Columns["docNo"];
this.columninvoicedByName = base.Columns["invoicedByName"];
this.columncheckedByName = base.Columns["checkedByName"];
this.columnsalesperson = base.Columns["salesperson"];
this.columncheckedBy = base.Columns["checkedBy"];
this.columngoodsId = base.Columns["goodsId"];
this.columngoodsName = base.Columns["goodsName"];
this.columngoodsPickState = base.Columns["goodsPickState"];
this.columnbatch = base.Columns["batch"];
this.columncount = base.Columns["count"];
this.columnbulkCount = base.Columns["bulkCount"];
this.columnbatch1Count = base.Columns["batch1Count"];
this.columnbatch2Count = base.Columns["batch2Count"];
this.columnboxcnt = base.Columns["boxcnt"];
this.columnproductDate = base.Columns["productDate"];
this.columnvalidDate = base.Columns["validDate"];
this.columnmanufacturer = base.Columns["manufacturer"];
this.columnspec = base.Columns["spec"];
this.columnregeditCode = base.Columns["regeditCode"];
this.columnunit = base.Columns["unit"];
this.columntype = base.Columns["type"];
this.columnbarCode = base.Columns["barCode"];
this.columngoodsType = base.Columns["goodsType"];
this.columngoodsTypeName = base.Columns["goodsTypeName"];
this.columnbulkPickState = base.Columns["bulkPickState"];
this.columnbatchPickState = base.Columns["batchPickState"];
this.columnbigCount = base.Columns["bigCount"];
this.columnskuId = base.Columns["skuId"];
this.columnskuCode = base.Columns["skuCode"];
this.columnownerName = base.Columns["ownerName"];
this.columndescription = base.Columns["description"];
this.columnprice = base.Columns["price"];
this.columnphone1 = base.Columns["phone1"];
this.columnphone2 = base.Columns["phone2"];
this.columnapprovedBy = base.Columns["approvedBy"];
this.columnsumPrice = base.Columns["sumPrice"];
this.columnorderDesc = base.Columns["orderDesc"];
this.columnlineName = base.Columns["lineName"];
this.columninvoicePrintCnt = base.Columns["invoicePrintCnt"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitClass() {
this.columnpickOrderNo = new global::System.Data.DataColumn("pickOrderNo", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnpickOrderNo);
this.columnwaveOrder = new global::System.Data.DataColumn("waveOrder", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnwaveOrder);
this.columnpickOrderState = new global::System.Data.DataColumn("pickOrderState", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnpickOrderState);
this.columnid = new global::System.Data.DataColumn("id", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnid);
this.columntransNo = new global::System.Data.DataColumn("transNo", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columntransNo);
this.columncustomerId = new global::System.Data.DataColumn("customerId", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncustomerId);
this.columncustomerName = new global::System.Data.DataColumn("customerName", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncustomerName);
this.columncustAddress = new global::System.Data.DataColumn("custAddress", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncustAddress);
this.columndesk = new global::System.Data.DataColumn("desk", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columndesk);
this.columnbulkBox = new global::System.Data.DataColumn("bulkBox", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnbulkBox);
this.columnbulkBag = new global::System.Data.DataColumn("bulkBag", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnbulkBag);
this.columnsumBoxCnt = new global::System.Data.DataColumn("sumBoxCnt", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnsumBoxCnt);
this.columntranLocationId = new global::System.Data.DataColumn("tranLocationId", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columntranLocationId);
this.columnvolume = new global::System.Data.DataColumn("volume", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnvolume);
this.columnweight = new global::System.Data.DataColumn("weight", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnweight);
this.columnorderBulkPickState = new global::System.Data.DataColumn("orderBulkPickState", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnorderBulkPickState);
this.columnorderBatchPickState = new global::System.Data.DataColumn("orderBatchPickState", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnorderBatchPickState);
this.columnorderDate = new global::System.Data.DataColumn("orderDate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnorderDate);
this.columnpickedBy = new global::System.Data.DataColumn("pickedBy", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnpickedBy);
this.columnpickedTime = new global::System.Data.DataColumn("pickedTime", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnpickedTime);
this.columnwaveStart = new global::System.Data.DataColumn("waveStart", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnwaveStart);
this.columnwaveEnd = new global::System.Data.DataColumn("waveEnd", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnwaveEnd);
this.columnpriority = new global::System.Data.DataColumn("priority", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnpriority);
this.columnseedsPickNo = new global::System.Data.DataColumn("seedsPickNo", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnseedsPickNo);
this.columninvoicedBy = new global::System.Data.DataColumn("invoicedBy", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columninvoicedBy);
this.columninvoiceNo = new global::System.Data.DataColumn("invoiceNo", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columninvoiceNo);
this.columndocNo = new global::System.Data.DataColumn("docNo", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columndocNo);
this.columninvoicedByName = new global::System.Data.DataColumn("invoicedByName", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columninvoicedByName);
this.columncheckedByName = new global::System.Data.DataColumn("checkedByName", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncheckedByName);
this.columnsalesperson = new global::System.Data.DataColumn("salesperson", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnsalesperson);
this.columncheckedBy = new global::System.Data.DataColumn("checkedBy", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncheckedBy);
this.columngoodsId = new global::System.Data.DataColumn("goodsId", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columngoodsId);
this.columngoodsName = new global::System.Data.DataColumn("goodsName", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columngoodsName);
this.columngoodsPickState = new global::System.Data.DataColumn("goodsPickState", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columngoodsPickState);
this.columnbatch = new global::System.Data.DataColumn("batch", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnbatch);
this.columncount = new global::System.Data.DataColumn("count", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columncount);
this.columnbulkCount = new global::System.Data.DataColumn("bulkCount", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnbulkCount);
this.columnbatch1Count = new global::System.Data.DataColumn("batch1Count", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnbatch1Count);
this.columnbatch2Count = new global::System.Data.DataColumn("batch2Count", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnbatch2Count);
this.columnboxcnt = new global::System.Data.DataColumn("boxcnt", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnboxcnt);
this.columnproductDate = new global::System.Data.DataColumn("productDate", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnproductDate);
this.columnvalidDate = new global::System.Data.DataColumn("validDate", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnvalidDate);
this.columnmanufacturer = new global::System.Data.DataColumn("manufacturer", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnmanufacturer);
this.columnspec = new global::System.Data.DataColumn("spec", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnspec);
this.columnregeditCode = new global::System.Data.DataColumn("regeditCode", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnregeditCode);
this.columnunit = new global::System.Data.DataColumn("unit", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnunit);
this.columntype = new global::System.Data.DataColumn("type", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columntype);
this.columnbarCode = new global::System.Data.DataColumn("barCode", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnbarCode);
this.columngoodsType = new global::System.Data.DataColumn("goodsType", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columngoodsType);
this.columngoodsTypeName = new global::System.Data.DataColumn("goodsTypeName", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columngoodsTypeName);
this.columnbulkPickState = new global::System.Data.DataColumn("bulkPickState", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnbulkPickState);
this.columnbatchPickState = new global::System.Data.DataColumn("batchPickState", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnbatchPickState);
this.columnbigCount = new global::System.Data.DataColumn("bigCount", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnbigCount);
this.columnskuId = new global::System.Data.DataColumn("skuId", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnskuId);
this.columnskuCode = new global::System.Data.DataColumn("skuCode", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnskuCode);
this.columnownerName = new global::System.Data.DataColumn("ownerName", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnownerName);
this.columndescription = new global::System.Data.DataColumn("description", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columndescription);
this.columnprice = new global::System.Data.DataColumn("price", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnprice);
this.columnphone1 = new global::System.Data.DataColumn("phone1", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnphone1);
this.columnphone2 = new global::System.Data.DataColumn("phone2", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnphone2);
this.columnapprovedBy = new global::System.Data.DataColumn("approvedBy", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnapprovedBy);
this.columnsumPrice = new global::System.Data.DataColumn("sumPrice", typeof(decimal), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnsumPrice);
this.columnorderDesc = new global::System.Data.DataColumn("orderDesc", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnorderDesc);
this.columnlineName = new global::System.Data.DataColumn("lineName", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnlineName);
this.columninvoicePrintCnt = new global::System.Data.DataColumn("invoicePrintCnt", typeof(int), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columninvoicePrintCnt);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnpickOrderNo}, true));
this.columnpickOrderNo.AllowDBNull = false;
this.columnpickOrderNo.Unique = true;
this.columnpickOrderNo.MaxLength = 50;
this.columnwaveOrder.MaxLength = 50;
this.columnid.AllowDBNull = false;
this.columntransNo.MaxLength = 50;
this.columncustomerId.MaxLength = 50;
this.columncustomerName.MaxLength = 250;
this.columncustAddress.MaxLength = 250;
this.columndesk.AllowDBNull = false;
this.columntranLocationId.MaxLength = 50;
this.columnseedsPickNo.MaxLength = 50;
this.columninvoiceNo.MaxLength = 50;
this.columndocNo.MaxLength = 50;
this.columninvoicedByName.MaxLength = 10;
this.columncheckedByName.MaxLength = 10;
this.columnsalesperson.MaxLength = 50;
this.columngoodsId.MaxLength = 50;
this.columngoodsName.MaxLength = 120;
this.columnbatch.MaxLength = 50;
this.columnproductDate.MaxLength = 50;
this.columnvalidDate.MaxLength = 50;
this.columnmanufacturer.MaxLength = 256;
this.columnspec.MaxLength = 100;
this.columnregeditCode.MaxLength = 72;
this.columnunit.MaxLength = 20;
this.columntype.MaxLength = 30;
this.columnbarCode.MaxLength = 30;
this.columngoodsTypeName.MaxLength = 50;
this.columnskuCode.MaxLength = 250;
this.columnownerName.MaxLength = 128;
this.columndescription.MaxLength = 250;
this.columnprice.ReadOnly = true;
this.columnphone1.MaxLength = 50;
this.columnphone2.MaxLength = 50;
this.columnapprovedBy.MaxLength = 200;
this.columnorderDesc.MaxLength = 250;
this.columnlineName.MaxLength = 50;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public v_stockOutRequestPickRow Newv_stockOutRequestPickRow() {
return ((v_stockOutRequestPickRow)(this.NewRow()));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) {
return new v_stockOutRequestPickRow(builder);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override global::System.Type GetRowType() {
return typeof(v_stockOutRequestPickRow);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.v_stockOutRequestPickRowChanged != null)) {
this.v_stockOutRequestPickRowChanged(this, new v_stockOutRequestPickRowChangeEvent(((v_stockOutRequestPickRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.v_stockOutRequestPickRowChanging != null)) {
this.v_stockOutRequestPickRowChanging(this, new v_stockOutRequestPickRowChangeEvent(((v_stockOutRequestPickRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.v_stockOutRequestPickRowDeleted != null)) {
this.v_stockOutRequestPickRowDeleted(this, new v_stockOutRequestPickRowChangeEvent(((v_stockOutRequestPickRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.v_stockOutRequestPickRowDeleting != null)) {
this.v_stockOutRequestPickRowDeleting(this, new v_stockOutRequestPickRowChangeEvent(((v_stockOutRequestPickRow)(e.Row)), e.Action));
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Removev_stockOutRequestPickRow(v_stockOutRequestPickRow row) {
this.Rows.Remove(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.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();
随货同行5 ds = new 随货同行5();
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_stockOutRequestPickDataTable";
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;
}
}
///
///Represents strongly named DataRow class.
///
public partial class v_stockOutRequestPickRow : global::System.Data.DataRow {
private v_stockOutRequestPickDataTable tablev_stockOutRequestPick;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal v_stockOutRequestPickRow(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.tablev_stockOutRequestPick = ((v_stockOutRequestPickDataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string pickOrderNo {
get {
return ((string)(this[this.tablev_stockOutRequestPick.pickOrderNoColumn]));
}
set {
this[this.tablev_stockOutRequestPick.pickOrderNoColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string waveOrder {
get {
try {
return ((string)(this[this.tablev_stockOutRequestPick.waveOrderColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“waveOrder”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.waveOrderColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public int pickOrderState {
get {
try {
return ((int)(this[this.tablev_stockOutRequestPick.pickOrderStateColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“pickOrderState”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.pickOrderStateColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public int id {
get {
return ((int)(this[this.tablev_stockOutRequestPick.idColumn]));
}
set {
this[this.tablev_stockOutRequestPick.idColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string transNo {
get {
try {
return ((string)(this[this.tablev_stockOutRequestPick.transNoColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“transNo”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.transNoColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string customerId {
get {
try {
return ((string)(this[this.tablev_stockOutRequestPick.customerIdColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“customerId”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.customerIdColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string customerName {
get {
try {
return ((string)(this[this.tablev_stockOutRequestPick.customerNameColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“customerName”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.customerNameColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string custAddress {
get {
try {
return ((string)(this[this.tablev_stockOutRequestPick.custAddressColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“custAddress”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.custAddressColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public int desk {
get {
return ((int)(this[this.tablev_stockOutRequestPick.deskColumn]));
}
set {
this[this.tablev_stockOutRequestPick.deskColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public int bulkBox {
get {
try {
return ((int)(this[this.tablev_stockOutRequestPick.bulkBoxColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“bulkBox”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.bulkBoxColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public int bulkBag {
get {
try {
return ((int)(this[this.tablev_stockOutRequestPick.bulkBagColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“bulkBag”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.bulkBagColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public int sumBoxCnt {
get {
try {
return ((int)(this[this.tablev_stockOutRequestPick.sumBoxCntColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“sumBoxCnt”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.sumBoxCntColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string tranLocationId {
get {
try {
return ((string)(this[this.tablev_stockOutRequestPick.tranLocationIdColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“tranLocationId”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.tranLocationIdColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal volume {
get {
try {
return ((decimal)(this[this.tablev_stockOutRequestPick.volumeColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“volume”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.volumeColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal weight {
get {
try {
return ((decimal)(this[this.tablev_stockOutRequestPick.weightColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“weight”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.weightColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public int orderBulkPickState {
get {
try {
return ((int)(this[this.tablev_stockOutRequestPick.orderBulkPickStateColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“orderBulkPickState”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.orderBulkPickStateColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public int orderBatchPickState {
get {
try {
return ((int)(this[this.tablev_stockOutRequestPick.orderBatchPickStateColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“orderBatchPickState”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.orderBatchPickStateColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime orderDate {
get {
try {
return ((global::System.DateTime)(this[this.tablev_stockOutRequestPick.orderDateColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“orderDate”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.orderDateColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public int pickedBy {
get {
try {
return ((int)(this[this.tablev_stockOutRequestPick.pickedByColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“pickedBy”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.pickedByColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime pickedTime {
get {
try {
return ((global::System.DateTime)(this[this.tablev_stockOutRequestPick.pickedTimeColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“pickedTime”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.pickedTimeColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime waveStart {
get {
try {
return ((global::System.DateTime)(this[this.tablev_stockOutRequestPick.waveStartColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“waveStart”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.waveStartColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime waveEnd {
get {
try {
return ((global::System.DateTime)(this[this.tablev_stockOutRequestPick.waveEndColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“waveEnd”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.waveEndColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public int priority {
get {
try {
return ((int)(this[this.tablev_stockOutRequestPick.priorityColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“priority”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.priorityColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string seedsPickNo {
get {
try {
return ((string)(this[this.tablev_stockOutRequestPick.seedsPickNoColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“seedsPickNo”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.seedsPickNoColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public int invoicedBy {
get {
try {
return ((int)(this[this.tablev_stockOutRequestPick.invoicedByColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“invoicedBy”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.invoicedByColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string invoiceNo {
get {
try {
return ((string)(this[this.tablev_stockOutRequestPick.invoiceNoColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“invoiceNo”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.invoiceNoColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string docNo {
get {
try {
return ((string)(this[this.tablev_stockOutRequestPick.docNoColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“docNo”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.docNoColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string invoicedByName {
get {
try {
return ((string)(this[this.tablev_stockOutRequestPick.invoicedByNameColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“invoicedByName”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.invoicedByNameColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string checkedByName {
get {
try {
return ((string)(this[this.tablev_stockOutRequestPick.checkedByNameColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“checkedByName”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.checkedByNameColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string salesperson {
get {
try {
return ((string)(this[this.tablev_stockOutRequestPick.salespersonColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“salesperson”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.salespersonColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public int checkedBy {
get {
try {
return ((int)(this[this.tablev_stockOutRequestPick.checkedByColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“checkedBy”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.checkedByColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string goodsId {
get {
try {
return ((string)(this[this.tablev_stockOutRequestPick.goodsIdColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“goodsId”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.goodsIdColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string goodsName {
get {
try {
return ((string)(this[this.tablev_stockOutRequestPick.goodsNameColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“goodsName”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.goodsNameColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public int goodsPickState {
get {
try {
return ((int)(this[this.tablev_stockOutRequestPick.goodsPickStateColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“goodsPickState”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.goodsPickStateColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string batch {
get {
try {
return ((string)(this[this.tablev_stockOutRequestPick.batchColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“batch”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.batchColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal count {
get {
try {
return ((decimal)(this[this.tablev_stockOutRequestPick.countColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“count”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.countColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal bulkCount {
get {
try {
return ((decimal)(this[this.tablev_stockOutRequestPick.bulkCountColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“bulkCount”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.bulkCountColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal batch1Count {
get {
try {
return ((decimal)(this[this.tablev_stockOutRequestPick.batch1CountColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“batch1Count”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.batch1CountColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal batch2Count {
get {
try {
return ((decimal)(this[this.tablev_stockOutRequestPick.batch2CountColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“batch2Count”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.batch2CountColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public int boxcnt {
get {
try {
return ((int)(this[this.tablev_stockOutRequestPick.boxcntColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“boxcnt”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.boxcntColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string productDate {
get {
try {
return ((string)(this[this.tablev_stockOutRequestPick.productDateColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“productDate”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.productDateColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string validDate {
get {
try {
return ((string)(this[this.tablev_stockOutRequestPick.validDateColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“validDate”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.validDateColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string manufacturer {
get {
try {
return ((string)(this[this.tablev_stockOutRequestPick.manufacturerColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“manufacturer”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.manufacturerColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string spec {
get {
try {
return ((string)(this[this.tablev_stockOutRequestPick.specColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“spec”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.specColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string regeditCode {
get {
try {
return ((string)(this[this.tablev_stockOutRequestPick.regeditCodeColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“regeditCode”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.regeditCodeColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string unit {
get {
try {
return ((string)(this[this.tablev_stockOutRequestPick.unitColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“unit”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.unitColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string type {
get {
try {
return ((string)(this[this.tablev_stockOutRequestPick.typeColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“type”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.typeColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string barCode {
get {
try {
return ((string)(this[this.tablev_stockOutRequestPick.barCodeColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“barCode”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.barCodeColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public int goodsType {
get {
try {
return ((int)(this[this.tablev_stockOutRequestPick.goodsTypeColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“goodsType”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.goodsTypeColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string goodsTypeName {
get {
try {
return ((string)(this[this.tablev_stockOutRequestPick.goodsTypeNameColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“goodsTypeName”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.goodsTypeNameColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public int bulkPickState {
get {
try {
return ((int)(this[this.tablev_stockOutRequestPick.bulkPickStateColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“bulkPickState”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.bulkPickStateColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public int batchPickState {
get {
try {
return ((int)(this[this.tablev_stockOutRequestPick.batchPickStateColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“batchPickState”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.batchPickStateColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public int bigCount {
get {
try {
return ((int)(this[this.tablev_stockOutRequestPick.bigCountColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“bigCount”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.bigCountColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public int skuId {
get {
try {
return ((int)(this[this.tablev_stockOutRequestPick.skuIdColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“skuId”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.skuIdColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string skuCode {
get {
try {
return ((string)(this[this.tablev_stockOutRequestPick.skuCodeColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“skuCode”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.skuCodeColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string ownerName {
get {
try {
return ((string)(this[this.tablev_stockOutRequestPick.ownerNameColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“ownerName”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.ownerNameColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string description {
get {
try {
return ((string)(this[this.tablev_stockOutRequestPick.descriptionColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“description”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.descriptionColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal price {
get {
try {
return ((decimal)(this[this.tablev_stockOutRequestPick.priceColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“price”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.priceColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string phone1 {
get {
try {
return ((string)(this[this.tablev_stockOutRequestPick.phone1Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“phone1”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.phone1Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string phone2 {
get {
try {
return ((string)(this[this.tablev_stockOutRequestPick.phone2Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“phone2”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.phone2Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string approvedBy {
get {
try {
return ((string)(this[this.tablev_stockOutRequestPick.approvedByColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“approvedBy”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.approvedByColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal sumPrice {
get {
try {
return ((decimal)(this[this.tablev_stockOutRequestPick.sumPriceColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“sumPrice”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.sumPriceColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string orderDesc {
get {
try {
return ((string)(this[this.tablev_stockOutRequestPick.orderDescColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“orderDesc”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.orderDescColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string lineName {
get {
try {
return ((string)(this[this.tablev_stockOutRequestPick.lineNameColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“lineName”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.lineNameColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public int invoicePrintCnt {
get {
try {
return ((int)(this[this.tablev_stockOutRequestPick.invoicePrintCntColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“v_stockOutRequestPick”中列“invoicePrintCnt”的值为 DBNull。", e);
}
}
set {
this[this.tablev_stockOutRequestPick.invoicePrintCntColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IswaveOrderNull() {
return this.IsNull(this.tablev_stockOutRequestPick.waveOrderColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetwaveOrderNull() {
this[this.tablev_stockOutRequestPick.waveOrderColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IspickOrderStateNull() {
return this.IsNull(this.tablev_stockOutRequestPick.pickOrderStateColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetpickOrderStateNull() {
this[this.tablev_stockOutRequestPick.pickOrderStateColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IstransNoNull() {
return this.IsNull(this.tablev_stockOutRequestPick.transNoColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SettransNoNull() {
this[this.tablev_stockOutRequestPick.transNoColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IscustomerIdNull() {
return this.IsNull(this.tablev_stockOutRequestPick.customerIdColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetcustomerIdNull() {
this[this.tablev_stockOutRequestPick.customerIdColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IscustomerNameNull() {
return this.IsNull(this.tablev_stockOutRequestPick.customerNameColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetcustomerNameNull() {
this[this.tablev_stockOutRequestPick.customerNameColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IscustAddressNull() {
return this.IsNull(this.tablev_stockOutRequestPick.custAddressColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetcustAddressNull() {
this[this.tablev_stockOutRequestPick.custAddressColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsbulkBoxNull() {
return this.IsNull(this.tablev_stockOutRequestPick.bulkBoxColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetbulkBoxNull() {
this[this.tablev_stockOutRequestPick.bulkBoxColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsbulkBagNull() {
return this.IsNull(this.tablev_stockOutRequestPick.bulkBagColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetbulkBagNull() {
this[this.tablev_stockOutRequestPick.bulkBagColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IssumBoxCntNull() {
return this.IsNull(this.tablev_stockOutRequestPick.sumBoxCntColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetsumBoxCntNull() {
this[this.tablev_stockOutRequestPick.sumBoxCntColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IstranLocationIdNull() {
return this.IsNull(this.tablev_stockOutRequestPick.tranLocationIdColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SettranLocationIdNull() {
this[this.tablev_stockOutRequestPick.tranLocationIdColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsvolumeNull() {
return this.IsNull(this.tablev_stockOutRequestPick.volumeColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetvolumeNull() {
this[this.tablev_stockOutRequestPick.volumeColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsweightNull() {
return this.IsNull(this.tablev_stockOutRequestPick.weightColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetweightNull() {
this[this.tablev_stockOutRequestPick.weightColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsorderBulkPickStateNull() {
return this.IsNull(this.tablev_stockOutRequestPick.orderBulkPickStateColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetorderBulkPickStateNull() {
this[this.tablev_stockOutRequestPick.orderBulkPickStateColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsorderBatchPickStateNull() {
return this.IsNull(this.tablev_stockOutRequestPick.orderBatchPickStateColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetorderBatchPickStateNull() {
this[this.tablev_stockOutRequestPick.orderBatchPickStateColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsorderDateNull() {
return this.IsNull(this.tablev_stockOutRequestPick.orderDateColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetorderDateNull() {
this[this.tablev_stockOutRequestPick.orderDateColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IspickedByNull() {
return this.IsNull(this.tablev_stockOutRequestPick.pickedByColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetpickedByNull() {
this[this.tablev_stockOutRequestPick.pickedByColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IspickedTimeNull() {
return this.IsNull(this.tablev_stockOutRequestPick.pickedTimeColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetpickedTimeNull() {
this[this.tablev_stockOutRequestPick.pickedTimeColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IswaveStartNull() {
return this.IsNull(this.tablev_stockOutRequestPick.waveStartColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetwaveStartNull() {
this[this.tablev_stockOutRequestPick.waveStartColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IswaveEndNull() {
return this.IsNull(this.tablev_stockOutRequestPick.waveEndColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetwaveEndNull() {
this[this.tablev_stockOutRequestPick.waveEndColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IspriorityNull() {
return this.IsNull(this.tablev_stockOutRequestPick.priorityColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetpriorityNull() {
this[this.tablev_stockOutRequestPick.priorityColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsseedsPickNoNull() {
return this.IsNull(this.tablev_stockOutRequestPick.seedsPickNoColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetseedsPickNoNull() {
this[this.tablev_stockOutRequestPick.seedsPickNoColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsinvoicedByNull() {
return this.IsNull(this.tablev_stockOutRequestPick.invoicedByColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetinvoicedByNull() {
this[this.tablev_stockOutRequestPick.invoicedByColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsinvoiceNoNull() {
return this.IsNull(this.tablev_stockOutRequestPick.invoiceNoColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetinvoiceNoNull() {
this[this.tablev_stockOutRequestPick.invoiceNoColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsdocNoNull() {
return this.IsNull(this.tablev_stockOutRequestPick.docNoColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetdocNoNull() {
this[this.tablev_stockOutRequestPick.docNoColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsinvoicedByNameNull() {
return this.IsNull(this.tablev_stockOutRequestPick.invoicedByNameColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetinvoicedByNameNull() {
this[this.tablev_stockOutRequestPick.invoicedByNameColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IscheckedByNameNull() {
return this.IsNull(this.tablev_stockOutRequestPick.checkedByNameColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetcheckedByNameNull() {
this[this.tablev_stockOutRequestPick.checkedByNameColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IssalespersonNull() {
return this.IsNull(this.tablev_stockOutRequestPick.salespersonColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetsalespersonNull() {
this[this.tablev_stockOutRequestPick.salespersonColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IscheckedByNull() {
return this.IsNull(this.tablev_stockOutRequestPick.checkedByColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetcheckedByNull() {
this[this.tablev_stockOutRequestPick.checkedByColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsgoodsIdNull() {
return this.IsNull(this.tablev_stockOutRequestPick.goodsIdColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetgoodsIdNull() {
this[this.tablev_stockOutRequestPick.goodsIdColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsgoodsNameNull() {
return this.IsNull(this.tablev_stockOutRequestPick.goodsNameColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetgoodsNameNull() {
this[this.tablev_stockOutRequestPick.goodsNameColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsgoodsPickStateNull() {
return this.IsNull(this.tablev_stockOutRequestPick.goodsPickStateColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetgoodsPickStateNull() {
this[this.tablev_stockOutRequestPick.goodsPickStateColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsbatchNull() {
return this.IsNull(this.tablev_stockOutRequestPick.batchColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetbatchNull() {
this[this.tablev_stockOutRequestPick.batchColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IscountNull() {
return this.IsNull(this.tablev_stockOutRequestPick.countColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetcountNull() {
this[this.tablev_stockOutRequestPick.countColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsbulkCountNull() {
return this.IsNull(this.tablev_stockOutRequestPick.bulkCountColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetbulkCountNull() {
this[this.tablev_stockOutRequestPick.bulkCountColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isbatch1CountNull() {
return this.IsNull(this.tablev_stockOutRequestPick.batch1CountColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setbatch1CountNull() {
this[this.tablev_stockOutRequestPick.batch1CountColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isbatch2CountNull() {
return this.IsNull(this.tablev_stockOutRequestPick.batch2CountColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setbatch2CountNull() {
this[this.tablev_stockOutRequestPick.batch2CountColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsboxcntNull() {
return this.IsNull(this.tablev_stockOutRequestPick.boxcntColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetboxcntNull() {
this[this.tablev_stockOutRequestPick.boxcntColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsproductDateNull() {
return this.IsNull(this.tablev_stockOutRequestPick.productDateColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetproductDateNull() {
this[this.tablev_stockOutRequestPick.productDateColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsvalidDateNull() {
return this.IsNull(this.tablev_stockOutRequestPick.validDateColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetvalidDateNull() {
this[this.tablev_stockOutRequestPick.validDateColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsmanufacturerNull() {
return this.IsNull(this.tablev_stockOutRequestPick.manufacturerColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetmanufacturerNull() {
this[this.tablev_stockOutRequestPick.manufacturerColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsspecNull() {
return this.IsNull(this.tablev_stockOutRequestPick.specColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetspecNull() {
this[this.tablev_stockOutRequestPick.specColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsregeditCodeNull() {
return this.IsNull(this.tablev_stockOutRequestPick.regeditCodeColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetregeditCodeNull() {
this[this.tablev_stockOutRequestPick.regeditCodeColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsunitNull() {
return this.IsNull(this.tablev_stockOutRequestPick.unitColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetunitNull() {
this[this.tablev_stockOutRequestPick.unitColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IstypeNull() {
return this.IsNull(this.tablev_stockOutRequestPick.typeColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SettypeNull() {
this[this.tablev_stockOutRequestPick.typeColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsbarCodeNull() {
return this.IsNull(this.tablev_stockOutRequestPick.barCodeColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetbarCodeNull() {
this[this.tablev_stockOutRequestPick.barCodeColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsgoodsTypeNull() {
return this.IsNull(this.tablev_stockOutRequestPick.goodsTypeColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetgoodsTypeNull() {
this[this.tablev_stockOutRequestPick.goodsTypeColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsgoodsTypeNameNull() {
return this.IsNull(this.tablev_stockOutRequestPick.goodsTypeNameColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetgoodsTypeNameNull() {
this[this.tablev_stockOutRequestPick.goodsTypeNameColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsbulkPickStateNull() {
return this.IsNull(this.tablev_stockOutRequestPick.bulkPickStateColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetbulkPickStateNull() {
this[this.tablev_stockOutRequestPick.bulkPickStateColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsbatchPickStateNull() {
return this.IsNull(this.tablev_stockOutRequestPick.batchPickStateColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetbatchPickStateNull() {
this[this.tablev_stockOutRequestPick.batchPickStateColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsbigCountNull() {
return this.IsNull(this.tablev_stockOutRequestPick.bigCountColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetbigCountNull() {
this[this.tablev_stockOutRequestPick.bigCountColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsskuIdNull() {
return this.IsNull(this.tablev_stockOutRequestPick.skuIdColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetskuIdNull() {
this[this.tablev_stockOutRequestPick.skuIdColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsskuCodeNull() {
return this.IsNull(this.tablev_stockOutRequestPick.skuCodeColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetskuCodeNull() {
this[this.tablev_stockOutRequestPick.skuCodeColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsownerNameNull() {
return this.IsNull(this.tablev_stockOutRequestPick.ownerNameColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetownerNameNull() {
this[this.tablev_stockOutRequestPick.ownerNameColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsdescriptionNull() {
return this.IsNull(this.tablev_stockOutRequestPick.descriptionColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetdescriptionNull() {
this[this.tablev_stockOutRequestPick.descriptionColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IspriceNull() {
return this.IsNull(this.tablev_stockOutRequestPick.priceColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetpriceNull() {
this[this.tablev_stockOutRequestPick.priceColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isphone1Null() {
return this.IsNull(this.tablev_stockOutRequestPick.phone1Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setphone1Null() {
this[this.tablev_stockOutRequestPick.phone1Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool Isphone2Null() {
return this.IsNull(this.tablev_stockOutRequestPick.phone2Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void Setphone2Null() {
this[this.tablev_stockOutRequestPick.phone2Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsapprovedByNull() {
return this.IsNull(this.tablev_stockOutRequestPick.approvedByColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetapprovedByNull() {
this[this.tablev_stockOutRequestPick.approvedByColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IssumPriceNull() {
return this.IsNull(this.tablev_stockOutRequestPick.sumPriceColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetsumPriceNull() {
this[this.tablev_stockOutRequestPick.sumPriceColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsorderDescNull() {
return this.IsNull(this.tablev_stockOutRequestPick.orderDescColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetorderDescNull() {
this[this.tablev_stockOutRequestPick.orderDescColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IslineNameNull() {
return this.IsNull(this.tablev_stockOutRequestPick.lineNameColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetlineNameNull() {
this[this.tablev_stockOutRequestPick.lineNameColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsinvoicePrintCntNull() {
return this.IsNull(this.tablev_stockOutRequestPick.invoicePrintCntColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetinvoicePrintCntNull() {
this[this.tablev_stockOutRequestPick.invoicePrintCntColumn] = global::System.Convert.DBNull;
}
}
///
///Row event argument class
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class v_stockOutRequestPickRowChangeEvent : global::System.EventArgs {
private v_stockOutRequestPickRow eventRow;
private global::System.Data.DataRowAction eventAction;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public v_stockOutRequestPickRowChangeEvent(v_stockOutRequestPickRow 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", "4.0.0.0")]
public v_stockOutRequestPickRow Row {
get {
return this.eventRow;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public global::System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
}
}
namespace DeiNiu.wms.win.随货同行5TableAdapters {
///
///Represents the connection and commands used to retrieve and save data.
///
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.ComponentModel.DataObjectAttribute(true)]
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
", Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public partial class v_stockOutRequestPickTableAdapter : global::System.ComponentModel.Component {
private global::System.Data.SqlClient.SqlDataAdapter _adapter;
private global::System.Data.SqlClient.SqlConnection _connection;
private global::System.Data.SqlClient.SqlTransaction _transaction;
private global::System.Data.SqlClient.SqlCommand[] _commandCollection;
private bool _clearBeforeFill;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public v_stockOutRequestPickTableAdapter() {
this.ClearBeforeFill = true;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected internal global::System.Data.SqlClient.SqlDataAdapter Adapter {
get {
if ((this._adapter == null)) {
this.InitAdapter();
}
return this._adapter;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal global::System.Data.SqlClient.SqlConnection Connection {
get {
if ((this._connection == null)) {
this.InitConnection();
}
return this._connection;
}
set {
this._connection = value;
if ((this.Adapter.InsertCommand != null)) {
this.Adapter.InsertCommand.Connection = value;
}
if ((this.Adapter.DeleteCommand != null)) {
this.Adapter.DeleteCommand.Connection = value;
}
if ((this.Adapter.UpdateCommand != null)) {
this.Adapter.UpdateCommand.Connection = value;
}
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
if ((this.CommandCollection[i] != null)) {
((global::System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
}
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
internal global::System.Data.SqlClient.SqlTransaction Transaction {
get {
return this._transaction;
}
set {
this._transaction = value;
for (int i = 0; (i < this.CommandCollection.Length); i = (i + 1)) {
this.CommandCollection[i].Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.DeleteCommand != null))) {
this.Adapter.DeleteCommand.Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.InsertCommand != null))) {
this.Adapter.InsertCommand.Transaction = this._transaction;
}
if (((this.Adapter != null)
&& (this.Adapter.UpdateCommand != null))) {
this.Adapter.UpdateCommand.Transaction = this._transaction;
}
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
protected global::System.Data.SqlClient.SqlCommand[] CommandCollection {
get {
if ((this._commandCollection == null)) {
this.InitCommandCollection();
}
return this._commandCollection;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool ClearBeforeFill {
get {
return this._clearBeforeFill;
}
set {
this._clearBeforeFill = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitAdapter() {
this._adapter = new global::System.Data.SqlClient.SqlDataAdapter();
global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
tableMapping.SourceTable = "Table";
tableMapping.DataSetTable = "v_stockOutRequestPick";
tableMapping.ColumnMappings.Add("pickOrderNo", "pickOrderNo");
tableMapping.ColumnMappings.Add("waveOrder", "waveOrder");
tableMapping.ColumnMappings.Add("pickOrderState", "pickOrderState");
tableMapping.ColumnMappings.Add("id", "id");
tableMapping.ColumnMappings.Add("transNo", "transNo");
tableMapping.ColumnMappings.Add("customerId", "customerId");
tableMapping.ColumnMappings.Add("customerName", "customerName");
tableMapping.ColumnMappings.Add("custAddress", "custAddress");
tableMapping.ColumnMappings.Add("desk", "desk");
tableMapping.ColumnMappings.Add("bulkBox", "bulkBox");
tableMapping.ColumnMappings.Add("bulkBag", "bulkBag");
tableMapping.ColumnMappings.Add("sumBoxCnt", "sumBoxCnt");
tableMapping.ColumnMappings.Add("tranLocationId", "tranLocationId");
tableMapping.ColumnMappings.Add("volume", "volume");
tableMapping.ColumnMappings.Add("weight", "weight");
tableMapping.ColumnMappings.Add("orderBulkPickState", "orderBulkPickState");
tableMapping.ColumnMappings.Add("orderBatchPickState", "orderBatchPickState");
tableMapping.ColumnMappings.Add("orderDate", "orderDate");
tableMapping.ColumnMappings.Add("pickedBy", "pickedBy");
tableMapping.ColumnMappings.Add("pickedTime", "pickedTime");
tableMapping.ColumnMappings.Add("waveStart", "waveStart");
tableMapping.ColumnMappings.Add("waveEnd", "waveEnd");
tableMapping.ColumnMappings.Add("priority", "priority");
tableMapping.ColumnMappings.Add("seedsPickNo", "seedsPickNo");
tableMapping.ColumnMappings.Add("invoicedBy", "invoicedBy");
tableMapping.ColumnMappings.Add("invoiceNo", "invoiceNo");
tableMapping.ColumnMappings.Add("docNo", "docNo");
tableMapping.ColumnMappings.Add("invoicedByName", "invoicedByName");
tableMapping.ColumnMappings.Add("checkedByName", "checkedByName");
tableMapping.ColumnMappings.Add("salesperson", "salesperson");
tableMapping.ColumnMappings.Add("checkedBy", "checkedBy");
tableMapping.ColumnMappings.Add("goodsId", "goodsId");
tableMapping.ColumnMappings.Add("goodsName", "goodsName");
tableMapping.ColumnMappings.Add("goodsPickState", "goodsPickState");
tableMapping.ColumnMappings.Add("batch", "batch");
tableMapping.ColumnMappings.Add("count", "count");
tableMapping.ColumnMappings.Add("bulkCount", "bulkCount");
tableMapping.ColumnMappings.Add("batch1Count", "batch1Count");
tableMapping.ColumnMappings.Add("batch2Count", "batch2Count");
tableMapping.ColumnMappings.Add("boxcnt", "boxcnt");
tableMapping.ColumnMappings.Add("productDate", "productDate");
tableMapping.ColumnMappings.Add("validDate", "validDate");
tableMapping.ColumnMappings.Add("manufacturer", "manufacturer");
tableMapping.ColumnMappings.Add("spec", "spec");
tableMapping.ColumnMappings.Add("regeditCode", "regeditCode");
tableMapping.ColumnMappings.Add("unit", "unit");
tableMapping.ColumnMappings.Add("type", "type");
tableMapping.ColumnMappings.Add("barCode", "barCode");
tableMapping.ColumnMappings.Add("goodsType", "goodsType");
tableMapping.ColumnMappings.Add("goodsTypeName", "goodsTypeName");
tableMapping.ColumnMappings.Add("bulkPickState", "bulkPickState");
tableMapping.ColumnMappings.Add("batchPickState", "batchPickState");
tableMapping.ColumnMappings.Add("bigCount", "bigCount");
tableMapping.ColumnMappings.Add("skuId", "skuId");
tableMapping.ColumnMappings.Add("skuCode", "skuCode");
tableMapping.ColumnMappings.Add("ownerName", "ownerName");
tableMapping.ColumnMappings.Add("description", "description");
tableMapping.ColumnMappings.Add("price", "price");
tableMapping.ColumnMappings.Add("phone1", "phone1");
tableMapping.ColumnMappings.Add("phone2", "phone2");
tableMapping.ColumnMappings.Add("approvedBy", "approvedBy");
tableMapping.ColumnMappings.Add("sumPrice", "sumPrice");
tableMapping.ColumnMappings.Add("orderDesc", "orderDesc");
tableMapping.ColumnMappings.Add("lineName", "lineName");
tableMapping.ColumnMappings.Add("invoicePrintCnt", "invoicePrintCnt");
this._adapter.TableMappings.Add(tableMapping);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitConnection() {
this._connection = new global::System.Data.SqlClient.SqlConnection();
this._connection.ConnectionString = global::DeiNiu.wms.win.Properties.Settings.Default.deiniuWMSConnectionString1;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private void InitCommandCollection() {
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1];
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = @"SELECT pickOrderNo, waveOrder, pickOrderState, id, transNo, customerId, customerName, custAddress, desk, bulkBox, bulkBag, sumBoxCnt, tranLocationId, volume, weight, orderBulkPickState, orderBatchPickState, orderDate, pickedBy, pickedTime, waveStart, waveEnd, priority, seedsPickNo, invoicedBy, invoiceNo, docNo, invoicedByName, checkedByName, salesperson, checkedBy, goodsId, goodsName, goodsPickState, batch, count, bulkCount, batch1Count, batch2Count, boxcnt, productDate, validDate, manufacturer, spec, regeditCode, unit, type, barCode, goodsType, goodsTypeName, bulkPickState, batchPickState, bigCount, skuId, skuCode, ownerName, description, price, phone1, phone2, approvedBy, sumPrice, orderDesc, lineName, invoicePrintCnt FROM dbo.v_stockOutRequestPick";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]
public virtual int Fill(随货同行5.v_stockOutRequestPickDataTable dataTable) {
this.Adapter.SelectCommand = this.CommandCollection[0];
if ((this.ClearBeforeFill == true)) {
dataTable.Clear();
}
int returnValue = this.Adapter.Fill(dataTable);
return returnValue;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, true)]
public virtual 随货同行5.v_stockOutRequestPickDataTable GetData() {
this.Adapter.SelectCommand = this.CommandCollection[0];
随货同行5.v_stockOutRequestPickDataTable dataTable = new 随货同行5.v_stockOutRequestPickDataTable();
this.Adapter.Fill(dataTable);
return dataTable;
}
}
///
///TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios
///
[global::System.ComponentModel.DesignerCategoryAttribute("code")]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterManagerDesigner, Microsoft.VSD" +
"esigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapterManager")]
public partial class TableAdapterManager : global::System.ComponentModel.Component {
private UpdateOrderOption _updateOrder;
private bool _backupDataSetBeforeUpdate;
private global::System.Data.IDbConnection _connection;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public UpdateOrderOption UpdateOrder {
get {
return this._updateOrder;
}
set {
this._updateOrder = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool BackupDataSetBeforeUpdate {
get {
return this._backupDataSetBeforeUpdate;
}
set {
this._backupDataSetBeforeUpdate = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public global::System.Data.IDbConnection Connection {
get {
if ((this._connection != null)) {
return this._connection;
}
return null;
}
set {
this._connection = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
public int TableAdapterInstanceCount {
get {
int count = 0;
return count;
}
}
///
///Update rows in top-down order.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private int UpdateUpdatedRows(随货同行5 dataSet, global::System.Collections.Generic.List allChangedRows, global::System.Collections.Generic.List allAddedRows) {
int result = 0;
return result;
}
///
///Insert rows in top-down order.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private int UpdateInsertedRows(随货同行5 dataSet, global::System.Collections.Generic.List allAddedRows) {
int result = 0;
return result;
}
///
///Delete rows in bottom-up order.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private int UpdateDeletedRows(随货同行5 dataSet, global::System.Collections.Generic.List allChangedRows) {
int result = 0;
return result;
}
///
///Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
private global::System.Data.DataRow[] GetRealUpdatedRows(global::System.Data.DataRow[] updatedRows, global::System.Collections.Generic.List allAddedRows) {
if (((updatedRows == null)
|| (updatedRows.Length < 1))) {
return updatedRows;
}
if (((allAddedRows == null)
|| (allAddedRows.Count < 1))) {
return updatedRows;
}
global::System.Collections.Generic.List realUpdatedRows = new global::System.Collections.Generic.List();
for (int i = 0; (i < updatedRows.Length); i = (i + 1)) {
global::System.Data.DataRow row = updatedRows[i];
if ((allAddedRows.Contains(row) == false)) {
realUpdatedRows.Add(row);
}
}
return realUpdatedRows.ToArray();
}
///
///Update all changes to the dataset.
///
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public virtual int UpdateAll(随货同行5 dataSet) {
if ((dataSet == null)) {
throw new global::System.ArgumentNullException("dataSet");
}
if ((dataSet.HasChanges() == false)) {
return 0;
}
global::System.Data.IDbConnection workConnection = this.Connection;
if ((workConnection == null)) {
throw new global::System.ApplicationException("TableAdapterManager 不包含任何连接信息。请将每个 TableAdapterManager TableAdapter 属性设置为有效的 Tabl" +
"eAdapter 实例。");
}
bool workConnOpened = false;
if (((workConnection.State & global::System.Data.ConnectionState.Broken)
== global::System.Data.ConnectionState.Broken)) {
workConnection.Close();
}
if ((workConnection.State == global::System.Data.ConnectionState.Closed)) {
workConnection.Open();
workConnOpened = true;
}
global::System.Data.IDbTransaction workTransaction = workConnection.BeginTransaction();
if ((workTransaction == null)) {
throw new global::System.ApplicationException("事务无法开始。当前的数据连接不支持事务或当前状态不允许事务开始。");
}
global::System.Collections.Generic.List allChangedRows = new global::System.Collections.Generic.List();
global::System.Collections.Generic.List allAddedRows = new global::System.Collections.Generic.List();
global::System.Collections.Generic.List adaptersWithAcceptChangesDuringUpdate = new global::System.Collections.Generic.List();
global::System.Collections.Generic.Dictionary