📄 dataset_stores.designer.cs
字号:
}
set {
this[this.tablegp_getoldinstockmain.CommentColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string bname {
get {
return ((string)(this[this.tablegp_getoldinstockmain.bnameColumn]));
}
set {
this[this.tablegp_getoldinstockmain.bnameColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string stockname {
get {
return ((string)(this[this.tablegp_getoldinstockmain.stocknameColumn]));
}
set {
this[this.tablegp_getoldinstockmain.stocknameColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string employeename {
get {
return ((string)(this[this.tablegp_getoldinstockmain.employeenameColumn]));
}
set {
this[this.tablegp_getoldinstockmain.employeenameColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string checkname {
get {
return ((string)(this[this.tablegp_getoldinstockmain.checknameColumn]));
}
set {
this[this.tablegp_getoldinstockmain.checknameColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsifcheckNull() {
return this.IsNull(this.tablegp_getoldinstockmain.ifcheckColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetifcheckNull() {
this[this.tablegp_getoldinstockmain.ifcheckColumn] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsCommentNull() {
return this.IsNull(this.tablegp_getoldinstockmain.CommentColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetCommentNull() {
this[this.tablegp_getoldinstockmain.CommentColumn] = System.Convert.DBNull;
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
public class gp_getoldinstockdealRowChangeEvent : System.EventArgs {
private gp_getoldinstockdealRow eventRow;
private System.Data.DataRowAction eventAction;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public gp_getoldinstockdealRowChangeEvent(gp_getoldinstockdealRow row, System.Data.DataRowAction action) {
this.eventRow = row;
this.eventAction = action;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public gp_getoldinstockdealRow Row {
get {
return this.eventRow;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
public class gp_getoldinstockmainRowChangeEvent : System.EventArgs {
private gp_getoldinstockmainRow eventRow;
private System.Data.DataRowAction eventAction;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public gp_getoldinstockmainRowChangeEvent(gp_getoldinstockmainRow row, System.Data.DataRowAction action) {
this.eventRow = row;
this.eventAction = action;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public gp_getoldinstockmainRow Row {
get {
return this.eventRow;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
}
}
namespace RepairCRM.DataSet_StoresTableAdapters {
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.ComponentModel.ToolboxItem(true)]
[System.ComponentModel.DataObjectAttribute(true)]
[System.ComponentModel.DesignerAttribute("Microsoft.VSDesigner.DataSource.Design.TableAdapterDesigner, Microsoft.VSDesigner" +
", Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
public partial class gp_getoldinstockdealTableAdapter : System.ComponentModel.Component {
private System.Data.SqlClient.SqlDataAdapter _adapter;
private System.Data.SqlClient.SqlConnection _connection;
private System.Data.SqlClient.SqlCommand[] _commandCollection;
private bool _clearBeforeFill;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public gp_getoldinstockdealTableAdapter() {
this.ClearBeforeFill = true;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private System.Data.SqlClient.SqlDataAdapter Adapter {
get {
if ((this._adapter == null)) {
this.InitAdapter();
}
return this._adapter;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal 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)) {
((System.Data.SqlClient.SqlCommand)(this.CommandCollection[i])).Connection = value;
}
}
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected System.Data.SqlClient.SqlCommand[] CommandCollection {
get {
if ((this._commandCollection == null)) {
this.InitCommandCollection();
}
return this._commandCollection;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool ClearBeforeFill {
get {
return this._clearBeforeFill;
}
set {
this._clearBeforeFill = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private void InitAdapter() {
this._adapter = new System.Data.SqlClient.SqlDataAdapter();
System.Data.Common.DataTableMapping tableMapping = new System.Data.Common.DataTableMapping();
tableMapping.SourceTable = "Table";
tableMapping.DataSetTable = "gp_getoldinstockdeal";
tableMapping.ColumnMappings.Add("qty", "qty");
tableMapping.ColumnMappings.Add("billnumberid", "billnumberid");
tableMapping.ColumnMappings.Add("ptypeid", "ptypeid");
tableMapping.ColumnMappings.Add("price", "price");
tableMapping.ColumnMappings.Add("total", "total");
tableMapping.ColumnMappings.Add("pname", "pname");
tableMapping.ColumnMappings.Add("usercode", "usercode");
this._adapter.TableMappings.Add(tableMapping);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private void InitConnection() {
this._connection = new System.Data.SqlClient.SqlConnection();
this._connection.ConnectionString = global::RepairCRM.Properties.Settings.Default.mmerpConnectionString;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private void InitCommandCollection() {
this._commandCollection = new System.Data.SqlClient.SqlCommand[1];
this._commandCollection[0] = new System.Data.SqlClient.SqlCommand();
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = "dbo.gp_getoldinstockdeal";
this._commandCollection[0].CommandType = System.Data.CommandType.StoredProcedure;
this._commandCollection[0].Parameters.Add(new System.Data.SqlClient.SqlParameter("@RETURN_VALUE", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.ReturnValue, 10, 0, null, System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[0].Parameters.Add(new System.Data.SqlClient.SqlParameter("@billnumberid", System.Data.SqlDbType.BigInt, 8, System.Data.ParameterDirection.Input, 19, 0, null, System.Data.DataRowVersion.Current, false, null, "", "", ""));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[System.ComponentModel.DataObjectMethodAttribute(System.ComponentModel.DataObjectMethodType.Fill, true)]
public virtual int Fill(DataSet_Stores.gp_getoldinstockdealDataTable dataTable, System.Nullable<long> billnumberid) {
this.Adapter.SelectCommand = this.CommandCollection[0];
if ((billnumberid.HasValue == true)) {
this.Adapter.SelectCommand.Parameters[1].Value = ((long)(billnumberid.Value));
}
else {
this.Adapter.SelectCommand.Parameters[1].Value = System.DBNull.Value;
}
if ((this.ClearBeforeFill == true)) {
dataTable.Clear();
}
int returnValue = this.Adapter.Fill(dataTable);
return returnValue;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")]
[System.ComponentModel.DataObjectMethodAttribute(System.ComponentModel.DataObjectMethodType.Select, true)]
public virtual DataSet_Stores.gp_getoldinstockdealDataTable GetData(System.Nullable<long> billnumberid) {
this.Adapter.SelectCommand = this.CommandCollection[0];
if ((billnumberid.HasValue == true)) {
this.Adapter.SelectCommand.Parameters[1].Value = ((long)(billnumberid.Value));
}
else {
this.Adapter.SelectCommand.Parameters[1].Value = System.DBNull.Value;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -