diff --git a/C-Windows-1/ATS_Station_Management_X64.dll b/C-Windows-1/ATS_Station_Management_X64.dll new file mode 100644 index 0000000..d2da0e7 Binary files /dev/null and b/C-Windows-1/ATS_Station_Management_X64.dll differ diff --git a/C-Windows-1/ATS_Station_Managment.dll b/C-Windows-1/ATS_Station_Managment.dll new file mode 100644 index 0000000..4faecd2 Binary files /dev/null and b/C-Windows-1/ATS_Station_Managment.dll differ diff --git a/C-Windows-1/ATS_Station_Managment.h b/C-Windows-1/ATS_Station_Managment.h new file mode 100644 index 0000000..b3682db --- /dev/null +++ b/C-Windows-1/ATS_Station_Managment.h @@ -0,0 +1,605 @@ +#pragma once +#pragma warning(disable:4996) + +#ifdef DLLEXPORT +#define DLLAPI __declspec(dllexport) +#else +#define DLLAPI __declspec(dllimport) +#endif + +#define CALLMETHOD __cdecl//__cdecl//__stdcall + +#define _in_ +#define _out_ + +/************************************************************************/ +/* 过站管理 */ +/* 20160923 */ +/* Lory */ +/************************************************************************/ + +//连接数据库 +DLLAPI int CALLMETHOD TestConnect(_in_ int conn); + +//写log +DLLAPI int CALLMETHOD WriteLog(_in_ char *Errorstring); + +//获取配置文件路径 +DLLAPI int CALLMETHOD Get_ExePath(_out_ char* exePath); + +//查询物料编码 +DLLAPI int CALLMETHOD ATS_SelectMaterialCode(_in_ char * BatchNumber, _out_ char * MaterialCode); + +//插入测试序列名称 +DLLAPI int CALLMETHOD ATS_InsertRoutMaintain( + _in_ char * MaterialCode, + _in_ char * ATSStationName, + _in_ char * Test_Number, + _in_ char * Test_NameVaule + ); + +//查询测试站名称 +DLLAPI int CALLMETHOD ATS_SelectATSStationName(_in_ char * MaterialCode, _out_ char * ATSStationName); + +//查询SN是否可以测试 +DLLAPI int CALLMETHOD ATS_SelectTestYorN( + _in_ char* MainSN, + _in_ char* ATSStationName, + _in_ char* MaterialCode, + _out_ char* TestYorN + ); + +DLLAPI int CALLMETHOD ATS_SelectTestYorN_Batch( + _in_ char* MainSN, + _in_ char* ATSStationName, + _in_ char* MaterialCode, + _in_ char* Batch, + _out_ char* TestYorN + ); + +DLLAPI int CALLMETHOD ATS_SelectTestYorN_Batch_LineName( + _in_ char* MainSN, + _in_ char* ATSStationName, + _in_ char* MaterialCode, + _in_ char* Batch, + _in_ char* LineName, + _in_ char* Value2, + _in_ char* Value3, + _out_ char* TestYorN + ); + +//上传测试数据 +DLLAPI int CALLMETHOD HW_InsertDataRow( + _in_ char *strmodel, + _in_ char *strbatch, + _in_ char *strlocation, + _in_ char *strstation, + _in_ char *strsn, + _in_ int iresult, + _in_ char *strkeys, + _in_ char *strvalues + ); + +DLLAPI int CALLMETHOD ATS_InsertDataRow_JIG( + _in_ char *strmodel, + _in_ char *strbatch, + _in_ char *strlocation, + _in_ char *strstation, + _in_ char *strsn, + _in_ int iresult, + _in_ char * errorinfo, + _in_ char * JIG_Number, + _in_ char *strkeys, + _in_ char *strvalues + ); + +DLLAPI int CALLMETHOD ATS_InsertDataRow_JIG_V2( + _in_ char *strlinename,//线别名称 + _in_ char *strbatch,//批次 + _in_ char *strlocation,//物料编码 + _in_ char *strstation,//站名 + _in_ char *strsn,//过站条码 + _in_ int iresult,//测试结果 + _in_ char * errorinfo,//错误信息 + _in_ char * JIG_Number,//机架编号 + _in_ char *strswversion,//软件版本 + _in_ char *strremark, //备注 + _in_ char *strkeys,//列名 + _in_ char *strvalues//值 + ); + +DLLAPI int CALLMETHOD ATS_InsertDataRow( + _in_ char *strmodel, + _in_ char *strbatch, + _in_ char *strlocation, + _in_ char *strstation, + _in_ char *strsn, + _in_ int iresult, + _in_ char * errorinfo, + _in_ char *strkeys, + _in_ char *strvalues + ); + +//只上传测试数据 +DLLAPI int CALLMETHOD MES_OnlyInsertDataRow( + _in_ char *strmodel, + _in_ char *strbatch, + _in_ char *strlocation, + _in_ char *strstation, + _in_ char *strsn, + _in_ int iresult, + _in_ char *strkeys, + _in_ char *strvalues + ); + +//向结果集插入错误类型 +DLLAPI int CALLMETHOD ATS_InsertErrorData(int Test_ID, char * Test_errorinfo); + +//向结果集插入机架码 +DLLAPI int CALLMETHOD ATS_InsertJIGNumber(int Test_ID, char * JIGNumber); + +//检查是否为不良,并上传到不良品系统//不良接口更新,这个只能作废了 +DLLAPI int CALLMETHOD ATS_InsertFailCode( + _in_ char* Product_Batch,//批次 + _in_ char* Product_BarCode,//过站条码 + _in_ char* Product_Line_naem,//线体名称 + _in_ char* Product_StationName,//站名 + _in_ int Product_Repeat_Times=3 //重测次数,华为都是3 + ); + +//检查是否为不良,并上传到不良品系统 +DLLAPI int CALLMETHOD ATS_InsertFailCode_V2( + _in_ char* Product_Batch,//批次 + _in_ char* Product_BarCode,//过站条码 + _in_ char* Product_Line_naem,//线体名称 + _in_ char* Product_StationName,//站名 + _in_ char* Product_MaterialCode,//组件编码/物料编码 + _in_ int Product_Repeat_Times = 3 //重测次数,华为都是3 + ); + +//1向新的过站数据表中插入数据 +DLLAPI int CALLMETHOD ATS_InsertTestData( + int Test_ID, + char *Test_Vaule + ); + +DLLAPI int CALLMETHOD ATS_InsertTestResult( + _in_ char *strbatch, + _in_ char *strsn, + _in_ char *strstation, + _in_ int iresult + ); + +/* + +*/ +DLLAPI int CALLMETHOD ATS_InsertTestResult_V2( + _in_ char *strbatch,//批次 + _in_ char *strsn,//过站条码 + _in_ char *strstation,//站名 + _in_ char *strlinename,//线别名称 + _in_ char *strlocation,//物料编码 + _in_ char *strswversion,//软件版本 + _in_ char *strremark,//备注 + _in_ int iresult//测试结果 + ); + +DLLAPI int CALLMETHOD ATS_InsertDataRow_OFFLINE_V2( + _in_ char *strlinename,//线别名称 + _in_ char *strbatch,//批次 + _in_ char *strlocation,//物料编码 + _in_ char *strstation,//站名 + _in_ char *strsn,//过站条码 + _in_ int iresult,//测试结果 + _in_ char * errorinfo,//错误信息 + _in_ char * JIG_Number,//机架编号 + _in_ char *strswversion,//软件版本 + _in_ char *strremark, //备注 + _in_ char *strkeys,//列名 + _in_ char *strvalues//值 + ); + +/* +select mes_station_ctrl_test.inserttestresult_offline(p_tracenum => '',--批次 +p_ser_no => '',--扫描码 +p_seq_no => '',--工站 +p_prod_line_name => '',--生产线(新增) +p_item_code => '',--物料编码(新增) +p_soft_ver => '',--软件版本(新增) +p_remark => '',--备注(新增) +P_result => ''--结果 +) FROM dual +*/ +DLLAPI int CALLMETHOD ATS_OffLine_InsertResult_V2( + _in_ char *strbatch, + _in_ char *strsn, + _in_ char *strstation, + _in_ char *strlinename, + _in_ char *strlocation, + _in_ char *strswversion, + _in_ char *strremark, + _in_ int iresult + ); + +/************************************************************************/ +/* 过站管理 */ +/* 20160923 */ +/* Lory */ +/************************************************************************/ + +/************************************************************************/ +/* 上传数据 */ +/* 20170104 */ +/* Lory */ +/************************************************************************/ + + +//插入两个数据 +DLLAPI int CALLMETHOD InsertTwoData( + _in_ char* TableName, + _in_ char* FieldName, + _in_ char* Value, + _in_ char* FieldName2, + _in_ char* Value2 + ); + + +//更新数据,两个条件 +DLLAPI int CALLMETHOD UpdateDataTwoCondition( + _in_ char* TableName, + _in_ char* FieldName2Update, + _in_ char* Value2Update, + _in_ char* FieldNameOfCondition, + _in_ char* ValueOfCondition, + _in_ char* FieldNameOfCondition2, + _in_ char* ValueOfCondition2 + ); + +//更新数据,两个条件 +DLLAPI int CALLMETHOD UpdateOneDataTwoCondition( + _in_ char* TableName, + _in_ char* Update_ColName, + _in_ char* Update_ColVaule, + _in_ char* FieldNameOfCondition, + _in_ char* ValueOfCondition, + _in_ char* FieldNameOfCondition2, + _in_ char* ValueOfCondition2 + ); + +//获取数据,结果排序,获取第一个结果 +DLLAPI int CALLMETHOD GetDataOrderBy( + _in_ char* TableName, + _in_ char* FieldName, + _out_ char* Value, + _in_ int SizeOfValue, + _in_ char* FieldNameOfCondition, + _in_ char* ValueOfCondition, + _in_ char* OrderByAscOrDesc//DESC 降序 ASC 升序 + ); + +//插入一行数据 +DLLAPI int CALLMETHOD InsertOneRowData( + _in_ char* INSERT_ColName, + _in_ char* INSERT_ColVaule, + _in_ char* TableName + ); + +//更新指定列的数据 +DLLAPI int CALLMETHOD UpdateOneRowData( + _in_ char* Update_ColName, + _in_ char* Update_ColVaule, + _in_ char* TableName, + _in_ char* FieldNameOfCondition, + _in_ char* ValueOfCondition + ); + +//查询指定列的数据 +DLLAPI int CALLMETHOD SelectOneRowData( + _in_ char* Select_ColName, + _out_ char* Select_ColVaule, + _in_ char* TableName, + _in_ char* FieldNameOfCondition, + _in_ char* ValueOfCondition + ); + +//SLM-D MES wisillica 数据上传 +DLLAPI int CALLMETHOD Insert_WisillicaData( + _in_ char* Wisillica_Batch, + _in_ char* Wisillica_SN, + _in_ char* Wisillica_SWversion, + _in_ char* Wisillica_RSSI, + _in_ char* Wisillica_VCCorLDA_MAX, + _in_ char* Wisillica_GNDorLDA_MIN, + _in_ char* Wisillica_GPIO1orPIR, + _in_ char* Wisillica_GPIO2, + _in_ char* Wisillica_RX, + _in_ char* Wisillica_TX, + _in_ char* Wisillica_Channel1orSwitch1, + _in_ char* Wisillica_Channel_50, + _in_ char* Wisillica_Channel_100, + _in_ char* Wisillica_channel2orSwitch2, + _in_ char* Wisillica_Channe2_50, + _in_ char* Wisillica_Channe2_100, + _in_ char* Wisillica_RED, + _in_ char* Wisillica_GREEN, + _in_ char* Wisillica_BLUE, + _in_ char* Wisillica_TEMPERATURE, + _in_ char* Wisillica_HUMIDITY, + _in_ char* Wisillica_okflag + ); +/************************************************************************/ +/* 上传数据 */ +/* 20170104 */ +/* Lory */ +/************************************************************************/ + +/************************************************************************/ +/* MAC&KEY */ +/* 2017411 */ +/* Lory */ +/************************************************************************/ + +//通过MAC,批次,类型,获取SN +DLLAPI int CALLMETHOD Product_GetSNorMAC( + _in_ char* WifiMAC, + _in_ char* Product_Batch, + _in_ char* Product_Type, + _out_ char* SN_Value + ); + +//获取批次的第一个或者最后一个MAC +DLLAPI int CALLMETHOD MES_GetMACorSN_OrderByData( + _in_ char *StrBatch, + _in_ char *StrType, + _in_ char *OrderByAscOrDesc, + _out_ char* SN_Value + ); + +//通过SN,批次,类型,获取两个连续的MAC +DLLAPI int CALLMETHOD Product_GetTwoSNorMAC( + _in_ char* WifiMAC, + _in_ char* Product_Batch, + _in_ char* Product_Type, + _out_ char* SN_Value + ); + +//将SN,批次,类型,MAC形成一条记录 +//SN_Value_Two 存放SN列 +//SN_Value_One 存放ONE列 +//所有参数强制大写 +//select mes_otherdep_call_pkg.SnMacBind_ZJ('HY1731034','ZJ_SN', 'R273050217234', '00:22:6C:87:E5:D0') from dual +DLLAPI int CALLMETHOD Product_SnMacBind( + _in_ char* Product_Batch, + _in_ char* Product_Type, + _in_ char* SN_Value_One, + _in_ char* SN_Value_Two + ); + +//将SN,更新到MAC的值后,形成一条记录 +//select mes_otherdep_call_pkg.f_BindSN_SN('batch','type', 'sn', 'bind_sn') from dual; +DLLAPI int CALLMETHOD Product_SnBD_BindSN( + _in_ char* Product_Batch, + _in_ char* Product_Type, + _in_ char* SN_Value, + _in_ char* Bind_SN + ); + +//用SN,获取BindSN +//select mes_otherdep_call_pkg.getBindSnbySN('6C5AB5532276') from dual; +DLLAPI int CALLMETHOD Product_SnGet_BindSN( + _in_ char* SN_Value, + _out_ char* Bind_SN + ); + +//用过度码,获取MAC,数据来源,投入位的关联扫描 +DLLAPI int CALLMETHOD Product_OvercodeGet_MAC( + _in_ char* Overcode_Value, + _in_ char* Batch_Value, + _out_ char* Scan_MAC + ); + +//用BIND_SN,批次,MAC,规则,获取SN, +DLLAPI int CALLMETHOD Product_BindSNGet_NewSN( + _in_ char* Customer_Value, + _in_ char* Batch_Value, + _in_ char* Type_Value, + _in_ char* SNPFX_Value, + _in_ int SN_Length, + _in_ char* BIND_SN, + _out_ char* New_SN + ); + +// 用BindSN,获取SN +// select sn from mes_keymac_maintain where BIND_SN='740447A29003F'; +// DLLAPI int CALLMETHOD Product_BindSN_GetSN( +// _out_ char* SN_Value, +// _out_ char* Product_Batch, +// _in_ char* Bind_SN +// ); + +//用通过SN,批次,类型,获取KEY +//select MES_OtherDep_Call_pkg.f_GetKEYBySN('OP1751002MA00001TL','OP1751002', 'KEY')from dual +DLLAPI int CALLMETHOD Product_BindSN_GetKEY( + _in_ char* PSN_Value, + _in_ char* Product_Batch, + _in_ char* Product_Type, + _out_ char* KEY_Value, + _in_ int KEY_Value_Size + ); + +//用通过SN,批次,类型,获取二进制的KEY +//select MES_OtherDep_Call_pkg.f_GetBinKEYBySN('70C94EB00D21','STG181601','KEY') from dual +DLLAPI int CALLMETHOD Product_SN_GetBINKEY( + _in_ char* PSN_Value, + _in_ char* Product_Batch, + _in_ char* Product_Type, + _out_ char* KEY_Value, + _in_ int KEY_Value_Size + ); + +//用通过SN,批次,类型,获取二进制的KEY +//select MES_OtherDep_Call_pkg.f_GetBinKEYBySN('70C94EB00D21','STG181601','KEY') from dual +DLLAPI int CALLMETHOD Product_SN_GetBINKEY_SaveFile( + _in_ char* PSN_Value, + _in_ char* Product_Batch, + _in_ char* Product_Type, + _in_ char* Product_SavePath, + _out_ char* KEY_Value, + _in_ int KEY_Value_Size + ); + +//用通过Bind SN,批次,类型,获取二进制的KEY +// select mes_otherdep_call_pkg.f_GetBinKEYByScancode('ABC','STG181601','KEY') from dual +DLLAPI int CALLMETHOD Product_BindSN_GetBINKEY( + _in_ char* PSN_Value, + _in_ char* Product_Batch, + _in_ char* Product_Type, + _out_ char* KEY_Value, + _in_ int KEY_Value_Size + ); + +//用通过SN,批次,类型,获取指定的KEY +//select MES_OtherDep_Call_pkg.f_GetALDDKEYBySN('0104IBW180101N000001', 'GTR180706','KEY') from dual +DLLAPI int CALLMETHOD Product_SN_GetKEY( + _in_ char* PSN_Value, + _in_ char* Product_Batch, + _in_ char* Product_Type, + _out_ char* KEY_Value, + _in_ int KEY_Value_Size + ); + +//获取KEY的数据哈希值 +//select dbms_utility.get_hash_value( +//'2EFB1BDC30FF4707*304502210082780E7EE9A33C854C846C32FE244AEAFFE3D7C9DCC990993A98885AB84D102A0220537CA4973A2E54896DCC13FB0ABE547135F5CC1A630A8F1FB67B4E5141339F74', +//1,1000000000) as l_hash from dual +DLLAPI int CALLMETHOD Product_GetKEY_DBHashValue( + _in_ char* KEY_Value, + _out_ char* Hash_Value + ); + +//华为定制接口 2020-08-14 获取打印接口 +//select mes_script_pkg.getScriptContent(p_trace_num =>'HW2036069',p_script_type =>'EQUIPMENT')from dual; +//第一个参数批次 第二个类型(‘EQUIPMENT’或‘PRINT’) +DLLAPI int CALLMETHOD Product_GetScriptContent( + _in_ char* Product_Batch, + _in_ char* Product_Type, + _out_ char* KEY_Value, + _in_ int KEY_Value_Size + ); + +//2021-06-24 获取KEY +//select mes_otherdep_call_pkg.f_getBinbyMAC('GTR212501','KEY','305075F60DD4') from dual +//第一个参数批次 第二个类型(‘EQUIPMENT’或‘PRINT’) +DLLAPI int CALLMETHOD Product_GetKEYBinbyMAC( + _in_ char* Product_Batch, + _in_ char* Product_Type, + _in_ char* Product_MAC, + _out_ char* KEY_Value, + _in_ int KEY_Value_Size + ); + +/************************************************************************/ +/* MAC&KEY */ +/* 2017411 */ +/* Lory */ +/************************************************************************/ +/************************************************************************/ +/* 阿里打卡机数据接口 */ +/* 20170411 */ +/* Lory */ +/************************************************************************/ +DLLAPI int CALLMETHOD Ali_GetBatch( +_in_ char* ModelName, +_out_ char* BatchValue +); + +DLLAPI int CALLMETHOD Ali_GetSNRange( + _in_ char* Batch, + _out_ char* SNRange_Value + ); +/************************************************************************/ +/* 阿里打卡机数据接口 */ +/* 20170411 */ +/* Lory */ +/************************************************************************/ + +/************************************************************************/ +/* 肖工数据库DLL移植过来的函数 */ +/* 20170415 */ +/* Lory */ +/************************************************************************/ +//插入一个数据 +DLLAPI int CALLMETHOD InsertData( + _in_ char* TableName, + _in_ char* FieldName, + _in_ char* Value + ); + +//更新数据 +DLLAPI int CALLMETHOD UpdateData( + _in_ char* TableName, + _in_ char* FieldName2Update, + _in_ char* Value2Update, + _in_ char* FieldNameOfCondition, + _in_ char* ValueOfCondition + ); + +//获取数据 +DLLAPI int CALLMETHOD GetData( + _in_ char* TableName, + _in_ char* FieldName, + _out_ char* Value, + _in_ int SizeOfValue, + _in_ char* FieldNameOfCondition, + _in_ char* ValueOfCondition + ); + +DLLAPI int CALLMETHOD GetDbTimeStamp( + _out_ char* DbTimeStamp + ); + +DLLAPI int CALLMETHOD GetDbTime( + _out_ char* DbTime + ); + +//SONY_BTSPK_ATS表检查SN重复 +DLLAPI int CALLMETHOD BtSpkCheckSN( + _in_ char* SN, + _out_ char* YorN + ); + +//HW_C1检查绑定结果 +DLLAPI int CALLMETHOD p_CheckSeqResult( + _in_ char* Batch, + _in_ char* SN, + _out_ char* YorN + ); + +//查询SONY产品信息 +DLLAPI int CALLMETHOD ATS_SelectSONYInfo( + _in_ char * BatchNumber, + _out_ char * SONYInfo + ); + +/************************************************************************/ +/* 肖工数据库DLL移植过来的函数 */ +/* 20170415 */ +/* Lory */ +/************************************************************************/ + +/************************************************************************/ +/* 标准调用IT接口函数 */ +/* 20171113 */ +/* Lory */ +/************************************************************************/ +DLLAPI int CALLMETHOD ATS_CALL_IT_SQL_API( + _in_ char * SQL_API, + _out_ char * Result_Str, + _in_ int length_max + ); + +/************************************************************************/ +/* 标准调用IT接口函数 */ +/* 20171113 */ +/* Lory */ +/************************************************************************/ \ No newline at end of file diff --git a/C-Windows-1/ATS_Station_Managment.lib b/C-Windows-1/ATS_Station_Managment.lib new file mode 100644 index 0000000..389c35d Binary files /dev/null and b/C-Windows-1/ATS_Station_Managment.lib differ diff --git a/C-Windows-1/Activationcode.Designer.cs b/C-Windows-1/Activationcode.Designer.cs new file mode 100644 index 0000000..55ee159 --- /dev/null +++ b/C-Windows-1/Activationcode.Designer.cs @@ -0,0 +1,87 @@ +锘縩amespace C_Windows_1 +{ + partial class Activationcode + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.button1 = new System.Windows.Forms.Button(); + this.textBox1 = new System.Windows.Forms.TextBox(); + this.label1 = new System.Windows.Forms.Label(); + this.SuspendLayout(); + // + // button1 + // + this.button1.Location = new System.Drawing.Point(298, 315); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(75, 23); + this.button1.TabIndex = 0; + this.button1.Text = "纭"; + this.button1.UseVisualStyleBackColor = true; + this.button1.Click += new System.EventHandler(this.button1_Click); + // + // textBox1 + // + this.textBox1.Location = new System.Drawing.Point(210, 211); + this.textBox1.Multiline = true; + this.textBox1.Name = "textBox1"; + this.textBox1.Size = new System.Drawing.Size(262, 79); + this.textBox1.TabIndex = 1; + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Font = new System.Drawing.Font("瀹嬩綋", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label1.Location = new System.Drawing.Point(206, 174); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(129, 20); + this.label1.TabIndex = 3; + this.label1.Text = "璇疯緭鍏ユ縺娲荤爜"; + // + // Activationcode + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(800, 450); + this.Controls.Add(this.label1); + this.Controls.Add(this.textBox1); + this.Controls.Add(this.button1); + this.Name = "Activationcode"; + this.Text = "Activationcode"; + this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Activationcode_FormClosing); + this.Load += new System.EventHandler(this.Activationcode_Load); + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.Button button1; + private System.Windows.Forms.TextBox textBox1; + private System.Windows.Forms.Label label1; + } +} \ No newline at end of file diff --git a/C-Windows-1/Activationcode.cs b/C-Windows-1/Activationcode.cs new file mode 100644 index 0000000..f662bb1 --- /dev/null +++ b/C-Windows-1/Activationcode.cs @@ -0,0 +1,260 @@ +锘縰sing Microsoft.Win32; +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Net.NetworkInformation; +using System.Security.Cryptography; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; +using static System.Collections.Specialized.BitVector32; +using static System.Windows.Forms.VisualStyles.VisualStyleElement; +using static System.Windows.Forms.VisualStyles.VisualStyleElement.StartPanel; +using static System.Windows.Forms.VisualStyles.VisualStyleElement.TaskbarClock; + +namespace C_Windows_1 +{ + public partial class Activationcode : Form + { + public Activationcode() + { + InitializeComponent(); + } + Form1 f1 = new Form1(); + + string CODE;//姘镐箙婵娲荤爜 + public string flag; + public bool sign = true;//涓冨ぉ鏍囧織浣嶇爜鍙兘鐢ㄤ竴娆 + public bool permanentSign = true;//姘镐箙鏍囧織浣嶇爜鍙兘鐢ㄤ竴娆 + public bool TdaytSign = true;//涓夊ぉ鏍囧織浣嶇爜鍙兘鐢ㄤ竴娆 + string TdayCODE;//涓夊ぉ婵娲荤爜 + string SdayCODE;//涓冨ぉ婵娲荤爜 + private void button1_Click(object sender, EventArgs e) + { + if (sign) + { + if (textBox1.Text == "linglongkeji") + { + RegistryKey regName; + regName = Registry.CurrentUser.OpenSubKey("SOFTWARE\\Microsoft\\PMD\\1.0\\User-LL18-Set", true); + + if (regName is null) + { + regName = Registry.CurrentUser.CreateSubKey("SOFTWARE\\Microsoft\\PMD\\1.0\\User-LL18-Set"); + } + + regName.SetValue("浣跨敤澶╂暟", 336);//涓冨ぉ浣跨敤澶╂暟 + sign = false; + regName.SetValue("鏍囧織浣嶇爜1", sign); + + Form1.TIME = 0; + regName.SetValue("time", Form1.TIME); + regName.Close(); + + MessageBox.Show("璇曠敤澶╂暟涓冨ぉ,璇烽噸鏂版墦寮绋嬪簭"); + this.Close(); + } + } + + + string asd = Encrypt(CODE);//绠楀嚭婵娲荤爜 + if (textBox1.Text == asd.ToString()) + { + RegistryKey regName; + + regName = Registry.CurrentUser.OpenSubKey("SOFTWARE\\Microsoft\\PMD\\1.0\\User-LL18-Set", true); + + if (regName is null) + { + regName = Registry.CurrentUser.CreateSubKey("SOFTWARE\\Microsoft\\PMD\\1.0\\User-LL18-Set"); + } + + regName.SetValue("浣跨敤澶╂暟", 999999999); + permanentSign = false; + Form1.TIME = 0; + regName.SetValue("time", Form1.TIME); + regName.SetValue("鏍囧織浣嶇爜2", permanentSign); + regName.Close(); + + + + MessageBox.Show("姘镐箙婵娲,璇烽噸鏂版墦寮绋嬪簭"); + this.Close(); + } + + + string dcx = Encrypt2(SdayCODE); + if (textBox1.Text == dcx.ToString()) + { + RegistryKey regName; + + regName = Registry.CurrentUser.OpenSubKey("SOFTWARE\\Microsoft\\PMD\\1.0\\User-LL18-Set", true); + + if (regName is null) + { + regName = Registry.CurrentUser.CreateSubKey("SOFTWARE\\Microsoft\\PMD\\1.0\\User-LL18-Set"); + } + Form1.TIME = 0; + regName.SetValue("浣跨敤澶╂暟", 336); + regName.SetValue("time", Form1.TIME); + regName.Close(); + MessageBox.Show("璇曠敤澶╂暟涓冨ぉ,璇烽噸鏂版墦寮绋嬪簭"); + this.Close(); + + + + + } + if (TdaytSign) + { + string rrt = Encrypt3(TdayCODE); + if (textBox1.Text == rrt.ToString()) + { + RegistryKey regName; + + regName = Registry.CurrentUser.OpenSubKey("SOFTWARE\\Microsoft\\PMD\\1.0\\User-LL18-Set", true); + + if (regName is null) + { + regName = Registry.CurrentUser.CreateSubKey("SOFTWARE\\Microsoft\\PMD\\1.0\\User-LL18-Set"); + } + TdaytSign = false; + Form1.TIME = 0; + regName.SetValue("浣跨敤澶╂暟", 144); + regName.SetValue("time", Form1.TIME); + regName.SetValue("鏍囧織浣嶇爜3", TdaytSign); + regName.Close(); + + + MessageBox.Show("璇曠敤澶╂暟涓夊ぉ,璇烽噸鏂版墦寮绋嬪簭"); + this.Close(); + } + } + + + + } + + private void Activationcode_FormClosing(object sender, FormClosingEventArgs e) + { + Application.Exit(); + } + + private void Activationcode_Load(object sender, EventArgs e) + { + GetMacAddress(); + GetMacAddress2(); + GetMacAddress3(); + Read(); + } + public void Read() + { + RegistryKey regName; + + regName = Registry.CurrentUser.OpenSubKey("SOFTWARE\\Microsoft\\PMD\\1.0\\User-LL18-Set", true); + + if (regName is null) + { + regName = Registry.CurrentUser.CreateSubKey("SOFTWARE\\Microsoft\\PMD\\1.0\\User-LL18-Set"); + } + + regName.OpenSubKey("User"); + if (regName.GetValue("鏍囧織浣嶇爜1") is null) + { + sign = true; + } + else + { + sign = Convert.ToBoolean(regName.GetValue("鏍囧織浣嶇爜1").ToString()); + } + if (regName.GetValue("鏍囧織浣嶇爜2") is null) + { + permanentSign = true; + } + else + { + permanentSign = Convert.ToBoolean(regName.GetValue("鏍囧織浣嶇爜2").ToString()); + } + if (regName.GetValue("鏍囧織浣嶇爜3") is null) + { + TdaytSign = true; + } + else + { + TdaytSign = Convert.ToBoolean(regName.GetValue("鏍囧織浣嶇爜3").ToString()); + } + + } + public string GetMacAddress() + { + + DateTime currentDate = DateTime.Now; + int year = currentDate.Year; + int month = currentDate.Month; + int day = currentDate.Day; + string timeout = year.ToString() + month.ToString() + day.ToString(); + CODE = timeout; + return CODE; + + } + private string Encrypt(string CODE) + { + StringBuilder sb = new StringBuilder(); + byte[] data = Encoding.UTF8.GetBytes(CODE); + byte[] hash = MD5.Create().ComputeHash(data); + for (int i = 0; i < hash.Length; i++) + { + sb.Append(hash[i].ToString("X2")); + } + + return sb.ToString(); + } + private string Encrypt2(string CODE) + { + StringBuilder sb = new StringBuilder(); + byte[] data = Encoding.UTF8.GetBytes(CODE); + byte[] hash = MD5.Create().ComputeHash(data); + for (int i = 0; i < hash.Length; i++) + { + sb.Append(hash[i].ToString("X2")); + } + + return sb.ToString(); + } + private string Encrypt3(string CODE) + { + StringBuilder sb = new StringBuilder(); + byte[] data = Encoding.UTF8.GetBytes(CODE); + byte[] hash = MD5.Create().ComputeHash(data); + for (int i = 0; i < hash.Length; i++) + { + sb.Append(hash[i].ToString("X2")); + } + + return sb.ToString(); + } + public string GetMacAddress2() + { + DateTime currentDate = DateTime.Now; + int year = currentDate.Year; + int month = currentDate.Month; + int day = currentDate.Day; + string timeout = year.ToString() + month.ToString() + day.ToString(); + SdayCODE = timeout + 7 + "linglongkeji"; + return SdayCODE; + } + public string GetMacAddress3() + { + DateTime currentDate = DateTime.Now; + int year = currentDate.Year; + int month = currentDate.Month; + int day = currentDate.Day; + string timeout = year.ToString() + month.ToString() + day.ToString(); + TdayCODE = timeout + 3 + "linglongkeji"; + return TdayCODE; + } + } +} diff --git a/C-Windows-1/Activationcode.resx b/C-Windows-1/Activationcode.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/C-Windows-1/Activationcode.resx @@ -0,0 +1,120 @@ +锘 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/C-Windows-1/App.config b/C-Windows-1/App.config index 7e47b84..92691b0 100644 --- a/C-Windows-1/App.config +++ b/C-Windows-1/App.config @@ -9,26 +9,6 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/C-Windows-1/BarcodeInfo.cs b/C-Windows-1/BarcodeInfo.cs new file mode 100644 index 0000000..7f5821a --- /dev/null +++ b/C-Windows-1/BarcodeInfo.cs @@ -0,0 +1,197 @@ +锘縰sing ADOX; +using System; +using System.Collections.Generic; +using System.Data; +using System.Data.OleDb; +using System.IO; +using System.Runtime.InteropServices; +using System.Runtime.Remoting.Channels; +using System.Windows.Forms; + +namespace C_Windows_1 +{ + internal class BarcodeInfo + { + public class BarcodeRecord + { + + public string 娴嬭瘯鏃堕棿 { get; set; } + public string 鏉″舰鐮 { get; set; } + public string 宸ュ崟 { get; set; } + public string 浜у搧鍚嶇О { get; set; } + public string 浜у搧鍨嬪彿 { get; set; } + public string 鍒ゅ畾缁撴灉 { get; set; } + public string 寮濮嬮噸娴 { get; set; } + public string 娴嬭瘯浜 { get; set; } + } + + /// + /// 璁板綍鏉$爜 + /// + /// + /// + /// + /// + public static void InsertBarcodeData(string createTime, string barcode, string workOrder, string productName, string productModel, string result, string user, string reTest = "NO") + { + string filepath = System.Environment.CurrentDirectory + "\\Config\\BarcodeRecord\\BarcodeInfo.mdb"; + string constr = "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=" + System.Environment.CurrentDirectory + "\\Config\\BarcodeRecord\\BarcodeInfo.mdb;"; + OleDbConnection con = new OleDbConnection(constr); + try + { + if (File.Exists(filepath) == false)//鍒ゆ柇鎵閫夎矾寰勬槸鍚︽湁鏂囦欢 + { + string filepath2 = System.Environment.CurrentDirectory + "\\Config\\BarcodeRecord\\"; + Directory.CreateDirectory(filepath2);//鏂板缓鏂囦欢澶 + Catalog Product = new Catalog(); + Product.Create("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + System.Environment.CurrentDirectory + "\\Config\\BarcodeRecord\\BarcodeInfo.mdb;Jet OLEDB:Engine Type=5;"); + con.Open(); + string sql = "CREATE TABLE BarcodeInfo([id] int identity(1,1),[CreateTime] VarChar(100),[Barcode] VarChar(150),[WorkOrder] VarChar(100),[ProductName] VarChar(100),[ProductModel] VarChar(100),[Result] VarChar(8),[User] VarChar(50),[ReTest] VarChar(8))"; + OleDbCommand cmd = new OleDbCommand(sql, con); + cmd.ExecuteNonQuery(); + con.Close(); + } + + //con.Open(); + //string sql2 = "INSERT INTO BarcodeInfo( CreateTime, Barcode, Result,User,ReTest) VALUES ('" + createTime + "', '" + barcode + "', '" + result + "', '" + user + "', '" + reTest + "')"; + //OleDbCommand cmd2 = new OleDbCommand(sql2, con); + //cmd2.ExecuteNonQuery(); + //con.Close(); + con.Open(); + OleDbCommand command = new OleDbCommand("INSERT INTO [BarcodeInfo]( [CreateTime], [Barcode],[WorkOrder],[ProductName], [ProductModel],[Result],[User],[ReTest]) VALUES(?, ?, ?, ?, ?, ?, ?, ?)", con); + OleDbParameterCollection paramCollection = command.Parameters; + paramCollection.Add(new OleDbParameter("CreateTime", createTime)); + paramCollection.Add(new OleDbParameter("Barcode", barcode)); + paramCollection.Add(new OleDbParameter("WorkOrder", workOrder)); + paramCollection.Add(new OleDbParameter("ProductName", productName)); + paramCollection.Add(new OleDbParameter("ProductModel", productModel)); + paramCollection.Add(new OleDbParameter("Result", result)); + paramCollection.Add(new OleDbParameter("User", user)); + paramCollection.Add(new OleDbParameter("ReTest", reTest)); + command.ExecuteNonQuery(); + con.Close(); + + } + catch (Exception ex) + { + con.Close(); + } + } + + /// + /// 鏌ヨ鏉$爜琛屾暟 + /// + /// + /// + public static int QueryBarcodeCount(string barcode) + { + string filepath = Environment.CurrentDirectory + "\\Config\\BarcodeRecord\\BarcodeInfo.mdb"; + string constr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + filepath; + + try + { + if (!File.Exists(filepath)) + { + return 0; + } + else + { + using (OleDbConnection con = new OleDbConnection(constr)) + { + con.Open(); + + // 鍒犻櫎5澶╁墠鏁版嵁 + string deleteSql = "DELETE FROM [BarcodeInfo] WHERE DateDiff('d', [CreateTime], Now()) > 3"; + OleDbCommand deleteCommand = new OleDbCommand(deleteSql, con); + deleteCommand.ExecuteNonQuery(); + + // 鏌ヨ鏉″舰鐮佹暟閲 + string countSql = "SELECT COUNT(*) FROM [BarcodeInfo] WHERE [Barcode] = @Barcode"; + OleDbCommand countCommand = new OleDbCommand(countSql, con); + countCommand.Parameters.AddWithValue("@Barcode", barcode); + + int count = (int)countCommand.ExecuteScalar(); + + return count; + } + } + } + catch (Exception ex) + { + // 鍏蜂綋寮傚父澶勭悊 + return -1; + } + } + + public static DataTable DataTableExcute(string cmdstr) + { + string filepath = Environment.CurrentDirectory + "\\Config\\BarcodeRecord\\BarcodeInfo.mdb"; + if (!File.Exists(filepath)) return null; + string constr = "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=" + Environment.CurrentDirectory + "\\Config\\BarcodeRecord\\BarcodeInfo.mdb;"; + OleDbConnection con = new OleDbConnection(constr); + OleDbCommand cmd = new OleDbCommand(cmdstr, con); + OleDbDataAdapter dataAdapter = new OleDbDataAdapter(cmd); + DataTable datatable = new DataTable(); + DataSet dataset = new DataSet(); + try + { + con.Open(); + dataAdapter.Fill(dataset); + if (dataset.Tables[0].Rows.Count > 0) + { + datatable = dataset.Tables[0]; + } + } + catch (Exception ex) + { + MessageBox.Show(ex.ToString()); + } + finally + { + con.Close(); + cmd.Dispose(); + dataAdapter.Dispose(); + } + return datatable; + } + + public static List SelectBarcode() + { + //try + //{ + //瀹氫箟涓涓泦鍚堬紝鐢ㄤ簬瀛樻斁瀵硅薄 + List Record = new List(); + string filepath = Environment.CurrentDirectory + "\\Config\\BarcodeRecord\\BarcodeInfo.mdb"; + if (File.Exists(filepath) == true)//鍒ゆ柇鎵閫夎矾寰勬槸鍚︽湁鏂囦欢 + { + string constr = "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=" + Environment.CurrentDirectory + "\\Config\\BarcodeRecord\\BarcodeInfo.mdb;"; + OleDbConnection con = new OleDbConnection(constr); + con.Open(); + string sql2 = "SELECT * FROM BarcodeInfo"; + OleDbCommand cmd2 = new OleDbCommand(sql2, con); + OleDbDataReader information = cmd2.ExecuteReader(); + //涓嬬Щ娓告爣锛岃鍙栦竴琛岋紝濡傛灉娌℃湁鏁版嵁浜嗗垯杩斿洖false + while (information.Read()) + { + BarcodeRecord rec = new BarcodeRecord(); + rec.娴嬭瘯鏃堕棿 = Convert.ToString(information["CreateTime"]); + rec.鏉″舰鐮 = Convert.ToString(information["Barcode"]); + rec.鍒ゅ畾缁撴灉 = Convert.ToString(information["Result"]); + rec.寮濮嬮噸娴 = Convert.ToString(information["ReTest"]); + rec.娴嬭瘯浜 = Convert.ToString(information["User"]); + Record.Add(rec); + } + //Warning.wa.DataGridView1.DataSource = Record; + information.Close(); + con.Close(); + } + return Record; + // return "OK"; + //} + //catch (Exception ex) + //{ + // return ex.Message; + //} + } + } +} \ No newline at end of file diff --git a/C-Windows-1/C-Windows-LL18.csproj b/C-Windows-1/C-Windows-LL18.csproj index bfada0d..1ea36f9 100644 --- a/C-Windows-1/C-Windows-LL18.csproj +++ b/C-Windows-1/C-Windows-LL18.csproj @@ -7,7 +7,7 @@ {A74FBD1F-1F9C-45CE-B3E2-6E80278C02B0} WinExe C_Windows_1 - LL28-Control + LL18-Control v4.7.2 512 true @@ -29,7 +29,7 @@ true - AnyCPU + x86 true full false @@ -51,27 +51,32 @@ 鍥炬爣涓鍙.ico + + C_Windows_1.Program + - ..\packages\BouncyCastle.Cryptography.2.3.0\lib\net461\BouncyCastle.Cryptography.dll + ..\packages\BouncyCastle.Cryptography.2.2.1\lib\net461\BouncyCastle.Cryptography.dll ..\packages\Enums.NET.4.0.1\lib\net45\Enums.NET.dll - - ..\packages\ExtendedNumerics.BigDecimal.2023.1000.0.230\lib\net472\ExtendedNumerics.BigDecimal.dll - - - ..\packages\HslCommunication.12.0.3\lib\net451\HslCommunication.dll + + ..\..\HslCommunication.dll ..\packages\SharpZipLib.1.3.3\lib\net45\ICSharpCode.SharpZipLib.dll - - ..\packages\MathNet.Numerics.Signed.5.0.0\lib\net461\MathNet.Numerics.dll + + False + True + bin\Debug\Interop.ADOX.dll - - ..\packages\Microsoft.IO.RecyclableMemoryStream.3.0.0\lib\netstandard2.0\Microsoft.IO.RecyclableMemoryStream.dll + + ..\packages\MathNet.Numerics.Signed.4.15.0\lib\net461\MathNet.Numerics.dll + + + ..\packages\Microsoft.IO.RecyclableMemoryStream.2.3.2\lib\net462\Microsoft.IO.RecyclableMemoryStream.dll False @@ -81,23 +86,23 @@ ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll - - ..\packages\NPOI.2.7.0\lib\net472\NPOI.Core.dll + + ..\packages\NPOI.2.6.2\lib\net472\NPOI.Core.dll - - ..\packages\NPOI.2.7.0\lib\net472\NPOI.OOXML.dll + + ..\packages\NPOI.2.6.2\lib\net472\NPOI.OOXML.dll - - ..\packages\NPOI.2.7.0\lib\net472\NPOI.OpenXml4Net.dll + + ..\packages\NPOI.2.6.2\lib\net472\NPOI.OpenXml4Net.dll - - ..\packages\NPOI.2.7.0\lib\net472\NPOI.OpenXmlFormats.dll + + ..\packages\NPOI.2.6.2\lib\net472\NPOI.OpenXmlFormats.dll - ..\packages\SixLabors.Fonts.1.0.1\lib\netstandard2.0\SixLabors.Fonts.dll + ..\packages\SixLabors.Fonts.1.0.0\lib\netstandard2.0\SixLabors.Fonts.dll - ..\packages\SixLabors.ImageSharp.2.1.7\lib\net472\SixLabors.ImageSharp.dll + ..\packages\SixLabors.ImageSharp.2.1.4\lib\net472\SixLabors.ImageSharp.dll @@ -116,13 +121,11 @@ ..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll + ..\packages\System.Security.AccessControl.6.0.0\lib\net461\System.Security.AccessControl.dll - - ..\packages\System.Security.Cryptography.Pkcs.6.0.3\lib\net461\System.Security.Cryptography.Pkcs.dll - ..\packages\System.Security.Cryptography.Xml.6.0.1\lib\net461\System.Security.Cryptography.Xml.dll @@ -132,9 +135,6 @@ ..\packages\System.Text.Encoding.CodePages.5.0.0\lib\net461\System.Text.Encoding.CodePages.dll - - ..\packages\System.ValueTuple.4.4.0\lib\net47\System.ValueTuple.dll - @@ -155,6 +155,13 @@ + + Form + + + Activationcode.cs + + Form @@ -162,12 +169,6 @@ Config.cs - - Form - - - configIP.cs - Form @@ -238,12 +239,12 @@ UserPassword.cs + + Activationcode.cs + Config.cs - - configIP.cs - Form1.cs @@ -282,6 +283,7 @@ UserPassword.cs + SettingsSingleFileGenerator @@ -357,6 +359,8 @@ + + diff --git a/C-Windows-1/Config.Designer.cs b/C-Windows-1/Config.Designer.cs index 3d27193..7bb365a 100644 --- a/C-Windows-1/Config.Designer.cs +++ b/C-Windows-1/Config.Designer.cs @@ -97,7 +97,7 @@ this.label8.Location = new System.Drawing.Point(127, 82); this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(104, 16); + this.label8.Size = new System.Drawing.Size(103, 16); this.label8.TabIndex = 157; this.label8.Text = "modbus浠庣珯鍙"; // @@ -115,7 +115,7 @@ this.label19.Location = new System.Drawing.Point(127, 137); this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label19.Name = "label19"; - this.label19.Size = new System.Drawing.Size(88, 16); + this.label19.Size = new System.Drawing.Size(87, 16); this.label19.TabIndex = 159; this.label19.Text = "鏉″舰鐮侀暱搴"; // @@ -124,10 +124,11 @@ this.codelengthcheck.AutoSize = true; this.codelengthcheck.Location = new System.Drawing.Point(294, 159); this.codelengthcheck.Name = "codelengthcheck"; - this.codelengthcheck.Size = new System.Drawing.Size(91, 20); + this.codelengthcheck.Size = new System.Drawing.Size(90, 20); this.codelengthcheck.TabIndex = 163; this.codelengthcheck.Text = "闀垮害妫娴"; this.codelengthcheck.UseVisualStyleBackColor = true; + this.codelengthcheck.Visible = false; // // Config // @@ -161,6 +162,6 @@ private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox CodeLength; private System.Windows.Forms.Label label19; - private System.Windows.Forms.CheckBox codelengthcheck; + public System.Windows.Forms.CheckBox codelengthcheck; } } \ No newline at end of file diff --git a/C-Windows-1/Config.cs b/C-Windows-1/Config.cs index 2a157de..4491c60 100644 --- a/C-Windows-1/Config.cs +++ b/C-Windows-1/Config.cs @@ -24,7 +24,7 @@ namespace C_Windows_1 Form1.f1.codecheck.Text = CodeLength.Text; Form1.f1.CodeLength.Text = CodeLength.Text; - Form1.f1.checkBox1.Checked= codelengthcheck.Checked; + this.Close(); } diff --git a/C-Windows-1/Form1.Designer.cs b/C-Windows-1/Form1.Designer.cs index c54b881..dbd743e 100644 --- a/C-Windows-1/Form1.Designer.cs +++ b/C-Windows-1/Form1.Designer.cs @@ -87,37 +87,55 @@ this.瀛樺偍璁剧疆ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.娉ㄩ攢鐧诲綍ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.甯姪ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.ChkMES = new System.Windows.Forms.CheckBox(); this.label35 = new System.Windows.Forms.Label(); this.ChkExcel = new System.Windows.Forms.CheckBox(); this.ChkTXT = new System.Windows.Forms.CheckBox(); this.path = new System.Windows.Forms.TextBox(); - this.ChkSql = new System.Windows.Forms.CheckBox(); this.MESStatus = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.LeakPressure = new System.Windows.Forms.Label(); this.Leak = new System.Windows.Forms.Label(); this.ChkCSV = new System.Windows.Forms.CheckBox(); this.Timer11 = new System.Windows.Forms.Timer(this.components); - this.Baudrate = new System.Windows.Forms.TextBox(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.codecheck = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.Scancode = new System.Windows.Forms.CheckBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); - this.button1 = new System.Windows.Forms.Button(); + this.button10 = new System.Windows.Forms.Button(); this.Passzong = new System.Windows.Forms.Label(); this.label34 = new System.Windows.Forms.Label(); this.Sunzong = new System.Windows.Forms.Label(); this.label28 = new System.Windows.Forms.Label(); this.CodePort1 = new System.IO.Ports.SerialPort(this.components); - this.timerbar = new System.Windows.Forms.Timer(this.components); - this.progressBar1 = new System.Windows.Forms.ProgressBar(); + this.Baudrate = new System.Windows.Forms.TextBox(); + this.ChkSql = new System.Windows.Forms.CheckBox(); + this.CeckScanning = new System.Windows.Forms.CheckBox(); + this.checkBox2 = new System.Windows.Forms.CheckBox(); + this.pictureBox1 = new System.Windows.Forms.PictureBox(); + this.label29 = new System.Windows.Forms.Label(); + this.CH1Tlight = new System.Windows.Forms.Button(); + this.button3 = new System.Windows.Forms.Button(); + this.button4 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); - this.zhanhao = new System.Windows.Forms.TextBox(); + this.button1 = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); - this.labelyinjian = new System.Windows.Forms.Label(); - this.labelruanjian = new System.Windows.Forms.Label(); + this.JIG_Number1 = new System.Windows.Forms.TextBox(); + this.label37 = new System.Windows.Forms.Label(); + this.strstation = new System.Windows.Forms.TextBox(); + this.strbatch = new System.Windows.Forms.TextBox(); + this.strlocation = new System.Windows.Forms.TextBox(); + this.strlinename = new System.Windows.Forms.TextBox(); + this.label41 = new System.Windows.Forms.Label(); + this.label42 = new System.Windows.Forms.Label(); + this.label43 = new System.Windows.Forms.Label(); + this.label48 = new System.Windows.Forms.Label(); + this.PreCode1 = new System.Windows.Forms.TextBox(); + this.label49 = new System.Windows.Forms.Label(); + this.label50 = new System.Windows.Forms.Label(); + this.textBox3 = new System.Windows.Forms.TextBox(); + this.textBox1 = new System.Windows.Forms.TextBox(); + this.timerCH1 = new System.Windows.Forms.Timer(this.components); this.myGroupBox4 = new C_Windows_1.MyGroupBox(this.components); this.PUnit = new System.Windows.Forms.ComboBox(); this.label47 = new System.Windows.Forms.Label(); @@ -149,6 +167,7 @@ this.appkey = new System.Windows.Forms.TextBox(); this.TestStatus = new System.Windows.Forms.TextBox(); this.label21 = new System.Windows.Forms.Label(); + this.ChkMES = new System.Windows.Forms.CheckBox(); this.TestTime2 = new System.Windows.Forms.TextBox(); this.appid = new System.Windows.Forms.TextBox(); this.label22 = new System.Windows.Forms.Label(); @@ -177,19 +196,16 @@ this.label39 = new System.Windows.Forms.Label(); this.DelayTime2 = new System.Windows.Forms.TextBox(); this.myGroupBox1 = new C_Windows_1.MyGroupBox(this.components); - this.TCPconnect = new System.Windows.Forms.Button(); - this.UDPResults = new System.Windows.Forms.ComboBox(); this.PortNum = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.BtnBreak = new System.Windows.Forms.Button(); this.BtnCon1 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); - this.UDPRead = new System.Windows.Forms.Timer(this.components); - this.UDPOverTime = new System.Windows.Forms.Timer(this.components); ((System.ComponentModel.ISupportInitialize)(this.DataGridView1)).BeginInit(); this.menuStrip1.SuspendLayout(); this.groupBox1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.groupBox2.SuspendLayout(); this.myGroupBox4.SuspendLayout(); this.myGroupBox3.SuspendLayout(); @@ -202,7 +218,7 @@ // // ReceiveText // - this.ReceiveText.Location = new System.Drawing.Point(486, 374); + this.ReceiveText.Location = new System.Drawing.Point(1755, 95); this.ReceiveText.Multiline = true; this.ReceiveText.Name = "ReceiveText"; this.ReceiveText.Size = new System.Drawing.Size(185, 97); @@ -210,7 +226,7 @@ // // SendText // - this.SendText.Location = new System.Drawing.Point(486, 477); + this.SendText.Location = new System.Drawing.Point(1755, 204); this.SendText.Multiline = true; this.SendText.Name = "SendText"; this.SendText.Size = new System.Drawing.Size(185, 63); @@ -253,10 +269,10 @@ this.Column17, this.Column14, this.Column15}); - this.DataGridView1.Location = new System.Drawing.Point(12, 357); + this.DataGridView1.Location = new System.Drawing.Point(17, 420); this.DataGridView1.Name = "DataGridView1"; this.DataGridView1.RowTemplate.Height = 23; - this.DataGridView1.Size = new System.Drawing.Size(894, 248); + this.DataGridView1.Size = new System.Drawing.Size(999, 243); this.DataGridView1.TabIndex = 58; // // Column1 @@ -302,12 +318,12 @@ // // Column8 // - this.Column8.HeaderText = "骞宠 鍘嬪樊涓婇檺"; + this.Column8.HeaderText = "澶ф紡鍘嬪樊涓婇檺"; this.Column8.Name = "Column8"; // // Column9 // - this.Column9.HeaderText = "骞宠 鍘嬪樊涓嬮檺"; + this.Column9.HeaderText = "澶ф紡鍘嬪樊涓嬮檺"; this.Column9.Name = "Column9"; // // Column10 @@ -347,10 +363,10 @@ // // progressBar2 // - this.progressBar2.Location = new System.Drawing.Point(204, 292); + this.progressBar2.Location = new System.Drawing.Point(238, 318); this.progressBar2.MarqueeAnimationSpeed = 50; this.progressBar2.Name = "progressBar2"; - this.progressBar2.Size = new System.Drawing.Size(583, 31); + this.progressBar2.Size = new System.Drawing.Size(561, 31); this.progressBar2.Step = 2; this.progressBar2.TabIndex = 91; // @@ -358,12 +374,11 @@ // this.label36.AutoSize = true; this.label36.Font = new System.Drawing.Font("瀹嬩綋", 12F); - this.label36.Location = new System.Drawing.Point(127, 307); + this.label36.Location = new System.Drawing.Point(162, 326); this.label36.Name = "label36"; this.label36.Size = new System.Drawing.Size(71, 16); this.label36.TabIndex = 89; this.label36.Text = "娴嬭瘯杩涘害"; - this.label36.Click += new System.EventHandler(this.label36_Click); // // Manual // @@ -398,7 +413,7 @@ // this.MachineStatus.AutoSize = true; this.MachineStatus.Font = new System.Drawing.Font("瀹嬩綋", 40F); - this.MachineStatus.Location = new System.Drawing.Point(581, 104); + this.MachineStatus.Location = new System.Drawing.Point(390, 147); this.MachineStatus.Name = "MachineStatus"; this.MachineStatus.Size = new System.Drawing.Size(185, 54); this.MachineStatus.TabIndex = 47; @@ -408,7 +423,7 @@ // this.Tlight.AutoSize = true; this.Tlight.Font = new System.Drawing.Font("瀹嬩綋", 80F); - this.Tlight.Location = new System.Drawing.Point(419, 108); + this.Tlight.Location = new System.Drawing.Point(640, 145); this.Tlight.Name = "Tlight"; this.Tlight.Size = new System.Drawing.Size(153, 107); this.Tlight.TabIndex = 42; @@ -418,7 +433,7 @@ // this.label31.AutoSize = true; this.label31.Font = new System.Drawing.Font("瀹嬩綋", 18F); - this.label31.Location = new System.Drawing.Point(194, 160); + this.label31.Location = new System.Drawing.Point(161, 201); this.label31.Name = "label31"; this.label31.Size = new System.Drawing.Size(82, 24); this.label31.TabIndex = 83; @@ -428,17 +443,18 @@ // this.label33.AutoSize = true; this.label33.Font = new System.Drawing.Font("瀹嬩綋", 18F); - this.label33.Location = new System.Drawing.Point(406, 72); + this.label33.Location = new System.Drawing.Point(641, 115); this.label33.Name = "label33"; this.label33.Size = new System.Drawing.Size(130, 24); this.label33.TabIndex = 85; this.label33.Text = "娴嬭瘯缁撴灉锛"; + this.label33.Click += new System.EventHandler(this.label33_Click); // // PressureUnit // this.PressureUnit.AutoSize = true; this.PressureUnit.Font = new System.Drawing.Font("瀹嬩綋", 18F); - this.PressureUnit.Location = new System.Drawing.Point(325, 74); + this.PressureUnit.Location = new System.Drawing.Point(317, 115); this.PressureUnit.Name = "PressureUnit"; this.PressureUnit.Size = new System.Drawing.Size(58, 24); this.PressureUnit.TabIndex = 116; @@ -448,7 +464,7 @@ // this.label30.AutoSize = true; this.label30.Font = new System.Drawing.Font("瀹嬩綋", 18F); - this.label30.Location = new System.Drawing.Point(194, 74); + this.label30.Location = new System.Drawing.Point(161, 115); this.label30.Name = "label30"; this.label30.Size = new System.Drawing.Size(106, 24); this.label30.TabIndex = 82; @@ -458,17 +474,18 @@ // this.label32.AutoSize = true; this.label32.Font = new System.Drawing.Font("瀹嬩綋", 18F); - this.label32.Location = new System.Drawing.Point(586, 72); + this.label32.Location = new System.Drawing.Point(395, 115); this.label32.Name = "label32"; this.label32.Size = new System.Drawing.Size(130, 24); this.label32.TabIndex = 84; this.label32.Text = "浠櫒鐘舵侊細"; + this.label32.Click += new System.EventHandler(this.label32_Click); // // LeakUnit // this.LeakUnit.AutoSize = true; this.LeakUnit.Font = new System.Drawing.Font("瀹嬩綋", 18F); - this.LeakUnit.Location = new System.Drawing.Point(325, 160); + this.LeakUnit.Location = new System.Drawing.Point(317, 201); this.LeakUnit.Name = "LeakUnit"; this.LeakUnit.Size = new System.Drawing.Size(58, 24); this.LeakUnit.TabIndex = 113; @@ -488,7 +505,7 @@ "08", "09", "10"}); - this.Station.Location = new System.Drawing.Point(677, 375); + this.Station.Location = new System.Drawing.Point(1444, 273); this.Station.Name = "Station"; this.Station.Size = new System.Drawing.Size(61, 20); this.Station.TabIndex = 23; @@ -496,7 +513,7 @@ // label8 // this.label8.AutoSize = true; - this.label8.Location = new System.Drawing.Point(675, 360); + this.label8.Location = new System.Drawing.Point(1442, 258); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(29, 12); this.label8.TabIndex = 24; @@ -505,7 +522,7 @@ // BtnReset // this.BtnReset.Font = new System.Drawing.Font("瀹嬩綋", 12F); - this.BtnReset.Location = new System.Drawing.Point(34, 317); + this.BtnReset.Location = new System.Drawing.Point(33, 358); this.BtnReset.Name = "BtnReset"; this.BtnReset.Size = new System.Drawing.Size(90, 37); this.BtnReset.TabIndex = 46; @@ -516,7 +533,7 @@ // BtnStart // this.BtnStart.Font = new System.Drawing.Font("瀹嬩綋", 12F); - this.BtnStart.Location = new System.Drawing.Point(34, 274); + this.BtnStart.Location = new System.Drawing.Point(33, 315); this.BtnStart.Name = "BtnStart"; this.BtnStart.Size = new System.Drawing.Size(90, 37); this.BtnStart.TabIndex = 21; @@ -526,7 +543,7 @@ // // CodeLength // - this.CodeLength.Location = new System.Drawing.Point(677, 410); + this.CodeLength.Location = new System.Drawing.Point(1444, 308); this.CodeLength.Name = "CodeLength"; this.CodeLength.Size = new System.Drawing.Size(61, 21); this.CodeLength.TabIndex = 59; @@ -534,7 +551,7 @@ // label19 // this.label19.AutoSize = true; - this.label19.Location = new System.Drawing.Point(675, 395); + this.label19.Location = new System.Drawing.Point(1442, 293); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(65, 12); this.label19.TabIndex = 71; @@ -544,7 +561,7 @@ // this.label18.AutoSize = true; this.label18.Font = new System.Drawing.Font("瀹嬩綋", 15F); - this.label18.Location = new System.Drawing.Point(189, 35); + this.label18.Location = new System.Drawing.Point(161, 51); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(69, 20); this.label18.TabIndex = 70; @@ -553,10 +570,11 @@ // Code // this.Code.Font = new System.Drawing.Font("瀹嬩綋", 18F); - this.Code.Location = new System.Drawing.Point(264, 28); + this.Code.Location = new System.Drawing.Point(238, 44); this.Code.Name = "Code"; this.Code.Size = new System.Drawing.Size(533, 35); this.Code.TabIndex = 51; + this.Code.TextAlignChanged += new System.EventHandler(this.Code_TextAlignChanged); this.Code.TextChanged += new System.EventHandler(this.Code_TextChanged); // // menuStrip1 @@ -572,9 +590,10 @@ this.甯姪ToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; - this.menuStrip1.Size = new System.Drawing.Size(1045, 25); + this.menuStrip1.Size = new System.Drawing.Size(1028, 25); this.menuStrip1.TabIndex = 126; this.menuStrip1.Text = "menuStrip1"; + this.menuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.menuStrip1_ItemClicked); // // 鐧诲綍ToolStripMenuItem // @@ -593,8 +612,8 @@ // 涓插彛璁剧疆ToolStripMenuItem // this.涓插彛璁剧疆ToolStripMenuItem.Name = "涓插彛璁剧疆ToolStripMenuItem"; - this.涓插彛璁剧疆ToolStripMenuItem.Size = new System.Drawing.Size(55, 21); - this.涓插彛璁剧疆ToolStripMenuItem.Text = "IP璁剧疆"; + this.涓插彛璁剧疆ToolStripMenuItem.Size = new System.Drawing.Size(68, 21); + this.涓插彛璁剧疆ToolStripMenuItem.Text = "涓插彛璁剧疆"; this.涓插彛璁剧疆ToolStripMenuItem.Click += new System.EventHandler(this.涓插彛璁剧疆ToolStripMenuItem_Click); // // 鍩烘湰璁剧疆ToolStripMenuItem @@ -633,21 +652,10 @@ this.甯姪ToolStripMenuItem.Visible = false; this.甯姪ToolStripMenuItem.Click += new System.EventHandler(this.甯姪ToolStripMenuItem_Click); // - // ChkMES - // - this.ChkMES.AutoSize = true; - this.ChkMES.Font = new System.Drawing.Font("瀹嬩綋", 9F); - this.ChkMES.Location = new System.Drawing.Point(677, 534); - this.ChkMES.Name = "ChkMES"; - this.ChkMES.Size = new System.Drawing.Size(78, 16); - this.ChkMES.TabIndex = 133; - this.ChkMES.Text = "瀵煎嚭鍒癿es"; - this.ChkMES.UseVisualStyleBackColor = true; - // // label35 // this.label35.AutoSize = true; - this.label35.Location = new System.Drawing.Point(675, 434); + this.label35.Location = new System.Drawing.Point(1442, 332); this.label35.Name = "label35"; this.label35.Size = new System.Drawing.Size(29, 12); this.label35.TabIndex = 132; @@ -657,7 +665,7 @@ // this.ChkExcel.AutoSize = true; this.ChkExcel.Font = new System.Drawing.Font("瀹嬩綋", 9F); - this.ChkExcel.Location = new System.Drawing.Point(677, 473); + this.ChkExcel.Location = new System.Drawing.Point(1444, 371); this.ChkExcel.Name = "ChkExcel"; this.ChkExcel.Size = new System.Drawing.Size(90, 16); this.ChkExcel.TabIndex = 129; @@ -668,7 +676,7 @@ // this.ChkTXT.AutoSize = true; this.ChkTXT.Font = new System.Drawing.Font("瀹嬩綋", 9F); - this.ChkTXT.Location = new System.Drawing.Point(677, 493); + this.ChkTXT.Location = new System.Drawing.Point(1444, 395); this.ChkTXT.Name = "ChkTXT"; this.ChkTXT.Size = new System.Drawing.Size(78, 16); this.ChkTXT.TabIndex = 130; @@ -677,27 +685,16 @@ // // path // - this.path.Location = new System.Drawing.Point(677, 449); + this.path.Location = new System.Drawing.Point(1444, 347); this.path.Name = "path"; this.path.Size = new System.Drawing.Size(61, 21); this.path.TabIndex = 127; // - // ChkSql - // - this.ChkSql.AutoSize = true; - this.ChkSql.Font = new System.Drawing.Font("瀹嬩綋", 9F); - this.ChkSql.Location = new System.Drawing.Point(677, 515); - this.ChkSql.Name = "ChkSql"; - this.ChkSql.Size = new System.Drawing.Size(114, 16); - this.ChkSql.TabIndex = 131; - this.ChkSql.Text = "瀵煎嚭鍒癝qlServer"; - this.ChkSql.UseVisualStyleBackColor = true; - // // MESStatus // this.MESStatus.AutoSize = true; this.MESStatus.Font = new System.Drawing.Font("瀹嬩綋", 40F); - this.MESStatus.Location = new System.Drawing.Point(586, 188); + this.MESStatus.Location = new System.Drawing.Point(1463, 134); this.MESStatus.Name = "MESStatus"; this.MESStatus.Size = new System.Drawing.Size(131, 54); this.MESStatus.TabIndex = 135; @@ -707,7 +704,7 @@ // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("瀹嬩綋", 18F); - this.label7.Location = new System.Drawing.Point(586, 158); + this.label7.Location = new System.Drawing.Point(1463, 104); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(118, 24); this.label7.TabIndex = 136; @@ -717,7 +714,7 @@ // this.LeakPressure.AutoSize = true; this.LeakPressure.Font = new System.Drawing.Font("瀹嬩綋", 36F); - this.LeakPressure.Location = new System.Drawing.Point(191, 98); + this.LeakPressure.Location = new System.Drawing.Point(162, 139); this.LeakPressure.Name = "LeakPressure"; this.LeakPressure.Size = new System.Drawing.Size(212, 48); this.LeakPressure.TabIndex = 137; @@ -727,7 +724,7 @@ // this.Leak.AutoSize = true; this.Leak.Font = new System.Drawing.Font("瀹嬩綋", 36F); - this.Leak.Location = new System.Drawing.Point(191, 190); + this.Leak.Location = new System.Drawing.Point(158, 231); this.Leak.Name = "Leak"; this.Leak.Size = new System.Drawing.Size(212, 48); this.Leak.TabIndex = 138; @@ -737,7 +734,7 @@ // this.ChkCSV.AutoSize = true; this.ChkCSV.Font = new System.Drawing.Font("瀹嬩綋", 9F); - this.ChkCSV.Location = new System.Drawing.Point(677, 551); + this.ChkCSV.Location = new System.Drawing.Point(1432, 256); this.ChkCSV.Name = "ChkCSV"; this.ChkCSV.Size = new System.Drawing.Size(78, 16); this.ChkCSV.TabIndex = 139; @@ -748,18 +745,10 @@ // this.Timer11.Tick += new System.EventHandler(this.Timer11_Tick); // - // Baudrate - // - this.Baudrate.Location = new System.Drawing.Point(724, 328); - this.Baudrate.Name = "Baudrate"; - this.Baudrate.Size = new System.Drawing.Size(113, 21); - this.Baudrate.TabIndex = 140; - this.Baudrate.Visible = false; - // // checkBox1 // this.checkBox1.AutoSize = true; - this.checkBox1.Location = new System.Drawing.Point(900, 83); + this.checkBox1.Location = new System.Drawing.Point(869, 104); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(96, 16); this.checkBox1.TabIndex = 141; @@ -770,7 +759,7 @@ // codecheck // this.codecheck.Enabled = false; - this.codecheck.Location = new System.Drawing.Point(896, 56); + this.codecheck.Location = new System.Drawing.Point(865, 77); this.codecheck.Name = "codecheck"; this.codecheck.ReadOnly = true; this.codecheck.Size = new System.Drawing.Size(100, 21); @@ -781,7 +770,7 @@ // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label9.Location = new System.Drawing.Point(903, 29); + this.label9.Location = new System.Drawing.Point(872, 50); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(87, 16); this.label9.TabIndex = 143; @@ -791,7 +780,7 @@ // this.Scancode.AutoSize = true; this.Scancode.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.Scancode.Location = new System.Drawing.Point(800, 38); + this.Scancode.Location = new System.Drawing.Point(1596, 57); this.Scancode.Name = "Scancode"; this.Scancode.Size = new System.Drawing.Size(90, 20); this.Scancode.TabIndex = 144; @@ -802,12 +791,12 @@ // // groupBox1 // - this.groupBox1.Controls.Add(this.button1); + this.groupBox1.Controls.Add(this.button10); this.groupBox1.Controls.Add(this.Passzong); this.groupBox1.Controls.Add(this.label34); this.groupBox1.Controls.Add(this.Sunzong); this.groupBox1.Controls.Add(this.label28); - this.groupBox1.Location = new System.Drawing.Point(1140, 127); + this.groupBox1.Location = new System.Drawing.Point(1443, 490); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(200, 161); this.groupBox1.TabIndex = 145; @@ -815,15 +804,15 @@ this.groupBox1.Text = "浜ф祴璁℃暟"; this.groupBox1.Visible = false; // - // button1 + // button10 // - this.button1.Location = new System.Drawing.Point(63, 132); - this.button1.Name = "button1"; - this.button1.Size = new System.Drawing.Size(75, 23); - this.button1.TabIndex = 4; - this.button1.Text = "娓呴櫎璁℃暟"; - this.button1.UseVisualStyleBackColor = true; - this.button1.Click += new System.EventHandler(this.button1_Click); + this.button10.Location = new System.Drawing.Point(63, 132); + this.button10.Name = "button10"; + this.button10.Size = new System.Drawing.Size(75, 23); + this.button10.TabIndex = 4; + this.button10.Text = "娓呴櫎璁℃暟"; + this.button10.UseVisualStyleBackColor = true; + this.button10.Click += new System.EventHandler(this.button1_Click); // // Passzong // @@ -865,72 +854,282 @@ this.label28.Size = new System.Drawing.Size(93, 20); this.label28.TabIndex = 0; this.label28.Text = "娴嬭瘯鏁伴噺"; - this.label28.Click += new System.EventHandler(this.label28_Click); // // CodePort1 // this.CodePort1.DataReceived += new System.IO.Ports.SerialDataReceivedEventHandler(this.CodePort1_DataReceived_1); // - // timerbar + // Baudrate // - this.timerbar.Interval = 200; - this.timerbar.Tick += new System.EventHandler(this.timerbar_Tick); + this.Baudrate.Location = new System.Drawing.Point(1595, 534); + this.Baudrate.Name = "Baudrate"; + this.Baudrate.Size = new System.Drawing.Size(100, 21); + this.Baudrate.TabIndex = 140; + this.Baudrate.Visible = false; // - // progressBar1 + // ChkSql // - this.progressBar1.Location = new System.Drawing.Point(410, 258); - this.progressBar1.Name = "progressBar1"; - this.progressBar1.Size = new System.Drawing.Size(100, 23); - this.progressBar1.TabIndex = 146; - this.progressBar1.Visible = false; + this.ChkSql.AutoSize = true; + this.ChkSql.Font = new System.Drawing.Font("瀹嬩綋", 9F); + this.ChkSql.Location = new System.Drawing.Point(1596, 570); + this.ChkSql.Name = "ChkSql"; + this.ChkSql.Size = new System.Drawing.Size(114, 16); + this.ChkSql.TabIndex = 131; + this.ChkSql.Text = "瀵煎嚭鍒癝qlServer"; + this.ChkSql.UseVisualStyleBackColor = true; + // + // CeckScanning + // + this.CeckScanning.AutoSize = true; + this.CeckScanning.Font = new System.Drawing.Font("瀹嬩綋", 9F); + this.CeckScanning.Location = new System.Drawing.Point(1710, 528); + this.CeckScanning.Name = "CeckScanning"; + this.CeckScanning.Size = new System.Drawing.Size(132, 16); + this.CeckScanning.TabIndex = 170; + this.CeckScanning.Text = "鏄惁浣跨敤涓插彛鎵爜鏋"; + this.CeckScanning.UseVisualStyleBackColor = true; + this.CeckScanning.Visible = false; + // + // checkBox2 + // + this.checkBox2.AutoSize = true; + this.checkBox2.Checked = true; + this.checkBox2.CheckState = System.Windows.Forms.CheckState.Checked; + this.checkBox2.Location = new System.Drawing.Point(907, 402); + this.checkBox2.Name = "checkBox2"; + this.checkBox2.Size = new System.Drawing.Size(78, 16); + this.checkBox2.TabIndex = 173; + this.checkBox2.Text = "鍦ㄧ嚎/绂荤嚎"; + this.checkBox2.UseVisualStyleBackColor = true; + this.checkBox2.Visible = false; + this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged); + // + // pictureBox1 + // + this.pictureBox1.Location = new System.Drawing.Point(907, 362); + this.pictureBox1.Name = "pictureBox1"; + this.pictureBox1.Size = new System.Drawing.Size(82, 28); + this.pictureBox1.TabIndex = 172; + this.pictureBox1.TabStop = false; + this.pictureBox1.Visible = false; + // + // label29 + // + this.label29.AutoSize = true; + this.label29.Font = new System.Drawing.Font("瀹嬩綋", 14F); + this.label29.Location = new System.Drawing.Point(903, 340); + this.label29.Name = "label29"; + this.label29.Size = new System.Drawing.Size(87, 19); + this.label29.TabIndex = 171; + this.label29.Text = "MES鐘舵:"; + this.label29.Visible = false; + // + // CH1Tlight + // + this.CH1Tlight.Font = new System.Drawing.Font("瀹嬩綋", 48F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.CH1Tlight.Location = new System.Drawing.Point(1351, 127); + this.CH1Tlight.Name = "CH1Tlight"; + this.CH1Tlight.Size = new System.Drawing.Size(129, 87); + this.CH1Tlight.TabIndex = 174; + this.CH1Tlight.Text = "OK"; + this.CH1Tlight.UseVisualStyleBackColor = true; + // + // button3 + // + this.button3.Location = new System.Drawing.Point(1335, 227); + this.button3.Name = "button3"; + this.button3.Size = new System.Drawing.Size(75, 49); + this.button3.TabIndex = 178; + this.button3.Text = "妫娴"; + this.button3.UseVisualStyleBackColor = true; + // + // button4 + // + this.button4.Location = new System.Drawing.Point(1478, 227); + this.button4.Name = "button4"; + this.button4.Size = new System.Drawing.Size(75, 49); + this.button4.TabIndex = 177; + this.button4.Text = "鎺掓皵"; + this.button4.UseVisualStyleBackColor = true; // // button2 // - this.button2.Location = new System.Drawing.Point(926, 457); + this.button2.Location = new System.Drawing.Point(1192, 227); this.button2.Name = "button2"; - this.button2.Size = new System.Drawing.Size(84, 38); - this.button2.TabIndex = 147; - this.button2.Text = "淇敼绔欏彿"; + this.button2.Size = new System.Drawing.Size(75, 49); + this.button2.TabIndex = 176; + this.button2.Text = "骞宠 "; this.button2.UseVisualStyleBackColor = true; - this.button2.Click += new System.EventHandler(this.button2_Click); // - // zhanhao + // button1 // - this.zhanhao.Location = new System.Drawing.Point(920, 408); - this.zhanhao.Name = "zhanhao"; - this.zhanhao.Size = new System.Drawing.Size(113, 21); - this.zhanhao.TabIndex = 148; + this.button1.Location = new System.Drawing.Point(1066, 227); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(75, 49); + this.button1.TabIndex = 175; + this.button1.Text = "鍏呮皵"; + this.button1.UseVisualStyleBackColor = true; + this.button1.Click += new System.EventHandler(this.button1_Click_1); // // groupBox2 // - this.groupBox2.Controls.Add(this.labelyinjian); - this.groupBox2.Controls.Add(this.labelruanjian); - this.groupBox2.Location = new System.Drawing.Point(859, 105); + this.groupBox2.Controls.Add(this.JIG_Number1); + this.groupBox2.Controls.Add(this.label37); + this.groupBox2.Controls.Add(this.strstation); + this.groupBox2.Controls.Add(this.strbatch); + this.groupBox2.Controls.Add(this.strlocation); + this.groupBox2.Controls.Add(this.strlinename); + this.groupBox2.Controls.Add(this.label41); + this.groupBox2.Controls.Add(this.label42); + this.groupBox2.Controls.Add(this.label43); + this.groupBox2.Controls.Add(this.label48); + this.groupBox2.Font = new System.Drawing.Font("瀹嬩綋", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.groupBox2.Location = new System.Drawing.Point(1034, 196); this.groupBox2.Name = "groupBox2"; - this.groupBox2.Size = new System.Drawing.Size(174, 184); - this.groupBox2.TabIndex = 149; + this.groupBox2.Size = new System.Drawing.Size(256, 449); + this.groupBox2.TabIndex = 179; this.groupBox2.TabStop = false; - this.groupBox2.Text = "璁惧淇℃伅"; + this.groupBox2.Text = "Mes閰嶇疆"; + this.groupBox2.Visible = false; // - // labelyinjian + // JIG_Number1 // - this.labelyinjian.AutoSize = true; - this.labelyinjian.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.labelyinjian.Location = new System.Drawing.Point(6, 140); - this.labelyinjian.Name = "labelyinjian"; - this.labelyinjian.Size = new System.Drawing.Size(95, 16); - this.labelyinjian.TabIndex = 24; - this.labelyinjian.Text = "纭欢鐗堟湰鍙:"; + this.JIG_Number1.Location = new System.Drawing.Point(34, 413); + this.JIG_Number1.Name = "JIG_Number1"; + this.JIG_Number1.Size = new System.Drawing.Size(216, 30); + this.JIG_Number1.TabIndex = 9; + this.JIG_Number1.TextChanged += new System.EventHandler(this.JIG_Number1_TextChanged); // - // labelruanjian + // label37 // - this.labelruanjian.AutoSize = true; - this.labelruanjian.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.labelruanjian.Location = new System.Drawing.Point(6, 71); - this.labelruanjian.Name = "labelruanjian"; - this.labelruanjian.Size = new System.Drawing.Size(95, 16); - this.labelruanjian.TabIndex = 23; - this.labelruanjian.Text = "杞欢鐗堟湰鍙:"; + this.label37.AutoSize = true; + this.label37.Location = new System.Drawing.Point(30, 375); + this.label37.Name = "label37"; + this.label37.Size = new System.Drawing.Size(99, 20); + this.label37.TabIndex = 8; + this.label37.Text = "MAC鍦板潃锛"; + // + // strstation + // + this.strstation.Location = new System.Drawing.Point(34, 329); + this.strstation.Name = "strstation"; + this.strstation.Size = new System.Drawing.Size(216, 30); + this.strstation.TabIndex = 7; + this.strstation.TextChanged += new System.EventHandler(this.strstation_TextChanged); + // + // strbatch + // + this.strbatch.Location = new System.Drawing.Point(34, 245); + this.strbatch.Name = "strbatch"; + this.strbatch.Size = new System.Drawing.Size(216, 30); + this.strbatch.TabIndex = 6; + this.strbatch.TextChanged += new System.EventHandler(this.strbatch_TextChanged); + // + // strlocation + // + this.strlocation.Location = new System.Drawing.Point(34, 158); + this.strlocation.Name = "strlocation"; + this.strlocation.Size = new System.Drawing.Size(216, 30); + this.strlocation.TabIndex = 5; + this.strlocation.TextChanged += new System.EventHandler(this.strlocation_TextChanged); + // + // strlinename + // + this.strlinename.Location = new System.Drawing.Point(34, 74); + this.strlinename.Name = "strlinename"; + this.strlinename.Size = new System.Drawing.Size(216, 30); + this.strlinename.TabIndex = 4; + this.strlinename.TextChanged += new System.EventHandler(this.strlinename_TextChanged); + // + // label41 + // + this.label41.AutoSize = true; + this.label41.Location = new System.Drawing.Point(30, 291); + this.label41.Name = "label41"; + this.label41.Size = new System.Drawing.Size(69, 20); + this.label41.TabIndex = 3; + this.label41.Text = "绔欏悕锛"; + // + // label42 + // + this.label42.AutoSize = true; + this.label42.Location = new System.Drawing.Point(21, 119); + this.label42.Name = "label42"; + this.label42.Size = new System.Drawing.Size(109, 20); + this.label42.TabIndex = 2; + this.label42.Text = "鐗╂枡缂栫爜锛"; + // + // label43 + // + this.label43.AutoSize = true; + this.label43.Location = new System.Drawing.Point(30, 203); + this.label43.Name = "label43"; + this.label43.Size = new System.Drawing.Size(69, 20); + this.label43.TabIndex = 1; + this.label43.Text = "鎵规锛"; + // + // label48 + // + this.label48.AutoSize = true; + this.label48.Location = new System.Drawing.Point(20, 41); + this.label48.Name = "label48"; + this.label48.Size = new System.Drawing.Size(109, 20); + this.label48.TabIndex = 0; + this.label48.Text = "绾垮埆鍚嶇О锛"; + // + // PreCode1 + // + this.PreCode1.Font = new System.Drawing.Font("瀹嬩綋", 18F); + this.PreCode1.Location = new System.Drawing.Point(1276, 477); + this.PreCode1.Name = "PreCode1"; + this.PreCode1.Size = new System.Drawing.Size(547, 35); + this.PreCode1.TabIndex = 180; + this.PreCode1.Visible = false; + this.PreCode1.TextChanged += new System.EventHandler(this.PreCode1_TextChanged); + // + // label49 + // + this.label49.AutoSize = true; + this.label49.Font = new System.Drawing.Font("瀹嬩綋", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label49.Location = new System.Drawing.Point(1162, 482); + this.label49.Name = "label49"; + this.label49.Size = new System.Drawing.Size(106, 24); + this.label49.TabIndex = 181; + this.label49.Text = "棰勬潯褰㈢爜"; + this.label49.Visible = false; + // + // label50 + // + this.label50.AutoSize = true; + this.label50.Font = new System.Drawing.Font("瀹嬩綋", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label50.Location = new System.Drawing.Point(1108, 28); + this.label50.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label50.Name = "label50"; + this.label50.Size = new System.Drawing.Size(87, 22); + this.label50.TabIndex = 185; + this.label50.Text = "MES杩斿洖"; + this.label50.Visible = false; + // + // textBox3 + // + this.textBox3.Font = new System.Drawing.Font("瀹嬩綋", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.textBox3.Location = new System.Drawing.Point(1034, 54); + this.textBox3.Multiline = true; + this.textBox3.Name = "textBox3"; + this.textBox3.Size = new System.Drawing.Size(256, 129); + this.textBox3.TabIndex = 184; + this.textBox3.Visible = false; + // + // textBox1 + // + this.textBox1.Location = new System.Drawing.Point(1422, 58); + this.textBox1.Name = "textBox1"; + this.textBox1.Size = new System.Drawing.Size(100, 21); + this.textBox1.TabIndex = 186; + // + // timerCH1 + // + this.timerCH1.Tick += new System.EventHandler(this.timer5_Tick); // // myGroupBox4 // @@ -954,9 +1153,9 @@ this.myGroupBox4.Controls.Add(this.label17); this.myGroupBox4.Controls.Add(this.FPlowlimit); this.myGroupBox4.Controls.Add(this.BLeakTPre); - this.myGroupBox4.Location = new System.Drawing.Point(344, 357); + this.myGroupBox4.Location = new System.Drawing.Point(1588, 84); this.myGroupBox4.Name = "myGroupBox4"; - this.myGroupBox4.Size = new System.Drawing.Size(141, 222); + this.myGroupBox4.Size = new System.Drawing.Size(161, 222); this.myGroupBox4.TabIndex = 122; this.myGroupBox4.TabStop = false; this.myGroupBox4.Text = "鍘嬪姏鍙傛暟"; @@ -1150,6 +1349,7 @@ this.myGroupBox3.Controls.Add(this.appkey); this.myGroupBox3.Controls.Add(this.TestStatus); this.myGroupBox3.Controls.Add(this.label21); + this.myGroupBox3.Controls.Add(this.ChkMES); this.myGroupBox3.Controls.Add(this.TestTime2); this.myGroupBox3.Controls.Add(this.appid); this.myGroupBox3.Controls.Add(this.label22); @@ -1177,9 +1377,9 @@ this.myGroupBox3.Controls.Add(this.DelayTime1); this.myGroupBox3.Controls.Add(this.label39); this.myGroupBox3.Controls.Add(this.DelayTime2); - this.myGroupBox3.Location = new System.Drawing.Point(104, 357); + this.myGroupBox3.Location = new System.Drawing.Point(1588, 306); this.myGroupBox3.Name = "myGroupBox3"; - this.myGroupBox3.Size = new System.Drawing.Size(234, 222); + this.myGroupBox3.Size = new System.Drawing.Size(362, 222); this.myGroupBox3.TabIndex = 121; this.myGroupBox3.TabStop = false; this.myGroupBox3.Text = "鍩烘湰鍙傛暟"; @@ -1263,6 +1463,17 @@ this.label21.TabIndex = 187; this.label21.Text = "appKey"; // + // ChkMES + // + this.ChkMES.AutoSize = true; + this.ChkMES.Font = new System.Drawing.Font("瀹嬩綋", 9F); + this.ChkMES.Location = new System.Drawing.Point(120, 18); + this.ChkMES.Name = "ChkMES"; + this.ChkMES.Size = new System.Drawing.Size(78, 16); + this.ChkMES.TabIndex = 133; + this.ChkMES.Text = "瀵煎嚭鍒癿es"; + this.ChkMES.UseVisualStyleBackColor = true; + // // TestTime2 // this.TestTime2.Location = new System.Drawing.Point(4, 157); @@ -1272,7 +1483,7 @@ // // appid // - this.appid.Location = new System.Drawing.Point(122, 50); + this.appid.Location = new System.Drawing.Point(112, 52); this.appid.Margin = new System.Windows.Forms.Padding(5); this.appid.Name = "appid"; this.appid.Size = new System.Drawing.Size(39, 21); @@ -1442,7 +1653,7 @@ // // BypassTIme // - this.BypassTIme.Location = new System.Drawing.Point(63, 36); + this.BypassTIme.Location = new System.Drawing.Point(59, 33); this.BypassTIme.Name = "BypassTIme"; this.BypassTIme.Size = new System.Drawing.Size(51, 21); this.BypassTIme.TabIndex = 94; @@ -1490,8 +1701,6 @@ // // myGroupBox1 // - this.myGroupBox1.Controls.Add(this.TCPconnect); - this.myGroupBox1.Controls.Add(this.UDPResults); this.myGroupBox1.Controls.Add(this.PortNum); this.myGroupBox1.Controls.Add(this.label3); this.myGroupBox1.Controls.Add(this.BtnBreak); @@ -1499,57 +1708,39 @@ this.myGroupBox1.Controls.Add(this.label1); this.myGroupBox1.Controls.Add(this.label6); this.myGroupBox1.Font = new System.Drawing.Font("瀹嬩綋", 12F); - this.myGroupBox1.Location = new System.Drawing.Point(6, 28); + this.myGroupBox1.Location = new System.Drawing.Point(12, 49); this.myGroupBox1.Name = "myGroupBox1"; - this.myGroupBox1.Size = new System.Drawing.Size(182, 240); + this.myGroupBox1.Size = new System.Drawing.Size(139, 225); this.myGroupBox1.TabIndex = 119; this.myGroupBox1.TabStop = false; - this.myGroupBox1.Text = "杩炴帴璁剧疆"; - // - // TCPconnect - // - this.TCPconnect.Location = new System.Drawing.Point(30, 162); - this.TCPconnect.Name = "TCPconnect"; - this.TCPconnect.Size = new System.Drawing.Size(82, 28); - this.TCPconnect.TabIndex = 64; - this.TCPconnect.Text = "浠櫒杩炴帴"; - this.TCPconnect.UseVisualStyleBackColor = true; - this.TCPconnect.Click += new System.EventHandler(this.TCPconnect_Click); - // - // UDPResults - // - this.UDPResults.FormattingEnabled = true; - this.UDPResults.Location = new System.Drawing.Point(6, 48); - this.UDPResults.Name = "UDPResults"; - this.UDPResults.Size = new System.Drawing.Size(170, 24); - this.UDPResults.TabIndex = 63; + this.myGroupBox1.Text = "涓插彛璁剧疆"; // // PortNum // this.PortNum.AutoSize = true; - this.PortNum.Font = new System.Drawing.Font("瀹嬩綋", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.PortNum.Location = new System.Drawing.Point(6, 51); + this.PortNum.Font = new System.Drawing.Font("瀹嬩綋", 20F); + this.PortNum.Location = new System.Drawing.Point(21, 49); this.PortNum.Name = "PortNum"; - this.PortNum.Size = new System.Drawing.Size(139, 19); + this.PortNum.Size = new System.Drawing.Size(96, 27); this.PortNum.TabIndex = 62; - this.PortNum.Text = "192.168.1.110"; + this.PortNum.Text = "label2"; // // label3 // this.label3.AutoSize = true; - this.label3.Font = new System.Drawing.Font("瀹嬩綋", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label3.Font = new System.Drawing.Font("瀹嬩綋", 12F); this.label3.Location = new System.Drawing.Point(25, 79); this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(76, 21); + this.label3.Size = new System.Drawing.Size(87, 16); this.label3.TabIndex = 61; - this.label3.Text = "绔彛锛"; + this.label3.Text = "涓插彛鐘舵侊細"; // // BtnBreak // this.BtnBreak.Font = new System.Drawing.Font("瀹嬩綋", 12F); - this.BtnBreak.Location = new System.Drawing.Point(29, 198); + this.BtnBreak.Location = new System.Drawing.Point(28, 179); this.BtnBreak.Name = "BtnBreak"; - this.BtnBreak.Size = new System.Drawing.Size(83, 26); + this.BtnBreak.Size = new System.Drawing.Size(83, 33); this.BtnBreak.TabIndex = 6; this.BtnBreak.Text = "鏂紑杩炴帴"; this.BtnBreak.UseVisualStyleBackColor = true; @@ -1558,23 +1749,23 @@ // BtnCon1 // this.BtnCon1.Font = new System.Drawing.Font("瀹嬩綋", 12F); - this.BtnCon1.Location = new System.Drawing.Point(29, 130); + this.BtnCon1.Location = new System.Drawing.Point(28, 140); this.BtnCon1.Name = "BtnCon1"; - this.BtnCon1.Size = new System.Drawing.Size(83, 24); + this.BtnCon1.Size = new System.Drawing.Size(83, 33); this.BtnCon1.TabIndex = 5; - this.BtnCon1.Text = "骞挎挱鎼滅储"; + this.BtnCon1.Text = "杩炴帴涓插彛"; this.BtnCon1.UseVisualStyleBackColor = true; this.BtnCon1.Click += new System.EventHandler(this.BtnCon1_Click); // // label1 // this.label1.AutoSize = true; - this.label1.Font = new System.Drawing.Font("瀹嬩綋", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label1.Location = new System.Drawing.Point(24, 28); + this.label1.Font = new System.Drawing.Font("瀹嬩綋", 12F); + this.label1.Location = new System.Drawing.Point(37, 32); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(46, 21); + this.label1.Size = new System.Drawing.Size(63, 16); this.label1.TabIndex = 8; - this.label1.Text = "IP:"; + this.label1.Text = "绔彛鍙:"; // // label6 // @@ -1582,28 +1773,30 @@ this.label6.Font = new System.Drawing.Font("瀹嬩綋", 19F); this.label6.Location = new System.Drawing.Point(21, 99); this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(64, 26); + this.label6.Size = new System.Drawing.Size(90, 26); this.label6.TabIndex = 15; - this.label6.Text = "9999"; - // - // UDPRead - // - this.UDPRead.Tick += new System.EventHandler(this.UDPRead_Tick); - // - // UDPOverTime - // - this.UDPOverTime.Tick += new System.EventHandler(this.UDPOverTime_Tick); + this.label6.Text = "label6"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(1045, 617); + this.ClientSize = new System.Drawing.Size(1028, 675); + this.Controls.Add(this.textBox1); + this.Controls.Add(this.label50); + this.Controls.Add(this.textBox3); + this.Controls.Add(this.PreCode1); + this.Controls.Add(this.label49); this.Controls.Add(this.groupBox2); - this.Controls.Add(this.zhanhao); + this.Controls.Add(this.button3); + this.Controls.Add(this.button4); this.Controls.Add(this.button2); - this.Controls.Add(this.progressBar1); - this.Controls.Add(this.groupBox1); + this.Controls.Add(this.button1); + this.Controls.Add(this.CH1Tlight); + this.Controls.Add(this.checkBox2); + this.Controls.Add(this.pictureBox1); + this.Controls.Add(this.label29); + this.Controls.Add(this.CeckScanning); this.Controls.Add(this.Scancode); this.Controls.Add(this.label9); this.Controls.Add(this.codecheck); @@ -1615,14 +1808,13 @@ this.Controls.Add(this.LeakPressure); this.Controls.Add(this.MESStatus); this.Controls.Add(this.label7); - this.Controls.Add(this.ChkMES); this.Controls.Add(this.label35); this.Controls.Add(this.ChkExcel); this.Controls.Add(this.ChkTXT); this.Controls.Add(this.path); - this.Controls.Add(this.ChkSql); this.Controls.Add(this.Manual); this.Controls.Add(this.MachineStatus); + this.Controls.Add(this.ChkSql); this.Controls.Add(this.Tlight); this.Controls.Add(this.Station); this.Controls.Add(this.label8); @@ -1646,9 +1838,11 @@ this.Controls.Add(this.label36); this.Controls.Add(this.SendText); this.Controls.Add(this.ReceiveText); + this.Controls.Add(this.groupBox1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Form1"; - this.Text = "20240819"; + this.Text = "LL18-25062101"; + this.Activated += new System.EventHandler(this.Form1_Activated); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.DataGridView1)).EndInit(); @@ -1656,6 +1850,7 @@ this.menuStrip1.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.myGroupBox4.ResumeLayout(false); @@ -1670,6 +1865,7 @@ } #endregion + private System.Windows.Forms.Button BtnBreak; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox ReceiveText; private System.Windows.Forms.TextBox SendText; @@ -1690,6 +1886,7 @@ private System.Windows.Forms.TextBox FPlowlimit; private System.Windows.Forms.TextBox Leaktoplimit; private System.Windows.Forms.TextBox Leaklowlimit; + private System.Windows.Forms.TextBox Code; private System.Windows.Forms.Label label33; private System.Windows.Forms.Label label32; private System.Windows.Forms.Label label31; @@ -1788,15 +1985,6 @@ public System.Windows.Forms.TextBox Baudrate; private System.Windows.Forms.Label label9; private System.Windows.Forms.CheckBox Scancode; - public System.Windows.Forms.TextBox codecheck; - public System.Windows.Forms.CheckBox checkBox1; - private System.Windows.Forms.GroupBox groupBox1; - private System.Windows.Forms.Label Sunzong; - private System.Windows.Forms.Label label28; - private System.Windows.Forms.Label Passzong; - private System.Windows.Forms.Label label34; - private System.Windows.Forms.Button button1; - public System.IO.Ports.SerialPort CodePort1; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; @@ -1814,18 +2002,40 @@ private System.Windows.Forms.DataGridViewTextBoxColumn Column17; private System.Windows.Forms.DataGridViewTextBoxColumn Column14; private System.Windows.Forms.DataGridViewTextBoxColumn Column15; - private System.Windows.Forms.Timer timerbar; - private System.Windows.Forms.ProgressBar progressBar1; + public System.Windows.Forms.TextBox codecheck; + public System.Windows.Forms.CheckBox checkBox1; + private System.Windows.Forms.GroupBox groupBox1; + private System.Windows.Forms.Label Sunzong; + private System.Windows.Forms.Label label28; + private System.Windows.Forms.Label Passzong; + private System.Windows.Forms.Label label34; + private System.Windows.Forms.Button button10; + public System.IO.Ports.SerialPort CodePort1; + public System.Windows.Forms.CheckBox CeckScanning; + private System.Windows.Forms.CheckBox checkBox2; + private System.Windows.Forms.PictureBox pictureBox1; + private System.Windows.Forms.Label label29; + private System.Windows.Forms.Button CH1Tlight; + private System.Windows.Forms.Button button3; + private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button2; - private System.Windows.Forms.TextBox zhanhao; - public System.Windows.Forms.TextBox Code; - public System.Windows.Forms.Button BtnBreak; - public System.Windows.Forms.ComboBox UDPResults; - public System.Windows.Forms.Button TCPconnect; + private System.Windows.Forms.Button button1; private System.Windows.Forms.GroupBox groupBox2; - private System.Windows.Forms.Label labelyinjian; - private System.Windows.Forms.Label labelruanjian; - private System.Windows.Forms.Timer UDPRead; - private System.Windows.Forms.Timer UDPOverTime; + private System.Windows.Forms.TextBox JIG_Number1; + private System.Windows.Forms.Label label37; + private System.Windows.Forms.TextBox strstation; + private System.Windows.Forms.TextBox strbatch; + private System.Windows.Forms.TextBox strlocation; + private System.Windows.Forms.TextBox strlinename; + private System.Windows.Forms.Label label41; + private System.Windows.Forms.Label label42; + private System.Windows.Forms.Label label43; + private System.Windows.Forms.Label label48; + public System.Windows.Forms.TextBox PreCode1; + private System.Windows.Forms.Label label49; + private System.Windows.Forms.Label label50; + private System.Windows.Forms.TextBox textBox3; + private System.Windows.Forms.TextBox textBox1; + private System.Windows.Forms.Timer timerCH1; } } \ No newline at end of file diff --git a/C-Windows-1/Form1.cs b/C-Windows-1/Form1.cs index 014cc95..d504528 100644 --- a/C-Windows-1/Form1.cs +++ b/C-Windows-1/Form1.cs @@ -13,22 +13,27 @@ using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Windows.Forms; -//using Excel = Microsoft.Office.Interop.Excel; +using Excel = Microsoft.Office.Interop.Excel; using ZXing; -using NPOI.SS.UserModel; using NPOI.XSSF.UserModel; -using System.Threading; -using System.Reflection.Emit; -using System.Net.Sockets; -using Timer = System.Windows.Forms.Timer; -using System.Net; -using static System.Windows.Forms.VisualStyles.VisualStyleElement; -using Org.BouncyCastle.Utilities.Net; +using NPOI.SS.UserModel; +using NPOI.HSSF.UserModel; +using static System.Windows.Forms.VisualStyles.VisualStyleElement.Button; +using System.Runtime.InteropServices; namespace C_Windows_1 { public partial class Form1 : Form { + // Token: 0x06000003 RID: 3 + [DllImport("ATS_Station_Managment.dll", CallingConvention = CallingConvention.Cdecl)] + public static extern int ATS_SelectTestYorN_Batch_LineName(string MainSN, string ATSStationName, string MaterialCode, string Batch, string LineName, string Value2, string Value3, out char TestYorN); + + // Token: 0x06000004 RID: 4 + [DllImport("ATS_Station_Managment.dll", CallingConvention = CallingConvention.Cdecl)] + public static extern int ATS_InsertDataRow_JIG_V2(string strlinename, string strbatch, string strlocation, string strstation, string strsn, int iresult, string errorinfo, string JIG_Number, string strswversion, string strremark, string strkeys, string strvalues); + + public int stage = 10; private int write = 0; private string timestamp; @@ -44,41 +49,26 @@ namespace C_Windows_1 public OperateResult operateResult22; public OperateResult operateResult23; public ModbusRtu CH1 = new ModbusRtu(); - // 鍒涘缓Modbus TCP瀹㈡埛绔璞 - //public ModbusTcpNet modbusClient; - public ModbusRtuOverTcp modbusClient /*= new ModbusRtuOverTcp("192.168.1.174", 9999)*/; //浜ф祴璁℃暟 - // public static Form1 f1; + public string codeBaudrate; public int ChanSum; public int ChanPass; - public static UInt16[] ReadData = new UInt16[3000]; - string codeport; + public static UInt16[] ReadData = new UInt16[1000]; + public string codeport; + public static int TIME; //宸茬粡浣跨敤鏃堕棿 + public static int timeflag = 0; + public static int Stipulatetime;//瑙勫畾鏃堕棿 - private UdpClient udpClient; - private const int Port = 9999; // 鐩戝惉绔彛鍙 - private const int ReceiveTimeout = 3000; // 瓒呮椂鏃堕棿锛堟绉掞級 - private bool isListening = false; // 鐩戝惉鏍囧織浣,鎺у埗鏄惁缁х画鐩戝惉 - private Timer timeoutTimer; // 瀹氭椂鍣ㄧ敤浜庢帶鍒惰秴鏃 + public static string tablename; + string CODE; + public bool ChkINI; - public int connectflag = 0; public Form1() { f1 = this; InitializeComponent(); Control.CheckForIllegalCrossThreadCalls = false; - timeoutTimer = new Timer(); - timeoutTimer.Interval = ReceiveTimeout; // 璁剧疆瓒呮椂鏃堕棿 - timeoutTimer.Tick += TimeoutTimer_Tick; - } - - private void TimeoutTimer_Tick(object sender, EventArgs e) - { - // 鍋滄鐩戝惉 - isListening = false; - - timeoutTimer.Stop(); - } //绐楀彛鑷傚簲鍒嗚鲸鐜 @@ -195,7 +185,7 @@ namespace C_Windows_1 //UInt16杞琭loat - public static float TwoUInt16ToFloat(UInt16 high, UInt16 low) + public static float TwoUInt16ToFloat(UInt16 high, UInt16 low) { Int32 sum = (high << 16) + (low & 0XFFFF); @@ -233,7 +223,7 @@ namespace C_Windows_1 try { OperateResult reslutget; - reslutget = modbusClient.ReadBool(Convert.ToString(sta)); + reslutget = CH1.ReadBool(Convert.ToString(sta)); if (reslutget.IsSuccess == true) { if (reslutget.Content == true) @@ -271,7 +261,7 @@ namespace C_Windows_1 { int start = number; OperateResult reslutget; - reslutget = modbusClient.Read(Convert.ToString(sta), Convert.ToUInt16(number)); + reslutget = CH1.Read(Convert.ToString(sta), Convert.ToUInt16(number)); int i, j; i = 0; j = 0; @@ -300,8 +290,8 @@ namespace C_Windows_1 } + - int progressvalue = 0; public void ModbusRtuint(ModbusRtu X, byte station, string COM, int Bund, int numberbit, StopBits stopbit, Parity parity) { @@ -310,20 +300,17 @@ namespace C_Windows_1 X.Close(); X.Station = station; X.SerialPortInni(COM, Bund, numberbit, stopbit, parity); - //X.ReceiveTimeout = 300; X.Open(); - - + X.ReceiveTimeout = 300; } - catch (Exception) + catch (Exception ex) { + MessageBox.Show(ex.Message); label6.Text = "鏈繛鎺"; - //throw; } - } - float grovalueone, grovalue; + public void machine2()//涓昏璐熻矗娴嬭瘯鏁版嵁璇诲彇锛屽啓鍏 { //Invoke((new System.Action(() => @@ -331,23 +318,17 @@ namespace C_Windows_1 switch (workstation) { case (int)yiqi.start: - - operateResult22 = modbusClient.Write("0", true); - //MachineStatus.Text = "寮濮嬫祴璇"; - //Console.WriteLine("褰撳墠鏄惎鍔ㄧ姸鎬"); - //if (operateResult22.IsSuccess) - //{ - // operateResult22 = CH1.Write("85", false); - workstation = (int)yiqi.prepare; - //} + operateResult22 = CH1.WriteCoil("208", true); + if (operateResult22.IsSuccess) + { + workstation = (int)yiqi.prepare; + } break; + //return workstation; - - - case (int)yiqi.rst: //byte[] data2 = new byte[] { 0xff, 0x00 }; - operateResult21 = modbusClient.Write("1", true); + operateResult21 = CH1.WriteCoil("86", true); //Console.WriteLine("褰撳墠鏄浣嶇姸鎬"); ////鐐瑰嚮澶嶄綅杩涘害鏉$疆涓0 progressBar2.Value = 0; @@ -360,78 +341,63 @@ namespace C_Windows_1 { workstation = (int)yiqi.standby; } - - break; - + //return workstation; case (int)yiqi.prepare://璇诲彇妫娴嬫椂闂达紝鍏呮皵锛屽钩琛℃娴 //鎵爜鏋鐞 涓婁紶 - ReadData[1041] = 0; - operateResult21 = Modbusread(1006, 4, ReadData); + Code.Enabled = false; + ReadData[9] = 0; + operateResult21 = Modbusread(25, 6, ReadData); Tlight.Text = ""; + CODE= Code.Text = PreCode1.Text; + PreCode1.Text=""; if (operateResult21.IsSuccess == true) { int aaa; - timerbar.Start(); - // grovalue = 100 / ((ReadData[1006] / 10) + (ReadData[1007] / 10) + (ReadData[1008] / 10) + (ReadData[1009] / 10)) ; - //grovalueone = (float)(grovalue * 0.0003); - //aaa = ReadData[1006] + ReadData[1007] + ReadData[1008] + ReadData[1009]; + aaa = ReadData[25] + ReadData[26] + ReadData[27] + ReadData[28] + ReadData[30]; progressBar2.Value = 0; - //progressBar2.Maximum = aaa; - Booltomath(2, ReadData); - - if(ReadData[2]!=0) + progressBar2.Maximum = aaa; + Modbusread(8, 1, ReadData); + if (operateResult21.IsSuccess == true) + { + if(ReadData[8]!=0) { workstation = (int)yiqi.test; } - else + else { workstation = (int)yiqi.standby; } - - + } } - break; - - + //return workstation; case (int)yiqi.test://璇诲彇妫娴嬫暟鎹互鍙婂垽鏂华鍣ㄦ槸鍚︾粨鏉 //operateResult21=Modbusread(170, 23, ReadData); - Booltomath(2, ReadData); - progressBar2.Value = progressvalue; - progressvalue += 2; - Modbusread(1013, 16, ReadData);//鍚勯」鍙傛暟 - Modbusread(1034, 26, ReadData); - //Modbusread(25, 24, ReadData); + Modbusread(8, 2, ReadData); + Modbusread(16, 4, ReadData); + + Modbusread(25, 12, ReadData); + Modbusread(37, 1, ReadData); + Modbusread(38, 12, ReadData); //test(ReadData); - //int ba = progressBar2.Value + 2; - if (progressvalue >= progressBar2.Maximum) - progressvalue = progressBar2.Maximum; - progressBar2.Value = progressvalue; - - //if (!(grovalue > 99.8)) + int ba = progressBar2.Value + 2; + if (ba >= progressBar2.Maximum) + ba = progressBar2.Maximum; + progressBar2.Value = ba; + MachineStatus.Text = "娴嬭瘯涓"; + + //if (ReadData[8] != 0 && (ReadData[9] == 1 || ReadData[9] == 2))//褰撲华鍣ㄧ姸鎬佷綅涓嶄负0涓旀湁缁撴灉鏃 //{ - // grovalue += grovalueone; - - // progressBar2.Value = (int)grovalue; + // workstation = (int)yiqi.finish; + // //return workstation; //} - //else - //{ - // progressBar2.Maximum = (int)grovalue; - //} - - - if (ReadData[2] == 0 && (ReadData[1041] == 1 || ReadData[1041] == 2))//褰撲华鍣ㄧ姸鎬佷綅涓嶄负0涓旀湁缁撴灉鏃 + if (ReadData[8] == 0) { - workstation = (int)yiqi.finish; - //return workstation; - } - if (ReadData[2] == 0) - { - System.Threading.Thread.Sleep(300); - Modbusread(1041, 1, ReadData); - if (ReadData[1041] == 1 || ReadData[1041] == 2) + System.Threading.Thread.Sleep(200); + Modbusread(8, 2, ReadData); + if (ReadData[9] == 1 || ReadData[9] == 2) { workstation = (int)yiqi.finish; } @@ -441,44 +407,31 @@ namespace C_Windows_1 workstation = (int)yiqi.standby; } } - break; - - case (int)yiqi.standby://璇诲彇浠櫒鏄惁鍚姩 - Booltomath(2, ReadData); - Modbusread(1041, 1, ReadData); + Modbusread(8, 2, ReadData); MachineStatus.Text = "寰呮満涓"; - if (ReadData[2] != 0 && ReadData[1041] == 0) + if (ReadData[8] != 0 && ReadData[9] == 0) { workstation = (int)yiqi.prepare; } - - - break; - - case (int)yiqi.finish: - Modbusread(1034, 26, ReadData); + Modbusread(161, 2, ReadData); // 鍘嬪樊 + Modbusread(16, 4, ReadData); progressBar2.Value = progressBar2.Maximum; - //timerbar.Stop(); DataGridView1.Invoke(new System.Action(Display)); + //Display(); CreateFile(); - //Passzong.Text = ChanPass.ToString(); - //Sunzong.Text = ChanSum.ToString(); - //string path = System.Environment.CurrentDirectory + "\\Config\\Config.ini"; - //ConfigINI config = new ConfigINI(path); - //config.IniWriteValue("Config", "Passzong", Passzong.Text); - //config.IniWriteValue("Config", "Sunzong", Sunzong.Text); + //UpMES(1); + Code.Clear(); - progressvalue = 0; + CODE = ""; + Code.Enabled = true; + Code.Focus(); workstation = (int)yiqi.standby; - - - // return workstation; break; default: @@ -490,16 +443,16 @@ namespace C_Windows_1 //} // ))); } + /* public void MachineDisplay2()//UI灞傦紝鍚х浉搴旂殑鏂囨湰璧嬪.17.58 { switch (workstation) { case (int)yiqi.start: - MachineStatus.Text = "寮濮嬫祴璇"; - break; + case (int)yiqi.rst: MachineStatus.Text = "澶嶄綅"; LeakPressure.Text = ""; @@ -510,7 +463,6 @@ namespace C_Windows_1 break; case (int)yiqi.standby://鎶婄姸鎬佹枃鏈敼鎴愭枃鏈 MachineStatus.Text = "寰呮満涓"; - // Tlight.Text = ""; break; @@ -524,83 +476,26 @@ namespace C_Windows_1 //鍒ゆ柇鍗曚綅 switch (ReadData[41])// { - case 1: - PressureUnit.Text = "KPa"; - - break; - case 2: - - PressureUnit.Text = "bar"; - - - break; - case 0: - PressureUnit.Text = "Pa"; - - break; - case 3: - - PressureUnit.Text = "atm"; - - - break; - case 4: - - PressureUnit.Text = "psi"; - - - break; - case 5: - - PressureUnit.Text = "mmHg"; - - - - break; + case 1: PressureUnit.Text = "KPa"; break; + case 2: PressureUnit.Text = "bar";break; + case 0: PressureUnit.Text = "Pa"; break; + case 3: PressureUnit.Text = "atm"; break; + case 4: PressureUnit.Text = "psi"; break; + case 5: PressureUnit.Text = "mmHg"; break; } switch (ReadData[40]) { - case 0: - - LeakUnit.Text = "Pa"; - break; - - case 1: - - LeakUnit.Text = "Kpa"; - break; - - case 2: - - - LeakUnit.Text = "mbar"; - break; - - case 3: - - LeakUnit.Text = "atm"; - break; - - case 4: - - LeakUnit.Text = "sccm"; - break; - - case 5: - - LeakUnit.Text = "Pa路m3/s"; - - break; - - case 6: - - LeakUnit.Text = "Pa/s"; - break; + case 0: LeakUnit.Text = "Pa"; break; + case 1: LeakUnit.Text = "Kpa"; break; + case 2: LeakUnit.Text = "mbar"; break; + case 3: LeakUnit.Text = "atm"; break; + case 4: LeakUnit.Text = "sccm"; break; + case 5: LeakUnit.Text = "Pa路m3/s"; break; + case 6: LeakUnit.Text = "Pa/s"; break; } if (ReadData[9] == 2) { - Tlight.Text = "NG"; Tlight.ForeColor = Color.Red; } @@ -640,7 +535,6 @@ namespace C_Windows_1 Leak.Text = TwoUInt16ToFloat(ReadData[19], ReadData[18]).ToString("f1"); MachineStatus.Text = "娴嬭瘯缁撴潫"; - break; default: break; @@ -656,12 +550,12 @@ namespace C_Windows_1 { case (int)yiqi.start: - operateResult22 = CH1.Write("540", true); + operateResult22 = CH1.WriteCoil("540", true); //MachineStatus.Text = "寮濮嬫祴璇"; ////Console.WriteLine("褰撳墠鏄惎鍔ㄧ姸鎬"); if (operateResult22.IsSuccess) { - // operateResult22 = CH1.Write("85", false); + // operateResult22 = CH1.WriteCoil("85", false); workstation = (int)yiqi.prepare; } break; @@ -671,7 +565,7 @@ namespace C_Windows_1 case (int)yiqi.rst: - operateResult21 = CH1.Write("86", true); + operateResult21 = CH1.WriteCoil("86", true); //鐐瑰嚮澶嶄綅杩涘害鏉$疆涓0 progressBar2.Value = 0; @@ -716,100 +610,7 @@ namespace C_Windows_1 if (ba >= progressBar2.Maximum) ba = progressBar2.Maximum; progressBar2.Value = ba; - //MachineStatus.Text = "娴嬭瘯涓"; - - ////鍒ゆ柇鍗曚綅 - //switch (ReadData[41]) - //{ - // case 1: - // PressureUnit.Text = "KPa"; - - // break; - // case 2: - - // PressureUnit.Text = "bar"; - - - // break; - // case 0: - // PressureUnit.Text = "Pa"; - - // break; - // case 3: - - // PressureUnit.Text = "atm"; - - - // break; - // case 4: - - // PressureUnit.Text = "psi"; - - - // break; - // case 5: - - // PressureUnit.Text = "mmHg"; - - - - // break; - //} - - //switch (ReadData[40]) - //{ - // case 0: - - // LeakUnit.Text = "Pa"; - // break; - - // case 1: - - // LeakUnit.Text = "Kpa"; - // break; - - // case 2: - - - // LeakUnit.Text = "mbar"; - // break; - - // case 3: - - // LeakUnit.Text = "atm"; - // break; - - // case 4: - - // LeakUnit.Text = "sccm"; - // break; - - // case 5: - - // LeakUnit.Text = "Pa路m3/s"; - - // break; - - // case 6: - - // LeakUnit.Text = "Pa/s"; - // break; - //} - //if (ReadData[9] == 2) - //{ - // Tlight.Enabled = true; - // Tlight.Visible = true; - // Tlight.Text = "NG"; - // Tlight.ForeColor = Color.Red; - //} - //if (ReadData[9] == 1) - //{ - // Tlight.Text = "OK"; - // Tlight.ForeColor = Color.Green; - //} - ////CH1鏂囨湰妗嗚鍙栫殑鍘嬪姏鍜屾硠婕忛噺 - //LeakPressure.Text = TwoUInt16ToFloat(ReadData[17], ReadData[16]).ToString(); - //Leak.Text = TwoUInt16ToFloat(ReadData[19], ReadData[18]).ToString("f3"); + if (ReadData[8] != 0 && (ReadData[9] == 1 || ReadData[9] == 2))//褰撲华鍣ㄧ姸鎬佷綅涓嶄负0涓旀湁缁撴灉鏃 { workstation = (int)yiqi.finish; @@ -881,7 +682,7 @@ namespace C_Windows_1 // ))); } - + */ public void MachineDisplay()//UI灞傦紝鍚х浉搴旂殑鏂囨湰璧嬪.17.58 { @@ -904,138 +705,149 @@ namespace C_Windows_1 break; case (int)yiqi.standby://鎶婄姸鎬佹枃鏈敼鎴愭枃鏈 MachineStatus.Text = "寰呮満涓"; - + Code.Enabled = true; // Tlight.Text = ""; break; case (int)yiqi.prepare://鎶婄姸鎬佹枃鏈敼鎴愭枃鏈 Tlight.Text = ""; + //CH1Tlight.Text = ""; + //CH1Tlight.BackColor = Color.White; + textBox3.Text = ""; + textBox3.BackColor = Color.White; + //button1.BackColor = Color.White; + //button2.BackColor = Color.White; + //button3.BackColor = Color.White; + //button4.BackColor = Color.White; break; case (int)yiqi.test: MachineStatus.Text = "娴嬭瘯涓"; - //鍒ゆ柇鍗曚綅 - switch (ReadData[1027])// - { - case 1: - PressureUnit.Text = "KPa"; - - break; - case 2: - - PressureUnit.Text = "bar"; - - - break; - case 0: - PressureUnit.Text = "Pa"; - - break; - case 3: - - PressureUnit.Text = "atm"; - - - break; - case 4: - - PressureUnit.Text = "psi"; - - - break; - case 5: - - PressureUnit.Text = "mmHg"; - - - - break; - } - - switch (ReadData[1028]) - { - case 0: - - LeakUnit.Text = "Pa"; - break; - - case 1: - - LeakUnit.Text = "Kpa"; - break; - - case 2: - - - LeakUnit.Text = "mbar"; - break; - - case 3: - - LeakUnit.Text = "atm"; - break; - - case 4: - - LeakUnit.Text = "sccm"; - break; - - case 5: - - LeakUnit.Text = "Pa/s"; - - break; - + /* + //bool flag = Form1.ReadData[8] == 2; + //if (flag) + //{ + // this.Invoke(new Action(() => this.button1.BackColor = Color.Yellow)); + // //this.button1.BackColor = Color.Yellow; - } - if (ReadData[1041] == 2) + //} + //else + //{ + // this.Invoke(new Action(() => this.button1.BackColor = Color.White)); + // //button1.BackColor = Color.White; + + //} + //bool flag2 = Form1.ReadData[8] == 3; + //if (flag2) + //{ + // this.Invoke(new Action(() => this.button2.BackColor = Color.Yellow)); + // //this.button2.BackColor = Color.Yellow; + + //} + //else + //{ + // this.Invoke(new Action(() => this.button2.BackColor = Color.White)); + // //this.button2.BackColor = Color.White; + + //} + //bool flag3 = Form1.ReadData[8] == 4; + //if (flag3) + //{ + // this.Invoke(new Action(() => this.button3.BackColor = Color.Yellow)); + // //this.button3.BackColor = Color.Yellow; + + //} + //else + //{ + // this.Invoke(new Action(() => this.button3.BackColor = Color.White)); + // //this.button3.BackColor = Color.White; + + //} + //bool flag4 = Form1.ReadData[8] == 5; + //if (flag4) + //{ + // this.Invoke(new Action(() => this.button4.BackColor = Color.Yellow)); + // //this.button4.BackColor = Color.Yellow; + + //} + //else + //{ + // this.Invoke(new Action(() => this.button4.BackColor = Color.White)); + // //this.button4.BackColor = Color.White; + + //} + */ + + //鍒ゆ柇鍗曚綅 + switch (ReadData[41])// { - Tlight.Enabled = true; - Tlight.Visible = true; + case 1: PressureUnit.Text = "KPa"; break; + case 2: PressureUnit.Text = "bar"; break; + case 0: PressureUnit.Text = "Pa"; break; + case 3: PressureUnit.Text = "atm"; break; + case 4: PressureUnit.Text = "psi"; break; + case 5: PressureUnit.Text = "mmHg"; break; + } + + switch (ReadData[40]) + { + case 0: LeakUnit.Text = "Pa"; break; + case 1: LeakUnit.Text = "Kpa"; break; + case 2: LeakUnit.Text = "mbar"; break; + case 3: LeakUnit.Text = "sccm"; break; + case 4: LeakUnit.Text = "CCM/S"; break; + case 5: LeakUnit.Text = "Pa/s"; break; + } + + if (ReadData[9] == 2) + { + //Tlight.Enabled = true; + //Tlight.Visible = true; Tlight.Text = "NG"; Tlight.ForeColor = Color.Red; + //this.CH1Tlight.Text = "NG"; + //this.CH1Tlight.BackColor = Color.Red; + //this.Invoke(new Action(() => this.CH1Tlight.BackColor = Color.Red)); } - if (ReadData[1041] == 1) + if (ReadData[9] == 1) { Tlight.Text = "OK"; Tlight.ForeColor = Color.Green; + //this.CH1Tlight.Text = "OK"; + //this.CH1Tlight.BackColor = Color.Green; + //this.Invoke(new Action(() => this.CH1Tlight.BackColor = Color.Green)); } //CH1鏂囨湰妗嗚鍙栫殑鍘嬪姏鍜屾硠婕忛噺 - LeakPressure.Text = TwoUInt16ToFloat(ReadData[1049], ReadData[1048]).ToString("f3"); - Leak.Text = TwoUInt16ToFloat(ReadData[1039], ReadData[1038]).ToString("f3"); + LeakPressure.Text = TwoUInt16ToFloat(ReadData[17], ReadData[16]).ToString("f3"); + Leak.Text = TwoUInt16ToFloat(ReadData[19], ReadData[18]).ToString("f1"); break; case (int)yiqi.finish: //progressBar2.Value = progressBar2.Maximum; - if (ReadData[1041] == 2) + if (ReadData[9] == 2) { - //ChanSum++; Tlight.Text = "NG"; Tlight.ForeColor = Color.Red; + //this.Invoke(new Action(() => button3.BackColor = Color.Red)); + //button3.BackColor = Color.Red; } - if (ReadData[1041] == 1) + if (ReadData[9] == 1) { //ChanPass++; //ChanSum++; Tlight.Text = "OK"; Tlight.ForeColor = Color.Green; } - LeakPressure.Text = TwoUInt16ToFloat(ReadData[1049], ReadData[1048]).ToString("f3"); - Leak.Text = TwoUInt16ToFloat(ReadData[1039], ReadData[1038]).ToString("f3"); - - + LeakPressure.Text = TwoUInt16ToFloat(ReadData[17], ReadData[16]).ToString("f3"); + Leak.Text = TwoUInt16ToFloat(ReadData[19], ReadData[18]).ToString("f1"); MachineStatus.Text = "娴嬭瘯缁撴潫"; - - - break; default: break; - } } @@ -1049,17 +861,18 @@ namespace C_Windows_1 { Directory.CreateDirectory(path); } - path = path + "\\Config.ini"; + path = path + "\\Config"; if (File.Exists(path)) { ConfigINI config = new ConfigINI(path); - Passzong.Text = config.IniReadValue("Config", "Passzong"); - Sunzong.Text = config.IniReadValue("Config", "Sunzong"); - - ChanPass = Convert.ToInt32(config.IniReadValue("Config", "Passzong")); - ChanSum = Convert.ToInt32(config.IniReadValue("Config", "Sunzong")); - + + this.JIG_Number1.Text = config.IniReadValue("Mes", "JIG_Number1"); + this.strlinename.Text = config.IniReadValue("Mes", "strlinename"); + this.strbatch.Text = config.IniReadValue("Mes", "strbatch"); + this.strlocation.Text = config.IniReadValue("Mes", "strlocation"); + this.strbatch.Text = config.IniReadValue("Mes", "strbatch"); + this.strstation.Text = config.IniReadValue("Mes", "strstation"); } } @@ -1067,7 +880,6 @@ namespace C_Windows_1 { try { - //璁剧疆绔彛鐨勫弬鏁帮紝鍖呮嫭娉㈢壒鐜囩瓑 SerialPort1.BaudRate = 9600; SerialPort1.PortName = codeport; @@ -1087,12 +899,11 @@ namespace C_Windows_1 - OperateResult connect; + //绐楀彛鍒濆鍖 private void Form1_Load(object sender, EventArgs e) { - Control.CheckForIllegalCrossThreadCalls = false; //绐楀彛鑷傚簲鍒嗚鲸鐜 //绐楀彛鑷傚簲鍒嗚鲸鐜 @@ -1113,212 +924,140 @@ namespace C_Windows_1 Leak.Text = " "; LeakPressure.Text = " "; MESStatus.Text = ""; + CH1Tlight.Text = ""; + CH1Tlight.BackColor = Color.White; + button1.BackColor = Color.White; + button2.BackColor = Color.White; + button3.BackColor = Color.White; + button4.BackColor = Color.White; + checkBox1.Checked = true; + pictureBox1.BackColor = Color.Green; //Scancode.Checked = true; //淇敼瀵嗙爜ToolStripMenuItem.Enabled = false; //涓插彛璁剧疆ToolStripMenuItem.Enabled = false; //鍩烘湰璁剧疆ToolStripMenuItem.Enabled = false; //娴嬭瘯鍙傛暟ToolStripMenuItem.Enabled = false; //瀛樺偍璁剧疆ToolStripMenuItem.Enabled = false; - //Baudrate.Visible=false; + Baudrate.Visible=false; label7.Visible=false; Read(); ReadINI(); - udpClient = new UdpClient(); - udpClient.EnableBroadcast = true; - udpClient.Client.ReceiveTimeout = ReceiveTimeout; - //modbusClient.ReceiveTimeOut = 1000; - - - + try + { + Form1.f1.ModbusRtuint(Form1.f1.CH1, Convert.ToByte(Station.Text),/* "COM19"*/PortNum.Text, Convert.ToInt32(Baudrate.Text), 8, System.IO.Ports.StopBits.One, System.IO.Ports.Parity.None); + } + catch (Exception ex) + { + MessageBox.Show(ex.Message); + } + if (Form1.f1.CH1.IsOpen()) + { + BtnCon1.Enabled = false; + label6.Text = "宸茶繛鎺"; + label6.ForeColor = Color.Green; + } + //if (CeckScanning.Checked){ + // try + // { + // CodePort1.PortName = codeport; + // CodePort1.BaudRate = int.Parse(codeBaudrate); + // CodePort1.DataBits = 8; + // CodePort1.StopBits = System.IO.Ports.StopBits.One; + // CodePort1.Parity = System.IO.Ports.Parity.None; + // CodePort1.Open(); + // } + // catch (Exception ex) + // { + // MessageBox.Show(ex.Message); + // } - - - - - + //} + Task.Run(() => { workstation = (int)yiqi.standby; while (true) { - Thread.Sleep(500); - if (connectflag == 1) - { - - connect = modbusClient.Read("1006", 1);//鍒ゆ柇杩炴帴鏄惁姝e父 - if (connect.IsSuccess) - { - TCPconnect.Enabled = false; - PortNum.Text = modbusClient.IpAddress; - label6.Text = modbusClient.Port.ToString(); - label6.ForeColor = Color.Green; - //Code.Focus(); - } - else - { - connectflag = 0; - TCPconnect.Enabled = true; - PortNum.Text = ""; - label6.Text = "鏈繛鎺"; - label6.ForeColor = Color.Red; - } - machine2();//浠櫒璇诲彇绾跨▼ - MachineDisplay();//浠櫒鏄剧ず绾跨▼ - - // //if (MachineStatus.Text == "寰呮満涓" && connect.IsSuccess) - // //{ - // // Thread.Sleep(3000); - // // workstation = (int)yiqi.start; - - // // MachineStatus.Text = ""; - // //} - } - - - - } + + machine2();//浠櫒璇诲彇绾跨▼ + MachineDisplay();//浠櫒鏄剧ず绾跨▼ + } + } ); } - - public string GetLocalIPAddress() + public void ReadTIME() { - string localIP = ""; - foreach (var addr in Dns.GetHostAddresses(Dns.GetHostName())) + RegistryKey regName; + + regName = Registry.CurrentUser.OpenSubKey("SOFTWARE\\Microsoft\\PMD\\1.0\\User-LL18-Set", true); + + if (regName is null) { - if (addr.AddressFamily == AddressFamily.InterNetwork) // 閫夋嫨 IPv4 鍦板潃 - { - localIP = addr.ToString(); - break; - } + regName = Registry.CurrentUser.CreateSubKey("SOFTWARE\\Microsoft\\PMD\\1.0\\User-LL18-Set"); } - return localIP; + + regName.OpenSubKey("User"); + + if (regName.GetValue("浣跨敤澶╂暟") is null) + { + Stipulatetime = 144;//涓夊ぉ鐨勬椂闂 + } + else + { + Stipulatetime = Convert.ToInt32(regName.GetValue("浣跨敤澶╂暟")); + } + + TIME = Convert.ToInt32(regName.GetValue("time")); + timeflag = Convert.ToInt32(regName.GetValue("timeflag")); + regName.Close(); } - System.Net.IPAddress ip; - private static Socket sock; - Thread UDPlisten; - string UDPRecvData; + //鐐瑰嚮鈥滆繛鎺ヤ覆鍙b濇寜閽紝杩炴帴涓插彛 private void BtnCon1_Click(object sender, EventArgs e) - { - UDPResults.Items.Clear(); - byte[] data = Encoding.ASCII.GetBytes("hello,udp server"); - - string localip=GetLocalIPAddress(); - - // 鏌ユ壘绗笁涓 '.' 绗﹀彿鐨勪綅缃 - int firstDot = localip.IndexOf('.'); - int secondDot = localip.IndexOf('.', firstDot + 1); - int thirdDot = localip.IndexOf('.', secondDot + 1); - - // 鎴彇鍒扮涓変釜 '.' 绗﹀彿 - localip = thirdDot != -1 - ? localip.Substring(0, thirdDot + 1) - : localip; - - localip = localip/*.Substring(0, 10)*/ + "255"; - //Code.Text = localip; - ip = System.Net.IPAddress.Parse(localip); - // 鑾锋湰鏈篒P棰戞骞挎挱鍒 .255 - IPEndPoint endPoint = new IPEndPoint(ip, Port); - - //try - //{ - // // 鍙戦佸箍鎾 - // udpClient.Send(data, data.Length, endPoint); - - // isListening = true; - // // 寮濮嬬洃鍚繑鍥炴秷鎭 - // udpClient.BeginReceive(ReceiveCallback, null); - // timeoutTimer.Start(); - //} - //catch (Exception ex) - //{ - // MessageBox.Show(ex.Message); - //} - sock = new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp); - sock.SetSocketOption(SocketOptionLevel.Socket, - SocketOptionName.Broadcast, 1); - - UDPOverTime.Interval = 3000; - UDPOverTime.Start(); - isListening = true; - UDPlisten = new Thread(UDP_Listening); - UDPlisten.Start(); - sock.SendTo(data, endPoint); - //UDPRead.Interval = 3000; - //UDPRead.Start(); - } - - private void UDP_Listening() - { - while (isListening) - { - Invoke(new System.Action(() => - { - UDPOverTime.Stop(); - } -)); - byte[] data = new byte[1024]; - int recv = sock.Receive(data); - string RecvData = Encoding.ASCII.GetString(data, 0, recv); - Invoke(new Action(() => - { - UDPResults.Items.Add(RecvData); // 灏嗘帴鏀跺埌鐨勬秷鎭坊鍔犲埌 ComboBox - UDPResults.SelectedIndex = UDPResults.Items.Count - 1; - })); - //UDPRecvData += RecvData; - //UDPRecvData += "\n"; - } - } - private void ReceiveCallback(IAsyncResult ar) { try { - if (!isListening) return; + Form1.f1.ModbusRtuint(Form1.f1.CH1, Convert.ToByte(Form1.f1.Station.Text), PortNum.Text, Convert.ToInt32(Baudrate.Text), 8, System.IO.Ports.StopBits.One, System.IO.Ports.Parity.None); - IPEndPoint remoteEndPoint = new IPEndPoint(ip, Port); - byte[] receivedData = udpClient.EndReceive(ar, ref remoteEndPoint); - string receivedMessage = Encoding.ASCII.GetString(receivedData); - - // 鏇存柊 UI 绾跨▼涓殑 ComboBox - Invoke(new Action(() => + if (CH1.IsOpen() is true) { - UDPResults.Items.Add(receivedMessage); // 灏嗘帴鏀跺埌鐨勬秷鎭坊鍔犲埌 ComboBox - UDPResults.SelectedIndex = UDPResults.Items.Count - 1; - })); - - // 缁х画鎺ユ敹涓嬩竴涓暟鎹寘 - if (isListening) - { - udpClient.BeginReceive(ReceiveCallback, null); + label6.Text = "宸茶繛鎺"; + label6.ForeColor = Color.Green; + BtnCon1.Enabled = false; + //Timer1.Interval = 800; + //Timer1.Start(); + //stage = 1; } + // label7.Text = SerialPort1.IsOpen.ToString(); } catch (Exception ex) { MessageBox.Show(ex.Message); } } + //鍏抽棴涓插彛 private void BtnBreak_Click(object sender, EventArgs e) { try { - connectflag = 0; - //if (connect.IsSuccess) + if(CH1.IsOpen()) { - connectflag = 0; - modbusClient.ConnectClose(); - BtnCon1.Enabled = true; - TCPconnect.Enabled = true; - label6.ForeColor = Color.Red; + CH1.Close(); } - + if (CH1.IsOpen() is false) + { + label6.Text = "鏈繛鎺"; + label6.ForeColor = Color.Red; + + BtnCon1.Enabled = true; + } } catch (Exception ex) { @@ -1329,42 +1068,42 @@ namespace C_Windows_1 //鎺ユ敹鏁版嵁 private void SerialPort1_DataReceived(object sender, SerialDataReceivedEventArgs e) { - try - { - System.Threading.Thread.Sleep(50); - if (!SerialPort1.IsOpen) return; - int len = SerialPort1.BytesToRead;//鑾峰彇鍙互璇诲彇鐨勫瓧鑺傛暟 - if (MachineStatus.Text == "娴嬭瘯涓") - { - SerialPort1.DiscardInBuffer(); - } - else if (len > 1) - { - byte[] buff = new byte[len];//鍒涘缓缂撳瓨鏁版嵁鏁扮粍 - SerialPort1.Read(buff, 0, len);//鎶婃暟鎹鍙栧埌buff鏁扮粍 - Invoke((new System.Action(() => //鎺ユ敹璁℃暟 - { - string code = Encoding.Default.GetString(buff); - if (!code.Contains("ERROR")) - { - Code.Text = string.Empty; - CodeJudge(code, 1); - } + //try + //{ + // System.Threading.Thread.Sleep(50); + // if (!SerialPort1.IsOpen) return; + // int len = SerialPort1.BytesToRead;//鑾峰彇鍙互璇诲彇鐨勫瓧鑺傛暟 + // if (MachineStatus.Text == "娴嬭瘯涓") + // { + // SerialPort1.DiscardInBuffer(); + // } + // else if (len > 1) + // { + // byte[] buff = new byte[len];//鍒涘缓缂撳瓨鏁版嵁鏁扮粍 + // SerialPort1.Read(buff, 0, len);//鎶婃暟鎹鍙栧埌buff鏁扮粍 + // Invoke((new System.Action(() => //鎺ユ敹璁℃暟 + // { + // string code = Encoding.Default.GetString(buff); + // if (!code.Contains("ERROR")) + // { + // Code.Text = string.Empty; + // CodeJudge(code, 1); + // } - //CodePort1.DiscardInBuffer(); - }))); - } - else - { - return; - } - } - catch (Exception ex) - { - //MessageBox.Show("Code:" + ex.Message); - MessageBox.Show(ex.StackTrace); - } + // //CodePort1.DiscardInBuffer(); + // }))); + // } + // else + // { + // return; + // } + //} + //catch (Exception ex) + //{ + // //MessageBox.Show("Code:" + ex.Message); + // MessageBox.Show(ex.StackTrace); + //} } //鍗佸叚杩涘埗鎺ユ敹 @@ -1978,13 +1717,10 @@ namespace C_Windows_1 //{ // MessageBox.Show("鏉$爜闀垮害璁剧疆閿欒", "鎻愮ず", MessageBoxButtons.OK, MessageBoxIcon.Warning); return; //} - modbusClient.Write("0", true); - //workstation = (int)yiqi.start; - - - //workstation = (int)yiqi.start; //Code.Focus(); + workstation = (int)yiqi.start; + } @@ -2022,9 +1758,15 @@ namespace C_Windows_1 //涓鐧炬绉掕鐘舵佷綅鐨勫畾鏃跺櫒 private void Timer1_Tick(object sender, EventArgs e) { - Timer1.Stop(); - workstation = (int)yiqi.start; - + + TIME++; + if (TIME >= Stipulatetime) + { + Timer1.Stop(); + this.Hide(); + Activationcode atc = new Activationcode(); + atc.ShowDialog(); + } } //璇诲弬鏁 @@ -2055,15 +1797,25 @@ namespace C_Windows_1 { //try //{ - // SendText.Text = Station.Text + " 03 00 08 00 0C"; - - // Send(); - // stage = 3; - //} - //catch //(Exception ex) - //{ // Timer3.Stop(); + // if (checkBox1.Checked == true) + // { + // if (Code.Text != "" && Code.Text.Length != Convert.ToInt32(codecheck.Text)) + // { + // MessageBox.Show("鏉″舰鐮侀暱搴︿笉姝g‘"); + // Code.Clear(); + // Code.Focus(); + // } + + // } + //} + //catch (Exception ex) + //{ + + // MessageBox.Show(ex.Message); + //} + } //鎺у埗timer3浣曟椂鍏抽棴鐨勫畾鏃跺櫒锛屽苟璇荤姸鎬佷綅 @@ -2102,10 +1854,10 @@ namespace C_Windows_1 { try { - //workstation = (int)yiqi.rst; - - //Code.Focus(); - modbusClient.Write("1", true); + workstation = (int)yiqi.rst; + //Code.Clear(); + Code.Focus(); + Code.Enabled = true; } catch (Exception ex) { @@ -2126,104 +1878,339 @@ namespace C_Windows_1 } - //灏嗘暟鎹啓鍏xcel琛ㄦ牸 + private void AddExcel2() + { + try + { + string FileName; + string Date = DateTime.Now.ToString("yyyyMMdd"); + string nowdate = DateTime.Now.ToString("yyyy/MM/dd HH:mm:ss"); + if (path.Text == "")//鑻ヨ矾寰勫涓嶈緭鍏ュ垯鑾峰彇妗岄潰璺緞 + { + FileName = Environment.GetFolderPath(Environment.SpecialFolder.Desktop) + "\\" + DateTime.Now.ToString("yyyyMMdd") + ".xls"; + } + else + { + + FileName = path.Text + "\\" + "leaktest" + Date + ".xls"; + } + if (File.Exists(FileName)) + { + + FileStream file = new FileStream(FileName, FileMode.Open, FileAccess.ReadWrite); + HSSFWorkbook workbook = new HSSFWorkbook(file); + ISheet sheet = workbook.GetSheet("Sheet1"); + int startRow = sheet.LastRowNum + 1; + IRow newRow = sheet.CreateRow(startRow); + + string[] data = new string[] { DateTime.Now.ToString(),CODE, ReadData[25] / 10.0 + "s", ReadData[26] / 10.0 + "s", ReadData[27] / 10.0 + "s", ReadData[28] / 10.0 + "s", + TwoUInt16ToFloat(ReadData[33], ReadData[32]).ToString(), TwoUInt16ToFloat(ReadData[47], ReadData[46]).ToString(), + ReadData[36].ToString() , ( Digitalconversion( ReadData[37])).ToString() , TwoUInt16ToFloat(ReadData[39], ReadData[38]).ToString() , TwoUInt16ToFloat(ReadData[45], ReadData[44]).ToString() ,Tlight.Text , + TwoUInt16ToFloat(ReadData[17], ReadData[16]).ToString() , PressureUnit.Text , TwoUInt16ToFloat(ReadData[19], ReadData[18]).ToString("f1") , LeakUnit.Text }; //琛屽悕 + for (int i = 0; i < data.Length; i++) + { + newRow.CreateCell(i).SetCellValue(data[i]); + } + using (FileStream fileStream = new FileStream(FileName, FileMode.Create, FileAccess.Write)) + { + workbook.Write(fileStream); + fileStream.Close(); + } + + + } + else + { + // 濡傛灉鏂囦欢涓嶅瓨鍦紝鍒欏垱寤烘枃浠跺苟娣诲姞鏁版嵁 + + HSSFWorkbook workbook = new HSSFWorkbook(); + ISheet sheet = workbook.CreateSheet("Sheet1"); + + string[] headers = new string[] { "鏃堕棿", "鏉″舰鐮", "鍏呮皵鏃堕棿", "骞宠 鏃堕棿", "妫娴嬫椂闂", "鎺掓皵鏃堕棿", "鍏呮皵鍘嬪姏涓婇檺", "鍏呮皵鍘嬪姏涓嬮檺", "澶ф紡鍘嬪樊涓婇檺", "澶ф紡鍘嬪樊涓嬮檺", "娉勬紡閲忎笂闄", "娉勬紡閲忎笅闄", "娴嬭瘯缁撴灉", "娴嬭瘯鍘嬪姏", "鍘嬪姏鍗曚綅", "娉勬紡閲", "娉勬紡閲忓崟浣" };//鍒楀悕; + IRow headerRow = sheet.CreateRow(0); + for (int i = 0; i < headers.Length; i++) + { + headerRow.CreateCell(i).SetCellValue(headers[i]); + } + + string[] data = new string[] { DateTime.Now.ToString(),CODE, ReadData[25] / 10.0 + "s", ReadData[26] / 10.0 + "s", ReadData[27] / 10.0 + "s", ReadData[28] / 10.0 + "s", + TwoUInt16ToFloat(ReadData[33], ReadData[32]).ToString(), TwoUInt16ToFloat(ReadData[47], ReadData[46]).ToString(), + ReadData[36].ToString() , ( Digitalconversion( ReadData[37])).ToString() , TwoUInt16ToFloat(ReadData[39], ReadData[38]).ToString() , TwoUInt16ToFloat(ReadData[45], ReadData[44]).ToString() ,Tlight.Text , + TwoUInt16ToFloat(ReadData[17], ReadData[16]).ToString() , PressureUnit.Text , TwoUInt16ToFloat(ReadData[19], ReadData[18]).ToString("f1") , LeakUnit.Text }; //琛屽悕 + IRow dataRow = sheet.CreateRow(1); + for (int i = 0; i < data.Length; i++) + { + dataRow.CreateCell(i).SetCellValue(data[i]); + } + + using (FileStream file = new FileStream(FileName, FileMode.Create, FileAccess.Write)) + { + workbook.Write(file); + file.Close(); + } + } + } + catch (Exception ex) + { + MessageBox.Show(ex.Message); + } + + } private void AddExcel() { - string FileName; - string Date = DateTime.Now.ToString("yyyyMMdd"); + if (path.Text.Length == 0) + { + path.Text = Environment.GetFolderPath(Environment.SpecialFolder.Desktop); + } + string FileDialog = path.Text; + + + //鍒涘缓鏂囦欢澶 + if(!Directory.Exists(FileDialog))//濡傛灉涓嶅瓨鍦ㄥ氨鍒涘缓file鏂囦欢澶 + { + Directory.CreateDirectory(FileDialog); + } + + string file = DateTime.Now.ToString("yyyyMMdd"); + string FileName = FileDialog + "\\" + file+"娴嬭瘯璁板綍" + ".xlsx"; + + string filepath; + + filepath = FileName; + + + Excel.Application xapp = new Excel.Application(); + + if (!File.Exists(filepath))//鍒ゆ柇鎵閫夎矾寰勬槸鍚︽湁鏂囦欢 + { + //鑻ヤ笉瀛樺湪璇ユ枃浠讹紝鍒欏垱寤烘柊鏂囦欢 + var str1 = new Microsoft.Office.Interop.Excel.Application(); + Excel.Workbooks xbook1 = str1.Workbooks; + Excel.Workbook xbook2 = str1.Workbooks.Add(true); + xbook2.SaveAs(filepath);//鎸夌収鎸囧畾璺緞瀛樺偍鏂版枃浠 + xbook2.Close(); + } + + //鑻ュ瓨鍦ㄨ鏂囦欢锛屽垯鎵撳紑鏂囦欢骞跺啓鍏ユ暟鎹 + Excel.Workbook xbook = xapp.Workbooks._Open(filepath, Missing.Value, Missing.Value, + Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, + Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value); + + Excel.Worksheet xsheet = (Excel.Worksheet)xbook.Sheets[1]; + string nowdate = DateTime.Now.ToString("yyyy/MM/dd HH:mm:ss"); - if (path.Text == "")//鑻ヨ矾寰勫涓嶈緭鍏ュ垯鑾峰彇妗岄潰璺緞 + + //string[] fieldArr = { "鏃堕棿", "鏉″舰鐮", "鍏呮皵鏃堕棿", "骞宠 鏃堕棿", "妫娴嬫椂闂", "鎺掓皵鏃堕棿", "鍏呮皵鍘嬪姏涓婇檺", "鍏呮皵鍘嬪姏涓嬮檺", "澶ф紡鍘嬪樊涓婇檺", "澶ф紡鍘嬪樊涓嬮檺", "娉勬紡閲忎笂闄", "娉勬紡閲忎笅闄", "娴嬭瘯缁撴灉", "娴嬭瘯鍘嬪姏", "鍘嬪姏鍗曚綅", "娉勬紡閲", "娉勬紡閲忓崟浣" };//鍒楀悕 + //string[] dataArr = { DateTime.Now.ToString(), Code.Text, FullTime.Text + "s", BalanTime.Text + "s", TestTime1.Text + "s", ExhaustTime.Text + "s", FPtoplimit.Text + PressureUnit.Text, FPlowlimit.Text + PressureUnit.Text, BLeakTPre.Text + "Pa", BLeakLPre.Text + "Pa", Leaktoplimit.Text + LeakUnit.Text, Leaklowlimit.Text + LeakUnit.Text, Tlight.Text, DLeakPressure, PressureUnit.Text, DLeak, LeakUnit.Text }; //琛屽悕 + + string[] fieldArr = { "鏃堕棿", "鏉″舰鐮", "鍏呮皵鏃堕棿", "骞宠 鏃堕棿", "妫娴嬫椂闂", "鎺掓皵鏃堕棿", "鍏呮皵鍘嬪姏涓婇檺", "鍏呮皵鍘嬪姏涓嬮檺", "澶ф紡鍘嬪樊涓婇檺", "澶ф紡鍘嬪樊涓嬮檺", "娉勬紡閲忎笂闄", "娉勬紡閲忎笅闄", "娴嬭瘯缁撴灉", "娴嬭瘯鍘嬪姏", "鍘嬪姏鍗曚綅", "娉勬紡閲", "娉勬紡閲忓崟浣" };//鍒楀悕 + //string[] fieldArr = { I18N.GetLangText(dicLang, "鏃堕棿"), I18N.GetLangText(dicLang, "鏉″舰鐮"), I18N.GetLangText(dicLang, "鍏呮皵鏃堕棿"), I18N.GetLangText(dicLang, "骞宠 鏃堕棿"), I18N.GetLangText(dicLang, "妫娴嬫椂闂"), I18N.GetLangText(dicLang, "鎺掓皵鏃堕棿"), + // I18N.GetLangText(dicLang, "鍏呮皵鍘嬪姏涓婇檺"), I18N.GetLangText(dicLang, "鍏呮皵鍘嬪姏涓嬮檺"), I18N.GetLangText(dicLang, "澶ф紡鍘嬪樊涓婇檺"), I18N.GetLangText(dicLang, "澶ф紡鍘嬪樊涓嬮檺"), + // I18N.GetLangText(dicLang, "娉勬紡閲忎笂闄") , I18N.GetLangText(dicLang, "娉勬紡閲忎笅闄"),I18N.GetLangText(dicLang, "娴嬭瘯缁撴灉"), I18N.GetLangText(dicLang, "娴嬭瘯鍘嬪姏"), I18N.GetLangText(dicLang, "鍘嬪姏鍗曚綅"), I18N.GetLangText(dicLang, "娉勬紡閲"), + // I18N.GetLangText(dicLang, "娉勬紡閲忓崟浣") };//鍒楀悕 + + string[] dataArr = {DateTime.Now.ToString(),Code.Text, ReadData[25] / 10.0 + "s", ReadData[26] / 10.0 + "s", ReadData[27] / 10.0 + "s", ReadData[28] / 10.0 + "s", + TwoUInt16ToFloat(ReadData[33], ReadData[32]).ToString(), TwoUInt16ToFloat(ReadData[47], ReadData[46]).ToString(), + ReadData[36].ToString() , ( Digitalconversion( ReadData[37])).ToString() , TwoUInt16ToFloat(ReadData[39], ReadData[38]).ToString() , TwoUInt16ToFloat(ReadData[45], ReadData[44]).ToString() ,Tlight.Text , + TwoUInt16ToFloat(ReadData[17], ReadData[16]).ToString() , PressureUnit.Text , TwoUInt16ToFloat(ReadData[19], ReadData[18]).ToString() , LeakUnit.Text}; + + int c = xsheet.UsedRange.Rows.Count; + // label1.Text = c.ToString(); + int a; + for (a = 0; a < fieldArr.Length; a++) { - FileName = Environment.GetFolderPath(Environment.SpecialFolder.Desktop) + "\\" + DateTime.Now.ToString("yyyyMMdd") + ".xlsx"; + xsheet.Cells[a + 1][1] = fieldArr[a]; } - else + int b; + // int j; + for (b = 0; b < dataArr.Length; b++) { - - FileName = path.Text + "\\" + "leaktest" + Date + ".xlsx"; - } - if (File.Exists(FileName)) - { - - - FileStream file = new FileStream(FileName, FileMode.OpenOrCreate, FileAccess.ReadWrite); - IWorkbook workbook = new XSSFWorkbook(file); - ISheet sheet = workbook.GetSheet("Sheet1"); - int startRow = sheet.LastRowNum + 1; - IRow newRow = sheet.CreateRow(startRow); - - - - string[] data = new string[] { nowdate , Code.Text, ReadData[1006] / 10.0 + "s", ReadData[1007] / 10.0 + "s", ReadData[1008] / 10.0 + "s", ReadData[1009] / 10.0 + "s", - TwoUInt16ToFloat(ReadData[1014], ReadData[1013]).ToString(), TwoUInt16ToFloat(ReadData[1016], ReadData[1015]).ToString(), - TwoUInt16ToFloat(ReadData[1018], ReadData[1017]).ToString(), TwoUInt16ToFloat(ReadData[1020], ReadData[1019]).ToString(), TwoUInt16ToFloat(ReadData[1022], ReadData[1021]).ToString(), TwoUInt16ToFloat(ReadData[1024], ReadData[1023]).ToString(), Tlight.Text, - TwoUInt16ToFloat(ReadData[1049], ReadData[1048]).ToString(), PressureUnit.Text, TwoUInt16ToFloat(ReadData[1039], ReadData[1038]).ToString(), LeakUnit.Text }; //琛屽悕 - for (int i = 0; i < data.Length; i++) - { - newRow.CreateCell(i).SetCellValue(data[i]); - } - using (FileStream fileStream = new FileStream(FileName, FileMode.Create, FileAccess.Write)) - { - workbook.Write(fileStream); - fileStream.Close(); - } - - - } - else - { - // 濡傛灉鏂囦欢涓嶅瓨鍦紝鍒欏垱寤烘枃浠跺苟娣诲姞鏁版嵁 - - IWorkbook workbook = new XSSFWorkbook(); - ISheet sheet = workbook.CreateSheet("Sheet1"); - - string[] headers = new string[] { "鏃堕棿", "鏉″舰鐮", "鍏呮皵鏃堕棿", "骞宠 鏃堕棿", "妫娴嬫椂闂", "鎺掓皵鏃堕棿", "鍏呮皵鍘嬪姏涓婇檺", "鍏呮皵鍘嬪姏涓嬮檺", "骞宠 鍘嬪姏涓婇檺", "骞宠 鍘嬪姏涓嬮檺", "娉勬紡閲忎笂闄", "娉勬紡閲忎笅闄", "娴嬭瘯缁撴灉", "娴嬭瘯鍘嬪姏", "娴嬭瘯鍘嬪姏鍗曚綅", "娉勬紡閲", "娉勬紡閲忓崟浣" };//鍒楀悕; - IRow headerRow = sheet.CreateRow(0); - for (int i = 0; i < headers.Length; i++) - { - headerRow.CreateCell(i).SetCellValue(headers[i]); - } - - string[] data = new string[] { nowdate, Code.Text, ReadData[6]/10+"s", ReadData[7] / 10 + "s", ReadData[8] / 10 + "s", ReadData[9] / 10 + "s", - TwoUInt16ToFloat(ReadData[17], ReadData[16]).ToString()+ PUnit.Text, TwoUInt16ToFloat(ReadData[19], ReadData[18]).ToString()+ PUnit.Text, TwoUInt16ToFloat(ReadData[21], ReadData[20]).ToString()+ PUnit.Text, TwoUInt16ToFloat(ReadData[23], ReadData[22])+ PUnit.Text.ToString(), TwoUInt16ToFloat(ReadData[13], ReadData[12]).ToString()+LUnit.Text, TwoUInt16ToFloat(ReadData[25], ReadData[24]).ToString()+LUnit.Text, Tlight.Text, - TwoUInt16ToFloat(ReadData[801], ReadData[800]).ToString()+ PUnit.Text, PUnit.Text, TwoUInt16ToFloat(ReadData[293], ReadData[292]).ToString()+LUnit.Text, LUnit.Text }; //琛屽悕 - IRow dataRow = sheet.CreateRow(1); - for (int i = 0; i < data.Length; i++) - { - dataRow.CreateCell(i).SetCellValue(data[i]); - } - - using (FileStream file = new FileStream(FileName, FileMode.Create, FileAccess.Write)) - { - workbook.Write(file); - file.Close(); - } + Excel.Range cell = (Excel.Range)xsheet.Cells[b + 1][c + 1]; + cell.NumberFormat = "@"; + xsheet.Cells[b + 1][c + 1] = dataArr[b];//灏嗘暟鎹彃鍏 } - - + // string result="40"; + // xsheet.Cells[1][1] = result; + xbook.Save(); + xsheet = null; + xbook.Close(); + xapp.DisplayAlerts = false; + xapp.Quit(); + xapp = null; + GC.Collect(); } + /* + private void AddTXT() + { + //string fileName; + //string file = DateTime.Now.ToString("yyyyMMdd"); + //if (path.Text == "") + //{ + // fileName = Environment.GetFolderPath(Environment.SpecialFolder.Desktop) + "\\leaktest.txt"; + //} + //else + //{ + // fileName = path.Text + "\\" + file + ".txt"; + //} - + // 鏂囦欢璺緞 + //string basePath = string.IsNullOrEmpty(path.Text) ? Environment.GetFolderPath(Environment.SpecialFolder.Desktop) : path.Text; //妗岄潰 + string basePath = string.IsNullOrEmpty(path.Text) ? Application.StartupPath : path.Text; + + // 鐩爣璺緞涓嬪垱寤篗ES瀛愮洰褰 + string logDirectory = Path.Combine(basePath, "MES"); + Directory.CreateDirectory(logDirectory); + + // 鏂囦欢鍚 + string fileName = $"{CODE}_{DateTime.Now:yyMMdd_HHmmss}.txt"; + string fullPath = Path.Combine(logDirectory, fileName); + + string str1 = "鏃堕棿 " + DateTime.Now + + " 鏉″舰鐮 " + CODE + + " 鍏呮皵鏃堕棿 " + ReadData[25] / 10.0 + "s" + + " 骞宠 鏃堕棿 " + ReadData[26] / 10.0 + "s" + + " 妫娴嬫椂闂 " + ReadData[27] / 10.0 + "s" + + " 鎺掓皵鏃堕棿 " + ReadData[28] / 10.0 + "s" + + " 鍏呮皵鍘嬪姏涓婇檺 " + TwoUInt16ToFloat(ReadData[33], ReadData[32]).ToString() + PressureUnit.Text + + " 鍏呮皵鍘嬪姏涓嬮檺 " + TwoUInt16ToFloat(ReadData[47], ReadData[46]).ToString() + PressureUnit.Text + + //" 澶ф紡鍘嬪樊涓婇檺 " + ReadData[36] + LeakUnit.Text + + //" 澶ф紡鍘嬪樊涓嬮檺 " + (Digitalconversion(ReadData[37])).ToString() + LeakUnit.Text + + " 娉勬紡閲忎笂闄 " + TwoUInt16ToFloat(ReadData[39], ReadData[38]).ToString() + LeakUnit.Text + + " 娉勬紡閲忎笅闄 " + TwoUInt16ToFloat(ReadData[45], ReadData[44]).ToString() + LeakUnit.Text + + " 娴嬭瘯缁撴灉 " + Tlight.Text + + " 娴嬭瘯鍘嬪姏 " + TwoUInt16ToFloat(ReadData[17], ReadData[16]).ToString() + + " 鍘嬪姏鍗曚綅 " + PressureUnit.Text + + " 娉勬紡閲 " + DLeak + + " 娉勬紡閲忓崟浣 " + LeakUnit.Text + " \n"; + System.IO.File.AppendAllText(fullPath, str1); + } + */ //灏嗘暟鎹啓鍏XT private void AddTXT() { - string fileName; - string file = DateTime.Now.ToString("yyyyMMdd"); - if (path.Text == "") + //Console.WriteLine("AddTXT()"); + //CODE = "N2479000099"; // 娴嬭瘯鐢⊿N + //ReadData[25] = 2; + //ReadData[26] = 2; + //ReadData[27] = 2; + //ReadData[28] = 2; + + try { - fileName = Environment.GetFolderPath(Environment.SpecialFolder.Desktop) + "\\leaktest.txt"; + // 鏂囦欢璺緞 + // string basePath = string.IsNullOrEmpty(path.Text) ? Environment.GetFolderPath(Environment.SpecialFolder.Desktop) : path.Text; //妗岄潰 + string basePath = string.IsNullOrEmpty(path.Text) ? Application.StartupPath : path.Text; + + // 鐩爣璺緞涓嬪垱寤篗ES瀛愮洰褰 + string logDirectory = Path.Combine(basePath, "MES"); + Directory.CreateDirectory(logDirectory); + + // 鏂囦欢鍚 + string fileName = $"{CODE}_{DateTime.Now:yyMMdd_HHmmss}.txt"; + string fullPath = Path.Combine(logDirectory, fileName); + + string testResult = Tlight.Text; + if (string.IsNullOrEmpty(testResult.Trim())) + { + testResult = "fail"; + } + + // INI鍐呭 + StringBuilder iniContent = new StringBuilder(); + iniContent.AppendLine("[Info]"); + iniContent.AppendLine($"sn={CODE} ");//#SN鍙风爜 + iniContent.AppendLine($"type= ");//#褰撳墠宸ョ珯鍚嶇О + //iniContent.AppendLine("wifi_mac= ");//#wifimac + //iniContent.AppendLine("bt_mac= "); //#btmac + string testDetails = + $"妫娴嬪帇鍔={TwoUInt16ToFloat(ReadData[17], ReadData[16]).ToString()};" + + $"鍏呮皵鏃堕棿={ReadData[25] / 10.0 + "s"};" + + $"骞宠 鏃堕棿={ReadData[26] / 10.0 + "s"};" + + $"妫娴嬫椂闂={ReadData[27] / 10.0 + "s"};" + + $"鎺掓皵鏃堕棿={ReadData[28] / 10.0 + "s"};" + + $"褰撳墠鍘嬪樊={TwoUInt16ToFloat(ReadData[162], ReadData[161]).ToString()};" + + $"娉勯湶閲={DLeak};"; // TwoUInt16ToFloat(ReadData[19], ReadData[18]).ToString("f1") + iniContent.AppendLine($"message={testDetails}");//#娴嬭瘯椤圭洰涓庣粨鏋滆褰 + float totalTime = (ReadData[25] + ReadData[26] + ReadData[27] + ReadData[28]) / 10.0f; + iniContent.AppendLine($"totaltime={totalTime}"); //#娴嬭瘯鎵鐢ㄦ椂闂 + iniContent.AppendLine($"starttime={DateTime.Now:yyyy/MM/dd HH:mm:ss}");// #寮濮嬫椂闂 + iniContent.AppendLine($"endtime={DateTime.Now.AddSeconds(totalTime):yyyy/MM/dd HH:mm:ss} ");//#缁撴潫鏃堕棿 + iniContent.AppendLine($"result={testResult}");//#Pass or Fail + + // 7. 鍐欏叆鏂囦欢 + File.WriteAllText(fullPath, iniContent.ToString(), Encoding.UTF8); } - else + catch (Exception ex) { - fileName = path.Text + "\\" + file + ".txt"; + MessageBox.Show($"鐢熸垚鏃ュ織澶辫触锛歿ex.Message}"); } - string str1 = "鏃堕棿 " + DateTime.Now + " 鏉″舰鐮 " + Code.Text + " 鍏呮皵鏃堕棿 " + FullTime.Text + "s" + " 骞宠 鏃堕棿 " + BalanTime.Text + "s" + " 妫娴嬫椂闂 " + TestTime1.Text + "s" + " 鎺掓皵鏃堕棿 " + ExhaustTime.Text + "s" + " 鍏呮皵鍘嬪姏涓婇檺 " + FPtoplimit.Text + PressureUnit.Text + " 鍏呮皵鍘嬪姏涓嬮檺 " + FPlowlimit.Text + PressureUnit.Text + " 澶ф紡鍘嬪樊涓婇檺 " + BLeakTPre.Text + LeakUnit.Text + " 澶ф紡鍘嬪樊涓嬮檺 " + BLeakLPre.Text + LeakUnit.Text + " 娉勬紡閲忎笂闄 " + Leaktoplimit.Text + LeakUnit.Text + " 娉勬紡閲忎笅闄 " + Leaklowlimit.Text + LeakUnit.Text + " 娴嬭瘯缁撴灉 " + Tlight.Text + " 娴嬭瘯鍘嬪姏 " + DLeakPressure + " 鍘嬪姏鍗曚綅 " + PressureUnit.Text + " 娉勬紡閲 " + DLeak + " 娉勬紡閲忓崟浣 " + LeakUnit.Text + " \n"; - System.IO.File.AppendAllText(fileName, str1); } + private void AddINI() + { + //Console.WriteLine("AddINI()"); + //CODE = "N2479000099"; // 娴嬭瘯鐢⊿N + //ReadData[25] = 2; + //ReadData[26] = 2; + //ReadData[27] = 2; + //ReadData[28] = 2; + + try + { + // 鏂囦欢璺緞 + // string basePath = string.IsNullOrEmpty(path.Text) ? Environment.GetFolderPath(Environment.SpecialFolder.Desktop) : path.Text; //妗岄潰 + string basePath = string.IsNullOrEmpty(path.Text) ? Application.StartupPath : path.Text; + + string logDirectory = Path.Combine(basePath, "MES"); + Directory.CreateDirectory(logDirectory); + + // 鏂囦欢鍚 + string fileName = $"{CODE}_{DateTime.Now:yyMMdd_HHmmss}.ini"; + string fullPath = Path.Combine(logDirectory, fileName); + + string testResult = Tlight.Text; + if(string.IsNullOrEmpty(testResult.Trim())) + { + testResult = "fail"; + } + + // INI鍐呭 + StringBuilder iniContent = new StringBuilder(); + iniContent.AppendLine("[Info]"); + iniContent.AppendLine($"sn={CODE} ");//#SN鍙风爜 + iniContent.AppendLine($"type= ");//#褰撳墠宸ョ珯鍚嶇О + //iniContent.AppendLine("wifi_mac= ");//#wifimac + //iniContent.AppendLine("bt_mac= "); //#btmac + string testDetails = + $"妫娴嬪帇鍔={TwoUInt16ToFloat(ReadData[17], ReadData[16]).ToString()};" + + $"鍏呮皵鏃堕棿={ReadData[25] / 10.0 + "s"};" + + $"骞宠 鏃堕棿={ReadData[26] / 10.0 + "s"};" + + $"妫娴嬫椂闂={ReadData[27] / 10.0 + "s"};" + + $"鎺掓皵鏃堕棿={ReadData[28] / 10.0 + "s"};" + + $"褰撳墠鍘嬪樊={TwoUInt16ToFloat(ReadData[162], ReadData[161]).ToString()};" + + $"娉勯湶閲={DLeak};"; // TwoUInt16ToFloat(ReadData[19], ReadData[18]).ToString("f1") + iniContent.AppendLine($"message={testDetails}");//#娴嬭瘯椤圭洰涓庣粨鏋滆褰 + float totalTime = (ReadData[25] + ReadData[26] + ReadData[27] + ReadData[28]) / 10.0f; + iniContent.AppendLine($"totaltime={totalTime}"); //#娴嬭瘯鎵鐢ㄦ椂闂 + iniContent.AppendLine($"starttime={DateTime.Now:yyyy/MM/dd HH:mm:ss}");// #寮濮嬫椂闂 + iniContent.AppendLine($"endtime={DateTime.Now.AddSeconds(totalTime):yyyy/MM/dd HH:mm:ss} ");//#缁撴潫鏃堕棿 + iniContent.AppendLine($"result={testResult}");//#Pass or Fail + + // 7. 鍐欏叆鏂囦欢 + File.WriteAllText(fullPath, iniContent.ToString(), Encoding.UTF8); + } + catch (Exception ex) + { + MessageBox.Show($"鐢熸垚鏃ュ織澶辫触锛歿ex.Message}"); + } + } + + + //灏嗘暟鎹啓鍏ユ暟鎹簱 private void AddDatebase() { @@ -2260,30 +2247,30 @@ namespace C_Windows_1 SqlConnection con2 = new SqlConnection(connectionString);//鍜屽悕涓篖eakTest鐨勬暟鎹簱寤虹珛杩炴帴 con2.Open(); - string selectString2 = "select * from dbo.sysobjects where name=('test" + "')";//鏌ヨ鏄惁鏈夊悕涓簂eaktest+鏃ユ湡鐨勮〃鏍 + + string selectString2 = $"select * from dbo.sysobjects where name=('{tablename}')"; SqlCommand cmd2 = new SqlCommand(selectString2, con2); var str2 = cmd2.ExecuteScalar(); if (str2 is null) { //鑻ユ病鏈夎〃鏍煎垯鏂板缓琛ㄦ牸 - cmd2.CommandText = "CREATE TABLE test" + " ([鏃堕棿] DATETIME ,[鏉″舰鐮乚 VarChar(50),[鍏呮皵鏃堕棿] INT,[骞宠 鏃堕棿] INT,[妫娴嬫椂闂碷 INT,[鎺掓皵鏃堕棿] INT,[鍏呮皵鍘嬪姏涓婇檺] FLOAT,[鍏呮皵鍘嬪姏涓嬮檺] FLOAT,[澶ф紡鍘嬪樊涓婇檺] FLOAT,[澶ф紡鍘嬪樊涓嬮檺] FLOAT,[娉勬紡閲忎笂闄怾 FLOAT,[娉勬紡閲忎笅闄怾 FLOAT,[娴嬭瘯缁撴灉] VarChar(50),[娴嬭瘯鍘嬪姏] FLOAT,[鍘嬪姏鍗曚綅] VarChar(50),[娉勬紡閲廬 FLOAT,[娉勬紡閲忓崟浣峕 VarChar(50))"; //Office is the named range. + cmd2.CommandText = $"CREATE TABLE {tablename} ([鏃堕棿] DATETIME ,[鏉″舰鐮乚 VarChar(50),[鍏呮皵鏃堕棿] INT,[骞宠 鏃堕棿] INT,[妫娴嬫椂闂碷" + + " INT,[鎺掓皵鏃堕棿] INT,[鍏呮皵鍘嬪姏涓婇檺] FLOAT,[鍏呮皵鍘嬪姏涓嬮檺] FLOAT,[澶ф紡鍘嬪樊涓婇檺] FLOAT,[澶ф紡鍘嬪樊涓嬮檺] FLOAT,[娉勬紡閲忎笂闄怾 " + + "FLOAT,[娉勬紡閲忎笅闄怾 FLOAT,[娴嬭瘯缁撴灉] VarChar(50),[娴嬭瘯鍘嬪姏] FLOAT,[鍘嬪姏鍗曚綅] VarChar(50),[娉勬紡閲廬 FLOAT,[娉勬紡閲忓崟浣峕 VarChar(50))"; //Office is the named range. cmd2.ExecuteNonQuery(); } - //string[] dataArr = {DateTime.Now.ToString(),Code.Text, ReadData[25] / 10.0 + "s", ReadData[26] / 10.0 + "s", ReadData[27] / 10.0 + "s", ReadData[28] / 10.0 + "s", - // TwoUInt16ToFloat(ReadData[33], ReadData[32]).ToString(), TwoUInt16ToFloat(ReadData[47], ReadData[46]).ToString(), - // ReadData[36].ToString() , ( Digitalconversion( ReadData[37])).ToString() , TwoUInt16ToFloat(ReadData[39], ReadData[38]).ToString() , TwoUInt16ToFloat(ReadData[45], ReadData[44]).ToString() ,Tlight.Text , - // TwoUInt16ToFloat(ReadData[17], ReadData[16]).ToString() , PressureUnit.Text , TwoUInt16ToFloat(ReadData[19], ReadData[18]).ToString() , LeakUnit.Text}; - - - - //寰琛ㄦ牸鎻掑叆鏁版嵁 - cmd2.CommandText = "INSERT INTO test" /*+ nowday*/ + " (鏃堕棿, 鏉″舰鐮, 鍏呮皵鏃堕棿, 骞宠 鏃堕棿, 妫娴嬫椂闂, 鎺掓皵鏃堕棿, 鍏呮皵鍘嬪姏涓婇檺, 鍏呮皵鍘嬪姏涓嬮檺, 澶ф紡鍘嬪樊涓婇檺, 澶ф紡鍘嬪樊涓嬮檺, 娉勬紡閲忎笂闄, 娉勬紡閲忎笅闄, 娴嬭瘯缁撴灉, 娴嬭瘯鍘嬪姏, 鍘嬪姏鍗曚綅, 娉勬紡閲, 娉勬紡閲忓崟浣) VALUES('" + DateTime.Now+ "', '" + Code.Text + "', '"+ ReadData[25] / 10.0+ "', '" + ReadData[26] / 10.0 + "', '" + ReadData[27] / 10.0 + "', '" + ReadData[28] / 10.0 + "', '" +TwoUInt16ToFloat(ReadData[33], ReadData[32]).ToString() + "', '" + TwoUInt16ToFloat(ReadData[47], ReadData[46]).ToString() + "', '" +ReadData[36].ToString() + "', '" + (Digitalconversion(ReadData[37])).ToString() + "', '" + TwoUInt16ToFloat(ReadData[39], ReadData[38]).ToString() + "', '" + TwoUInt16ToFloat(ReadData[45], ReadData[44]).ToString() + "', '" + Tlight.Text + "', '" +TwoUInt16ToFloat(ReadData[17], ReadData[16]).ToString() + "', '" + PressureUnit.Text + "', '" + TwoUInt16ToFloat(ReadData[19], ReadData[18]).ToString() + "', '" + LeakUnit.Text + "')"; + cmd2.CommandText = $"INSERT INTO {tablename} (鏃堕棿, 鏉″舰鐮, 鍏呮皵鏃堕棿, 骞宠 鏃堕棿, 妫娴嬫椂闂," + + " 鎺掓皵鏃堕棿, 鍏呮皵鍘嬪姏涓婇檺, 鍏呮皵鍘嬪姏涓嬮檺, 澶ф紡鍘嬪樊涓婇檺, 澶ф紡鍘嬪樊涓嬮檺, 娉勬紡閲忎笂闄, 娉勬紡閲忎笅闄, 娴嬭瘯缁撴灉, 娴嬭瘯鍘嬪姏, 鍘嬪姏鍗曚綅, 娉勬紡閲, 娉勬紡閲忓崟浣) VALUES(" + + "'" + DateTime.Now + "', '" + Code.Text + "', '" + ReadData[25] / 10.0 + "', '" + ReadData[26] / 10.0 + "', '" + ReadData[27] / 10.0 + + "', '" + ReadData[28] / 10.0 + "', '" + TwoUInt16ToFloat(ReadData[33], ReadData[32]).ToString() + "', '" + TwoUInt16ToFloat(ReadData[47], ReadData[46]).ToString() + + "', '" + ReadData[36].ToString() + "', '" + (Digitalconversion(ReadData[37])).ToString() + "', '" + TwoUInt16ToFloat(ReadData[39], ReadData[38]).ToString() + + "', '" + TwoUInt16ToFloat(ReadData[45], ReadData[44]).ToString() + "', '" + Tlight.Text + "', '" + TwoUInt16ToFloat(ReadData[17], ReadData[16]).ToString() + + "', '" + PressureUnit.Text + "', '" + TwoUInt16ToFloat(ReadData[19], ReadData[18]).ToString() + "', '" + LeakUnit.Text + "')"; - //cmd2.CommandText = "INSERT INTO leaktest" + nowday + " (鏃堕棿, 鏉″舰鐮, 鍏呮皵鏃堕棿, 骞宠 鏃堕棿, 妫娴嬫椂闂, 鎺掓皵鏃堕棿, 鍏呮皵鍘嬪姏涓婇檺, 鍏呮皵鍘嬪姏涓嬮檺, 澶ф紡鍘嬪樊涓婇檺, 澶ф紡鍘嬪樊涓嬮檺, 娉勬紡閲忎笂闄, 娉勬紡閲忎笅闄, 娴嬭瘯缁撴灉, 娴嬭瘯鍘嬪姏, 鍘嬪姏鍗曚綅, 娉勬紡閲, 娉勬紡閲忓崟浣) VALUES('" + DateTime.Now + "', '" + Code.Text + "', '" + Convert.ToInt32(FullTime.Text) + "', '" + Convert.ToInt32(BalanTime.Text) + "', '" + Convert.ToInt32(TestTime1.Text) + "', '" + Convert.ToInt32(ExhaustTime.Text) + "', '" + Convert.ToSingle(FPtoplimit.Text) + "', '" + Convert.ToSingle(FPlowlimit.Text) + "', '" + Convert.ToSingle(BLeakTPre.Text) + "', '" + Convert.ToSingle(BLeakLPre.Text) + "', '" + Convert.ToSingle(Leaktoplimit.Text) + "', '" + Convert.ToSingle(Leaklowlimit.Text) + "', '" + Tlight.Text + "', '" + Convert.ToSingle(DLeakPressure) + "', '" + PressureUnit.Text + "', '" + Convert.ToSingle(DLeak) + "', '" + LeakUnit.Text + "')"; cmd2.ExecuteNonQuery(); con2.Close(); } @@ -2373,79 +2360,92 @@ namespace C_Windows_1 MESStatus.Text = "FAIL"; MESStatus.ForeColor = Color.Red; MessageBox.Show(mesresult); + // MessageBox.Show(this, ex.Message, "閿欒", MessageBoxButtons.OK, MessageBoxIcon.Error); 寮哄埗缃《 } } //鍐欏叆鏁版嵁 private void CreateFile() { - if (ChkExcel.Checked) - { - AddExcel(); - } - //if (ChkTXT.Checked) + //if (ChkExcel.Checked) //{ - // AddTXT(); + // AddExcel2(); //} - if (ChkSql.Checked) + //Console.WriteLine("ChkTXT.Checked:" + ChkTXT.Checked); + //Console.WriteLine("ChkINI:" + ChkINI); + if (ChkTXT.Checked) { - AddDatebase(); + AddTXT(); } + + if (ChkINI) + { + AddINI(); + + // 娴嬭瘯澶辫触涓嶅厑璁哥敓鎴恖og鏂囦欢 + //if (Tlight.Text.Contains("OK")) + //{ + // AddINI(); + //} + } + //if (ChkSql.Checked) + //{ + // AddDatebase(); + //} //if (ChkCSV.Checked) //{ // AddCSV(); //} - if (ChkMES.Checked && Code.TextLength > 0) - { - ADDMES(); - } + //if (ChkMES.Checked && Code.TextLength > 0) + //{ + // ADDMES(); + //} } //鍦ㄧ晫闈㈡樉绀烘暟鎹 private void Display() { - DataGridView1.Rows.Add( - DateTime.Now.ToString(), Code.Text, ReadData[1006] / 10.0 + "s", ReadData[1007] / 10.0 + "s", ReadData[1008] / 10.0 + "s", ReadData[1009] / 10.0 + "s", - TwoUInt16ToFloat(ReadData[1014], ReadData[1013]).ToString(), TwoUInt16ToFloat(ReadData[1016], ReadData[1015]).ToString(), - TwoUInt16ToFloat(ReadData[1018], ReadData[1017]).ToString(), TwoUInt16ToFloat(ReadData[1020], ReadData[1019]).ToString(), TwoUInt16ToFloat(ReadData[1022], ReadData[1021]).ToString(), TwoUInt16ToFloat(ReadData[1024], ReadData[1023]).ToString(), Tlight.Text, - TwoUInt16ToFloat(ReadData[1049], ReadData[1048]).ToString(), PressureUnit.Text, TwoUInt16ToFloat(ReadData[1039], ReadData[1038]).ToString(), LeakUnit.Text); + //DataGridView1.Rows.Add( + // DateTime.Now.ToString(), Code.Text, ReadData[25] / 10.0 + "s", ReadData[26] / 10.0 + "s", ReadData[27] / 10.0 + "s", ReadData[28] / 10.0 + "s", + // TwoUInt16ToFloat(ReadData[33], ReadData[32]).ToString(), TwoUInt16ToFloat(ReadData[47], ReadData[46]).ToString(), + // ReadData[36].ToString(), (Digitalconversion(ReadData[37])).ToString(), TwoUInt16ToFloat(ReadData[39], ReadData[38]).ToString(), TwoUInt16ToFloat(ReadData[45], ReadData[44]).ToString(), Tlight.Text, + // TwoUInt16ToFloat(ReadData[17], ReadData[16]).ToString(), PressureUnit.Text, TwoUInt16ToFloat(ReadData[19], ReadData[18]).ToString(), LeakUnit.Text); + DataGridViewRow row = new DataGridViewRow(); + row.CreateCells(DataGridView1); + + row.SetValues( + DateTime.Now.ToString(), + CODE, + (ReadData[25] / 10.0).ToString() + "s", + (ReadData[26] / 10.0).ToString() + "s", + (ReadData[27] / 10.0).ToString() + "s", + (ReadData[28] / 10.0).ToString() + "s", + TwoUInt16ToFloat(ReadData[33], ReadData[32]).ToString() + PressureUnit.Text, + TwoUInt16ToFloat(ReadData[47], ReadData[46]).ToString() + PressureUnit.Text, + ReadData[36].ToString()+"Pa", + Digitalconversion(ReadData[37]).ToString()+"Pa", + TwoUInt16ToFloat(ReadData[39], ReadData[38]).ToString()+ LeakUnit.Text, + TwoUInt16ToFloat(ReadData[45], ReadData[44]).ToString() + LeakUnit.Text, + Tlight.Text, + TwoUInt16ToFloat(ReadData[17], ReadData[16]).ToString() + PressureUnit.Text, + PressureUnit.Text, + TwoUInt16ToFloat(ReadData[19], ReadData[18]).ToString() + LeakUnit.Text, + LeakUnit.Text + ); + + // 灏嗘柊琛屾彃鍏ュ埌绗竴琛屼綅缃 + DataGridView1.Rows.Insert(0, row); } //鏉″舰鐮 - private void Code_TextChanged(object sender, EventArgs e) + private void Code_TextChanged(object sender, EventArgs e) { - - Code.Focus(); - //if (Scancode.Checked==true&&Code.Text!="") - //{ - // System.Threading.Thread.Sleep(200); - // workstation = (int)yiqi.start; - //} - - - - - - - - if(checkBox1.Checked==true) + if (Code.Text.Length > 0) { - if (Code.Text != "" && Code.Text.Length != Convert.ToInt32(codecheck.Text)) - { - MessageBox.Show("鏉″舰鐮侀暱搴︿笉姝g‘"); - Code.ResetText(); - Code.Focus(); - } + timerCH1.Stop(); + timerCH1.Start(); } - //if (/*Code.Text != "" ||*/Code.Text.Length!=28) //Convert.ToInt32(CodeLength.Text)) - //{ - // MessageBox.Show("鏉″舰鐮侀暱搴︿笉姝g‘"); - // Code.ResetText(); - // Code.Focus(); - //} - } - //鏉″舰鐮侀暱搴﹂獙璇 private void Timer16_Tick(object sender, EventArgs e) { @@ -2481,7 +2481,7 @@ namespace C_Windows_1 private void 涓插彛璁剧疆ToolStripMenuItem_Click(object sender, EventArgs e) { - configIP p1 = new configIP(); + PortSetting p1 = new PortSetting(); OpenForm(p1); } @@ -2596,26 +2596,31 @@ namespace C_Windows_1 private void Form1_FormClosing(object sender, FormClosingEventArgs e) { - //Timer1.Stop(); - //Timer2.Stop(); - //Timer3.Stop(); - //Timer4.Stop(); + RegistryKey regName; - //Timer8.Stop(); - //Timer9.Stop(); - //Timer10.Stop(); + regName = Registry.CurrentUser.OpenSubKey("SOFTWARE\\Microsoft\\PMD\\1.0\\User-LL18-Set", true); - //Timer16.Stop(); - //this.Hide(); + if (regName is null) + { + regName = Registry.CurrentUser.CreateSubKey("SOFTWARE\\Microsoft\\PMD\\1.0\\User-LL18-Set"); + } + regName.SetValue("time", TIME); + regName.SetValue("timeflag", 1); + regName.Close(); + Timer1.Stop(); + Timer2.Stop(); + Timer3.Stop(); + Timer4.Stop(); + + Timer8.Stop(); + Timer9.Stop(); + Timer10.Stop(); + + Timer16.Stop(); + this.Hide(); SerialPort1.Dispose(); SerialPort1.Close(); - if (connectflag == 1) - { - modbusClient.ConnectClose(); - } - - this.Dispose(); System.Environment.Exit(0); } @@ -2669,7 +2674,7 @@ namespace C_Windows_1 regName.OpenSubKey("User"); if (regName.GetValue("port") is null) { - PortNum.Text = "COM7"; + PortNum.Text = "COM2"; } else { @@ -2677,13 +2682,20 @@ namespace C_Windows_1 } if (regName.GetValue("codeport") is null) { - codeport = "COM5"; + codeport = "COM1"; } else { codeport = regName.GetValue("codeport").ToString(); } - + if (regName.GetValue("codeBaudrate") is null) + { + codeBaudrate = "9600"; + } + else + { + codeBaudrate = regName.GetValue("codeBaudrate").ToString(); + } if (regName.GetValue("codelengthcheck") is null) @@ -2692,7 +2704,7 @@ namespace C_Windows_1 } else { - checkBox1.Checked = Convert.ToBoolean(regName.GetValue("codelengthcheck").ToString()); + checkBox1.Checked = Convert.ToBoolean(regName.GetValue("codelengthcheck")); } if (regName.GetValue("Baudrate") is null) @@ -2715,8 +2727,8 @@ namespace C_Windows_1 if (regName.GetValue("codelength") is null) { - CodeLength.Text = "40"; - codecheck.Text = "40"; + CodeLength.Text = "21"; + codecheck.Text = "21"; } else { @@ -2742,6 +2754,15 @@ namespace C_Windows_1 ChkTXT.Checked = Convert.ToBoolean(regName.GetValue("txt").ToString()); } + if (regName.GetValue("ini") is null) + { + ChkINI = false; + } + else + { + ChkINI = Convert.ToBoolean(regName.GetValue("ini").ToString()); + } + if (regName.GetValue("sql") is null) { ChkSql.Checked = false; @@ -2842,8 +2863,17 @@ namespace C_Windows_1 else { MESStation.Text = regName.GetValue("teststation").ToString(); - regName.Close(); + } + if (regName.GetValue("CeckScanning") is null) + { + CeckScanning.Checked = false; + } + else + { + CeckScanning.Checked = Convert.ToBoolean(regName.GetValue("CeckScanning").ToString()); + } + regName.Close(); } /// @@ -2863,7 +2893,7 @@ namespace C_Windows_1 } - private void SetcheckBox1() + private void SetcheckBox1(bool check) { RegistryKey regName; @@ -2874,7 +2904,7 @@ namespace C_Windows_1 regName = Registry.CurrentUser.CreateSubKey("SOFTWARE\\Microsoft\\PMD\\1.0\\User-LL18-Set"); } - regName.SetValue("codecheck", checkBox1.Checked); + regName.SetValue("codelengthcheck", check); regName.Close(); } @@ -2888,7 +2918,14 @@ namespace C_Windows_1 // Code.ResetText(); // Code.Focus(); // } - SetcheckBox1(); + if (checkBox1.Checked) + { + SetcheckBox1(true); + } + else + { + SetcheckBox1(false); + } } private void Setcodecheck() { @@ -2900,8 +2937,8 @@ namespace C_Windows_1 { regName = Registry.CurrentUser.CreateSubKey("SOFTWARE\\Microsoft\\PMD\\1.0\\User-LL18-Set"); } - - regName.SetValue("codecheck", codecheck.Text); + + regName.SetValue("codelength", codecheck.Text); regName.Close(); } private void codecheck_TextChanged(object sender, EventArgs e) @@ -2957,141 +2994,327 @@ namespace C_Windows_1 } } - private void label36_Click(object sender, EventArgs e) - { - - } - string stationIP; - string ipAddress; - - private void TCPconnect_Click(object sender, EventArgs e) - { - - - //鏍规嵁:绗﹀彿鍒嗗壊绔欏彿鍜孖P - string[] parts = UDPResults.Text.Split(':'); - - // 纭繚鍒嗗壊缁撴灉绗﹀悎棰勬湡 - if (parts.Length == 2) - { - // 绔欏彿 - stationIP = parts[0]; - - // IP 鍦板潃 - ipAddress = parts[1]; - - - modbusClient = new ModbusRtuOverTcp(ipAddress, 9999, Convert.ToByte(stationIP)); - //modbusClient.ConnectTimeOut = 1000; - //modbusClient.ReceiveTimeOut = 1000; - if (modbusClient.ConnectServer().IsSuccess) - { - connectflag = 1; - TCPconnect.Enabled = false; - PortNum.Text = modbusClient.IpAddress; - label6.Text = modbusClient.Port.ToString(); - label6.ForeColor = Color.Green; - station2 = Convert.ToUInt16(stationIP); - station = station2.ToString("X2"); - Modbusread(360, 4, ReadData); - labelruanjian.Text = "杞欢鐗堟湰鍙:" + ReadData[361].ToString("X4") + ReadData[360].ToString("X4"); - labelyinjian.Text = "纭欢鐗堟湰鍙:" + ReadData[363].ToString("X4") + ReadData[362].ToString("X4"); - - } - - } - else - { - MessageBox.Show("杩炴帴鏍煎紡涓嶆纭"); - } - } - - private void timerbar_Tick(object sender, EventArgs e) - { - Invoke(new Action(() => - { - progressBar1.Value += 1; - })); - - } - - OperateResult changestation=new OperateResult(); - public static string station; - - public static ushort station2; - - private void button2_Click(object sender, EventArgs e) - { - station2 = Convert.ToUInt16(zhanhao.Text); - modbusClient.Read("0", (ushort)1); - changestation =modbusClient.Write("1076", station2); - if (changestation.IsSuccess) - { - - station = station2.ToString("X2"); - connectflag = 0; - modbusClient.ConnectClose(); - Thread.Sleep(200); - modbusClient = new ModbusRtuOverTcp(ipAddress, 9999, Convert.ToByte(station2)); - Thread.Sleep(200); - if (modbusClient.ConnectServer().IsSuccess) - { - connectflag = 1; - TCPconnect.Enabled = false; - PortNum.Text = modbusClient.IpAddress; - label6.Text = modbusClient.Port.ToString(); - UDPResults.Text = station2.ToString() + ":" + modbusClient.IpAddress; - label6.ForeColor = Color.Green; - - MessageBox.Show("浠櫒绔欏彿淇敼涓" + station2); - } - } - } - - private void label28_Click(object sender, EventArgs e) + private void CodePort1_DataReceived_1(object sender, SerialDataReceivedEventArgs e) { try { - OperateResult read = modbusClient.ReadFromCoreServer(HslCommunication.BasicFramework.SoftBasic.HexStringToBytes("01 03 00 00 00 03")); - if (read.IsSuccess) + + System.Threading.Thread.Sleep(50); + int len = CodePort1.BytesToRead;//鑾峰彇鍙互璇诲彇鐨勫瓧鑺傛暟 + if (len > 1) { - Code.Text = "缁撴灉锛" + HslCommunication.BasicFramework.SoftBasic.ByteToHexString(read.Content, ' '); + byte[] buff = new byte[len];//鍒涘缓缂撳瓨鏁版嵁鏁扮粍 + CodePort1.Read(buff, 0, len);//鎶婃暟鎹鍙栧埌buff鏁扮粍 + Invoke((new System.Action(() => //鎺ユ敹璁℃暟 + { + string code = Encoding.Default.GetString(buff); + string CODE = code.Replace("\r", ""); + CODE = CODE.Replace("\n", ""); + if (Code.Text == "") + { + Code.Text = CODE; + + } + + CodePort1.DiscardInBuffer(); + + } +))); + } else { - MessageBox.Show("璇诲彇澶辫触锛" + read.ToMessageShowString()); + return; } } catch (Exception ex) { - MessageBox.Show("璇诲彇澶辫触锛" + ex.Message); + MessageBox.Show(":" + ex.Message); + } } - private void UDPRead_Tick(object sender, EventArgs e) + private void menuStrip1_ItemClicked(object sender, ToolStripItemClickedEventArgs e) { - UDPRead.Stop(); - UDP_Parse(); + } - public void UDP_Parse() + + private void Code_TextAlignChanged(object sender, EventArgs e) { + + } + + private void label32_Click(object sender, EventArgs e) + { + AddDatebase(); + } + + private void button1_Click_1(object sender, EventArgs e) + { + + } + + private void checkBox2_CheckedChanged(object sender, EventArgs e) + { + if (checkBox2.Checked) + { + pictureBox1.BackColor = Color.Green; + } + else + { + pictureBox1.BackColor = Color.Red; + } + } + + private void strlinename_TextChanged(object sender, EventArgs e) + { + string path = System.Environment.CurrentDirectory + "\\Config\\Config"; + ConfigINI config = new ConfigINI(path); + config.IniWriteValue("Mes", "strlinename", this.strlinename.Text); - if (!String.IsNullOrEmpty(UDPRecvData)) + } + + private void strlocation_TextChanged(object sender, EventArgs e) + { + string path = System.Environment.CurrentDirectory + "\\Config\\Config"; + ConfigINI config = new ConfigINI(path); + config.IniWriteValue("Mes", "strlocation", this.strlocation.Text); + } + + private void strbatch_TextChanged(object sender, EventArgs e) + { + string path = System.Environment.CurrentDirectory + "\\Config\\Config"; + ConfigINI config = new ConfigINI(path); + config.IniWriteValue("Mes", "strbatch", this.strbatch.Text); + } + + private void strstation_TextChanged(object sender, EventArgs e) + { + string path = System.Environment.CurrentDirectory + "\\Config\\Config"; + ConfigINI config = new ConfigINI(path); + config.IniWriteValue("Mes", "strstation", this.strstation.Text); + } + + private void JIG_Number1_TextChanged(object sender, EventArgs e) + { + string path = System.Environment.CurrentDirectory + "\\Config\\Config"; + ConfigINI config = new ConfigINI(path); + config.IniWriteValue("Mes", "JIG_Number1", this.JIG_Number1.Text); + } + + private async void timer5_Tick(object sender, EventArgs e) + { + timerCH1.Stop(); + bool flag = this.codecheck.Text == ""; + if (flag) + { + this.codecheck.Text = "21"; + } + bool flag2 = this.Code.TextLength > 0; + if (flag2) + { + int Count = BarcodeInfo.QueryBarcodeCount(Code.Text); + if (Count > 0) { - + + this.Code.ResetText(); + this.Code.Focus(); + MessageBox.Show("鏉″舰鐮侀噸鐮,璇锋鏌"); } - + bool flag3 = this.Code.TextLength == int.Parse(this.CodeLength.Text) && this.checkBox1.Checked; + if (flag3) + { + //InserPatch(Code.Text, 1); + //if (checkBox2.Checked) + //{ + // int obj = await InMes(1); + // if (obj == 1) + // { + // this.textBox3.Text = "鍏ョ珯 OK"; + // this.textBox3.BackColor = Color.Green; + // } + // else + // { + // this.textBox3.Text = "鍏ョ珯 OK"; + // this.textBox3.BackColor = Color.Green; + // } + //} + string time = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"); + BarcodeInfo.InsertBarcodeData(time, Code.Text, "", "", "", "", "", ""); + + } + else + { + if (Code.TextLength > 0&& checkBox1.Checked) + { + MessageBox.Show(string.Format("鏉″舰鐮侀暱搴﹂敊璇!褰撳墠鏉$爜闀垮害锛歿0},璁剧疆闀垮害涓猴細{1}", this.Code.Text.Length, this.CodeLength.Text)); + this.Code.ResetText(); + this.Code.Focus(); + } + } + } } - private void UDPOverTime_Tick(object sender, EventArgs e) + public async Task InMes(int CH) { - isListening = false; + //娴嬭瘯涓婁紶 + try + { + bool flag = CH == 1; + string text; + string text2; + string text3; + string text4; + string text5; + + text = this.PreCode1.Text; + text2 = this.strstation.Text; + text3 = this.strlocation.Text; + text4 = this.strbatch.Text; + text5 = this.strlinename.Text; + + + char c; + /*int obj =*/ + return await Task.Run(() => ATS_SelectTestYorN_Batch_LineName(text, text2, text3, text4, text5, "NA", "NA", out c)); + + + + } + catch (Exception ex) + { + MessageBox.Show(ex.Message); + return 0; + } } - private void CodePort1_DataReceived_1(object sender, SerialDataReceivedEventArgs e) + public void UpMES(int CH) { + try + { + bool flag = CH == 1; + string text; + string text2; + string text3; + string text4; + string text5; + string text6; + string text7; + string text8; + string text9; + int iresult; + string text10; + string text11; + + text = this.strlinename.Text; + text2 = this.strbatch.Text; + text3 = this.strlocation.Text; + text4 = this.strstation.Text; + text5 = CODE; + text6 = "LL18"; + text7 = "result"; + text8 = string.Concat(new string[] + { + "'", + CODE, + "','", + this.LeakPressure.Text, + this.PressureUnit.Text, + "''", + this.Leak.Text, + this.LeakUnit.Text, + "'" + }); + text9 = "ONE,H0H,H1H"; + bool flag2 = this.Tlight.Text == "OK"; + if (flag2) + { + iresult = 1; + text10 = "NA"; + text11 = this.JIG_Number1.Text; + } + else + { + iresult = 0; + text10 = "娉勬紡閲"; + text11 = this.JIG_Number1.Text; + } + + + //bool @checked = this.checkBox1.Checked; + if (checkBox2.Checked) + { + object obj = ATS_InsertDataRow_JIG_V2(text, text2, text3, text4, text5, iresult, text10, text11, text6, text7, text9, text8); + + + bool flag5 = obj.ToString() == "0"; + if (flag5) + { + this.textBox3.Text = "OK " + obj.ToString(); + this.textBox3.BackColor = Color.Green; + } + else + { + this.textBox3.Text = "NG -1"; + this.textBox3.BackColor = Color.Red; + } + + + this.log.Logmsg(string.Concat(new string[] + { + DateTime.Now.ToString(), + " ", + text, + ",", + text2, + ",", + text3, + ",", + text4, + ",", + text5, + ",", + iresult.ToString(), + ",", + text10, + ",", + text11, + ",", + text6, + ",", + text7, + ",", + text9, + ",", + text8 + })); + } + } + catch (Exception ex) + { + MessageBox.Show(ex.Message); + } + } + private void Form1_Activated(object sender, EventArgs e) + { + //PreCode1.Focus(); + Code.Focus(); + } + + private void PreCode1_TextChanged(object sender, EventArgs e) + { + if (PreCode1.Text.Length > 0) + { + timerCH1.Stop(); + timerCH1.Start(); + } + } + + private void label33_Click(object sender, EventArgs e) + { + //CreateFile(); } /// diff --git a/C-Windows-1/Form1.resx b/C-Windows-1/Form1.resx index 9848000..8853d03 100644 --- a/C-Windows-1/Form1.resx +++ b/C-Windows-1/Form1.resx @@ -118,10 +118,10 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - -3, 6 + 1, 6 - 123, 8 + 127, 9 201, 6 @@ -183,57 +183,6 @@ True - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - 670, 5 @@ -255,17 +204,11 @@ 1042, 6 - + 1159, 6 - - 1264, 6 - - - 1374, 6 - - 89 + 56 diff --git a/C-Windows-1/Form2.Designer.cs b/C-Windows-1/Form2.Designer.cs index bd9fdfa..4508bf8 100644 --- a/C-Windows-1/Form2.Designer.cs +++ b/C-Windows-1/Form2.Designer.cs @@ -42,6 +42,8 @@ this.label3 = new System.Windows.Forms.Label(); this.d4 = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); + this.label5 = new System.Windows.Forms.Label(); + this.d5 = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // d1 @@ -51,6 +53,7 @@ this.d1.Name = "d1"; this.d1.Size = new System.Drawing.Size(148, 23); this.d1.TabIndex = 11; + this.d1.TextChanged += new System.EventHandler(this.d1_TextChanged); // // d2 // @@ -59,6 +62,7 @@ this.d2.Name = "d2"; this.d2.Size = new System.Drawing.Size(148, 23); this.d2.TabIndex = 10; + this.d2.TextChanged += new System.EventHandler(this.d2_TextChanged); // // d3 // @@ -68,11 +72,12 @@ this.d3.Size = new System.Drawing.Size(148, 23); this.d3.TabIndex = 9; this.d3.UseSystemPasswordChar = true; + this.d3.TextChanged += new System.EventHandler(this.d3_TextChanged); // // BtnKeep // this.BtnKeep.Font = new System.Drawing.Font("瀹嬩綋", 10F); - this.BtnKeep.Location = new System.Drawing.Point(111, 238); + this.BtnKeep.Location = new System.Drawing.Point(111, 286); this.BtnKeep.Name = "BtnKeep"; this.BtnKeep.Size = new System.Drawing.Size(106, 30); this.BtnKeep.TabIndex = 3; @@ -84,7 +89,7 @@ // this.success.AutoSize = true; this.success.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.success.Location = new System.Drawing.Point(137, 346); + this.success.Location = new System.Drawing.Point(137, 401); this.success.Name = "success"; this.success.Size = new System.Drawing.Size(55, 15); this.success.TabIndex = 4; @@ -97,7 +102,7 @@ // BtnRead2 // this.BtnRead2.Font = new System.Drawing.Font("瀹嬩綋", 10F); - this.BtnRead2.Location = new System.Drawing.Point(111, 284); + this.BtnRead2.Location = new System.Drawing.Point(111, 339); this.BtnRead2.Name = "BtnRead2"; this.BtnRead2.Size = new System.Drawing.Size(106, 33); this.BtnRead2.TabIndex = 5; @@ -114,6 +119,7 @@ this.label1.Size = new System.Drawing.Size(77, 14); this.label1.TabIndex = 12; this.label1.Text = "鏈嶅姟鍣ㄥ悕绉"; + this.label1.Click += new System.EventHandler(this.label1_Click); // // label2 // @@ -124,6 +130,7 @@ this.label2.Size = new System.Drawing.Size(49, 14); this.label2.TabIndex = 13; this.label2.Text = "鐢ㄦ埛鍚"; + this.label2.Click += new System.EventHandler(this.label2_Click); // // label3 // @@ -134,6 +141,7 @@ this.label3.Size = new System.Drawing.Size(35, 14); this.label3.TabIndex = 14; this.label3.Text = "瀵嗙爜"; + this.label3.Click += new System.EventHandler(this.label3_Click); // // d4 // @@ -142,6 +150,7 @@ this.d4.Name = "d4"; this.d4.Size = new System.Drawing.Size(148, 23); this.d4.TabIndex = 15; + this.d4.TextChanged += new System.EventHandler(this.d4_TextChanged); // // label4 // @@ -152,12 +161,33 @@ this.label4.Size = new System.Drawing.Size(77, 14); this.label4.TabIndex = 16; this.label4.Text = "鏁版嵁搴撳悕绉"; + this.label4.Click += new System.EventHandler(this.label4_Click); + // + // label5 + // + this.label5.AutoSize = true; + this.label5.Font = new System.Drawing.Font("瀹嬩綋", 10F); + this.label5.Location = new System.Drawing.Point(89, 231); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(35, 14); + this.label5.TabIndex = 18; + this.label5.Text = "琛ㄥ悕"; + // + // d5 + // + this.d5.Font = new System.Drawing.Font("瀹嬩綋", 10F); + this.d5.Location = new System.Drawing.Point(91, 249); + this.d5.Name = "d5"; + this.d5.Size = new System.Drawing.Size(148, 23); + this.d5.TabIndex = 17; // // Form2 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(329, 384); + this.ClientSize = new System.Drawing.Size(329, 502); + this.Controls.Add(this.label5); + this.Controls.Add(this.d5); this.Controls.Add(this.label4); this.Controls.Add(this.d4); this.Controls.Add(this.label3); @@ -191,5 +221,7 @@ private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; public System.Windows.Forms.TextBox d4; + private System.Windows.Forms.Label label5; + public System.Windows.Forms.TextBox d5; } } \ No newline at end of file diff --git a/C-Windows-1/Form2.cs b/C-Windows-1/Form2.cs index d23413a..e3eb995 100644 --- a/C-Windows-1/Form2.cs +++ b/C-Windows-1/Form2.cs @@ -72,6 +72,8 @@ namespace C_Windows_1 regName.SetValue("pwd", pwd); // regName3.Close(); regName.SetValue("dataname", dataname); + + regName.SetValue("tablename", d5.Text); regName.Close(); } @@ -142,10 +144,20 @@ namespace C_Windows_1 regName.OpenSubKey("User"); string str4 = regName.GetValue("dataname").ToString(); d4.Text = str4; + + } + if (regName.GetValue("tablename") is null) + { + d5.Text = "test"; + } + else + { + regName.OpenSubKey("User"); + string str5 = regName.GetValue("tablename").ToString(); + d5.Text = str5; regName.Close(); } - } private void BtnKeep_Click(object sender, EventArgs e) @@ -154,6 +166,7 @@ namespace C_Windows_1 userid = d2.Text; pwd = d3.Text; dataname = d4.Text; + Form1.tablename = d5.Text; SetRegistryKey(); success.ForeColor = Color.Red; success.Text = "淇濆瓨鎴愬姛锛"; @@ -182,5 +195,45 @@ namespace C_Windows_1 { ReadRegistryKey(); } + + private void d4_TextChanged(object sender, EventArgs e) + { + + } + + private void label3_Click(object sender, EventArgs e) + { + + } + + private void label2_Click(object sender, EventArgs e) + { + + } + + private void label4_Click(object sender, EventArgs e) + { + + } + + private void label1_Click(object sender, EventArgs e) + { + + } + + private void d3_TextChanged(object sender, EventArgs e) + { + + } + + private void d2_TextChanged(object sender, EventArgs e) + { + + } + + private void d1_TextChanged(object sender, EventArgs e) + { + + } } } diff --git a/C-Windows-1/PortSetting.Designer.cs b/C-Windows-1/PortSetting.Designer.cs index c7badf6..8adedac 100644 --- a/C-Windows-1/PortSetting.Designer.cs +++ b/C-Windows-1/PortSetting.Designer.cs @@ -56,6 +56,7 @@ this.PortBtnBreak = new System.Windows.Forms.Button(); this.CodePort = new System.IO.Ports.SerialPort(this.components); this.label9 = new System.Windows.Forms.Label(); + this.CeckScanning = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // Baudrate @@ -73,6 +74,7 @@ this.Baudrate.Name = "Baudrate"; this.Baudrate.Size = new System.Drawing.Size(137, 24); this.Baudrate.TabIndex = 68; + this.Baudrate.SelectedIndexChanged += new System.EventHandler(this.Baudrate_SelectedIndexChanged); // // PortNum // @@ -82,6 +84,7 @@ this.PortNum.Name = "PortNum"; this.PortNum.Size = new System.Drawing.Size(137, 24); this.PortNum.TabIndex = 67; + this.PortNum.SelectedIndexChanged += new System.EventHandler(this.PortNum_SelectedIndexChanged); // // label1 // @@ -92,6 +95,7 @@ this.label1.Size = new System.Drawing.Size(87, 16); this.label1.TabIndex = 65; this.label1.Text = "浠櫒绔彛鍙"; + this.label1.Click += new System.EventHandler(this.label1_Click); // // label2 // @@ -102,6 +106,7 @@ this.label2.Size = new System.Drawing.Size(55, 16); this.label2.TabIndex = 66; this.label2.Text = "娉㈢壒鐜"; + this.label2.Click += new System.EventHandler(this.label2_Click); // // BtnCon1 // @@ -144,6 +149,7 @@ this.label3.Size = new System.Drawing.Size(87, 16); this.label3.TabIndex = 75; this.label3.Text = "涓插彛鐘舵侊細"; + this.label3.Click += new System.EventHandler(this.label3_Click); // // label6 // @@ -154,6 +160,7 @@ this.label6.Size = new System.Drawing.Size(69, 19); this.label6.TabIndex = 74; this.label6.Text = "label6"; + this.label6.Click += new System.EventHandler(this.label6_Click); // // label4 // @@ -164,6 +171,7 @@ this.label4.Size = new System.Drawing.Size(87, 16); this.label4.TabIndex = 77; this.label4.Text = "閫氳鐘舵侊細"; + this.label4.Click += new System.EventHandler(this.label4_Click); // // label5 // @@ -174,6 +182,7 @@ this.label5.Size = new System.Drawing.Size(69, 19); this.label5.TabIndex = 76; this.label5.Text = "label5"; + this.label5.Click += new System.EventHandler(this.label5_Click); // // ReceiveText // @@ -210,6 +219,7 @@ this.CodePort1.Name = "CodePort1"; this.CodePort1.Size = new System.Drawing.Size(137, 24); this.CodePort1.TabIndex = 80; + this.CodePort1.SelectedIndexChanged += new System.EventHandler(this.CodePort1_SelectedIndexChanged); // // CodeBaud1 // @@ -221,6 +231,7 @@ this.CodeBaud1.Name = "CodeBaud1"; this.CodeBaud1.Size = new System.Drawing.Size(137, 24); this.CodeBaud1.TabIndex = 81; + this.CodeBaud1.SelectedIndexChanged += new System.EventHandler(this.CodeBaud1_SelectedIndexChanged); // // label7 // @@ -231,12 +242,13 @@ this.label7.Size = new System.Drawing.Size(87, 16); this.label7.TabIndex = 82; this.label7.Text = "涓插彛鐘舵侊細"; + this.label7.Click += new System.EventHandler(this.label7_Click); // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("瀹嬩綋", 12F); - this.label8.Location = new System.Drawing.Point(248, 206); + this.label8.Location = new System.Drawing.Point(454, 264); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(87, 16); this.label8.TabIndex = 83; @@ -252,12 +264,13 @@ this.CodeIsComm1.Size = new System.Drawing.Size(69, 19); this.CodeIsComm1.TabIndex = 84; this.CodeIsComm1.Text = "label9"; + this.CodeIsComm1.Click += new System.EventHandler(this.CodeIsComm1_Click); // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("瀹嬩綋", 14F); - this.label10.Location = new System.Drawing.Point(247, 231); + this.label10.Location = new System.Drawing.Point(453, 289); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(79, 19); this.label10.TabIndex = 85; @@ -299,18 +312,31 @@ // label9 // this.label9.AutoSize = true; - this.label9.Location = new System.Drawing.Point(213, 22); + this.label9.Location = new System.Drawing.Point(222, 22); this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(103, 16); this.label9.TabIndex = 89; this.label9.Text = "鎵爜鏋鍙e彿"; + this.label9.Click += new System.EventHandler(this.label9_Click); + // + // CeckScanning + // + this.CeckScanning.AutoSize = true; + this.CeckScanning.Location = new System.Drawing.Point(216, 220); + this.CeckScanning.Name = "CeckScanning"; + this.CeckScanning.Size = new System.Drawing.Size(170, 20); + this.CeckScanning.TabIndex = 90; + this.CeckScanning.Text = "鏄惁浣跨敤涓插彛鎵爜鏋"; + this.CeckScanning.UseVisualStyleBackColor = true; + this.CeckScanning.CheckedChanged += new System.EventHandler(this.CeckScanning_CheckedChanged); // // PortSetting // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(400, 410); + this.ClientSize = new System.Drawing.Size(396, 479); + this.Controls.Add(this.CeckScanning); this.Controls.Add(this.label9); this.Controls.Add(this.PortBtnBreak); this.Controls.Add(this.PortBtnRefresh); @@ -338,7 +364,6 @@ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "PortSetting"; - this.Text = "PortSetting"; this.Load += new System.EventHandler(this.PortSetting_Load); this.ResumeLayout(false); this.PerformLayout(); @@ -372,5 +397,6 @@ private System.Windows.Forms.Button PortBtnBreak; private System.IO.Ports.SerialPort CodePort; private System.Windows.Forms.Label label9; + private System.Windows.Forms.CheckBox CeckScanning; } } \ No newline at end of file diff --git a/C-Windows-1/PortSetting.cs b/C-Windows-1/PortSetting.cs index 2337845..13b8267 100644 --- a/C-Windows-1/PortSetting.cs +++ b/C-Windows-1/PortSetting.cs @@ -19,6 +19,7 @@ namespace C_Windows_1 CodePort1.Items.AddRange(ports); Baudrate.SelectedIndex = 0; Read(); + if (Form1.f1.CH1.IsOpen()) { label6.Text = "宸茶繛鎺"; @@ -50,7 +51,7 @@ namespace C_Windows_1 - if (Form1.f1.SerialPort1.IsOpen) + if (Form1.f1.CodePort1.IsOpen) { CodeIsComm1.Text = "宸茶繛鎺"; CodeIsComm1.ForeColor = Color.Green; @@ -94,10 +95,6 @@ namespace C_Windows_1 Form1.f1.Baudrate.Text = Baudrate.Text; } - else - { - MessageBox.Show("杩炴帴澶辫触,璇锋鏌ョ鍙e崰鐢ㄦ儏鍐"); - } } catch (Exception ex) { @@ -133,31 +130,7 @@ namespace C_Windows_1 Form1.f1.BtnCon1.Enabled = true; } } - //else - //{ - // ////璇诲彇鍚姩淇″彿闇鍋滄 - // //Form1.f1.Timer1.Stop(); - // //Form1.f1.Timer1.Dispose(); - // //if (Form1.f1.Timer1.Enabled is true) - // //{ - // // Form1.f1.Timer1.Stop(); - // //} - // Form1.f1.SerialPort1.Close(); - // if (Form1.f1.SerialPort1.IsOpen is false) - // { - // label6.Text = "鏈繛鎺"; - // label6.ForeColor = Color.Red; - // BtnCon1.Enabled = true; - - // label5.Text = "鏈繛鎺"; - // label5.ForeColor = Color.Red; - - // Form1.f1.label6.Text = "鏈繛鎺"; - - // PortNum.Enabled = true; - // Baudrate.Enabled = true; - // } - //} + } catch (Exception ex) { @@ -414,7 +387,14 @@ namespace C_Windows_1 CodePort1.Text = regName.GetValue("codeport").ToString(); } CodeBaud1.Text = "9600"; - + if (regName.GetValue("CeckScanning") is null) + { + CeckScanning.Checked = false; + } + else + { + CeckScanning.Checked = Convert.ToBoolean(regName.GetValue("CeckScanning").ToString()); + } regName.Close(); @@ -439,7 +419,6 @@ namespace C_Windows_1 try { Form1.f1.CodePort1.Close(); - //璁剧疆绔彛鐨勫弬鏁帮紝鍖呮嫭娉㈢壒鐜囩瓑 Form1.f1.CodePort1.BaudRate = int.Parse(CodeBaud1.Text); Form1.f1.CodePort1.PortName = CodePort1.Text; Form1.f1.CodePort1.DataBits = 8; @@ -454,12 +433,14 @@ namespace C_Windows_1 PortBtnCon1.Enabled = false; CodeBaud1.Enabled = false; SetcodePort(); + Form1.f1.codeport = CodePort1.Text; + Form1.f1.codeBaudrate = CodeBaud1.Text; } } catch (Exception ex) { - //MessageBox.Show(ex.Message); - MessageBox.Show(ex.StackTrace); + + MessageBox.Show(ex.Message); } } @@ -482,5 +463,86 @@ namespace C_Windows_1 CodeBaud1.Enabled = true; } } + + private void CeckScanning_CheckedChanged(object sender, EventArgs e) + { + Form1.f1.CeckScanning.Checked = CeckScanning.Checked; + RegistryKey regName; + + regName = Registry.CurrentUser.OpenSubKey("SOFTWARE\\Microsoft\\PMD\\1.0\\User-LL18-Set", true); + + if (regName is null) + { + regName = Registry.CurrentUser.CreateSubKey("SOFTWARE\\Microsoft\\PMD\\1.0\\User-LL18-Set"); + } + + regName.SetValue("CeckScanning", CeckScanning.Checked); + regName.Close(); + } + + private void label9_Click(object sender, EventArgs e) + { + + } + + private void CodeIsComm1_Click(object sender, EventArgs e) + { + + } + + private void label7_Click(object sender, EventArgs e) + { + + } + + private void CodeBaud1_SelectedIndexChanged(object sender, EventArgs e) + { + + } + + private void CodePort1_SelectedIndexChanged(object sender, EventArgs e) + { + + } + + private void label4_Click(object sender, EventArgs e) + { + + } + + private void label5_Click(object sender, EventArgs e) + { + + } + + private void label3_Click(object sender, EventArgs e) + { + + } + + private void label6_Click(object sender, EventArgs e) + { + + } + + private void Baudrate_SelectedIndexChanged(object sender, EventArgs e) + { + + } + + private void PortNum_SelectedIndexChanged(object sender, EventArgs e) + { + + } + + private void label1_Click(object sender, EventArgs e) + { + + } + + private void label2_Click(object sender, EventArgs e) + { + + } } } \ No newline at end of file diff --git a/C-Windows-1/Program.cs b/C-Windows-1/Program.cs index 2ee29a3..fd12b1e 100644 --- a/C-Windows-1/Program.cs +++ b/C-Windows-1/Program.cs @@ -1,4 +1,5 @@ 锘縰sing System; +using System.IO; using System.Windows.Forms; namespace C_Windows_1 @@ -11,9 +12,37 @@ namespace C_Windows_1 [STAThread] static void Main() { + Application.EnableVisualStyles(); + Application.SetCompatibleTextRenderingDefault(false); + Application.SetUnhandledExceptionMode(UnhandledExceptionMode.CatchException); + Application.ThreadException += Application_ThreadException; + AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException; + Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new Form1()); } + + private static void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e) + { + // 鑾峰彇椤圭洰鐨 Debug 鐩綍璺緞 + string logFilePath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "error.txt"); + using (FileStream efs = new FileStream(logFilePath, FileMode.Append)) + { + byte[] data = System.Text.Encoding.Default.GetBytes("CurrentDomain_UnhandledException::" + e.ToString() + ",object:" + e.ExceptionObject.ToString()); + efs.Write(data, 0, data.Length); + } + } + + private static void Application_ThreadException(object sender, System.Threading.ThreadExceptionEventArgs e) + { + // 鑾峰彇椤圭洰鐨 Debug 鐩綍璺緞 + string logFilePath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "error.txt"); + using (FileStream efs = new FileStream(logFilePath, FileMode.Append)) + { + byte[] data = System.Text.Encoding.Default.GetBytes("Application_ThreadException:" + e.ToString()); + efs.Write(data, 0, data.Length); + } + } } } diff --git a/C-Windows-1/Save.Designer.cs b/C-Windows-1/Save.Designer.cs index 6625e35..0696391 100644 --- a/C-Windows-1/Save.Designer.cs +++ b/C-Windows-1/Save.Designer.cs @@ -41,6 +41,8 @@ this.BtnConMES = new System.Windows.Forms.Button(); this.OpenFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.ChkCSV = new System.Windows.Forms.CheckBox(); + this.label3 = new System.Windows.Forms.Label(); + this.ChkINI = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // Use_Set @@ -58,7 +60,7 @@ // this.ChkMES.AutoSize = true; this.ChkMES.Font = new System.Drawing.Font("瀹嬩綋", 12F); - this.ChkMES.Location = new System.Drawing.Point(309, 146); + this.ChkMES.Location = new System.Drawing.Point(567, 176); this.ChkMES.Margin = new System.Windows.Forms.Padding(5); this.ChkMES.Name = "ChkMES"; this.ChkMES.Size = new System.Drawing.Size(98, 20); @@ -87,31 +89,34 @@ this.label35.Size = new System.Drawing.Size(39, 16); this.label35.TabIndex = 105; this.label35.Text = "璺緞"; + this.label35.Click += new System.EventHandler(this.label35_Click); // // ChkExcel // this.ChkExcel.AutoSize = true; this.ChkExcel.Font = new System.Drawing.Font("瀹嬩綋", 12F); - this.ChkExcel.Location = new System.Drawing.Point(156, 146); + this.ChkExcel.Location = new System.Drawing.Point(297, 441); this.ChkExcel.Margin = new System.Windows.Forms.Padding(5); this.ChkExcel.Name = "ChkExcel"; this.ChkExcel.Size = new System.Drawing.Size(114, 20); this.ChkExcel.TabIndex = 102; this.ChkExcel.Text = "瀵煎嚭鍒癊xcel"; this.ChkExcel.UseVisualStyleBackColor = true; + this.ChkExcel.Visible = false; + this.ChkExcel.CheckedChanged += new System.EventHandler(this.ChkExcel_CheckedChanged); // // ChkTXT // this.ChkTXT.AutoSize = true; this.ChkTXT.Font = new System.Drawing.Font("瀹嬩綋", 12F); - this.ChkTXT.Location = new System.Drawing.Point(14, 176); + this.ChkTXT.Location = new System.Drawing.Point(152, 227); this.ChkTXT.Margin = new System.Windows.Forms.Padding(5); this.ChkTXT.Name = "ChkTXT"; this.ChkTXT.Size = new System.Drawing.Size(98, 20); this.ChkTXT.TabIndex = 103; this.ChkTXT.Text = "瀵煎嚭鍒癟XT"; this.ChkTXT.UseVisualStyleBackColor = true; - this.ChkTXT.Visible = false; + this.ChkTXT.CheckedChanged += new System.EventHandler(this.ChkTXT_CheckedChanged); // // path // @@ -120,33 +125,36 @@ this.path.Name = "path"; this.path.Size = new System.Drawing.Size(384, 26); this.path.TabIndex = 99; + this.path.TextChanged += new System.EventHandler(this.path_TextChanged); // // ChkSql // this.ChkSql.AutoSize = true; this.ChkSql.Font = new System.Drawing.Font("瀹嬩綋", 12F); - this.ChkSql.Location = new System.Drawing.Point(156, 185); + this.ChkSql.Location = new System.Drawing.Point(550, 232); this.ChkSql.Margin = new System.Windows.Forms.Padding(5); this.ChkSql.Name = "ChkSql"; this.ChkSql.Size = new System.Drawing.Size(146, 20); this.ChkSql.TabIndex = 104; this.ChkSql.Text = "瀵煎嚭鍒癝qlServer"; this.ChkSql.UseVisualStyleBackColor = true; + this.ChkSql.Visible = false; // // BtnConSql // - this.BtnConSql.Location = new System.Drawing.Point(135, 215); + this.BtnConSql.Location = new System.Drawing.Point(135, 357); this.BtnConSql.Margin = new System.Windows.Forms.Padding(5); this.BtnConSql.Name = "BtnConSql"; this.BtnConSql.Size = new System.Drawing.Size(151, 53); this.BtnConSql.TabIndex = 101; this.BtnConSql.Text = "Sql璁剧疆"; this.BtnConSql.UseVisualStyleBackColor = true; + this.BtnConSql.Visible = false; this.BtnConSql.Click += new System.EventHandler(this.BtnConSql_Click); // // BtnConMES // - this.BtnConMES.Location = new System.Drawing.Point(285, 294); + this.BtnConMES.Location = new System.Drawing.Point(550, 71); this.BtnConMES.Margin = new System.Windows.Forms.Padding(5); this.BtnConMES.Name = "BtnConMES"; this.BtnConMES.Size = new System.Drawing.Size(151, 53); @@ -164,7 +172,7 @@ // this.ChkCSV.AutoSize = true; this.ChkCSV.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.ChkCSV.Location = new System.Drawing.Point(12, 204); + this.ChkCSV.Location = new System.Drawing.Point(550, 134); this.ChkCSV.Name = "ChkCSV"; this.ChkCSV.Size = new System.Drawing.Size(95, 19); this.ChkCSV.TabIndex = 109; @@ -172,11 +180,36 @@ this.ChkCSV.UseVisualStyleBackColor = true; this.ChkCSV.Visible = false; // + // label3 + // + this.label3.AutoSize = true; + this.label3.Location = new System.Drawing.Point(251, 9); + this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(151, 16); + this.label3.TabIndex = 115; + this.label3.Text = "璇峰厛棰勮WPS鎴杄xcel"; + this.label3.Click += new System.EventHandler(this.label3_Click); + // + // ChkINI + // + this.ChkINI.AutoSize = true; + this.ChkINI.Font = new System.Drawing.Font("瀹嬩綋", 12F); + this.ChkINI.Location = new System.Drawing.Point(152, 186); + this.ChkINI.Margin = new System.Windows.Forms.Padding(5); + this.ChkINI.Name = "ChkINI"; + this.ChkINI.Size = new System.Drawing.Size(98, 20); + this.ChkINI.TabIndex = 116; + this.ChkINI.Text = "瀵煎嚭鍒癐NI"; + this.ChkINI.UseVisualStyleBackColor = true; + // // Save // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(421, 412); + this.ClientSize = new System.Drawing.Size(416, 475); + this.Controls.Add(this.ChkINI); + this.Controls.Add(this.label3); this.Controls.Add(this.ChkCSV); this.Controls.Add(this.BtnConMES); this.Controls.Add(this.Use_Set); @@ -213,5 +246,7 @@ private System.Windows.Forms.Button BtnConMES; private System.Windows.Forms.OpenFileDialog OpenFileDialog1; private System.Windows.Forms.CheckBox ChkCSV; + private System.Windows.Forms.Label label3; + private System.Windows.Forms.CheckBox ChkINI; } } \ No newline at end of file diff --git a/C-Windows-1/Save.cs b/C-Windows-1/Save.cs index d108c12..0477252 100644 --- a/C-Windows-1/Save.cs +++ b/C-Windows-1/Save.cs @@ -64,7 +64,8 @@ namespace C_Windows_1 Form1.f1.ChkTXT.Checked = ChkTXT.Checked; Form1.f1.ChkMES.Checked = ChkMES.Checked; Form1.f1.ChkCSV.Checked = ChkCSV.Checked; - this.Close(); + Form1.f1.ChkINI = ChkINI.Checked; + this.Close(); } @@ -90,6 +91,7 @@ namespace C_Windows_1 regName.SetValue("excel", ChkExcel.Checked.ToString()); regName.SetValue("txt", ChkTXT.Checked.ToString()); + regName.SetValue("ini", ChkINI.Checked.ToString()); regName.SetValue("sql", ChkSql.Checked.ToString()); regName.SetValue("mes", ChkMES.Checked.ToString()); regName.SetValue("csv", ChkCSV.Checked.ToString()); @@ -130,7 +132,15 @@ namespace C_Windows_1 else { ChkTXT.Checked = Convert.ToBoolean(regName.GetValue("txt").ToString()); + } + if (regName.GetValue("ini") is null) + { + ChkINI.Checked = false; + } + else + { + ChkINI.Checked = Convert.ToBoolean(regName.GetValue("ini").ToString()); } if (regName.GetValue("sql") is null) @@ -195,6 +205,29 @@ namespace C_Windows_1 System.GC.WaitForPendingFinalizers(); } + private void label3_Click(object sender, EventArgs e) + { + } + + private void label35_Click(object sender, EventArgs e) + { + + } + + private void ChkExcel_CheckedChanged(object sender, EventArgs e) + { + + } + + private void ChkTXT_CheckedChanged(object sender, EventArgs e) + { + + } + + private void path_TextChanged(object sender, EventArgs e) + { + + } } } diff --git a/C-Windows-1/TestPara.Designer.cs b/C-Windows-1/TestPara.Designer.cs index 035af88..f5be800 100644 --- a/C-Windows-1/TestPara.Designer.cs +++ b/C-Windows-1/TestPara.Designer.cs @@ -76,6 +76,9 @@ this.SBalanTime = new System.Windows.Forms.TextBox(); this.BBalanTime = new System.Windows.Forms.TextBox(); this.myGroupBox3 = new C_Windows_1.MyGroupBox(this.components); + this.label15 = new System.Windows.Forms.Label(); + this.TestTime2 = new System.Windows.Forms.TextBox(); + this.label51 = new System.Windows.Forms.Label(); this.FullTime = new System.Windows.Forms.TextBox(); this.label41 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); @@ -88,23 +91,20 @@ this.label37 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.TestTime1 = new System.Windows.Forms.TextBox(); + this.label48 = new System.Windows.Forms.Label(); this.label20 = new System.Windows.Forms.Label(); this.BalanTime = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.label21 = new System.Windows.Forms.Label(); this.label22 = new System.Windows.Forms.Label(); this.Evolume = new System.Windows.Forms.TextBox(); + this.BypassTime = new System.Windows.Forms.TextBox(); this.label23 = new System.Windows.Forms.Label(); this.label40 = new System.Windows.Forms.Label(); + this.label38 = new System.Windows.Forms.Label(); this.DelayTime1 = new System.Windows.Forms.TextBox(); this.label39 = new System.Windows.Forms.Label(); this.DelayTime2 = new System.Windows.Forms.TextBox(); - this.label15 = new System.Windows.Forms.Label(); - this.TestTime2 = new System.Windows.Forms.TextBox(); - this.label51 = new System.Windows.Forms.Label(); - this.label48 = new System.Windows.Forms.Label(); - this.BypassTime = new System.Windows.Forms.TextBox(); - this.label38 = new System.Windows.Forms.Label(); this.myGroupBox4.SuspendLayout(); this.myGroupBox3.SuspendLayout(); this.SuspendLayout(); @@ -118,7 +118,6 @@ this.Modify_Type.TabIndex = 145; this.Modify_Type.Text = "淇敼绫诲瀷"; this.Modify_Type.UseVisualStyleBackColor = true; - this.Modify_Type.Visible = false; this.Modify_Type.Click += new System.EventHandler(this.Modify_Type_Click); // // Test_Type @@ -132,7 +131,6 @@ this.Test_Type.Name = "Test_Type"; this.Test_Type.Size = new System.Drawing.Size(96, 28); this.Test_Type.TabIndex = 143; - this.Test_Type.Visible = false; // // label3 // @@ -143,7 +141,6 @@ this.label3.Size = new System.Drawing.Size(89, 20); this.label3.TabIndex = 144; this.label3.Text = "娴嬭瘯绫诲瀷"; - this.label3.Visible = false; // // ParaNum // @@ -179,18 +176,19 @@ // BtnKeep // this.BtnKeep.Font = new System.Drawing.Font("瀹嬩綋", 10F); - this.BtnKeep.Location = new System.Drawing.Point(417, 370); + this.BtnKeep.Location = new System.Drawing.Point(645, 150); this.BtnKeep.Name = "BtnKeep"; this.BtnKeep.Size = new System.Drawing.Size(105, 49); this.BtnKeep.TabIndex = 140; this.BtnKeep.Text = "淇濆瓨鍙傛暟"; this.BtnKeep.UseVisualStyleBackColor = true; + this.BtnKeep.Visible = false; this.BtnKeep.Click += new System.EventHandler(this.BtnKeep_Click); // // BtnUpload // this.BtnUpload.Font = new System.Drawing.Font("瀹嬩綋", 10F); - this.BtnUpload.Location = new System.Drawing.Point(121, 370); + this.BtnUpload.Location = new System.Drawing.Point(165, 370); this.BtnUpload.Name = "BtnUpload"; this.BtnUpload.Size = new System.Drawing.Size(105, 49); this.BtnUpload.TabIndex = 138; @@ -201,7 +199,7 @@ // BtnRead // this.BtnRead.Font = new System.Drawing.Font("瀹嬩綋", 10F); - this.BtnRead.Location = new System.Drawing.Point(269, 370); + this.BtnRead.Location = new System.Drawing.Point(349, 370); this.BtnRead.Name = "BtnRead"; this.BtnRead.Size = new System.Drawing.Size(105, 49); this.BtnRead.TabIndex = 139; @@ -320,7 +318,7 @@ "mbar", "sccm", "ccm/s", - "Pa/s"}); + "Pa路m3/s"}); this.LUnit.Location = new System.Drawing.Point(20, 222); this.LUnit.Name = "LUnit"; this.LUnit.Size = new System.Drawing.Size(96, 23); @@ -348,7 +346,7 @@ // this.label27.AutoSize = true; this.label27.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.label27.Location = new System.Drawing.Point(297, 117); + this.label27.Location = new System.Drawing.Point(297, 114); this.label27.Name = "label27"; this.label27.Size = new System.Drawing.Size(23, 15); this.label27.TabIndex = 79; @@ -368,7 +366,7 @@ // this.label29.AutoSize = true; this.label29.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.label29.Location = new System.Drawing.Point(297, 225); + this.label29.Location = new System.Drawing.Point(297, 222); this.label29.Name = "label29"; this.label29.Size = new System.Drawing.Size(37, 15); this.label29.TabIndex = 81; @@ -378,7 +376,7 @@ // this.label28.AutoSize = true; this.label28.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.label28.Location = new System.Drawing.Point(297, 171); + this.label28.Location = new System.Drawing.Point(297, 168); this.label28.Name = "label28"; this.label28.Size = new System.Drawing.Size(37, 15); this.label28.TabIndex = 80; @@ -397,7 +395,7 @@ // BLeakLPre // this.BLeakLPre.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.BLeakLPre.Location = new System.Drawing.Point(194, 114); + this.BLeakLPre.Location = new System.Drawing.Point(194, 111); this.BLeakLPre.Name = "BLeakLPre"; this.BLeakLPre.Size = new System.Drawing.Size(96, 24); this.BLeakLPre.TabIndex = 102; @@ -405,7 +403,7 @@ // Leaklowlimit // this.Leaklowlimit.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.Leaklowlimit.Location = new System.Drawing.Point(194, 222); + this.Leaklowlimit.Location = new System.Drawing.Point(194, 219); this.Leaklowlimit.Name = "Leaklowlimit"; this.Leaklowlimit.Size = new System.Drawing.Size(96, 24); this.Leaklowlimit.TabIndex = 35; @@ -414,7 +412,7 @@ // this.label26.AutoSize = true; this.label26.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.label26.Location = new System.Drawing.Point(297, 63); + this.label26.Location = new System.Drawing.Point(297, 60); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(23, 15); this.label26.TabIndex = 78; @@ -424,7 +422,7 @@ // this.label16.AutoSize = true; this.label16.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.label16.Location = new System.Drawing.Point(191, 150); + this.label16.Location = new System.Drawing.Point(191, 147); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(82, 15); this.label16.TabIndex = 68; @@ -434,11 +432,11 @@ // this.label44.AutoSize = true; this.label44.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.label44.Location = new System.Drawing.Point(191, 40); + this.label44.Location = new System.Drawing.Point(191, 37); this.label44.Name = "label44"; this.label44.Size = new System.Drawing.Size(97, 15); this.label44.TabIndex = 109; - this.label44.Text = "骞宠 鍘嬪樊涓婇檺"; + this.label44.Text = "澶ф紡鍘嬪樊涓婇檺"; // // label25 // @@ -453,7 +451,7 @@ // Leaktoplimit // this.Leaktoplimit.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.Leaktoplimit.Location = new System.Drawing.Point(194, 168); + this.Leaktoplimit.Location = new System.Drawing.Point(194, 165); this.Leaktoplimit.Name = "Leaktoplimit"; this.Leaktoplimit.Size = new System.Drawing.Size(96, 24); this.Leaktoplimit.TabIndex = 34; @@ -472,17 +470,17 @@ // this.label45.AutoSize = true; this.label45.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.label45.Location = new System.Drawing.Point(191, 95); + this.label45.Location = new System.Drawing.Point(191, 92); this.label45.Name = "label45"; this.label45.Size = new System.Drawing.Size(97, 15); this.label45.TabIndex = 110; - this.label45.Text = "骞宠 鍘嬪樊涓嬮檺"; + this.label45.Text = "澶ф紡鍘嬪樊涓嬮檺"; // // label17 // this.label17.AutoSize = true; this.label17.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.label17.Location = new System.Drawing.Point(191, 206); + this.label17.Location = new System.Drawing.Point(191, 203); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(82, 15); this.label17.TabIndex = 69; @@ -499,7 +497,7 @@ // BLeakTPre // this.BLeakTPre.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.BLeakTPre.Location = new System.Drawing.Point(194, 58); + this.BLeakTPre.Location = new System.Drawing.Point(194, 55); this.BLeakTPre.Name = "BLeakTPre"; this.BLeakTPre.Size = new System.Drawing.Size(96, 24); this.BLeakTPre.TabIndex = 100; @@ -510,8 +508,9 @@ this.label54.Font = new System.Drawing.Font("瀹嬩綋", 11F); this.label54.Location = new System.Drawing.Point(744, 238); this.label54.Name = "label54"; - this.label54.Size = new System.Drawing.Size(0, 15); + this.label54.Size = new System.Drawing.Size(15, 15); this.label54.TabIndex = 122; + this.label54.Text = "s"; this.label54.Visible = false; // // label55 @@ -520,8 +519,9 @@ this.label55.Font = new System.Drawing.Font("瀹嬩綋", 11F); this.label55.Location = new System.Drawing.Point(744, 292); this.label55.Name = "label55"; - this.label55.Size = new System.Drawing.Size(0, 15); + this.label55.Size = new System.Drawing.Size(15, 15); this.label55.TabIndex = 123; + this.label55.Text = "s"; this.label55.Visible = false; // // label53 @@ -530,8 +530,9 @@ this.label53.Font = new System.Drawing.Font("瀹嬩綋", 11F); this.label53.Location = new System.Drawing.Point(638, 270); this.label53.Name = "label53"; - this.label53.Size = new System.Drawing.Size(0, 15); + this.label53.Size = new System.Drawing.Size(97, 15); this.label53.TabIndex = 116; + this.label53.Text = "寰紡骞宠 鏃堕棿"; this.label53.Visible = false; // // label52 @@ -540,8 +541,9 @@ this.label52.Font = new System.Drawing.Font("瀹嬩綋", 11F); this.label52.Location = new System.Drawing.Point(640, 214); this.label52.Name = "label52"; - this.label52.Size = new System.Drawing.Size(0, 15); + this.label52.Size = new System.Drawing.Size(97, 15); this.label52.TabIndex = 115; + this.label52.Text = "澶ф紡骞宠 鏃堕棿"; this.label52.Visible = false; // // SBalanTime @@ -564,6 +566,9 @@ // // myGroupBox3 // + this.myGroupBox3.Controls.Add(this.label15); + this.myGroupBox3.Controls.Add(this.TestTime2); + this.myGroupBox3.Controls.Add(this.label51); this.myGroupBox3.Controls.Add(this.FullTime); this.myGroupBox3.Controls.Add(this.label41); this.myGroupBox3.Controls.Add(this.label5); @@ -576,24 +581,55 @@ this.myGroupBox3.Controls.Add(this.label37); this.myGroupBox3.Controls.Add(this.label11); this.myGroupBox3.Controls.Add(this.TestTime1); + this.myGroupBox3.Controls.Add(this.label48); this.myGroupBox3.Controls.Add(this.label20); this.myGroupBox3.Controls.Add(this.BalanTime); this.myGroupBox3.Controls.Add(this.label14); this.myGroupBox3.Controls.Add(this.label21); this.myGroupBox3.Controls.Add(this.label22); this.myGroupBox3.Controls.Add(this.Evolume); + this.myGroupBox3.Controls.Add(this.BypassTime); this.myGroupBox3.Controls.Add(this.label23); this.myGroupBox3.Controls.Add(this.label40); + this.myGroupBox3.Controls.Add(this.label38); this.myGroupBox3.Controls.Add(this.DelayTime1); this.myGroupBox3.Controls.Add(this.label39); this.myGroupBox3.Controls.Add(this.DelayTime2); - this.myGroupBox3.Location = new System.Drawing.Point(10, 53); + this.myGroupBox3.Location = new System.Drawing.Point(12, 54); this.myGroupBox3.Name = "myGroupBox3"; this.myGroupBox3.Size = new System.Drawing.Size(283, 310); this.myGroupBox3.TabIndex = 136; this.myGroupBox3.TabStop = false; this.myGroupBox3.Text = "鍩烘湰鍙傛暟"; // + // label15 + // + this.label15.AutoSize = true; + this.label15.Font = new System.Drawing.Font("瀹嬩綋", 11F); + this.label15.Location = new System.Drawing.Point(26, 200); + this.label15.Name = "label15"; + this.label15.Size = new System.Drawing.Size(75, 15); + this.label15.TabIndex = 120; + this.label15.Text = "妫娴嬫椂闂2"; + // + // TestTime2 + // + this.TestTime2.Font = new System.Drawing.Font("瀹嬩綋", 11F); + this.TestTime2.Location = new System.Drawing.Point(28, 219); + this.TestTime2.Name = "TestTime2"; + this.TestTime2.Size = new System.Drawing.Size(96, 24); + this.TestTime2.TabIndex = 119; + // + // label51 + // + this.label51.AutoSize = true; + this.label51.Font = new System.Drawing.Font("瀹嬩綋", 11F); + this.label51.Location = new System.Drawing.Point(131, 222); + this.label51.Name = "label51"; + this.label51.Size = new System.Drawing.Size(15, 15); + this.label51.TabIndex = 121; + this.label51.Text = "s"; + // // FullTime // this.FullTime.Font = new System.Drawing.Font("瀹嬩綋", 11F); @@ -606,7 +642,7 @@ // this.label41.AutoSize = true; this.label41.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.label41.Location = new System.Drawing.Point(257, 171); + this.label41.Location = new System.Drawing.Point(257, 222); this.label41.Name = "label41"; this.label41.Size = new System.Drawing.Size(23, 15); this.label41.TabIndex = 118; @@ -636,7 +672,7 @@ // this.label42.AutoSize = true; this.label42.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.label42.Location = new System.Drawing.Point(257, 117); + this.label42.Location = new System.Drawing.Point(257, 168); this.label42.Name = "label42"; this.label42.Size = new System.Drawing.Size(15, 15); this.label42.TabIndex = 117; @@ -648,14 +684,14 @@ this.label10.Font = new System.Drawing.Font("瀹嬩綋", 11F); this.label10.Location = new System.Drawing.Point(26, 146); this.label10.Name = "label10"; - this.label10.Size = new System.Drawing.Size(67, 15); + this.label10.Size = new System.Drawing.Size(75, 15); this.label10.TabIndex = 62; - this.label10.Text = "妫娴嬫椂闂"; + this.label10.Text = "妫娴嬫椂闂1"; // // ParaName // this.ParaName.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.ParaName.Location = new System.Drawing.Point(153, 222); + this.ParaName.Location = new System.Drawing.Point(153, 273); this.ParaName.Name = "ParaName"; this.ParaName.Size = new System.Drawing.Size(96, 24); this.ParaName.TabIndex = 93; @@ -663,7 +699,7 @@ // ExhaustTime // this.ExhaustTime.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.ExhaustTime.Location = new System.Drawing.Point(28, 219); + this.ExhaustTime.Location = new System.Drawing.Point(28, 273); this.ExhaustTime.Name = "ExhaustTime"; this.ExhaustTime.Size = new System.Drawing.Size(96, 24); this.ExhaustTime.TabIndex = 29; @@ -672,7 +708,7 @@ // this.label43.AutoSize = true; this.label43.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.label43.Location = new System.Drawing.Point(257, 63); + this.label43.Location = new System.Drawing.Point(257, 114); this.label43.Name = "label43"; this.label43.Size = new System.Drawing.Size(15, 15); this.label43.TabIndex = 116; @@ -682,7 +718,7 @@ // this.label37.AutoSize = true; this.label37.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.label37.Location = new System.Drawing.Point(150, 206); + this.label37.Location = new System.Drawing.Point(150, 257); this.label37.Name = "label37"; this.label37.Size = new System.Drawing.Size(67, 15); this.label37.TabIndex = 92; @@ -692,7 +728,7 @@ // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.label11.Location = new System.Drawing.Point(26, 201); + this.label11.Location = new System.Drawing.Point(26, 255); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(67, 15); this.label11.TabIndex = 63; @@ -706,6 +742,16 @@ this.TestTime1.Size = new System.Drawing.Size(96, 24); this.TestTime1.TabIndex = 28; // + // label48 + // + this.label48.AutoSize = true; + this.label48.Font = new System.Drawing.Font("瀹嬩綋", 11F); + this.label48.Location = new System.Drawing.Point(257, 60); + this.label48.Name = "label48"; + this.label48.Size = new System.Drawing.Size(15, 15); + this.label48.TabIndex = 115; + this.label48.Text = "s"; + // // label20 // this.label20.AutoSize = true; @@ -728,7 +774,7 @@ // this.label14.AutoSize = true; this.label14.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.label14.Location = new System.Drawing.Point(150, 147); + this.label14.Location = new System.Drawing.Point(150, 198); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(67, 15); this.label14.TabIndex = 114; @@ -757,16 +803,24 @@ // Evolume // this.Evolume.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.Evolume.Location = new System.Drawing.Point(153, 168); + this.Evolume.Location = new System.Drawing.Point(153, 219); this.Evolume.Name = "Evolume"; this.Evolume.Size = new System.Drawing.Size(96, 24); this.Evolume.TabIndex = 113; // + // BypassTime + // + this.BypassTime.Font = new System.Drawing.Font("瀹嬩綋", 11F); + this.BypassTime.Location = new System.Drawing.Point(153, 56); + this.BypassTime.Name = "BypassTime"; + this.BypassTime.Size = new System.Drawing.Size(96, 24); + this.BypassTime.TabIndex = 94; + // // label23 // this.label23.AutoSize = true; this.label23.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.label23.Location = new System.Drawing.Point(132, 222); + this.label23.Location = new System.Drawing.Point(132, 276); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(15, 15); this.label23.TabIndex = 75; @@ -776,16 +830,26 @@ // this.label40.AutoSize = true; this.label40.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.label40.Location = new System.Drawing.Point(150, 94); + this.label40.Location = new System.Drawing.Point(150, 145); this.label40.Name = "label40"; this.label40.Size = new System.Drawing.Size(45, 15); this.label40.TabIndex = 105; this.label40.Text = "寤舵椂2"; // + // label38 + // + this.label38.AutoSize = true; + this.label38.Font = new System.Drawing.Font("瀹嬩綋", 11F); + this.label38.Location = new System.Drawing.Point(150, 39); + this.label38.Name = "label38"; + this.label38.Size = new System.Drawing.Size(67, 15); + this.label38.TabIndex = 95; + this.label38.Text = "鏃佽矾鏃堕棿"; + // // DelayTime1 // this.DelayTime1.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.DelayTime1.Location = new System.Drawing.Point(153, 60); + this.DelayTime1.Location = new System.Drawing.Point(153, 111); this.DelayTime1.Name = "DelayTime1"; this.DelayTime1.Size = new System.Drawing.Size(96, 24); this.DelayTime1.TabIndex = 96; @@ -794,7 +858,7 @@ // this.label39.AutoSize = true; this.label39.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.label39.Location = new System.Drawing.Point(150, 41); + this.label39.Location = new System.Drawing.Point(150, 92); this.label39.Name = "label39"; this.label39.Size = new System.Drawing.Size(45, 15); this.label39.TabIndex = 104; @@ -803,78 +867,17 @@ // DelayTime2 // this.DelayTime2.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.DelayTime2.Location = new System.Drawing.Point(153, 114); + this.DelayTime2.Location = new System.Drawing.Point(153, 165); this.DelayTime2.Name = "DelayTime2"; this.DelayTime2.Size = new System.Drawing.Size(96, 24); this.DelayTime2.TabIndex = 97; // - // label15 - // - this.label15.AutoSize = true; - this.label15.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.label15.Location = new System.Drawing.Point(639, 331); - this.label15.Name = "label15"; - this.label15.Size = new System.Drawing.Size(0, 15); - this.label15.TabIndex = 120; - this.label15.Visible = false; - // - // TestTime2 - // - this.TestTime2.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.TestTime2.Location = new System.Drawing.Point(641, 350); - this.TestTime2.Name = "TestTime2"; - this.TestTime2.Size = new System.Drawing.Size(96, 24); - this.TestTime2.TabIndex = 119; - this.TestTime2.Visible = false; - // - // label51 - // - this.label51.AutoSize = true; - this.label51.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.label51.Location = new System.Drawing.Point(742, 352); - this.label51.Name = "label51"; - this.label51.Size = new System.Drawing.Size(0, 15); - this.label51.TabIndex = 121; - this.label51.Visible = false; - // - // label48 - // - this.label48.AutoSize = true; - this.label48.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.label48.Location = new System.Drawing.Point(743, 161); - this.label48.Name = "label48"; - this.label48.Size = new System.Drawing.Size(0, 15); - this.label48.TabIndex = 115; - this.label48.Visible = false; - // - // BypassTime - // - this.BypassTime.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.BypassTime.Location = new System.Drawing.Point(639, 157); - this.BypassTime.Name = "BypassTime"; - this.BypassTime.Size = new System.Drawing.Size(96, 24); - this.BypassTime.TabIndex = 94; - this.BypassTime.Visible = false; - // - // label38 - // - this.label38.AutoSize = true; - this.label38.Font = new System.Drawing.Font("瀹嬩綋", 11F); - this.label38.Location = new System.Drawing.Point(636, 140); - this.label38.Name = "label38"; - this.label38.Size = new System.Drawing.Size(0, 15); - this.label38.TabIndex = 95; - this.label38.Visible = false; - // // TestPara // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(646, 425); - this.Controls.Add(this.label15); + this.ClientSize = new System.Drawing.Size(742, 442); this.Controls.Add(this.label54); - this.Controls.Add(this.TestTime2); - this.Controls.Add(this.label51); this.Controls.Add(this.ReceiveText); this.Controls.Add(this.label55); this.Controls.Add(this.SendText); @@ -883,7 +886,6 @@ this.Controls.Add(this.label52); this.Controls.Add(this.Test_Type); this.Controls.Add(this.SBalanTime); - this.Controls.Add(this.label48); this.Controls.Add(this.label3); this.Controls.Add(this.BBalanTime); this.Controls.Add(this.ParaNum); @@ -891,10 +893,8 @@ this.Controls.Add(this.BtnKeep); this.Controls.Add(this.BtnUpload); this.Controls.Add(this.BtnRead); - this.Controls.Add(this.BypassTime); this.Controls.Add(this.myGroupBox4); this.Controls.Add(this.myGroupBox3); - this.Controls.Add(this.label38); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "TestPara"; this.Text = "TestPara"; diff --git a/C-Windows-1/TestPara.cs b/C-Windows-1/TestPara.cs index f77f275..ddb6cd1 100644 --- a/C-Windows-1/TestPara.cs +++ b/C-Windows-1/TestPara.cs @@ -4,6 +4,7 @@ using System; using System.Collections.Generic; using System.Drawing; using System.Linq; +using System.Threading; using System.Windows.Forms; namespace C_Windows_1 @@ -85,110 +86,101 @@ namespace C_Windows_1 - public OperateResult operateResult; + private void BtnUpload_Click(object sender, EventArgs e) { try { - if (FullTime.Text == "" || TestTime1.Text == "" || ExhaustTime.Text == "" || DelayTime1.Text == "" || DelayTime2.Text == "" || BLeakLPre.Text == "" || BLeakTPre.Text == "" || LUnit.Text == "" || PUnit.Text == "") + int p = Convert.ToInt32(ParaNum.Text); + SetParameters(p); + if (FullTime.Text == "" || BBalanTime.Text == "" || SBalanTime.Text == "" || TestTime1.Text == "" || ExhaustTime.Text == "" || BypassTime.Text == "" || DelayTime1.Text == "" || DelayTime2.Text == "" || BLeakLPre.Text == "" || BLeakTPre.Text == "" || LUnit.Text == "" || PUnit.Text == "") { MessageBox.Show("杈撳叆鍙傛暟鏍煎紡涓嶅"); } else { - if (FullTime.Text == "" || TestTime1.Text == "" || ExhaustTime.Text == "" || DelayTime1.Text == "" || DelayTime2.Text == "" || BLeakLPre.Text == "" || BLeakTPre.Text == "" || LUnit.Text == "" || PUnit.Text == "") + if (FullTime.Text == "" || BBalanTime.Text == "" || SBalanTime.Text == "" || TestTime1.Text == "" || ExhaustTime.Text == "" || BypassTime.Text == "" || DelayTime1.Text == "" || DelayTime2.Text == "" || BLeakLPre.Text == "" || BLeakTPre.Text == "" || LUnit.Text == "" || PUnit.Text == "") { MessageBox.Show("杈撳叆鍙傛暟鏍煎紡涓嶅"); } else { BtnUpload.Text = "姝e湪涓婁紶"; - //BtnUpload.Enabled = false; BtnUpload.ForeColor = Color.Red; short a = Convert.ToInt16(Convert.ToDouble(FullTime.Text) * 10);//鍏呮皵鏃堕棿 - Form1.f1.modbusClient.Write("1006", a); + Form1.f1.CH1.Write("25", a); //骞宠 鏃堕棿涓嶈兘鍐欏叆锛屼负澶ф紡骞宠 鏃堕棿鍜屽井婕忓钩琛℃椂闂寸殑鍜 //short b = Convert.ToInt16(Convert.ToDouble(BBalanTime.Text) * 10);//骞宠 鏃堕棿 short b = Convert.ToInt16(Convert.ToDouble(BalanTime.Text) * 10); - Form1.f1.modbusClient.Write("1007", b); + Form1.f1.CH1.Write("34", b); short c = Convert.ToInt16(Convert.ToDouble(TestTime1.Text) * 10);//妫娴嬫椂闂1 - Form1.f1.modbusClient.Write("1008", c); + Form1.f1.CH1.Write("27", c); short d = Convert.ToInt16(Convert.ToDouble(ExhaustTime.Text) * 10);//鎺掓皵鏃堕棿 - Form1.f1.modbusClient.Write("1009", d); + Form1.f1.CH1.Write("28", d); - + short j = Convert.ToInt16(Convert.ToDouble(BypassTime.Text) * 10);//鏃佽矾鏃堕棿 + Form1.f1.CH1.Write("29", j); short f = Convert.ToInt16(Convert.ToDouble(DelayTime1.Text) * 10);//寤舵椂1 - Form1.f1.modbusClient.Write("1011", f); + Form1.f1.CH1.Write("30", f); short g = Convert.ToInt16(Convert.ToDouble(DelayTime2.Text) * 10);//寤舵椂2 - Form1.f1.modbusClient.Write("1012", g); - - - List bigleakmax = new List();//鍘嬪樊涓婇檺 - bigleakmax.AddRange(XdrFloat(Convert.ToSingle(BLeakTPre.Text))); - byte[] bigleakda = bigleakmax.ToArray(); - Form1.f1.modbusClient.Write("1017", bigleakda); - - List bigleakmin = new List();//鍘嬪樊涓嬮檺 - bigleakmin.AddRange(XdrFloat(Convert.ToSingle(BLeakLPre.Text))); - byte[] bigleakxiao = bigleakmin.ToArray(); - Form1.f1.modbusClient.Write("1019", bigleakxiao); + Form1.f1.CH1.Write("31", g); + short h = Convert.ToInt16(Convert.ToDouble(BLeakTPre.Text));//澶ф紡鍘嬪樊涓婇檺 + Form1.f1.CH1.Write("36", h); + short i = Convert.ToInt16(Convert.ToDouble(BLeakLPre.Text));//澶ф紡鍘嬪樊涓嬮檺 + Form1.f1.CH1.Write("37", i); //BLeakLPre - - List parmEvolume = new List();//绛夋晥瀹圭Н parmEvolume.AddRange(XdrFloat(Convert.ToSingle(Evolume.Text))); byte[] pEvolume = parmEvolume.ToArray(); - Form1.f1.modbusClient.Write("1025", pEvolume); + Form1.f1.CH1.Write("42", pEvolume); List parmFPtoplimit = new List();//鍏呮皵鍘嬪姏涓婇檺 parmFPtoplimit.AddRange(XdrFloat(Convert.ToSingle(FPtoplimit.Text))); byte[] toplimit = parmFPtoplimit.ToArray(); - Form1.f1.modbusClient.Write("1013", toplimit); + Form1.f1.CH1.Write("32", toplimit); List parmFPlowlimit = new List();//鍏呮皵鍘嬪姏涓嬮檺 parmFPlowlimit.AddRange(XdrFloat(Convert.ToSingle(FPlowlimit.Text))); byte[] lowlimit = parmFPlowlimit.ToArray(); - Form1.f1.modbusClient.Write("1015", lowlimit); + Form1.f1.CH1.Write("46", lowlimit); //short BBaTime = Convert.ToInt16(Convert.ToDouble(BBalanTime.Text) * 10);//澶ф紡骞宠 鏃堕棿 - //Form1.f1.modbusClient.Write("34", BBaTime); + //Form1.f1.CH1.Write("34", BBaTime); //short SBaTime = Convert.ToInt16(Convert.ToDouble(SBalanTime.Text) * 10);//寰紡骞宠 鏃堕棿 - //Form1.f1.modbusClient.Write("35", SBaTime); + //Form1.f1.CH1.Write("35", SBaTime); List parmLeaktoplimit = new List();//娉勯湶閲忎笂闄 parmLeaktoplimit.AddRange(XdrFloat(Convert.ToSingle(Leaktoplimit.Text))); byte[] Leaktop = parmLeaktoplimit.ToArray(); - Form1.f1.modbusClient.Write("1021", Leaktop); + Form1.f1.CH1.Write("38", Leaktop); List parmLeaklowlimit = new List();//娉勯湶閲忎笅闄 parmLeaklowlimit.AddRange(XdrFloat(Convert.ToSingle(Leaklowlimit.Text))); byte[] Leaklow = parmLeaklowlimit.ToArray(); - Form1.f1.modbusClient.Write("1023", Leaklow); + Form1.f1.CH1.Write("44", Leaklow); //鍗曚綅 ushort punit1 = Convert.ToUInt16(PUnit.SelectedIndex); ushort lunit1 = Convert.ToUInt16(LUnit.SelectedIndex); - Form1.f1.modbusClient.Write("1027", punit1); - operateResult= Form1.f1.modbusClient.Write("1028", lunit1); + Form1.f1.CH1.Write("41", punit1); + Form1.f1.CH1.Write("40", lunit1); - - if (operateResult.IsSuccess) - { - MessageBox.Show("涓婁紶鍙傛暟鎴愬姛"); - - } - else - { - MessageBox.Show("涓婁紶鍙傛暟澶辫触,璇锋鏌ヨ繛鎺ョ姸鎬佸悗閲嶆柊涓婁紶"); - - } + Form1.f1.CH1.WriteCoil("36", true); + Thread.Sleep(500); + Form1.f1.CH1.WriteCoil("38", true); + Thread.Sleep(500); + Form1.f1.CH1.WriteCoil("36", false); + Thread.Sleep(500); + Form1.f1.CH1.WriteCoil("38", false); + Thread.Sleep(500); + //Delay(1); + MessageBox.Show("涓婁紶鍙傛暟鎴愬姛"); BtnUpload.Text = "涓婁紶鍙傛暟"; BtnUpload.ForeColor = Color.Black; - BtnUpload.Enabled = true; } } } @@ -287,14 +279,7 @@ namespace C_Windows_1 try { Parameters(); - if (Form1.f1.modbusClient.Read("1006", (ushort)1).IsSuccess) - { - MessageBox.Show("鍙傛暟璇诲彇鎴愬姛"); - } - else - { - MessageBox.Show("鍙傛暟璇诲彇澶辫触"); - } + MessageBox.Show("鍙傛暟璇诲彇鎴愬姛"); } catch (Exception ex) @@ -307,7 +292,7 @@ namespace C_Windows_1 try { OperateResult reslutget; - reslutget = Form1.f1.modbusClient.ReadBool(Convert.ToString(sta)); + reslutget = Form1.f1.CH1.ReadBool(Convert.ToString(sta)); if (reslutget.IsSuccess == true) { if (reslutget.Content == true) @@ -343,43 +328,47 @@ namespace C_Windows_1 public void Parameters() { - Form1.f1.Modbusread(1006, 7, Form1.ReadData); - Form1.f1.Modbusread(1013, 16, Form1.ReadData); - - FullTime.Text = ((Form1.ReadData[1006] / 10).ToString()); - BalanTime.Text = ((Form1.ReadData[1007] / 10).ToString()); - TestTime1.Text = (Form1.ReadData[1008] / 10).ToString(); - //TestTime2.Text = ((Form1.ReadData[48] / 10).ToString()); - ExhaustTime.Text = (Form1.ReadData[1009] / 10).ToString(); - //BypassTime.Text = (Form1.ReadData[29] / 10).ToString(); - DelayTime1.Text = (Form1.ReadData[1011] / 10).ToString(); - DelayTime2.Text = ((Form1.ReadData[1012] / 10).ToString()); - Evolume.Text = Form1.TwoUInt16ToFloat(Form1.ReadData[1026], Form1.ReadData[1025]).ToString(); + Form1.f1.Modbusread(25, 24, Form1.ReadData); + Form1.f1.Modbusread(604, 2, Form1.ReadData); + Booltomath(604, Form1.ReadData); + Booltomath(605, Form1.ReadData); + FullTime.Text = ((Form1.ReadData[25] / 10).ToString()); + BalanTime.Text = ((Form1.ReadData[34] / 10).ToString()); + TestTime1.Text = (Form1.ReadData[27] / 10).ToString(); + TestTime2.Text = ((Form1.ReadData[48] / 10).ToString()); + ExhaustTime.Text = (Form1.ReadData[28] / 10).ToString(); + BypassTime.Text = (Form1.ReadData[29] / 10).ToString(); + DelayTime1.Text = (Form1.ReadData[30] / 10).ToString(); + DelayTime2.Text = ((Form1.ReadData[31] / 10).ToString()); + Evolume.Text = Form1.TwoUInt16ToFloat(Form1.ReadData[43], Form1.ReadData[42]).ToString(); //鍙傛暟鍚嶇О //ParaName.Text = - FPtoplimit.Text = Form1.TwoUInt16ToFloat(Form1.ReadData[1014], Form1.ReadData[1013]).ToString(); - FPlowlimit.Text = Form1.TwoUInt16ToFloat(Form1.ReadData[1016], Form1.ReadData[1015]).ToString(); - //BBalanTime.Text = ((Form1.ReadData[34] / 10).ToString()); - //SBalanTime.Text = ((Form1.ReadData[35] / 10).ToString()); - BLeakTPre.Text = Form1.TwoUInt16ToFloat(Form1.ReadData[1018], Form1.ReadData[1017]).ToString(); - BLeakLPre.Text = Form1.TwoUInt16ToFloat(Form1.ReadData[1020], Form1.ReadData[1019]).ToString(); - Leaktoplimit.Text = Form1.TwoUInt16ToFloat(Form1.ReadData[1022], Form1.ReadData[1021]).ToString(); - Leaklowlimit.Text = Form1.TwoUInt16ToFloat(Form1.ReadData[1024], Form1.ReadData[1023]).ToString(); - PUnit.SelectedIndex = Form1.ReadData[1027]; - LUnit.SelectedIndex = Form1.ReadData[1028]; - label24.Text = PUnit.Text; - label25.Text = PUnit.Text; - label28.Text = LUnit.Text; - label29.Text = LUnit.Text; - - + FPtoplimit.Text = Form1.TwoUInt16ToFloat(Form1.ReadData[33], Form1.ReadData[32]).ToString(); + FPlowlimit.Text = Form1.TwoUInt16ToFloat(Form1.ReadData[47], Form1.ReadData[46]).ToString(); + BBalanTime.Text = ((Form1.ReadData[34] / 10).ToString()); + SBalanTime.Text = ((Form1.ReadData[35] / 10).ToString()); + BLeakTPre.Text = ((Form1.ReadData[36]).ToString()); + BLeakLPre.Text = ((Digitalconversion(Form1.ReadData[37])).ToString()); + Leaktoplimit.Text = Form1.TwoUInt16ToFloat(Form1.ReadData[39], Form1.ReadData[38]).ToString(); + Leaklowlimit.Text = Form1.TwoUInt16ToFloat(Form1.ReadData[45], Form1.ReadData[44]).ToString(); + PUnit.SelectedIndex = Form1.ReadData[41]; + LUnit.SelectedIndex = Form1.ReadData[40]; + label24.Text=label25.Text=PUnit.Text; + label28.Text=label29.Text=LUnit.Text; + if (Form1.ReadData[604] == 1) + { + Test_Type.SelectedIndex = 0; + } + if (Form1.ReadData[605] == 1) + { + Test_Type.SelectedIndex = 1; + } } private void BtnKeep_Click(object sender, EventArgs e) { - int i = Convert.ToInt32(ParaNum.Text); - SetParameters(i); + } @@ -791,10 +780,10 @@ namespace C_Windows_1 { if (Test_Type.SelectedIndex == 0) { - operateResult1 = Form1.f1.CH1.Write("605", false); + operateResult1 = Form1.f1.CH1.WriteCoil("605", false); if (operateResult1.IsSuccess) { - Form1.f1.CH1.Write("604", true); + Form1.f1.CH1.WriteCoil("604", true); } //SendText.Text = Form1.f1.Station.Text + " 05 02 5D 00 00 ";//鍏抽棴璐熷帇 @@ -805,18 +794,18 @@ namespace C_Windows_1 } if (Test_Type.SelectedIndex == 1) { - operateResult2 = Form1.f1.CH1.Write("604", false); + operateResult2 = Form1.f1.CH1.WriteCoil("604", false); if (operateResult2.IsSuccess) { - Form1.f1.CH1.Write("605", true); + Form1.f1.CH1.WriteCoil("605", true); } } else { - operateResult3 = Form1.f1.CH1.Write("605", false); + operateResult3 = Form1.f1.CH1.WriteCoil("605", false); if (operateResult3.IsSuccess) { - Form1.f1.CH1.Write("604", true); + Form1.f1.CH1.WriteCoil("604", true); } } } @@ -825,10 +814,10 @@ namespace C_Windows_1 Form1.f1.CH1.Open(); if (Test_Type.SelectedIndex == 0) { - operateResult4 = Form1.f1.CH1.Write("605", false); + operateResult4 = Form1.f1.CH1.WriteCoil("605", false); if (operateResult4.IsSuccess) { - Form1.f1.CH1.Write("604", true); + Form1.f1.CH1.WriteCoil("604", true); } //SendText.Text = Form1.f1.Station.Text + " 05 02 5D 00 00 ";//鍏抽棴璐熷帇 @@ -839,10 +828,10 @@ namespace C_Windows_1 } if (Test_Type.SelectedIndex == 1) { - operateResult24 = Form1.f1.CH1.Write("604", false); + operateResult24 = Form1.f1.CH1.WriteCoil("604", false); if (operateResult24.IsSuccess) { - Form1.f1.CH1.Write("605", true); + Form1.f1.CH1.WriteCoil("605", true); } } } diff --git a/C-Windows-1/UpMesCfg.dll b/C-Windows-1/UpMesCfg.dll new file mode 100644 index 0000000..9cc9bd0 Binary files /dev/null and b/C-Windows-1/UpMesCfg.dll differ diff --git a/C-Windows-1/bin/ATS_Station_Managment.dll b/C-Windows-1/bin/ATS_Station_Managment.dll new file mode 100644 index 0000000..4faecd2 Binary files /dev/null and b/C-Windows-1/bin/ATS_Station_Managment.dll differ diff --git a/C-Windows-1/bin/ATS_Station_Managment.h b/C-Windows-1/bin/ATS_Station_Managment.h new file mode 100644 index 0000000..b3682db --- /dev/null +++ b/C-Windows-1/bin/ATS_Station_Managment.h @@ -0,0 +1,605 @@ +#pragma once +#pragma warning(disable:4996) + +#ifdef DLLEXPORT +#define DLLAPI __declspec(dllexport) +#else +#define DLLAPI __declspec(dllimport) +#endif + +#define CALLMETHOD __cdecl//__cdecl//__stdcall + +#define _in_ +#define _out_ + +/************************************************************************/ +/* 过站管理 */ +/* 20160923 */ +/* Lory */ +/************************************************************************/ + +//连接数据库 +DLLAPI int CALLMETHOD TestConnect(_in_ int conn); + +//写log +DLLAPI int CALLMETHOD WriteLog(_in_ char *Errorstring); + +//获取配置文件路径 +DLLAPI int CALLMETHOD Get_ExePath(_out_ char* exePath); + +//查询物料编码 +DLLAPI int CALLMETHOD ATS_SelectMaterialCode(_in_ char * BatchNumber, _out_ char * MaterialCode); + +//插入测试序列名称 +DLLAPI int CALLMETHOD ATS_InsertRoutMaintain( + _in_ char * MaterialCode, + _in_ char * ATSStationName, + _in_ char * Test_Number, + _in_ char * Test_NameVaule + ); + +//查询测试站名称 +DLLAPI int CALLMETHOD ATS_SelectATSStationName(_in_ char * MaterialCode, _out_ char * ATSStationName); + +//查询SN是否可以测试 +DLLAPI int CALLMETHOD ATS_SelectTestYorN( + _in_ char* MainSN, + _in_ char* ATSStationName, + _in_ char* MaterialCode, + _out_ char* TestYorN + ); + +DLLAPI int CALLMETHOD ATS_SelectTestYorN_Batch( + _in_ char* MainSN, + _in_ char* ATSStationName, + _in_ char* MaterialCode, + _in_ char* Batch, + _out_ char* TestYorN + ); + +DLLAPI int CALLMETHOD ATS_SelectTestYorN_Batch_LineName( + _in_ char* MainSN, + _in_ char* ATSStationName, + _in_ char* MaterialCode, + _in_ char* Batch, + _in_ char* LineName, + _in_ char* Value2, + _in_ char* Value3, + _out_ char* TestYorN + ); + +//上传测试数据 +DLLAPI int CALLMETHOD HW_InsertDataRow( + _in_ char *strmodel, + _in_ char *strbatch, + _in_ char *strlocation, + _in_ char *strstation, + _in_ char *strsn, + _in_ int iresult, + _in_ char *strkeys, + _in_ char *strvalues + ); + +DLLAPI int CALLMETHOD ATS_InsertDataRow_JIG( + _in_ char *strmodel, + _in_ char *strbatch, + _in_ char *strlocation, + _in_ char *strstation, + _in_ char *strsn, + _in_ int iresult, + _in_ char * errorinfo, + _in_ char * JIG_Number, + _in_ char *strkeys, + _in_ char *strvalues + ); + +DLLAPI int CALLMETHOD ATS_InsertDataRow_JIG_V2( + _in_ char *strlinename,//线别名称 + _in_ char *strbatch,//批次 + _in_ char *strlocation,//物料编码 + _in_ char *strstation,//站名 + _in_ char *strsn,//过站条码 + _in_ int iresult,//测试结果 + _in_ char * errorinfo,//错误信息 + _in_ char * JIG_Number,//机架编号 + _in_ char *strswversion,//软件版本 + _in_ char *strremark, //备注 + _in_ char *strkeys,//列名 + _in_ char *strvalues//值 + ); + +DLLAPI int CALLMETHOD ATS_InsertDataRow( + _in_ char *strmodel, + _in_ char *strbatch, + _in_ char *strlocation, + _in_ char *strstation, + _in_ char *strsn, + _in_ int iresult, + _in_ char * errorinfo, + _in_ char *strkeys, + _in_ char *strvalues + ); + +//只上传测试数据 +DLLAPI int CALLMETHOD MES_OnlyInsertDataRow( + _in_ char *strmodel, + _in_ char *strbatch, + _in_ char *strlocation, + _in_ char *strstation, + _in_ char *strsn, + _in_ int iresult, + _in_ char *strkeys, + _in_ char *strvalues + ); + +//向结果集插入错误类型 +DLLAPI int CALLMETHOD ATS_InsertErrorData(int Test_ID, char * Test_errorinfo); + +//向结果集插入机架码 +DLLAPI int CALLMETHOD ATS_InsertJIGNumber(int Test_ID, char * JIGNumber); + +//检查是否为不良,并上传到不良品系统//不良接口更新,这个只能作废了 +DLLAPI int CALLMETHOD ATS_InsertFailCode( + _in_ char* Product_Batch,//批次 + _in_ char* Product_BarCode,//过站条码 + _in_ char* Product_Line_naem,//线体名称 + _in_ char* Product_StationName,//站名 + _in_ int Product_Repeat_Times=3 //重测次数,华为都是3 + ); + +//检查是否为不良,并上传到不良品系统 +DLLAPI int CALLMETHOD ATS_InsertFailCode_V2( + _in_ char* Product_Batch,//批次 + _in_ char* Product_BarCode,//过站条码 + _in_ char* Product_Line_naem,//线体名称 + _in_ char* Product_StationName,//站名 + _in_ char* Product_MaterialCode,//组件编码/物料编码 + _in_ int Product_Repeat_Times = 3 //重测次数,华为都是3 + ); + +//1向新的过站数据表中插入数据 +DLLAPI int CALLMETHOD ATS_InsertTestData( + int Test_ID, + char *Test_Vaule + ); + +DLLAPI int CALLMETHOD ATS_InsertTestResult( + _in_ char *strbatch, + _in_ char *strsn, + _in_ char *strstation, + _in_ int iresult + ); + +/* + +*/ +DLLAPI int CALLMETHOD ATS_InsertTestResult_V2( + _in_ char *strbatch,//批次 + _in_ char *strsn,//过站条码 + _in_ char *strstation,//站名 + _in_ char *strlinename,//线别名称 + _in_ char *strlocation,//物料编码 + _in_ char *strswversion,//软件版本 + _in_ char *strremark,//备注 + _in_ int iresult//测试结果 + ); + +DLLAPI int CALLMETHOD ATS_InsertDataRow_OFFLINE_V2( + _in_ char *strlinename,//线别名称 + _in_ char *strbatch,//批次 + _in_ char *strlocation,//物料编码 + _in_ char *strstation,//站名 + _in_ char *strsn,//过站条码 + _in_ int iresult,//测试结果 + _in_ char * errorinfo,//错误信息 + _in_ char * JIG_Number,//机架编号 + _in_ char *strswversion,//软件版本 + _in_ char *strremark, //备注 + _in_ char *strkeys,//列名 + _in_ char *strvalues//值 + ); + +/* +select mes_station_ctrl_test.inserttestresult_offline(p_tracenum => '',--批次 +p_ser_no => '',--扫描码 +p_seq_no => '',--工站 +p_prod_line_name => '',--生产线(新增) +p_item_code => '',--物料编码(新增) +p_soft_ver => '',--软件版本(新增) +p_remark => '',--备注(新增) +P_result => ''--结果 +) FROM dual +*/ +DLLAPI int CALLMETHOD ATS_OffLine_InsertResult_V2( + _in_ char *strbatch, + _in_ char *strsn, + _in_ char *strstation, + _in_ char *strlinename, + _in_ char *strlocation, + _in_ char *strswversion, + _in_ char *strremark, + _in_ int iresult + ); + +/************************************************************************/ +/* 过站管理 */ +/* 20160923 */ +/* Lory */ +/************************************************************************/ + +/************************************************************************/ +/* 上传数据 */ +/* 20170104 */ +/* Lory */ +/************************************************************************/ + + +//插入两个数据 +DLLAPI int CALLMETHOD InsertTwoData( + _in_ char* TableName, + _in_ char* FieldName, + _in_ char* Value, + _in_ char* FieldName2, + _in_ char* Value2 + ); + + +//更新数据,两个条件 +DLLAPI int CALLMETHOD UpdateDataTwoCondition( + _in_ char* TableName, + _in_ char* FieldName2Update, + _in_ char* Value2Update, + _in_ char* FieldNameOfCondition, + _in_ char* ValueOfCondition, + _in_ char* FieldNameOfCondition2, + _in_ char* ValueOfCondition2 + ); + +//更新数据,两个条件 +DLLAPI int CALLMETHOD UpdateOneDataTwoCondition( + _in_ char* TableName, + _in_ char* Update_ColName, + _in_ char* Update_ColVaule, + _in_ char* FieldNameOfCondition, + _in_ char* ValueOfCondition, + _in_ char* FieldNameOfCondition2, + _in_ char* ValueOfCondition2 + ); + +//获取数据,结果排序,获取第一个结果 +DLLAPI int CALLMETHOD GetDataOrderBy( + _in_ char* TableName, + _in_ char* FieldName, + _out_ char* Value, + _in_ int SizeOfValue, + _in_ char* FieldNameOfCondition, + _in_ char* ValueOfCondition, + _in_ char* OrderByAscOrDesc//DESC 降序 ASC 升序 + ); + +//插入一行数据 +DLLAPI int CALLMETHOD InsertOneRowData( + _in_ char* INSERT_ColName, + _in_ char* INSERT_ColVaule, + _in_ char* TableName + ); + +//更新指定列的数据 +DLLAPI int CALLMETHOD UpdateOneRowData( + _in_ char* Update_ColName, + _in_ char* Update_ColVaule, + _in_ char* TableName, + _in_ char* FieldNameOfCondition, + _in_ char* ValueOfCondition + ); + +//查询指定列的数据 +DLLAPI int CALLMETHOD SelectOneRowData( + _in_ char* Select_ColName, + _out_ char* Select_ColVaule, + _in_ char* TableName, + _in_ char* FieldNameOfCondition, + _in_ char* ValueOfCondition + ); + +//SLM-D MES wisillica 数据上传 +DLLAPI int CALLMETHOD Insert_WisillicaData( + _in_ char* Wisillica_Batch, + _in_ char* Wisillica_SN, + _in_ char* Wisillica_SWversion, + _in_ char* Wisillica_RSSI, + _in_ char* Wisillica_VCCorLDA_MAX, + _in_ char* Wisillica_GNDorLDA_MIN, + _in_ char* Wisillica_GPIO1orPIR, + _in_ char* Wisillica_GPIO2, + _in_ char* Wisillica_RX, + _in_ char* Wisillica_TX, + _in_ char* Wisillica_Channel1orSwitch1, + _in_ char* Wisillica_Channel_50, + _in_ char* Wisillica_Channel_100, + _in_ char* Wisillica_channel2orSwitch2, + _in_ char* Wisillica_Channe2_50, + _in_ char* Wisillica_Channe2_100, + _in_ char* Wisillica_RED, + _in_ char* Wisillica_GREEN, + _in_ char* Wisillica_BLUE, + _in_ char* Wisillica_TEMPERATURE, + _in_ char* Wisillica_HUMIDITY, + _in_ char* Wisillica_okflag + ); +/************************************************************************/ +/* 上传数据 */ +/* 20170104 */ +/* Lory */ +/************************************************************************/ + +/************************************************************************/ +/* MAC&KEY */ +/* 2017411 */ +/* Lory */ +/************************************************************************/ + +//通过MAC,批次,类型,获取SN +DLLAPI int CALLMETHOD Product_GetSNorMAC( + _in_ char* WifiMAC, + _in_ char* Product_Batch, + _in_ char* Product_Type, + _out_ char* SN_Value + ); + +//获取批次的第一个或者最后一个MAC +DLLAPI int CALLMETHOD MES_GetMACorSN_OrderByData( + _in_ char *StrBatch, + _in_ char *StrType, + _in_ char *OrderByAscOrDesc, + _out_ char* SN_Value + ); + +//通过SN,批次,类型,获取两个连续的MAC +DLLAPI int CALLMETHOD Product_GetTwoSNorMAC( + _in_ char* WifiMAC, + _in_ char* Product_Batch, + _in_ char* Product_Type, + _out_ char* SN_Value + ); + +//将SN,批次,类型,MAC形成一条记录 +//SN_Value_Two 存放SN列 +//SN_Value_One 存放ONE列 +//所有参数强制大写 +//select mes_otherdep_call_pkg.SnMacBind_ZJ('HY1731034','ZJ_SN', 'R273050217234', '00:22:6C:87:E5:D0') from dual +DLLAPI int CALLMETHOD Product_SnMacBind( + _in_ char* Product_Batch, + _in_ char* Product_Type, + _in_ char* SN_Value_One, + _in_ char* SN_Value_Two + ); + +//将SN,更新到MAC的值后,形成一条记录 +//select mes_otherdep_call_pkg.f_BindSN_SN('batch','type', 'sn', 'bind_sn') from dual; +DLLAPI int CALLMETHOD Product_SnBD_BindSN( + _in_ char* Product_Batch, + _in_ char* Product_Type, + _in_ char* SN_Value, + _in_ char* Bind_SN + ); + +//用SN,获取BindSN +//select mes_otherdep_call_pkg.getBindSnbySN('6C5AB5532276') from dual; +DLLAPI int CALLMETHOD Product_SnGet_BindSN( + _in_ char* SN_Value, + _out_ char* Bind_SN + ); + +//用过度码,获取MAC,数据来源,投入位的关联扫描 +DLLAPI int CALLMETHOD Product_OvercodeGet_MAC( + _in_ char* Overcode_Value, + _in_ char* Batch_Value, + _out_ char* Scan_MAC + ); + +//用BIND_SN,批次,MAC,规则,获取SN, +DLLAPI int CALLMETHOD Product_BindSNGet_NewSN( + _in_ char* Customer_Value, + _in_ char* Batch_Value, + _in_ char* Type_Value, + _in_ char* SNPFX_Value, + _in_ int SN_Length, + _in_ char* BIND_SN, + _out_ char* New_SN + ); + +// 用BindSN,获取SN +// select sn from mes_keymac_maintain where BIND_SN='740447A29003F'; +// DLLAPI int CALLMETHOD Product_BindSN_GetSN( +// _out_ char* SN_Value, +// _out_ char* Product_Batch, +// _in_ char* Bind_SN +// ); + +//用通过SN,批次,类型,获取KEY +//select MES_OtherDep_Call_pkg.f_GetKEYBySN('OP1751002MA00001TL','OP1751002', 'KEY')from dual +DLLAPI int CALLMETHOD Product_BindSN_GetKEY( + _in_ char* PSN_Value, + _in_ char* Product_Batch, + _in_ char* Product_Type, + _out_ char* KEY_Value, + _in_ int KEY_Value_Size + ); + +//用通过SN,批次,类型,获取二进制的KEY +//select MES_OtherDep_Call_pkg.f_GetBinKEYBySN('70C94EB00D21','STG181601','KEY') from dual +DLLAPI int CALLMETHOD Product_SN_GetBINKEY( + _in_ char* PSN_Value, + _in_ char* Product_Batch, + _in_ char* Product_Type, + _out_ char* KEY_Value, + _in_ int KEY_Value_Size + ); + +//用通过SN,批次,类型,获取二进制的KEY +//select MES_OtherDep_Call_pkg.f_GetBinKEYBySN('70C94EB00D21','STG181601','KEY') from dual +DLLAPI int CALLMETHOD Product_SN_GetBINKEY_SaveFile( + _in_ char* PSN_Value, + _in_ char* Product_Batch, + _in_ char* Product_Type, + _in_ char* Product_SavePath, + _out_ char* KEY_Value, + _in_ int KEY_Value_Size + ); + +//用通过Bind SN,批次,类型,获取二进制的KEY +// select mes_otherdep_call_pkg.f_GetBinKEYByScancode('ABC','STG181601','KEY') from dual +DLLAPI int CALLMETHOD Product_BindSN_GetBINKEY( + _in_ char* PSN_Value, + _in_ char* Product_Batch, + _in_ char* Product_Type, + _out_ char* KEY_Value, + _in_ int KEY_Value_Size + ); + +//用通过SN,批次,类型,获取指定的KEY +//select MES_OtherDep_Call_pkg.f_GetALDDKEYBySN('0104IBW180101N000001', 'GTR180706','KEY') from dual +DLLAPI int CALLMETHOD Product_SN_GetKEY( + _in_ char* PSN_Value, + _in_ char* Product_Batch, + _in_ char* Product_Type, + _out_ char* KEY_Value, + _in_ int KEY_Value_Size + ); + +//获取KEY的数据哈希值 +//select dbms_utility.get_hash_value( +//'2EFB1BDC30FF4707*304502210082780E7EE9A33C854C846C32FE244AEAFFE3D7C9DCC990993A98885AB84D102A0220537CA4973A2E54896DCC13FB0ABE547135F5CC1A630A8F1FB67B4E5141339F74', +//1,1000000000) as l_hash from dual +DLLAPI int CALLMETHOD Product_GetKEY_DBHashValue( + _in_ char* KEY_Value, + _out_ char* Hash_Value + ); + +//华为定制接口 2020-08-14 获取打印接口 +//select mes_script_pkg.getScriptContent(p_trace_num =>'HW2036069',p_script_type =>'EQUIPMENT')from dual; +//第一个参数批次 第二个类型(‘EQUIPMENT’或‘PRINT’) +DLLAPI int CALLMETHOD Product_GetScriptContent( + _in_ char* Product_Batch, + _in_ char* Product_Type, + _out_ char* KEY_Value, + _in_ int KEY_Value_Size + ); + +//2021-06-24 获取KEY +//select mes_otherdep_call_pkg.f_getBinbyMAC('GTR212501','KEY','305075F60DD4') from dual +//第一个参数批次 第二个类型(‘EQUIPMENT’或‘PRINT’) +DLLAPI int CALLMETHOD Product_GetKEYBinbyMAC( + _in_ char* Product_Batch, + _in_ char* Product_Type, + _in_ char* Product_MAC, + _out_ char* KEY_Value, + _in_ int KEY_Value_Size + ); + +/************************************************************************/ +/* MAC&KEY */ +/* 2017411 */ +/* Lory */ +/************************************************************************/ +/************************************************************************/ +/* 阿里打卡机数据接口 */ +/* 20170411 */ +/* Lory */ +/************************************************************************/ +DLLAPI int CALLMETHOD Ali_GetBatch( +_in_ char* ModelName, +_out_ char* BatchValue +); + +DLLAPI int CALLMETHOD Ali_GetSNRange( + _in_ char* Batch, + _out_ char* SNRange_Value + ); +/************************************************************************/ +/* 阿里打卡机数据接口 */ +/* 20170411 */ +/* Lory */ +/************************************************************************/ + +/************************************************************************/ +/* 肖工数据库DLL移植过来的函数 */ +/* 20170415 */ +/* Lory */ +/************************************************************************/ +//插入一个数据 +DLLAPI int CALLMETHOD InsertData( + _in_ char* TableName, + _in_ char* FieldName, + _in_ char* Value + ); + +//更新数据 +DLLAPI int CALLMETHOD UpdateData( + _in_ char* TableName, + _in_ char* FieldName2Update, + _in_ char* Value2Update, + _in_ char* FieldNameOfCondition, + _in_ char* ValueOfCondition + ); + +//获取数据 +DLLAPI int CALLMETHOD GetData( + _in_ char* TableName, + _in_ char* FieldName, + _out_ char* Value, + _in_ int SizeOfValue, + _in_ char* FieldNameOfCondition, + _in_ char* ValueOfCondition + ); + +DLLAPI int CALLMETHOD GetDbTimeStamp( + _out_ char* DbTimeStamp + ); + +DLLAPI int CALLMETHOD GetDbTime( + _out_ char* DbTime + ); + +//SONY_BTSPK_ATS表检查SN重复 +DLLAPI int CALLMETHOD BtSpkCheckSN( + _in_ char* SN, + _out_ char* YorN + ); + +//HW_C1检查绑定结果 +DLLAPI int CALLMETHOD p_CheckSeqResult( + _in_ char* Batch, + _in_ char* SN, + _out_ char* YorN + ); + +//查询SONY产品信息 +DLLAPI int CALLMETHOD ATS_SelectSONYInfo( + _in_ char * BatchNumber, + _out_ char * SONYInfo + ); + +/************************************************************************/ +/* 肖工数据库DLL移植过来的函数 */ +/* 20170415 */ +/* Lory */ +/************************************************************************/ + +/************************************************************************/ +/* 标准调用IT接口函数 */ +/* 20171113 */ +/* Lory */ +/************************************************************************/ +DLLAPI int CALLMETHOD ATS_CALL_IT_SQL_API( + _in_ char * SQL_API, + _out_ char * Result_Str, + _in_ int length_max + ); + +/************************************************************************/ +/* 标准调用IT接口函数 */ +/* 20171113 */ +/* Lory */ +/************************************************************************/ \ No newline at end of file diff --git a/C-Windows-1/bin/ATS_Station_Managment.lib b/C-Windows-1/bin/ATS_Station_Managment.lib new file mode 100644 index 0000000..389c35d Binary files /dev/null and b/C-Windows-1/bin/ATS_Station_Managment.lib differ diff --git a/C-Windows-1/bin/Debug/ATS_Station_Management_X64.dll b/C-Windows-1/bin/Debug/ATS_Station_Management_X64.dll new file mode 100644 index 0000000..d2da0e7 Binary files /dev/null and b/C-Windows-1/bin/Debug/ATS_Station_Management_X64.dll differ diff --git a/C-Windows-1/bin/Debug/ATS_Station_Managment.dll b/C-Windows-1/bin/Debug/ATS_Station_Managment.dll new file mode 100644 index 0000000..4faecd2 Binary files /dev/null and b/C-Windows-1/bin/Debug/ATS_Station_Managment.dll differ diff --git a/C-Windows-1/bin/Debug/ATS_Station_Managment.h b/C-Windows-1/bin/Debug/ATS_Station_Managment.h new file mode 100644 index 0000000..b3682db --- /dev/null +++ b/C-Windows-1/bin/Debug/ATS_Station_Managment.h @@ -0,0 +1,605 @@ +#pragma once +#pragma warning(disable:4996) + +#ifdef DLLEXPORT +#define DLLAPI __declspec(dllexport) +#else +#define DLLAPI __declspec(dllimport) +#endif + +#define CALLMETHOD __cdecl//__cdecl//__stdcall + +#define _in_ +#define _out_ + +/************************************************************************/ +/* 过站管理 */ +/* 20160923 */ +/* Lory */ +/************************************************************************/ + +//连接数据库 +DLLAPI int CALLMETHOD TestConnect(_in_ int conn); + +//写log +DLLAPI int CALLMETHOD WriteLog(_in_ char *Errorstring); + +//获取配置文件路径 +DLLAPI int CALLMETHOD Get_ExePath(_out_ char* exePath); + +//查询物料编码 +DLLAPI int CALLMETHOD ATS_SelectMaterialCode(_in_ char * BatchNumber, _out_ char * MaterialCode); + +//插入测试序列名称 +DLLAPI int CALLMETHOD ATS_InsertRoutMaintain( + _in_ char * MaterialCode, + _in_ char * ATSStationName, + _in_ char * Test_Number, + _in_ char * Test_NameVaule + ); + +//查询测试站名称 +DLLAPI int CALLMETHOD ATS_SelectATSStationName(_in_ char * MaterialCode, _out_ char * ATSStationName); + +//查询SN是否可以测试 +DLLAPI int CALLMETHOD ATS_SelectTestYorN( + _in_ char* MainSN, + _in_ char* ATSStationName, + _in_ char* MaterialCode, + _out_ char* TestYorN + ); + +DLLAPI int CALLMETHOD ATS_SelectTestYorN_Batch( + _in_ char* MainSN, + _in_ char* ATSStationName, + _in_ char* MaterialCode, + _in_ char* Batch, + _out_ char* TestYorN + ); + +DLLAPI int CALLMETHOD ATS_SelectTestYorN_Batch_LineName( + _in_ char* MainSN, + _in_ char* ATSStationName, + _in_ char* MaterialCode, + _in_ char* Batch, + _in_ char* LineName, + _in_ char* Value2, + _in_ char* Value3, + _out_ char* TestYorN + ); + +//上传测试数据 +DLLAPI int CALLMETHOD HW_InsertDataRow( + _in_ char *strmodel, + _in_ char *strbatch, + _in_ char *strlocation, + _in_ char *strstation, + _in_ char *strsn, + _in_ int iresult, + _in_ char *strkeys, + _in_ char *strvalues + ); + +DLLAPI int CALLMETHOD ATS_InsertDataRow_JIG( + _in_ char *strmodel, + _in_ char *strbatch, + _in_ char *strlocation, + _in_ char *strstation, + _in_ char *strsn, + _in_ int iresult, + _in_ char * errorinfo, + _in_ char * JIG_Number, + _in_ char *strkeys, + _in_ char *strvalues + ); + +DLLAPI int CALLMETHOD ATS_InsertDataRow_JIG_V2( + _in_ char *strlinename,//线别名称 + _in_ char *strbatch,//批次 + _in_ char *strlocation,//物料编码 + _in_ char *strstation,//站名 + _in_ char *strsn,//过站条码 + _in_ int iresult,//测试结果 + _in_ char * errorinfo,//错误信息 + _in_ char * JIG_Number,//机架编号 + _in_ char *strswversion,//软件版本 + _in_ char *strremark, //备注 + _in_ char *strkeys,//列名 + _in_ char *strvalues//值 + ); + +DLLAPI int CALLMETHOD ATS_InsertDataRow( + _in_ char *strmodel, + _in_ char *strbatch, + _in_ char *strlocation, + _in_ char *strstation, + _in_ char *strsn, + _in_ int iresult, + _in_ char * errorinfo, + _in_ char *strkeys, + _in_ char *strvalues + ); + +//只上传测试数据 +DLLAPI int CALLMETHOD MES_OnlyInsertDataRow( + _in_ char *strmodel, + _in_ char *strbatch, + _in_ char *strlocation, + _in_ char *strstation, + _in_ char *strsn, + _in_ int iresult, + _in_ char *strkeys, + _in_ char *strvalues + ); + +//向结果集插入错误类型 +DLLAPI int CALLMETHOD ATS_InsertErrorData(int Test_ID, char * Test_errorinfo); + +//向结果集插入机架码 +DLLAPI int CALLMETHOD ATS_InsertJIGNumber(int Test_ID, char * JIGNumber); + +//检查是否为不良,并上传到不良品系统//不良接口更新,这个只能作废了 +DLLAPI int CALLMETHOD ATS_InsertFailCode( + _in_ char* Product_Batch,//批次 + _in_ char* Product_BarCode,//过站条码 + _in_ char* Product_Line_naem,//线体名称 + _in_ char* Product_StationName,//站名 + _in_ int Product_Repeat_Times=3 //重测次数,华为都是3 + ); + +//检查是否为不良,并上传到不良品系统 +DLLAPI int CALLMETHOD ATS_InsertFailCode_V2( + _in_ char* Product_Batch,//批次 + _in_ char* Product_BarCode,//过站条码 + _in_ char* Product_Line_naem,//线体名称 + _in_ char* Product_StationName,//站名 + _in_ char* Product_MaterialCode,//组件编码/物料编码 + _in_ int Product_Repeat_Times = 3 //重测次数,华为都是3 + ); + +//1向新的过站数据表中插入数据 +DLLAPI int CALLMETHOD ATS_InsertTestData( + int Test_ID, + char *Test_Vaule + ); + +DLLAPI int CALLMETHOD ATS_InsertTestResult( + _in_ char *strbatch, + _in_ char *strsn, + _in_ char *strstation, + _in_ int iresult + ); + +/* + +*/ +DLLAPI int CALLMETHOD ATS_InsertTestResult_V2( + _in_ char *strbatch,//批次 + _in_ char *strsn,//过站条码 + _in_ char *strstation,//站名 + _in_ char *strlinename,//线别名称 + _in_ char *strlocation,//物料编码 + _in_ char *strswversion,//软件版本 + _in_ char *strremark,//备注 + _in_ int iresult//测试结果 + ); + +DLLAPI int CALLMETHOD ATS_InsertDataRow_OFFLINE_V2( + _in_ char *strlinename,//线别名称 + _in_ char *strbatch,//批次 + _in_ char *strlocation,//物料编码 + _in_ char *strstation,//站名 + _in_ char *strsn,//过站条码 + _in_ int iresult,//测试结果 + _in_ char * errorinfo,//错误信息 + _in_ char * JIG_Number,//机架编号 + _in_ char *strswversion,//软件版本 + _in_ char *strremark, //备注 + _in_ char *strkeys,//列名 + _in_ char *strvalues//值 + ); + +/* +select mes_station_ctrl_test.inserttestresult_offline(p_tracenum => '',--批次 +p_ser_no => '',--扫描码 +p_seq_no => '',--工站 +p_prod_line_name => '',--生产线(新增) +p_item_code => '',--物料编码(新增) +p_soft_ver => '',--软件版本(新增) +p_remark => '',--备注(新增) +P_result => ''--结果 +) FROM dual +*/ +DLLAPI int CALLMETHOD ATS_OffLine_InsertResult_V2( + _in_ char *strbatch, + _in_ char *strsn, + _in_ char *strstation, + _in_ char *strlinename, + _in_ char *strlocation, + _in_ char *strswversion, + _in_ char *strremark, + _in_ int iresult + ); + +/************************************************************************/ +/* 过站管理 */ +/* 20160923 */ +/* Lory */ +/************************************************************************/ + +/************************************************************************/ +/* 上传数据 */ +/* 20170104 */ +/* Lory */ +/************************************************************************/ + + +//插入两个数据 +DLLAPI int CALLMETHOD InsertTwoData( + _in_ char* TableName, + _in_ char* FieldName, + _in_ char* Value, + _in_ char* FieldName2, + _in_ char* Value2 + ); + + +//更新数据,两个条件 +DLLAPI int CALLMETHOD UpdateDataTwoCondition( + _in_ char* TableName, + _in_ char* FieldName2Update, + _in_ char* Value2Update, + _in_ char* FieldNameOfCondition, + _in_ char* ValueOfCondition, + _in_ char* FieldNameOfCondition2, + _in_ char* ValueOfCondition2 + ); + +//更新数据,两个条件 +DLLAPI int CALLMETHOD UpdateOneDataTwoCondition( + _in_ char* TableName, + _in_ char* Update_ColName, + _in_ char* Update_ColVaule, + _in_ char* FieldNameOfCondition, + _in_ char* ValueOfCondition, + _in_ char* FieldNameOfCondition2, + _in_ char* ValueOfCondition2 + ); + +//获取数据,结果排序,获取第一个结果 +DLLAPI int CALLMETHOD GetDataOrderBy( + _in_ char* TableName, + _in_ char* FieldName, + _out_ char* Value, + _in_ int SizeOfValue, + _in_ char* FieldNameOfCondition, + _in_ char* ValueOfCondition, + _in_ char* OrderByAscOrDesc//DESC 降序 ASC 升序 + ); + +//插入一行数据 +DLLAPI int CALLMETHOD InsertOneRowData( + _in_ char* INSERT_ColName, + _in_ char* INSERT_ColVaule, + _in_ char* TableName + ); + +//更新指定列的数据 +DLLAPI int CALLMETHOD UpdateOneRowData( + _in_ char* Update_ColName, + _in_ char* Update_ColVaule, + _in_ char* TableName, + _in_ char* FieldNameOfCondition, + _in_ char* ValueOfCondition + ); + +//查询指定列的数据 +DLLAPI int CALLMETHOD SelectOneRowData( + _in_ char* Select_ColName, + _out_ char* Select_ColVaule, + _in_ char* TableName, + _in_ char* FieldNameOfCondition, + _in_ char* ValueOfCondition + ); + +//SLM-D MES wisillica 数据上传 +DLLAPI int CALLMETHOD Insert_WisillicaData( + _in_ char* Wisillica_Batch, + _in_ char* Wisillica_SN, + _in_ char* Wisillica_SWversion, + _in_ char* Wisillica_RSSI, + _in_ char* Wisillica_VCCorLDA_MAX, + _in_ char* Wisillica_GNDorLDA_MIN, + _in_ char* Wisillica_GPIO1orPIR, + _in_ char* Wisillica_GPIO2, + _in_ char* Wisillica_RX, + _in_ char* Wisillica_TX, + _in_ char* Wisillica_Channel1orSwitch1, + _in_ char* Wisillica_Channel_50, + _in_ char* Wisillica_Channel_100, + _in_ char* Wisillica_channel2orSwitch2, + _in_ char* Wisillica_Channe2_50, + _in_ char* Wisillica_Channe2_100, + _in_ char* Wisillica_RED, + _in_ char* Wisillica_GREEN, + _in_ char* Wisillica_BLUE, + _in_ char* Wisillica_TEMPERATURE, + _in_ char* Wisillica_HUMIDITY, + _in_ char* Wisillica_okflag + ); +/************************************************************************/ +/* 上传数据 */ +/* 20170104 */ +/* Lory */ +/************************************************************************/ + +/************************************************************************/ +/* MAC&KEY */ +/* 2017411 */ +/* Lory */ +/************************************************************************/ + +//通过MAC,批次,类型,获取SN +DLLAPI int CALLMETHOD Product_GetSNorMAC( + _in_ char* WifiMAC, + _in_ char* Product_Batch, + _in_ char* Product_Type, + _out_ char* SN_Value + ); + +//获取批次的第一个或者最后一个MAC +DLLAPI int CALLMETHOD MES_GetMACorSN_OrderByData( + _in_ char *StrBatch, + _in_ char *StrType, + _in_ char *OrderByAscOrDesc, + _out_ char* SN_Value + ); + +//通过SN,批次,类型,获取两个连续的MAC +DLLAPI int CALLMETHOD Product_GetTwoSNorMAC( + _in_ char* WifiMAC, + _in_ char* Product_Batch, + _in_ char* Product_Type, + _out_ char* SN_Value + ); + +//将SN,批次,类型,MAC形成一条记录 +//SN_Value_Two 存放SN列 +//SN_Value_One 存放ONE列 +//所有参数强制大写 +//select mes_otherdep_call_pkg.SnMacBind_ZJ('HY1731034','ZJ_SN', 'R273050217234', '00:22:6C:87:E5:D0') from dual +DLLAPI int CALLMETHOD Product_SnMacBind( + _in_ char* Product_Batch, + _in_ char* Product_Type, + _in_ char* SN_Value_One, + _in_ char* SN_Value_Two + ); + +//将SN,更新到MAC的值后,形成一条记录 +//select mes_otherdep_call_pkg.f_BindSN_SN('batch','type', 'sn', 'bind_sn') from dual; +DLLAPI int CALLMETHOD Product_SnBD_BindSN( + _in_ char* Product_Batch, + _in_ char* Product_Type, + _in_ char* SN_Value, + _in_ char* Bind_SN + ); + +//用SN,获取BindSN +//select mes_otherdep_call_pkg.getBindSnbySN('6C5AB5532276') from dual; +DLLAPI int CALLMETHOD Product_SnGet_BindSN( + _in_ char* SN_Value, + _out_ char* Bind_SN + ); + +//用过度码,获取MAC,数据来源,投入位的关联扫描 +DLLAPI int CALLMETHOD Product_OvercodeGet_MAC( + _in_ char* Overcode_Value, + _in_ char* Batch_Value, + _out_ char* Scan_MAC + ); + +//用BIND_SN,批次,MAC,规则,获取SN, +DLLAPI int CALLMETHOD Product_BindSNGet_NewSN( + _in_ char* Customer_Value, + _in_ char* Batch_Value, + _in_ char* Type_Value, + _in_ char* SNPFX_Value, + _in_ int SN_Length, + _in_ char* BIND_SN, + _out_ char* New_SN + ); + +// 用BindSN,获取SN +// select sn from mes_keymac_maintain where BIND_SN='740447A29003F'; +// DLLAPI int CALLMETHOD Product_BindSN_GetSN( +// _out_ char* SN_Value, +// _out_ char* Product_Batch, +// _in_ char* Bind_SN +// ); + +//用通过SN,批次,类型,获取KEY +//select MES_OtherDep_Call_pkg.f_GetKEYBySN('OP1751002MA00001TL','OP1751002', 'KEY')from dual +DLLAPI int CALLMETHOD Product_BindSN_GetKEY( + _in_ char* PSN_Value, + _in_ char* Product_Batch, + _in_ char* Product_Type, + _out_ char* KEY_Value, + _in_ int KEY_Value_Size + ); + +//用通过SN,批次,类型,获取二进制的KEY +//select MES_OtherDep_Call_pkg.f_GetBinKEYBySN('70C94EB00D21','STG181601','KEY') from dual +DLLAPI int CALLMETHOD Product_SN_GetBINKEY( + _in_ char* PSN_Value, + _in_ char* Product_Batch, + _in_ char* Product_Type, + _out_ char* KEY_Value, + _in_ int KEY_Value_Size + ); + +//用通过SN,批次,类型,获取二进制的KEY +//select MES_OtherDep_Call_pkg.f_GetBinKEYBySN('70C94EB00D21','STG181601','KEY') from dual +DLLAPI int CALLMETHOD Product_SN_GetBINKEY_SaveFile( + _in_ char* PSN_Value, + _in_ char* Product_Batch, + _in_ char* Product_Type, + _in_ char* Product_SavePath, + _out_ char* KEY_Value, + _in_ int KEY_Value_Size + ); + +//用通过Bind SN,批次,类型,获取二进制的KEY +// select mes_otherdep_call_pkg.f_GetBinKEYByScancode('ABC','STG181601','KEY') from dual +DLLAPI int CALLMETHOD Product_BindSN_GetBINKEY( + _in_ char* PSN_Value, + _in_ char* Product_Batch, + _in_ char* Product_Type, + _out_ char* KEY_Value, + _in_ int KEY_Value_Size + ); + +//用通过SN,批次,类型,获取指定的KEY +//select MES_OtherDep_Call_pkg.f_GetALDDKEYBySN('0104IBW180101N000001', 'GTR180706','KEY') from dual +DLLAPI int CALLMETHOD Product_SN_GetKEY( + _in_ char* PSN_Value, + _in_ char* Product_Batch, + _in_ char* Product_Type, + _out_ char* KEY_Value, + _in_ int KEY_Value_Size + ); + +//获取KEY的数据哈希值 +//select dbms_utility.get_hash_value( +//'2EFB1BDC30FF4707*304502210082780E7EE9A33C854C846C32FE244AEAFFE3D7C9DCC990993A98885AB84D102A0220537CA4973A2E54896DCC13FB0ABE547135F5CC1A630A8F1FB67B4E5141339F74', +//1,1000000000) as l_hash from dual +DLLAPI int CALLMETHOD Product_GetKEY_DBHashValue( + _in_ char* KEY_Value, + _out_ char* Hash_Value + ); + +//华为定制接口 2020-08-14 获取打印接口 +//select mes_script_pkg.getScriptContent(p_trace_num =>'HW2036069',p_script_type =>'EQUIPMENT')from dual; +//第一个参数批次 第二个类型(‘EQUIPMENT’或‘PRINT’) +DLLAPI int CALLMETHOD Product_GetScriptContent( + _in_ char* Product_Batch, + _in_ char* Product_Type, + _out_ char* KEY_Value, + _in_ int KEY_Value_Size + ); + +//2021-06-24 获取KEY +//select mes_otherdep_call_pkg.f_getBinbyMAC('GTR212501','KEY','305075F60DD4') from dual +//第一个参数批次 第二个类型(‘EQUIPMENT’或‘PRINT’) +DLLAPI int CALLMETHOD Product_GetKEYBinbyMAC( + _in_ char* Product_Batch, + _in_ char* Product_Type, + _in_ char* Product_MAC, + _out_ char* KEY_Value, + _in_ int KEY_Value_Size + ); + +/************************************************************************/ +/* MAC&KEY */ +/* 2017411 */ +/* Lory */ +/************************************************************************/ +/************************************************************************/ +/* 阿里打卡机数据接口 */ +/* 20170411 */ +/* Lory */ +/************************************************************************/ +DLLAPI int CALLMETHOD Ali_GetBatch( +_in_ char* ModelName, +_out_ char* BatchValue +); + +DLLAPI int CALLMETHOD Ali_GetSNRange( + _in_ char* Batch, + _out_ char* SNRange_Value + ); +/************************************************************************/ +/* 阿里打卡机数据接口 */ +/* 20170411 */ +/* Lory */ +/************************************************************************/ + +/************************************************************************/ +/* 肖工数据库DLL移植过来的函数 */ +/* 20170415 */ +/* Lory */ +/************************************************************************/ +//插入一个数据 +DLLAPI int CALLMETHOD InsertData( + _in_ char* TableName, + _in_ char* FieldName, + _in_ char* Value + ); + +//更新数据 +DLLAPI int CALLMETHOD UpdateData( + _in_ char* TableName, + _in_ char* FieldName2Update, + _in_ char* Value2Update, + _in_ char* FieldNameOfCondition, + _in_ char* ValueOfCondition + ); + +//获取数据 +DLLAPI int CALLMETHOD GetData( + _in_ char* TableName, + _in_ char* FieldName, + _out_ char* Value, + _in_ int SizeOfValue, + _in_ char* FieldNameOfCondition, + _in_ char* ValueOfCondition + ); + +DLLAPI int CALLMETHOD GetDbTimeStamp( + _out_ char* DbTimeStamp + ); + +DLLAPI int CALLMETHOD GetDbTime( + _out_ char* DbTime + ); + +//SONY_BTSPK_ATS表检查SN重复 +DLLAPI int CALLMETHOD BtSpkCheckSN( + _in_ char* SN, + _out_ char* YorN + ); + +//HW_C1检查绑定结果 +DLLAPI int CALLMETHOD p_CheckSeqResult( + _in_ char* Batch, + _in_ char* SN, + _out_ char* YorN + ); + +//查询SONY产品信息 +DLLAPI int CALLMETHOD ATS_SelectSONYInfo( + _in_ char * BatchNumber, + _out_ char * SONYInfo + ); + +/************************************************************************/ +/* 肖工数据库DLL移植过来的函数 */ +/* 20170415 */ +/* Lory */ +/************************************************************************/ + +/************************************************************************/ +/* 标准调用IT接口函数 */ +/* 20171113 */ +/* Lory */ +/************************************************************************/ +DLLAPI int CALLMETHOD ATS_CALL_IT_SQL_API( + _in_ char * SQL_API, + _out_ char * Result_Str, + _in_ int length_max + ); + +/************************************************************************/ +/* 标准调用IT接口函数 */ +/* 20171113 */ +/* Lory */ +/************************************************************************/ \ No newline at end of file diff --git a/C-Windows-1/bin/Debug/ATS_Station_Managment.lib b/C-Windows-1/bin/Debug/ATS_Station_Managment.lib new file mode 100644 index 0000000..389c35d Binary files /dev/null and b/C-Windows-1/bin/Debug/ATS_Station_Managment.lib differ diff --git a/C-Windows-1/bin/Debug/BouncyCastle.Cryptography.dll b/C-Windows-1/bin/Debug/BouncyCastle.Cryptography.dll index f2ad8f0..139425e 100644 Binary files a/C-Windows-1/bin/Debug/BouncyCastle.Cryptography.dll and b/C-Windows-1/bin/Debug/BouncyCastle.Cryptography.dll differ diff --git a/C-Windows-1/bin/Debug/BouncyCastle.Cryptography.xml b/C-Windows-1/bin/Debug/BouncyCastle.Cryptography.xml index ab6b769..99cccc4 100644 --- a/C-Windows-1/bin/Debug/BouncyCastle.Cryptography.xml +++ b/C-Windows-1/bin/Debug/BouncyCastle.Cryptography.xml @@ -223,27 +223,23 @@ which the reading was done as well, see GetObject below.

- Return whatever was following the tag. - - Tagged objects are generally context dependent. If you're trying to extract a tagged object you should be - going via the appropriate GetInstance method. - + return whatever was following the tag. +

+ Note: tagged objects are generally context dependent if you're + trying to extract a tagged object you should be going via the + appropriate GetInstance method.

- Needed for open types, until we have better type-guided parsing support. - - Use sparingly for other purposes, and prefer , - or where possible. - Before using, check for matching tag class and number. - + Needed for open types, until we have better type-guided parsing support. Use sparingly for other + purposes, and prefer {@link #getExplicitBaseTagged()}, {@link #getImplicitBaseTagged(int, int)} or + {@link #getBaseUniversal(boolean, int)} where possible. Before using, check for matching tag + {@link #getTagClass() class} and {@link #getTagNo() number}. - Needed for open types, until we have better type-guided parsing support. - - Use sparingly for other purposes, and prefer or - where possible. Before using, check for matching tag - class and number. - + Needed for open types, until we have better type-guided parsing support. Use + sparingly for other purposes, and prefer {@link #getExplicitBaseTagged()} or + {@link #getBaseUniversal(boolean, int)} where possible. Before using, check + for matching tag {@link #getTagClass() class} and {@link #getTagNo() number}. @@ -399,7 +395,7 @@ SHA-1.PKCS12; 1.3.6.1.4.1.22554.1.1.2 - SHA-256.PKCS5; 1.3.6.1.4.1.22554.1.2.1.1 + SHA-256.PKCS12; 1.3.6.1.4.1.22554.1.2.1.1 SHA-256.PKCS12; 1.3.6.1.4.1.22554.1.2.1.2 @@ -435,9 +431,6 @@ XMSS^MT - - qTESLA - SPHINCS+ @@ -461,24 +454,15 @@ Classic McEliece - - Frodo - SABER SIKE - - NTRU - Kyber - - NTRUPrime - BIKE @@ -753,10 +737,8 @@ id-DHBasedMac OBJECT IDENTIFIER ::= {1 2 840 113533 7 66 30} - - RFC 4120: id-it: PKIX.4 = 1.3.6.1.5.5.7.4 - + RFC 4120: it-id: PKIX.4 = 1.3.6.1.5.5.7.4 RFC 4120: 1.3.6.1.5.5.7.4.1 @@ -992,59 +974,6 @@ @return a basic ASN.1 object representation. - -
-             KemBMParameter ::= SEQUENCE {
-                 kdf              AlgorithmIdentifier{KEY-DERIVATION, {...}},
-                 len              INTEGER (1..MAX),
-                 mac              AlgorithmIdentifier{MAC-ALGORITHM, {...}}
-              }
-            
-
- -
-              KemBMParameter ::= SEQUENCE {
-                  kdf              AlgorithmIdentifier{KEY-DERIVATION, {...}},
-                  len              INTEGER (1..MAX),
-                  mac              AlgorithmIdentifier{MAC-ALGORITHM, {...}}
-                }
-             
- - @return a basic ASN.1 object representation. -
- -
-               KemCiphertextInfo ::= SEQUENCE {
-                 kem              AlgorithmIdentifier{KEM-ALGORITHM, {...}},
-                 ct               OCTET STRING
-               }
-            
-
- -
-                KemCiphertextInfo ::= SEQUENCE {
-                  kem              AlgorithmIdentifier{KEM-ALGORITHM, {...}},
-                  ct               OCTET STRING
-                }
-             
- - @return a basic ASN.1 object representation. -
- -
-             KemOtherInfo ::= SEQUENCE {
-               staticString      PKIFreeText,   -- MUST be "CMP-KEM"
-               transactionID [0] OCTET STRING     OPTIONAL,
-               senderNonce   [1] OCTET STRING     OPTIONAL,
-               recipNonce    [2] OCTET STRING     OPTIONAL,
-               len               INTEGER (1..MAX),
-               mac               AlgorithmIdentifier{MAC-ALGORITHM, {...}}
-               ct                OCTET STRING
-             }
-             
- - @return a basic ASN.1 object representation. -
             KeyRecRepContent ::= SEQUENCE {
@@ -1546,6 +1475,12 @@
             }
             

+ + return an Attribute object from the given object. + + @param o the object we want converted. + @exception ArgumentException if the object cannot be converted. + Produce an object suitable for an Asn1OutputStream.
@@ -1579,6 +1514,21 @@
              @param attrValue
              @return
         
+        
+             return an AuthenticatedData object from a tagged object.
+            
+             @param obj      the tagged object holding the object we want.
+             @param isExplicit true if the object is meant to be explicitly
+                             tagged false otherwise.
+             @throws ArgumentException if the object held by the
+                                              tagged object cannot be converted.
+        
+        
+             return an AuthenticatedData object from the given object.
+            
+             @param obj the object we want converted.
+             @throws ArgumentException if the object cannot be converted.
+        
         
              Produce an object suitable for an Asn1OutputStream.
              
@@ -1621,6 +1571,21 @@
              MessageAuthenticationCode ::= OCTET STRING
              
+ + return an AuthEnvelopedData object from a tagged object. + + @param obj the tagged object holding the object we want. + @param isExplicit true if the object is meant to be explicitly + tagged false otherwise. + @throws ArgumentException if the object held by the + tagged object cannot be converted. + + + return an AuthEnvelopedData object from the given object. + + @param obj the object we want converted. + @throws ArgumentException if the object cannot be converted. + Produce an object suitable for an Asn1OutputStream.
@@ -1668,12 +1633,6 @@
             id-ri OBJECT IDENTIFIER ::= { iso(1) identified-organization(3)
                                               dod(6) internet(1) security(5) mechanisms(5) pkix(7) ri(16) }
         
-        
-            1.3.6.1.5.5.7.6 
-        
-        
-            OtherRecipientInfo types
-        
         
             RFC 3274 - CMS Compressed Data.
             
@@ -1684,6 +1643,21 @@
             }
             
+ + return a CompressedData object from a tagged object. + + @param ato the tagged object holding the object we want. + @param explicitly true if the object is meant to be explicitly + tagged false otherwise. + @exception ArgumentException if the object held by the + tagged object cannot be converted. + + + return a CompressedData object from the given object. + + @param _obj the object we want converted. + @exception ArgumentException if the object cannot be converted. + RFC 3274 - CMS Compressed Data.
@@ -1712,6 +1686,21 @@
                      [0] EXPLICIT ANY DEFINED BY contentType OPTIONAL }
             
+ + return an AuthEnvelopedData object from a tagged object. + + @param obj the tagged object holding the object we want. + @param isExplicit true if the object is meant to be explicitly + tagged false otherwise. + @throws ArgumentException if the object held by the + tagged object cannot be converted. + + + return an AuthEnvelopedData object from the given object. + + @param obj the object we want converted. + @throws ArgumentException if the object cannot be converted. + Produce an object suitable for an Asn1OutputStream.
@@ -1720,6 +1709,12 @@
               addedukm [0] EXPLICIT UserKeyingMaterial OPTIONAL  }
             
+ + return an EncryptedContentInfo object from the given object. + + @param obj the object we want converted. + @exception ArgumentException if the object cannot be converted. + Produce an object suitable for an Asn1OutputStream.
@@ -1748,6 +1743,21 @@
             
@return a basic ASN.1 object representation.
+ + return an EnvelopedData object from a tagged object. + + @param obj the tagged object holding the object we want. + @param explicitly true if the object is meant to be explicitly + tagged false otherwise. + @exception ArgumentException if the object held by the + tagged object cannot be converted. + + + return an EnvelopedData object from the given object. + + @param obj the object we want converted. + @exception ArgumentException if the object cannot be converted. + Produce an object suitable for an Asn1OutputStream.
@@ -1772,6 +1782,21 @@
             }
             
+ + return a KekIdentifier object from a tagged object. + + @param obj the tagged object holding the object we want. + @param explicitly true if the object is meant to be explicitly + tagged false otherwise. + @exception ArgumentException if the object held by the + tagged object cannot be converted. + + + return a KekIdentifier object from the given object. + + @param obj the object we want converted. + @exception ArgumentException if the object cannot be converted. + Produce an object suitable for an Asn1OutputStream.
@@ -1782,6 +1807,21 @@
             }
             
+ + return a KekRecipientInfo object from a tagged object. + + @param obj the tagged object holding the object we want. + @param explicitly true if the object is meant to be explicitly + tagged false otherwise. + @exception ArgumentException if the object held by the + tagged object cannot be converted. + + + return a KekRecipientInfo object from the given object. + + @param obj the object we want converted. + @exception ArgumentException if the object cannot be converted. + Produce an object suitable for an Asn1OutputStream.
@@ -1793,6 +1833,21 @@
             }
             
+ + return an KeyAgreeRecipientIdentifier object from a tagged object. + + @param obj the tagged object holding the object we want. + @param isExplicit true if the object is meant to be explicitly + tagged false otherwise. + @exception ArgumentException if the object held by the + tagged object cannot be converted. + + + return an KeyAgreeRecipientIdentifier object from the given object. + + @param obj the object we want converted. + @exception ArgumentException if the object cannot be converted. + Produce an object suitable for an Asn1OutputStream.
@@ -1802,6 +1857,21 @@
             }
             
+ + return a KeyAgreeRecipientInfo object from a tagged object. + + @param obj the tagged object holding the object we want. + @param explicitly true if the object is meant to be explicitly + tagged false otherwise. + @exception ArgumentException if the object held by the + tagged object cannot be converted. + + + return a KeyAgreeRecipientInfo object from the given object. + + @param obj the object we want converted. + @exception ArgumentException if the object cannot be converted. + * Produce an object suitable for an Asn1OutputStream. *
@@ -1816,6 +1886,12 @@
             		 * UserKeyingMaterial ::= OCTET STRING
                      * 
+ + return a KeyTransRecipientInfo object from the given object. + + @param obj the object we want converted. + @exception ArgumentException if the object cannot be converted. + Produce an object suitable for an Asn1OutputStream.
@@ -1838,6 +1914,21 @@
             
@return
+ + return an OriginatorIdentifierOrKey object from a tagged object. + + @param o the tagged object holding the object we want. + @param explicitly true if the object is meant to be explicitly + tagged false otherwise. + @exception ArgumentException if the object held by the + tagged object cannot be converted. + + + return an OriginatorIdentifierOrKey object from the given object. + + @param o the object we want converted. + @exception ArgumentException if the object cannot be converted. + Produce an object suitable for an Asn1OutputStream.
@@ -1850,6 +1941,21 @@
              SubjectKeyIdentifier ::= OCTET STRING
              
+ + return an OriginatorInfo object from a tagged object. + + @param obj the tagged object holding the object we want. + @param explicitly true if the object is meant to be explicitly + tagged false otherwise. + @exception ArgumentException if the object held by the + tagged object cannot be converted. + + + return an OriginatorInfo object from the given object. + + @param obj the object we want converted. + @exception ArgumentException if the object cannot be converted. + Produce an object suitable for an Asn1OutputStream.
@@ -1859,6 +1965,21 @@
             }
             
+ + return an OriginatorPublicKey object from a tagged object. + + @param obj the tagged object holding the object we want. + @param explicitly true if the object is meant to be explicitly + tagged false otherwise. + @exception ArgumentException if the object held by the + tagged object cannot be converted. + + + return an OriginatorPublicKey object from the given object. + + @param obj the object we want converted. + @exception ArgumentException if the object cannot be converted. + Produce an object suitable for an Asn1OutputStream.
@@ -1868,6 +1989,12 @@
             }
             
+ + return an OtherKeyAttribute object from the given object. + + @param o the object we want converted. + @exception ArgumentException if the object cannot be converted. + Produce an object suitable for an Asn1OutputStream.
@@ -1877,6 +2004,21 @@
             }
             
+ + return a OtherRecipientInfo object from a tagged object. + + @param obj the tagged object holding the object we want. + @param explicitly true if the object is meant to be explicitly + tagged false otherwise. + @exception ArgumentException if the object held by the + tagged object cannot be converted. + + + return a OtherRecipientInfo object from the given object. + + @param obj the object we want converted. + @exception ArgumentException if the object cannot be converted. + Produce an object suitable for an Asn1OutputStream.
@@ -1885,6 +2027,21 @@
                oriValue ANY DEFINED BY oriType }
             
+ + return a OtherRevocationInfoFormat object from a tagged object. + + @param obj the tagged object holding the object we want. + @param explicit true if the object is meant to be explicitly + tagged false otherwise. + @exception IllegalArgumentException if the object held by the + tagged object cannot be converted. + + + return a OtherRevocationInfoFormat object from the given object. + + @param obj the object we want converted. + @exception IllegalArgumentException if the object cannot be converted. + Produce an object suitable for an ASN1OutputStream.
@@ -1893,6 +2050,21 @@
                  otherRevInfo ANY DEFINED BY otherRevInfoFormat }
             
+ + return a PasswordRecipientInfo object from a tagged object. + + @param obj the tagged object holding the object we want. + @param explicitly true if the object is meant to be explicitly + tagged false otherwise. + @exception ArgumentException if the object held by the + tagged object cannot be converted. + + + return a PasswordRecipientInfo object from the given object. + + @param obj the object we want converted. + @exception ArgumentException if the object cannot be converted. + Produce an object suitable for an Asn1OutputStream.
@@ -1904,6 +2076,21 @@
              encryptedKey EncryptedKey }
             
+ + return an RecipientEncryptedKey object from a tagged object. + + @param obj the tagged object holding the object we want. + @param isExplicit true if the object is meant to be explicitly + tagged false otherwise. + @exception ArgumentException if the object held by the + tagged object cannot be converted. + + + return a RecipientEncryptedKey object from the given object. + + @param obj the object we want converted. + @exception ArgumentException if the object cannot be converted. + Produce an object suitable for an Asn1OutputStream.
@@ -1913,6 +2100,12 @@
             }
             
+ + return a RecipientIdentifier object from the given object. + + @param o the object we want converted. + @exception ArgumentException if the object cannot be converted. + Produce an object suitable for an Asn1OutputStream.
@@ -1935,6 +2128,21 @@
                 ori [4] OtherRecipientInfo }
             
+ + return a RecipientKeyIdentifier object from a tagged object. + + @param _ato the tagged object holding the object we want. + @param _explicit true if the object is meant to be explicitly + tagged false otherwise. + @exception ArgumentException if the object held by the + tagged object cannot be converted. + + + return a RecipientKeyIdentifier object from the given object. + + @param _obj the object we want converted. + @exception ArgumentException if the object cannot be converted. + Produce an object suitable for an Asn1OutputStream.
@@ -1983,6 +2191,12 @@
               }
             
+ + return a SignerIdentifier object from the given object. + + @param o the object we want converted. + @exception ArgumentException if the object cannot be converted. + Produce an object suitable for an Asn1OutputStream.
@@ -2445,6 +2659,20 @@
         
             Enumerate the available parameter set names in this registry.
         
+        
+             return a Bit string from the passed in object
+            
+             @exception ArgumentException if the object cannot be converted.
+        
+        
+             return a Bit string from a tagged object.
+            
+             @param obj the tagged object holding the object we want
+             @param explicitly true if the object is meant to be explicitly
+                          tagged false otherwise.
+             @exception ArgumentException if the tagged object cannot
+                           be converted.
+        
         
             @param data the octets making up the bit string.
             @param padBits the number of extra bits at the end of the string.
@@ -3240,18 +3468,6 @@
         
             Enumerate the available curve names in this registry.
         
-        
-            <Information security technology 鈥 Cryptographic application identifier criterion specification>
-            http://c.gb688.cn/bzgk/gb/showGb?type=online&hcno=252CF0F72A7BE339A56DEA7D774E8994,
-            Page 21 only cover from 301.1 to 301.3
-        
-        
-            <WAPI certificate management鈥擯art 5: Example of certificate format (draft)>
-            http://www.chinabwips.org.cn/zqyjgs1.htm and
-            http://www.chinabwips.org.cn/doc/101.pdf,
-            Page 9 and page 10 states the OID of ECDSA-192 algorithm based on SHA-256 is 1.2.156.11235.1.1.1
-            
-        
         
             1.3.6.1.4.1.11591.15 - ellipticCurve 
         
@@ -4391,6 +4607,42 @@
         
             Enumerate the available curve names in this registry.
         
+        
+            2.16.840.1.101.3.4.3.5 
+        
+        
+            2.16.840.1.101.3.4.3.6 
+        
+        
+            2.16.840.1.101.3.4.3.7 
+        
+        
+            2.16.840.1.101.3.4.3.8 
+        
+        
+            2.16.840.1.101.3.4.3.9 
+        
+        
+            2.16.840.1.101.3.4.3.10 
+        
+        
+            2.16.840.1.101.3.4.3.11 
+        
+        
+            2.16.840.1.101.3.4.3.12 
+        
+        
+            2.16.840.1.101.3.4.3.9 
+        
+        
+            2.16.840.1.101.3.4.3.10 
+        
+        
+            2.16.840.1.101.3.4.3.11 
+        
+        
+            2.16.840.1.101.3.4.3.12 
+        
         
             From RFC 3657
         
@@ -5017,164 +5269,6 @@
                         }
             
- - Implementation of the Archive Timestamp type defined in RFC4998. - @see RFC 4998 -

- ASN.1 Archive Timestamp -

- ArchiveTimeStamp ::= SEQUENCE { - digestAlgorithm [脴] AlgorithmIdentifier OPTIONAL, - attributes [1] Attributes OPTIONAL, - reducedHashtree [2] SEQUENCE OF PartialHashtree OPTIONAL, - timeStamp ContentInfo} -

- PartialHashtree ::= SEQUENCE OF OCTET STRING -

- Attributes ::= SET SIZE (1..MAX) OF Attribute - - - Return an ArchiveTimestamp from the given object. - - @param obj the object we want converted. - @return an ArchiveTimestamp instance, or null. - @throws IllegalArgumentException if the object cannot be converted. - - - Return the contents of the digestAlgorithm field - null if not set. - - @return the contents of the digestAlgorithm field, or null if not set. - - - Return the first node in the reduced hash tree which contains the leaf node. - - @return the node containing the data hashes, null if no reduced hash tree is present. - - - Implementation of ArchiveTimeStampChain type, as defined in RFC4998 and RFC6283. -

- An ArchiveTimeStampChain corresponds to a SEQUENCE OF ArchiveTimeStamps, and has the following - ASN.1 Syntax: -

- ArchiveTimeStampChain ::= SEQUENCE OF ArchiveTimeStamp - - - Return an ArchiveTimeStampChain from the given object. - - @param obj the object we want converted. - @return an ArchiveTimeStampChain instance, or null. - @throws IllegalArgumentException if the object cannot be converted. - - - Adds an {@link ArchiveTimeStamp} object to the archive timestamp chain. - - @param archiveTimeStamp the {@link ArchiveTimeStamp} to add. - @return returns the modified chain. - - - Implementation of ArchiveTimeStampSequence type, as defined in RFC4998. -

- An ArchiveTimeStampSequence corresponds to a SEQUENCE OF ArchiveTimeStampChains and has the - following ASN.1 Syntax: -

- ArchiveTimeStampSequence ::= SEQUENCE OF ArchiveTimeStampChain - - - Return an ArchiveTimestampSequence from the given object. - - @param obj the object we want converted. - @return an ArchiveTimeStampSequence instance, or null. - @throws IllegalArgumentException if the object cannot be converted. - - - Returns the sequence of ArchiveTimeStamp chains that compose the ArchiveTimeStamp sequence. - - @return the {@link ASN1Sequence} containing the ArchiveTimeStamp chains. - - - Adds an {@link ArchiveTimeStampChain} to the ArchiveTimeStamp sequence. - - @param chain the {@link ArchiveTimeStampChain} to add - @return returns the modified sequence. - - - Implementation of the CryptoInfos element defined in RFC 4998: -

- CryptoInfos ::= SEQUENCE SIZE (1..MAX) OF Attribute - - - Implementation of the EncryptionInfo element defined in RFC 4998: -

- 1988 ASN.1 EncryptionInfo -

- EncryptionInfo ::= SEQUENCE { - encryptionInfoType OBJECT IDENTIFIER, - encryptionInfoValue ANY DEFINED BY encryptionInfoType - } -

- 1997-ASN.1 EncryptionInfo -

- EncryptionInfo ::= SEQUENCE { - encryptionInfoType ENCINFO-TYPE.&id - ({SupportedEncryptionAlgorithms}), - encryptionInfoValue ENCINFO-TYPE.&Type - ({SupportedEncryptionAlgorithms}{@encryptionInfoType}) - } -

- ENCINFO-TYPE ::= TYPE-IDENTIFIER -

- SupportedEncryptionAlgorithms ENCINFO-TYPE ::= {...} - - - The OID for EncryptionInfo type. - - - The value of EncryptionInfo - - - RFC 4998: - Evidence Record Syntax (ERS) -

-

-             EvidenceRecord ::= SEQUENCE {
-               version                   INTEGER { v1(1) } ,
-               digestAlgorithms          SEQUENCE OF AlgorithmIdentifier,
-               cryptoInfos               [0] CryptoInfos OPTIONAL,
-               encryptionInfo            [1] EncryptionInfo OPTIONAL,
-               archiveTimeStampSequence  ArchiveTimeStampSequence
-             }
-            
-             CryptoInfos ::= SEQUENCE SIZE (1..MAX) OF Attribute
-             
-
- - ERS {iso(1) identified-organization(3) dod(6) internet(1) security(5) mechanisms(5) ltans(11) - id-mod(0) id-mod-ers88(2) id-mod-ers88-v1(1) } - - - Return an EvidenceRecord from the given object. - - @param obj the object we want converted. - @return an EvidenceRecord instance, or null. - @throws IllegalArgumentException if the object cannot be converted. - - - Build a basic evidence record from an initial - ArchiveTimeStamp. - - @param cryptoInfos - @param encryptionInfo - @param archiveTimeStamp - - - Return a new EvidenceRecord with an added ArchiveTimeStamp - - @param ats the archive timestamp to add - @param newChain states whether this new archive timestamp must be added as part of a - new sequence (i.e. in the case of hashtree renewal) or not (i.e. in the case of timestamp - renewal) - @return the new EvidenceRecord -
                MessageImprint ::= SEQUENCE  {
@@ -5182,23 +5276,6 @@
                   hashedMessage                OCTET STRING  }
             
- - Implementation of PartialHashtree, as defined in RFC 4998. -

- The ASN.1 notation for a PartialHashTree is: -

- PartialHashtree ::= SEQUENCE OF OCTET STRING - - - Return a PartialHashtree from the given object. - - @param obj the object we want converted. - @return a PartialHashtree instance, or null. - @throws IllegalArgumentException if the object cannot be converted. - - - Hash values that constitute the hash tree, as ASN.1 Octet Strings. -

             TimeStampReq ::= SEQUENCE  {
@@ -5412,7 +5489,7 @@
             
- Holding class for a single Relative Distinguished Name (RDN). + Holding class for a single Relative Distinguished Name (RDN). Create a single valued RDN. @@ -6927,11 +7004,8 @@ @exception IOException - if the bit string doesn't represent a Der encoded object. - - Return the public key as a raw bit string. - - Return the public key as a raw bit string. + for when the public key is raw bits... Produce an object suitable for an Asn1OutputStream. @@ -10207,11 +10281,6 @@
true if protection MAC PBE based, false otherwise. - - Return the message's protection algorithm. - - @return the algorithm ID for the message's protection algorithm. - Return the extra certificates associated with this message. @@ -10760,11 +10829,6 @@ @exception NoSuchStoreException if the store type isn't available. @exception CmsException if a general exception prevents creation of the X509Store - - Return the digest algorithm identifiers for the SignedData object - - @return the set of digest algorithm identifiers - Return the DerObjectIdentifier associated with the encapsulated @@ -10782,43 +10846,16 @@ @param encoding the ASN.1 encoding format to use ("BER" or "DER"). - - Return a new CMSSignedData which guarantees to have the passed in digestAlgorithm - in it. Uses the DefaultDigestAlgorithmFinder for creating the digest sets. - - @param signedData the signed data object to be used as a base. - @param digestAlgorithm the digest algorithm to be added to the signed data. - @return a new signed data object. - - - Return a new CMSSignedData which guarantees to have the passed in digestAlgorithm - in it. Uses the passed in IDigestAlgorithmFinder for creating the digest sets. - - @param signedData the signed data object to be used as a base. - @param digestAlgorithm the digest algorithm to be added to the signed data. - @param digestAlgorithmFinder the digest algorithm finder to generate the digest set with. - @return a new signed data object. - - Replace the SignerInformation store associated with this CMSSignedData object with the new one passed in - using the DefaultDigestAlgorithmFinder for creating the digest sets. You would probably only want - to do this if you wanted to change the unsigned attributes associated with a signer, or perhaps delete one. + Replace the signerinformation store associated with this + CmsSignedData object with the new one passed in. You would + probably only want to do this if you wanted to change the unsigned + attributes associated with a signer, or perhaps delete one. - @param signedData the signed data object to be used as a base. + @param signedData the signed data object to be used as a base. @param signerInformationStore the new signer information store to use. @return a new signed data object. - - Replace the SignerInformation store associated with this CMSSignedData object with the new one passed in - using the passed in IDigestAlgorithmFinder for creating the digest sets. You would probably only - want to do this if you wanted to change the unsigned attributes associated with a signer, or perhaps delete - one. - - @param signedData the signed data object to be used as a base. - @param signerInformationStore the new signer information store to use. - @param digestAlgorithmFinder the digest algorithm finder to generate the digest set with. - @return a new signed data object. - Replace the certificate and CRL information associated with this CmsSignedData object with the new one passed in. @@ -11270,6 +11307,9 @@ decrypt the content and return it as a byte array. + + a basic index for an originator. + Return the certificates stored in the underlying OriginatorInfo object. @@ -11361,6 +11401,9 @@ @param selector a recipient id to select against. @return a collection of RecipientInformation objects. + + a basic index for a signer. + If the passed in flag is true, the signer signature will be based on the data, not a collection of signed attributes, and no signed attributes will be included. @@ -11534,24 +11577,6 @@ Return the token associated with this control (a UTF8String). - - Return true if the message only contains X.509 public key certificates. - - @return true if only X.509 PK, false otherwise. - - - Return the actual CMP certificates - useful if the array also contains non-X509 PK certificates. - - @return CMPCertificate array - - - Builder for a CertificateRepMessage. - - - Base constructor which can accept 0 or more certificates representing the CA plus its chain. - - @param caCerts the CA public key and it's support certificates (optional) - Create a CertificateRequestMessage from the passed in bytes. @@ -11564,12 +11589,6 @@ A CertReqMsg - - - Return the certificate request ID for this message. - - the certificate request ID. - Return the certificate template contained in this message. @@ -11624,81 +11643,12 @@ if there is a problem in verification or content verifier creation. if POP not appropriate. - - - Return whether or not a signing key proof-of-possession (POP), with an associated PKMAC, is valid. - - a provider that can produce content verifiers for the signature contained in this POP. - a suitable PKMacBuilder to create the MAC verifier. - the password used to key the MAC calculation. - true if the POP is valid, false otherwise. - if there is a problem in verification or content verifier creation. - if POP not appropriate. - Return the ASN.1 encoding of the certReqMsg we wrap. a byte array containing the binary encoding of the certReqMsg. - - High level wrapper for the CertResponse CRMF structure. - - - Return true if the response contains an encrypted certificate. - - @return true if certificate in response encrypted, false otherwise. - - - Return a CMSEnvelopedData representing the encrypted certificate contained in the response. - - @return a CMEEnvelopedData if an encrypted certificate is present. - @throws IllegalStateException if no encrypted certificate is present, or there is an issue with the enveloped data. - - - Return the CMPCertificate representing the plaintext certificate in the response. - - @return a CMPCertificate if a plaintext certificate is present. - @throws IllegalStateException if no plaintext certificate is present. - - - Return this object's underlying ASN.1 structure. - - @return a CertResponse - - - Builder for CertificateResponse objects (the CertResponse CRMF equivalent). - - - Base constructor. - - @param certReqId the request ID for the response. - @param statusInfo the status info to associate with the response. - - - Specify the certificate to assign to this response (in plaintext). - - @param certificate the X.509 PK certificate to include. - @return the current builder. - - - Specify the certificate to assign to this response (in plaintext). - - @param cmpCertificate the X.509 PK certificate to include. - @return the current builder. - - - Specify the encrypted certificate to assign to this response (in plaintext). - - @param encryptedCertificate an encrypted - @return the current builder. - - - Specify the response info field on the response. - - @param responseInfo a response info string. - @return the current builder. - Create a builder that makes EncryptedValue structures. @@ -11744,21 +11694,6 @@ on a failure to encrypt the data, or wrap the symmetric key for this value. - - Parser for EncryptedValue structures. - - - Basic constructor - create a parser to read the passed in value. - - @param value the value to be parsed. - - - Create a parser to read the passed in value, assuming the padder was - applied to the data prior to encryption. - - @param value the value to be parsed. - @param padder the padder to be used to remove padding from the decrypted value.. - Generic interface for a CertificateRequestMessage control value. @@ -11826,12 +11761,6 @@ true if the control contains enveloped data, false otherwise. - - - Return whether this control contains enveloped data. - - true if the control contains enveloped data, false otherwise. - Return the enveloped data structure contained in this control. @@ -11896,13 +11825,6 @@ this if iteration count is less than 100 - - - The Secure random - - The random. - this - Set PbmParameters @@ -11910,6 +11832,13 @@ The parameters. this + + + The Secure random + + The random. + this + Build an IMacFactory. @@ -14280,7 +14209,7 @@ @exception InvalidCipherTextException if the decrypted block turns out to be badly formatted. - + mask generator function, as described in PKCS1v2. @@ -14318,15 +14247,13 @@ @param fallback The fallback value, we don't to a arraycopy here. - - Check the argument is a valid encoding with type 1. Returns the plaintext length if valid, or -1 if invalid. - - - Check the argument is a valid encoding with type 2. Returns the plaintext length if valid, or -1 if invalid. - - - Check the argument is a valid encoding with type 2 of a plaintext with the given length. Returns 0 if - valid, or -1 if invalid. + + Checks if the argument is a correctly PKCS#1.5 encoded Plaintext + for encryption. + + @param encoded The Plaintext. + @param pLen Expected length of the plaintext. + @return Either 0, if the encoding is correct, or -1, if it is incorrect. Decode PKCS#1.5 encoding, and return a random value if the padding is not correct. @@ -15209,38 +15136,14 @@ Specification. - An implementation of the AES Key Wrap with Padding specification as described in RFC 3349. - For further details see: Schaad, J. and R. Housley, "Advanced Encryption Standard (AES) Key Wrap Algorithm", - RFC 3394, DOI 10.17487/RFC3394, September 2002, <https://www.rfc-editor.org/info/rfc3394\>, and - http://csrc.nist.gov/encryption/kms/key-wrap.pdf. + An implementation of the AES Key Wrapper from the NIST Key Wrap + Specification as described in RFC 3394. +

+ For further details see: http://www.ietf.org/rfc/rfc3394.txt + and http://csrc.nist.gov/encryption/kms/key-wrap.pdf. - -

An implementation of the AES Key Wrap with Padding specification as described in RFC 5649. - - For further details see: Housley, R. and M. Dworkin, "Advanced Encryption Standard (AES) Key Wrap with Padding Algorithm", - RFC 5649, DOI 10.17487/RFC5649, September 2009, <https://www.rfc-editor.org/info/rfc5649>, and - http://csrc.nist.gov/encryption/kms/key-wrap.pdf. - -
- - Performs steps 1 and 2 of the unwrap process defined in RFC 3394. - This code is duplicated from RFC3394WrapEngine because that class - will throw an error during unwrap because the IV won't match up. - - @param in - @param inOff - @param inLen - @return Unwrapped data. - - - Pads the plaintext (i.e., the key to be wrapped) - as per section 4.1 of RFC 5649. - - @param plaintext The key being wrapped. - @return The padded key. - an implementation of Rijndael, based on the documentation and reference implementation by Paulo Barreto, Vincent Rijmen, for v2.0 August '99. @@ -15358,7 +15261,7 @@ @throws DataLengthException the input block is too large. - This does your basic RSA algorithm. + this does your basic RSA algorithm. initialise the RSA engine. @@ -15560,14 +15463,6 @@ by Whitfield Diffie and George Ledin, which is a translation of Prof. LU Shu-wang's original standard. - - Sparkle v1.2, based on the current round 3 submission, https://sparkle-lwc.github.io/ . - - Reference C implementation: https://github.com/cryptolu/sparkle.
- Specification: - https://csrc.nist.gov/CSRC/media/Projects/lightweight-cryptography/documents/finalist-round/updated-spec-doc/sparkle-spec-final.pdf . -
-
An TEA engine. @@ -16663,7 +16558,7 @@ Base interface for operator factories that create stream-based digest calculators. - +
The algorithm details object for calculators made by this factory. @@ -19385,7 +19280,7 @@ @param digest digest to build the HMAC on. - Supply additional input to HMAC_K(V || 0x00 || int2octets(x) || bits2octets(h1)). + Supports use of additional input. RFC 6979 3.6. Additional data may be added to the input of HMAC [..]. A use case may be a protocol that requires a non-deterministic signature algorithm on a system that does not have access to a high-quality @@ -19398,13 +19293,6 @@ The to which the additional input should be added. - - Supply additional input to HMAC_K(V || 0x01 || int2octets(x) || bits2octets(h1)). - - Refer to comments for . - - The to which the additional input should be added. - An interface for different encoding formats for DSA signatures. @@ -19750,37 +19638,6 @@ @return an initialised CipherKeyGenerator. @throws IllegalArgumentException if the algorithm cannot be identified. - - Builder and holder class for preparing SP 800-56A compliant OtherInfo. The data is ultimately encoded as a DER SEQUENCE. - Empty octet strings are used to represent nulls in compulsory fields. - - - Builder to create OtherInfo - - - Create a basic builder with just the compulsory fields. - - @param algorithmID the algorithm associated with this invocation of the KDF. - @param partyUInfo sender party info. - @param partyVInfo receiver party info. - - - Add optional supplementary public info (DER tagged, implicit, 0). - - @param suppPubInfo supplementary public info. - @return the current builder instance. - - - Add optional supplementary private info (DER tagged, implicit, 1). - - @param suppPrivInfo supplementary private info. - @return the current builder instance. - - - Build the KTSOtherInfo. - - @return an KTSOtherInfo containing the data. - Magic value for proprietary OpenSSH private key. C string so null terminated. @@ -19869,32 +19726,6 @@ Use KeyTransRecipientInfoGenerator - - - Base interface for a finder of digest algorithm identifiers used with signatures. - - - - - Find the digest algorithm identifier that matches with the passed in signature algorithm identifier. - - the signature algorithm of interest. - an algorithm identifier for the corresponding digest. - - - - Find the digest algorithm identifier that matches with the passed in digest name. - - the OID of the digest algorithm of interest. - an algorithm identifier for the digest signature. - - - - Find the digest algorithm identifier that matches with the passed in digest name. - - the name of the digest algorithm of interest. - an algorithm identifier for the digest signature. - return a = a + b - b preserved. @@ -20802,16 +20633,6 @@ false if is a witness to compositeness (so is definitely NOT prime), or else true. - - - Modular inversion as implemented in this class is based on the paper "Fast constant-time gcd computation and - modular inversion" by Daniel J. Bernstein and Bo-Yin Yang. - - - In some cases (when it is faster) we use the "half delta" variant of safegcd based on - hddivsteps. - - @@ -21052,7 +20873,7 @@ - Returns an ObjectIdentifier for a given digest mechanism. + Returns a ObjectIdentifier for a given digest mechanism. A string representation of the digest meanism. A DerObjectIdentifier, null if the Oid is not available. @@ -21149,9 +20970,9 @@ - Returns an ObjectIdentifier for a given signature mechanism. + Returns an ObjectIdentifier for a given encoding. - A string representation of the signature mechanism. + A string representation of the encoding. A DerObjectIdentifier, null if the OID is not available. @@ -22861,108 +22682,6 @@ a formatted string describing the TrustAnchor - - Crystal Kyber Private Key Format. - See https://www.ietf.org/archive/id/draft-uni-qsckeys-kyber-00.html for details. -
-                KyberPrivateKey ::= SEQUENCE {
-                version     INTEGER {v0(0)}   -- version (round 3)
-                s           OCTET STRING,     -- EMPTY
-                hpk         OCTET STRING      -- EMPTY
-                nonce       OCTET STRING,     -- d
-                publicKey   [0] IMPLICIT KyberPublicKey OPTIONAL,
-                                              -- see next section
-                }
-            
-
- - Crystal Kyber Public Key Format. - See https://www.ietf.org/archive/id/draft-uni-qsckeys-kyber-00.html for details. -
-                KyberPublicKey ::= SEQUENCE {
-                 t           OCTET STRING,
-                 rho         OCTET STRING
-             }
-            
-
- - 1.3.6.1.4.1.8301.3.1.3.5.3.2 - - - 1.3.6.1.4.1.8301.3.1.3.5.3.2.1 - - - 1.3.6.1.4.1.8301.3.1.3.5.3.2.2 - - - 1.3.6.1.4.1.8301.3.1.3.5.3.2.3 - - - 1.3.6.1.4.1.8301.3.1.3.5.3.2.4 - - - 1.3.6.1.4.1.8301.3.1.3.5.3.2.5 - - - 1.3.6.1.4.1.8301.3.1.3.3 - - - 1.3.6.1.4.1.8301.3.1.3.3.1 - - - 1.3.6.1.4.1.8301.3.1.3.3.2 - - - 1.3.6.1.4.1.8301.3.1.3.3.3 - - - 1.3.6.1.4.1.8301.3.1.3.3.4 - - - 1.3.6.1.4.1.8301.3.1.3.3.5 - - - 1.3.6.1.4.1.8301.3.1.3.4.1 - - - 1.3.6.1.4.1.8301.3.1.3.4.2 - - - XMSS - - - XMSS^MT - - - qTESLA - - - Explicit composite algorithms - - - See https://datatracker.ietf.org/doc/draft-uni-qsckeys-sphincsplus/00/ for details - ASN.1 Encoding for a - SphincsPlus private key for fully populated: -
-              SPHINCSPLUSPrivateKey ::= SEQUENCE {
-                version          INTEGER {v2(1)}     --syntax version 2 (round 3)
-                skseed          OCTET STRING,        --n-byte private key seed
-                skprf           OCTET STRING,        --n-byte private key seed
-                PublicKey       SPHINCSPLUSPublicKey --public key
-              }
-            
-
- - See https://datatracker.ietf.org/doc/draft-uni-qsckeys-sphincsplus/00/ for details. - ASN.1 Encoding for a - SphincsPlus public key for fully populated: -
-              SPHINCSPPLUSPublicKey := SEQUENCE {
-                pkseed          OCTET STRING,     --n-byte public key seed
-                pkroot          OCTET STRING      --n-byte public hypertree root
-              }
-            
-
Generate key pairs - Secret key : (h0, h1, sigma) @@ -22997,6 +22716,18 @@ * @param k session key * + + Constructor. + + @param h0 h0 + @param h1 h1 + @param sigma random bytes sigma + + + Constructor. + + @param publicKey byte + Karatsuba multiplication of a and b, Implementation inspired from the NTL library. @@ -23058,23 +22789,27 @@ - Base interface for a PQC signature algorithm. + Base interface for a PQC signing algorithm. - Initialise this instance for signature generation or verification. - true if we are generating a signature, false otherwise. - parameters for signature generation or verification. + initialise the signer for signature generation or signature + verification. + + @param forSigning true if we are generating a signature, false + otherwise. + @param param key parameters for signature generation. - Sign a message. - the message to be signed. - the signature of the message. + sign the passed in message (usually the output of a hash function). + + @param message the message to be signed. + @return the signature of the message - Verify a purported signature for a message. - the message supposedly signed. - the purported signature to verify. - true if and only if the signature verified against the message. + verify the message message against the signature value. + + @param message the message that was supposed to have been signed. + @param signature the signature of the message Type to assist in build LMS messages. @@ -23289,54 +23024,6 @@ Base constructor. - - OtherInfo Generator for which can be used for populating the SuppPrivInfo field used to provide shared - secret data used with NIST SP 800-56A agreement algorithms. - - - Create a basic builder with just the compulsory fields. - - @param algorithmID the algorithm associated with this invocation of the KDF. - @param partyUInfo sender party info. - @param partyVInfo receiver party info. - @param random a source of randomness. - - - Party U (initiator) generation. - - - Create a basic builder with just the compulsory fields for the initiator. - - @param kemParams the key type parameters for populating the private info field. - @param algorithmID the algorithm associated with this invocation of the KDF. - @param partyUInfo sender party info. - @param partyVInfo receiver party info. - @param random a source of randomness. - - - Add optional supplementary public info (DER tagged, implicit, 0). - - @param suppPubInfo supplementary public info. - @return the current builder instance. - - - Party V (responder) generation. - - - Create a basic builder with just the compulsory fields for the responder. - - @param kemParams the key type parameters for populating the private info field. - @param algorithmID the algorithm associated with this invocation of the KDF. - @param partyUInfo sender party info. - @param partyVInfo receiver party info. - @param random a source of randomness. - - - Add optional supplementary public info (DER tagged, implicit, 0). - - @param suppPubInfo supplementary public info. - @return the current builder instance. - Create a private key parameter from a PKCS8 PrivateKeyInfo encoding. the PrivateKeyInfo encoding @@ -24318,20 +24005,6 @@ the amount of data written to output. in case of failure. - - Perform the cipher encryption/decryption returning the output in output. - - Note: we have to use DoFinal() here as it is the only way to guarantee output from the underlying cipher. - - any additional data to be included in the MAC calculation. - array holding input data to the cipher. - offset into input array data starts at. - length of the input data in the array. - array to hold the cipher output. - offset into output array to start saving output. - the amount of data written to output. - in case of failure. - A generic TLS 1.0-1.2 block cipher. This can be used for AES or 3DES for example. @@ -25141,6 +24814,9 @@ + + + @@ -25207,7 +24883,7 @@ - + @@ -25337,16 +25013,6 @@ - - - Implements cookie generation/verification for a DTLS server as described in RFC 4347, - 4.2.1. Denial of Service Countermeasures. - - - RFC 4347 4.2.1 additionally recommends changing the secret frequently. This class does not handle that - internally, so the instance should be replaced instead. - - RFC 4492 5.4 @@ -26225,9 +25891,6 @@ - - - @@ -26279,9 +25942,6 @@ - - - @@ -26677,6 +26337,13 @@ the handshake timeout, in milliseconds. + + Specify the time, in milliseconds, after which a handshake packet is resent. + + NOTE: Currently only respected by DTLS protocols. + + the handshake resend time, in milliseconds. + This option is provided as a last resort for interoperability with TLS peers that fail to correctly send a @@ -27445,24 +27112,6 @@ - - - - - - - - - - - - - - - - - - Encode this to a . the to encode to. @@ -27572,11 +27221,6 @@ return the ASN.1 encoded representation of this object. - - return the ASN.1 encoded representation of this object for the specific encoding type. - - @param encoding encoding style ("DER", "DL", "BER") - Generator for RFC 3161 Time Stamp Responses. @@ -28811,9 +28455,9 @@ - A meaningful version of the Signature Algorithm. (e.g. SHA1WITHRSA) + A meaningful version of the Signature Algorithm. (EG SHA1WITHRSA) - A string representing the signature algorithm. + A sting representing the signature algorithm. @@ -28827,9 +28471,6 @@ A byte array containing the Der encoded version of the parameters or null if there are none. - - The signature algorithm. - Get the issuers UID. @@ -28847,11 +28488,6 @@ Get a key usage guidlines. - - - Return the plain SubjectPublicKeyInfo that holds the encoded public key. - - Get the public key of the subject of the certificate. @@ -28976,12 +28612,6 @@ If verifier provider is not appropriate or the CRL alternative signature algorithm is invalid. - - - A meaningful version of the Signature Algorithm. (e.g. SHA1WITHRSA) - - A string representing the signature algorithm. - Return the DER encoding of this CRL. @@ -29338,12 +28968,6 @@ - - - Set the SubjectPublicKeyInfo for the public key that this certificate identifies. - - - Set the subject unique ID - note: it is very rare that it is correct to do this. diff --git a/C-Windows-1/bin/Debug/Config/BarcodeRecord/BarcodeInfo.mdb b/C-Windows-1/bin/Debug/Config/BarcodeRecord/BarcodeInfo.mdb new file mode 100644 index 0000000..5f3b704 Binary files /dev/null and b/C-Windows-1/bin/Debug/Config/BarcodeRecord/BarcodeInfo.mdb differ diff --git a/C-Windows-1/bin/Debug/Config/Config b/C-Windows-1/bin/Debug/Config/Config new file mode 100644 index 0000000..e001ea6 --- /dev/null +++ b/C-Windows-1/bin/Debug/Config/Config @@ -0,0 +1,13 @@ +[Mes] +strlinename=2 +strlocation=080303-070240 +strbatch=GT24170007020 +strstation=MT015气密性测试 +JIG_Number1=4C-CC-6A-ED-7C-03 +[set] +Station=1 +CodeLength=13 +ScanCode=true +ChkPass1=true +ChkPass2=true + diff --git a/C-Windows-1/bin/Debug/Config/Port/Port.ini b/C-Windows-1/bin/Debug/Config/Port/Port.ini new file mode 100644 index 0000000..1c723f5 --- /dev/null +++ b/C-Windows-1/bin/Debug/Config/Port/Port.ini @@ -0,0 +1,7 @@ +[Port] +InstrumentPort1=COM7 +InstrumentBaud1=9600 +CodePort1=COM9 +CodeBaud1=115200 +CodePort2=COM11 +CodeBaud2=115200 diff --git a/C-Windows-1/bin/Debug/EntityFramework.SqlServer.dll b/C-Windows-1/bin/Debug/EntityFramework.SqlServer.dll new file mode 100644 index 0000000..e11b437 Binary files /dev/null and b/C-Windows-1/bin/Debug/EntityFramework.SqlServer.dll differ diff --git a/C-Windows-1/bin/Debug/EntityFramework.SqlServer.xml b/C-Windows-1/bin/Debug/EntityFramework.SqlServer.xml new file mode 100644 index 0000000..ea081f1 --- /dev/null +++ b/C-Windows-1/bin/Debug/EntityFramework.SqlServer.xml @@ -0,0 +1,2156 @@ + + + + EntityFramework.SqlServer + + + + + An that retries actions that throw exceptions caused by SQL Azure transient failures. + + + This execution strategy will retry the operation on and + if the contains any of the following error numbers: + 40613, 40501, 40197, 10929, 10928, 10060, 10054, 10053, 233, 64 and 20 + + + + + Creates a new instance of . + + + The default retry limit is 5, which means that the total amount of time spent between retries is 26 seconds plus the random factor. + + + + + Creates a new instance of with the specified limits for + number of retries and the delay between retries. + + The maximum number of retry attempts. + The maximum delay in milliseconds between retries. + + + + + + + Contains function stubs that expose SqlServer methods in Linq to Entities. + + + + Returns the checksum of the values in a collection. Null values are ignored. + The checksum computed from the input collection. + The collection of values over which the checksum is computed. + + + Returns the checksum of the values in a collection. Null values are ignored. + The checksum computed from the input collection. + The collection of values over which the checksum is computed. + + + Returns the ASCII code value of the left-most character of a character expression. + The ASCII code of the first character in the input string. + A valid string. + + + Returns the character that corresponds to the specified integer ASCII value. + The character that corresponds to the specified ASCII value. + An ASCII code. + + + Returns the starting position of one expression found within another expression. + The starting position of toFind if it is found in toSearch . + The string expression to be found. + The string expression to be searched. + + + Returns the starting position of one expression found within another expression. + The starting position of toFind if it is found in toSearch . + The string expression to be found. + The string expression to be searched. + + + Returns the starting position of one expression found within another expression. + The starting position of toFind if it is found in toSearch . + The string expression to be found. + The string expression to be searched. + The character position in toSearch where searching begins. + + + Returns the starting position of one expression found within another expression. + The starting position of toFind if it is found in toSearch . + The string expression to be found. + The string expression to be searched. + The character position in toSearch where searching begins. + + + Returns the starting position of one expression found within another expression. + + A of value that is the starting position of toFind if it is found in toSearch . + + The string expression to be found. + The string expression to be searched. + The character position in toSearch where searching begins. + + + Returns the starting position of one expression found within another expression. + The starting position of toFind if it is found in toSearch . + The string expression to be found. + The string expression to be searched. + The character position in toSearch where searching begins. + + + Returns an integer value that indicates the difference between the SOUNDEX values of two character expressions. + The SOUNDEX difference between the two strings. + The first string. + The second string. + + + Returns the Unicode character with the specified integer code, as defined by the Unicode standard. + The character that corresponds to the input character code. + A character code. + + + Returns the starting position of the first occurrence of a pattern in a specified expression, or zeros if the pattern is not found, on all valid text and character data types. + The starting character position where the string pattern was found. + A string pattern to search for. + The string to search. + + + Returns a Unicode string with the delimiters added to make the input string a valid Microsoft SQL Server delimited identifier. + The original string with brackets added. + The expression that quote characters will be added to. + + + Returns a Unicode string with the delimiters added to make the input string a valid Microsoft SQL Server delimited identifier. + The original string with the specified quote characters added. + The expression that quote characters will be added to. + The one-character string to use as the delimiter. It can be a single quotation mark ( ' ), a left or right bracket ( [ ] ), or a double quotation mark ( " ). If quote_character is not specified, brackets are used. + + + Repeats a string value a specified number of times. + The target string, repeated the number of times specified by count . + A valid string. + The value that specifies how many time to repeat target . + + + Converts an alphanumeric string to a four-character (SOUNDEX) code to find similar-sounding words or names. + The SOUNDEX code of the input string. + A valid string. + + + Returns a string of repeated spaces. + A string that consists of the specified number of spaces. + The number of spaces. If negative, a null string is returned. + + + Returns character data converted from numeric data. + The numeric input expression converted to a string. + A numeric expression. + + + Returns character data converted from numeric data. + The input expression converted to a string. + A numeric expression. + + + Returns character data converted from numeric data. + The numeric input expression converted to a string. + A numeric expression. + The total length of the string. This includes decimal point, sign, digits, and spaces. The default is 10. + + + Returns character data converted from numeric data. + The input expression converted to a string. + A numeric expression. + The total length of the string. This includes decimal point, sign, digits, and spaces. The default is 10. + + + Returns character data converted from numeric data. + The numeric input expression converted to a string. + A numeric expression. + The total length of the string. This includes decimal point, sign, digits, and spaces. The default is 10. + The number of places to the right of the decimal point. decimal must be less than or equal to 16. If decimal is more than 16 then the result is truncated to sixteen places to the right of the decimal point. + + + Returns character data converted from numeric data. + The input expression converted to a string. + A numeric expression. + The total length of the string. This includes decimal point, sign, digits, and spaces. The default is 10. + The number of places to the right of the decimal point. decimal must be less than or equal to 16. If decimal is more than 16 then the result is truncated to sixteen places to the right of the decimal point. + + + Inserts a string into another string. It deletes a specified length of characters in the target string at the start position and then inserts the second string into the target string at the start position. + A string consisting of the two strings. + The target string. + The character position in stringinput where the replacement string is to be inserted. + The number of characters to delete from stringInput . If length is longer than stringInput , deletion occurs up to the last character in stringReplacement . + The substring to be inserted into stringInput . + + + Returns the integer value, as defined by the Unicode standard, for the first character of the input expression. + The character code for the first character in the input string. + A valid string. + + + A mathematical function that returns the angle, in radians, whose cosine is the specified numerical value. This angle is called the arccosine. + The angle, in radians, defined by the input cosine value. + The cosine of an angle. + + + A mathematical function that returns the angle, in radians, whose cosine is the specified numerical value. This angle is called the arccosine. + An angle, measured in radians. + The cosine of an angle. + + + A mathematical function that returns the angle, in radians, whose sine is the specified numerical value. This angle is called the arcsine. + An angle, measured in radians. + The sine of an angle. + + + A mathematical function that returns the angle, in radians, whose sine is the specified numerical value. This angle is called the arcsine. + An angle, measured in radians. + The sine of an angle. + + + A mathematical function that returns the angle, in radians, whose tangent is the specified numerical value. This angle is called the arctangent. + An angle, measured in radians. + The tangent of an angle. + + + A mathematical function that returns the angle, in radians, whose tangent is the specified numerical value. This angle is called the arctangent. + An angle, measured in radians. + The tangent of an angle. + + + Returns the positive angle, in radians, between the positive x-axis and the ray from the origin through the point (x, y), where x and y are the two specified numerical values. The first parameter passed to the function is the y-value and the second parameter is the x-value. + An angle, measured in radians. + The y-coordinate of a point. + The x-coordinate of a point. + + + Returns the positive angle, in radians, between the positive x-axis and the ray from the origin through the point (x, y), where x and y are the two specified numerical values. The first parameter passed to the function is the y-value and the second parameter is the x-value. + An angle, measured in radians. + The y-coordinate of a point. + The x-coordinate of a point. + + + Returns the trigonometric cosine of the specified angle, in radians, in the specified expression. + The trigonometric cosine of the specified angle. + An angle, measured in radians. + + + Returns the trigonometric cosine of the specified angle, in radians, in the specified expression. + The trigonometric cosine of the specified angle. + An angle, measured in radians. + + + A mathematical function that returns the trigonometric cotangent of the specified angle, in radians. + The trigonometric cotangent of the specified angle. + An angle, measured in radians. + + + A mathematical function that returns the trigonometric cotangent of the specified angle, in radians. + The trigonometric cotangent of the specified angle. + An angle, measured in radians. + + + Returns the corresponding angle in degrees for an angle specified in radians. + The specified angle converted to degrees. + An angle, measured in radians. + + + Returns the corresponding angle in degrees for an angle specified in radians. + The specified angle converted to degrees. + An angle, measured in radians. + + + Returns the corresponding angle in degrees for an angle specified in radians. + The specified angle converted to degrees. + An angle, measured in radians. + + + Returns the corresponding angle in degrees for an angle specified in radians. + The specified angle converted to degrees. + An angle, measured in radians. + + + Returns the exponential value of the specified float expression. + The constant e raised to the power of the input value. + The input value. + + + Returns the exponential value of the specified float expression. + The constant e raised to the power of the input value. + The input value. + + + Returns the natural logarithm of the specified input value. + The natural logarithm of the input value. + A numeric expression. + + + Returns the natural logarithm of the specified input value. + The natural logarithm of the input value. + A numeric expression. + + + Returns the base-10 logarithm of the specified input value. + The base-10 logarithm of the input value. + A numeric expression. + + + Returns the base-10 logarithm of the specified input value. + The base-10 logarithm of the input value. + A numeric expression. + + + Returns the constant value of pi. + The numeric value of pi. + + + Returns the radian measure corresponding to the specified angle in degrees. + The radian measure of the specified angle. + The angle, measured in degrees + + + Returns the radian measure corresponding to the specified angle in degrees. + The radian measure of the specified angle. + The angle, measured in degrees + + + Returns the radian measure corresponding to the specified angle in degrees. + The radian measure of the specified angle. + The angle, measured in degrees. + + + Returns the radian measure corresponding to the specified angle in degrees. + The radian measure of the specified angle. + The angle, measured in degrees. + + + Returns a pseudo-random float value from 0 through 1, exclusive. + The pseudo-random value. + + + Returns a pseudo-random float value from 0 through 1, exclusive. + The pseudo-random value. + The seed value. If seed is not specified, the SQL Server Database Engine assigns a seed value at random. For a specified seed value, the result returned is always the same. + + + Returns the positive (+1), zero (0), or negative (-1) sign of the specified expression. + The sign of the input expression. + A numeric expression. + + + Returns the positive (+1), zero (0), or negative (-1) sign of the specified expression. + The sign of the input expression. + A numeric expression. + + + Returns the positive (+1), zero (0), or negative (-1) sign of the specified expression. + The sign of the input expression. + A numeric expression. + + + Returns the positive (+1), zero (0), or negative (-1) sign of the specified expression. + The sign of the input expression. + A numeric expression. + + + Returns the trigonometric sine of the specified angle. + The trigonometric sine of the input expression. + An angle, measured in radians. + + + Returns the trigonometric sine of the specified angle. + The trigonometric sine of the input expression. + An angle, measured in radians. + + + Returns the square root of the specified number. + The square root of the input value. + A numeric expression. + + + Returns the square root of the specified number. + The square root of the input value. + A numeric expression. + + + Returns the square of the specified number. + The square of the input value. + A numeric expression. + + + Returns the square of the specified number. + The square of the input value. + A numeric expression. + + + Returns the trigonometric tangent of the input expression. + The tangent of the input angle. + An angle, measured in radians. + + + Returns the trigonometric tangent of the input expression. + The tangent of the input angle. + An angle, measured in radians. + + + Returns a new datetime value based on adding an interval to the specified date. + The new date. + The part of the date to increment. + The value used to increment a date by a specified amount. + The date to increment. + + + Returns a new time span value based on adding an interval to the specified time span. + The new time span. + The part of the date to increment. + The value used to increment a date by a specified amount. + The time span to increment. + + + Returns a new date value based on adding an interval to the specified date. + The new point in time, expressed as a date and time of day, relative to Coordinated Universal Time (UTC). + The part of the date to increment. + The value used to increment a date by a specified amount. + The date to increment. + + + Returns a new datetime value based on adding an interval to the specified date. + + A of value that is the new date. + + The part of the date to increment. + The value used to increment a date by a specified amount. + The date to increment. + + + Returns the count of the specified datepart boundaries crossed between the specified start date and end date. + The number of time intervals between the two dates. + The part of the date to calculate the differing number of time intervals. + The first date. + The second date. + + + Returns the count of the specified datepart boundaries crossed between the specified start date and end date. + The number of time intervals between the two dates. + The part of the date to calculate the differing number of time intervals. + The first date. + The second date. + + + Returns the count of the specified datepart boundaries crossed between the specified start date and end date. + The number of time intervals between the two dates. + The part of the date to calculate the differing number of time intervals. + The first date. + The second date. + + + Returns the count of the specified datepart boundaries crossed between the specified start date and end date. + The number of time intervals between the two dates. + The part of the date to calculate the differing number of time intervals. + The first date. + The second date. + + + Returns the count of the specified datepart boundaries crossed between the specified start date and end date. + The number of time intervals between the two dates. + The part of the date to calculate the differing number of time intervals. + The first date. + The second date. + + + Returns the count of the specified datepart boundaries crossed between the specified start date and end date. + The value specifying the number of time intervals between the two dates. + The part of the date to calculate the differing number of time intervals. + The first date. + The second date. + + + Returns the count of the specified datepart boundaries crossed between the specified start date and end date. + The number of time intervals between the two dates. + The part of the date to calculate the differing number of time intervals. + The first date. + The second date. + + + Returns the count of the specified datepart boundaries crossed between the specified start date and end date. + The number of time intervals between the two dates. + The part of the date to calculate the differing number of time intervals. + The first date. + The second date. + + + Returns the count of the specified datepart boundaries crossed between the specified start date and end date. + The number of time intervals between the two dates. + The part of the date to calculate the differing number of time intervals. + The first date. + The second date. + + + Returns the count of the specified datepart boundaries crossed between the specified start date and end date. + The number of time intervals between the two dates. + The part of the date to calculate the differing number of time intervals. + The first date. + The second date. + + + Returns the count of the specified datepart boundaries crossed between the specified start date and end date. + The number of time intervals between the two dates. + The part of the date to calculate the differing number of time intervals. + The first date. + The second date. + + + Returns the count of the specified datepart boundaries crossed between the specified start date and end date. + The number of time intervals between the two dates. + The part of the date to calculate the differing number of time intervals. + The first date. + The second date. + + + Returns the count of the specified datepart boundaries crossed between the specified start date and end date. + The number of time intervals between the two dates. + The part of the date to calculate the differing number of time intervals. + The first date. + The second date. + + + Returns the count of the specified datepart boundaries crossed between the specified start date and end date. + The number of time intervals between the two Dates. + The part of the date to calculate the differing number of time intervals. + The first date. + The second date. + + + Returns the count of the specified datepart boundaries crossed between the specified start date and end date. + The number of time intervals between the two dates. + The part of the date to calculate the differing number of time intervals. + The first date. + The second date. + + + Returns the count of the specified datepart boundaries crossed between the specified start date and end date. + The number of time intervals between the two dates. + The part of the date to calculate the differing number of time intervals. + The first date. + The second date. + + + Returns a character string that represents the specified datepart of the specified date. + The specified part of the specified date. + The part of the date to calculate the differing number of time intervals. + The date. + + + Returns a character string that represents the specified datepart of the specified date. + The specified part of the specified date. + The part of the date to calculate the differing number of time intervals. + The date. + + + Returns a character string that represents the specified datepart of the specified date. + The specified part of the specified date. + The part of the date to calculate the differing number of time intervals. + The date. + + + Returns a character string that represents the specified datepart of the specified date. + The specified part of the specified date. + The part of the date to calculate the differing number of time intervals. + The date. + + + Returns an integer that represents the specified datepart of the specified date. + The specified datepart of the specified date. + The part of the date to return the value. + The date. + + + Returns an integer that represents the specified datepart of the specified date. + The specified datepart of the specified date. + The part of the date to return the value. + The date. + + + Returns an integer that represents the specified datepart of the specified date. + The specified datepart of the specified date. + The part of the date to return the value. + The date. + + + Returns an integer that represents the specified datepart of the specified date. + The specified datepart of the specified date. + The part of the date to return the value. + The date. + + + Returns the current database system timestamp as a datetime value without the database time zone offset. This value is derived from the operating system of the computer on which the instance of SQL Server is running. + The current database timestamp. + + + Returns the current database system timestamp as a datetime value. The database time zone offset is not included. This value represents the current UTC time (Coordinated Universal Time). This value is derived from the operating system of the computer on which the instance of SQL Server is running. + The current database UTC timestamp. + + + Returns the number of bytes used to represent any expression. + The number of bytes in the input value. + The value to be examined for data length. + + + Returns the number of bytes used to represent any expression. + The number of bytes in the input value. + The value to be examined for data length. + + + Returns the number of bytes used to represent any expression. + The number of bytes in the input value. + The value to be examined for data length. + + + Returns the number of bytes used to represent any expression. + The number of bytes in the input value. + The value to be examined for data length. + + + Returns the number of bytes used to represent any expression. + The number of bytes in the input value. + The value to be examined for data length. + + + Returns the number of bytes used to represent any expression. + The number of bytes in the input value. + The value to be examined for data length. + + + Returns the number of bytes used to represent any expression. + The number of bytes in the input value. + The value to be examined for data length. + + + Returns the number of bytes used to represent any expression. + The number of bytes in the input value. + The value to be examined for length. + + + Returns the number of bytes used to represent any expression. + The number of bytes in the input value. + The value to be examined for data length. + + + Returns the checksum value computed over the input argument. + The checksum computed over the input value. + The value for which the checksum is calculated. + + + Returns the checksum value computed over the input argument. + The checksum computed over the input value. + The value for which the checksum is calculated. + + + Returns the checksum value computed over the input argument. + The checksum computed over the input value. + The value for which the checksum is calculated. + + + Returns the checksum value computed over the input argument. + The checksum computed over the input value. + The value for which the checksum is calculated. + + + Returns the checksum value computed over the input argument. + The checksum computed over the input values. + The value for which the checksum is calculated. + + + Returns the checksum value computed over the input argument. + The checksum computed over the input value. + The value for which the checksum is calculated. + + + Returns the checksum value computed over the input argument. + The checksum computed over the input value. + The value for which the checksum is calculated. + + + Returns the checksum value computed over the input argument. + The checksum computed over the input value. + The character array for which the checksum is calculated. + + + Returns the checksum value computed over the input argument. + The checksum computed over the input value. + The value for which the checksum is calculated. + + + Returns the checksum value computed over the input arguments. + The checksum computed over the input values. + The value for which the checksum is calculated. + The value for which the checksum is calculated. + + + Returns the checksum value computed over the input arguments. + The checksum computed over the input values. + The value for which the checksum is calculated. + The value for which the checksum is calculated. + + + Returns the checksum value computed over the input arguments. + The checksum computed over the input values. + The value for which the checksum is calculated. + The value for which the checksum is calculated. + + + Returns the checksum value computed over the input arguments. + The checksum computed over the input values. + The value for which the checksum is calculated. + The value for which the checksum is calculated. + + + Returns the checksum value computed over the input arguments. + The checksum computed over the input values. + The value for which the checksum is calculated. + The value for which the checksum is calculated. + + + Returns the checksum value computed over the input arguments. + The checksum computed over the input values. + The value for which the checksum is calculated. + The value for which the checksum is calculated. + + + Returns the checksum value computed over the input arguments. + The checksum computed over the input values. + The value for which the checksum is calculated. + The value for which the checksum is calculated. + + + Returns the checksum value computed over the input arguments. + The checksum computed over the input values. + The character array for which the checksum is calculated. + The character array for which the checksum is calculated. + + + Returns the checksum value computed over the input arguments. + The checksum computed over the input values. + The value for which the checksum is calculated. + The value for which the checksum is calculated. + + + Returns the checksum value computed over the input arguments. + The checksum computed over the input values. + The value for which the checksum is calculated. + The value for which the checksum is calculated. + The value for which the checksum is calculated. + + + Returns the checksum value computed over the input arguments. + The checksum computed over the input values. + The value for which the checksum is calculated. + The value for which the checksum is calculated. + The value for which the checksum is calculated. + + + Returns the checksum value computed over the input arguments. + The checksum computed over the input values. + The value for which the checksum is calculated. + The value for which the checksum is calculated. + The value for which the checksum is calculated. + + + Returns the checksum value computed over the input arguments. + The checksum computed over the input values. + The value for which the checksum is calculated. + The value for which the checksum is calculated. + The value for which the checksum is calculated. + + + Returns the checksum value computed over the input arguments. + The checksum computed over the input values. + The value for which the checksum is calculated. + The value for which the checksum is calculated. + The value for which the checksum is calculated. + + + Returns the checksum value computed over the input arguments. + The checksum computed over the input values. + The value for which the checksum is calculated. + The value for which the checksum is calculated. + The value for which the checksum is calculated. + + + Returns the checksum value computed over the input arguments. + The checksum computed over the input values. + The value for which the checksum is calculated. + The value for which the checksum is calculated. + The value for which the checksum is calculated. + + + Returns the checksum value computed over the input arguments. + The checksum computed over the input values. + The character array for which the checksum is calculated. + The character array for which the checksum is calculated. + The character array for which the checksum is calculated. + + + Returns the checksum value computed over the input arguments. + The checksum computed over the input values. + The value for which the checksum is calculated. + The value for which the checksum is calculated. + The value for which the checksum is calculated. + + + Returns the current date and time. + The current date and time. + + + Returns the name of the current user. + The name of the current user. + + + Returns the workstation name. + The name of the workstation. + + + Returns a database user name corresponding to a specified identification number. + The user name. + A user ID. + + + Returns a database user name corresponding to a specified identification number. + The user name. + + + Indicates whether the input value is a valid numeric type. + 1 if the input expression is a valid numeric data type; otherwise, 0. + A string expression. + + + Indicates whether the input value is a valid date or time. + 1 if the input expression is a valid date or time value of datetime or smalldatetime data types; otherwise, 0. + The tested value. + + + + Contains function stubs that expose SqlServer methods in Linq to Entities. + + + + Returns a hierarchyid representing the nth ancestor of this. + A hierarchyid representing the nth ancestor of this. + The hierarchyid value. + n + + + Returns a child node of the parent. + The hierarchyid value. + null or the hierarchyid of a child of the current node. + null or the hierarchyid of a child of the current node. + + Returns one child node that is a descendant of the parent. + If parent is null, returns null. + If parent is not null, and both child1 and child2 are null, returns a child of parent. + If parent and child1 are not null, and child2 is null, returns a child of parent greater than child1. + If parent and child2 are not null and child1 is null, returns a child of parent less than child2. + If parent, child1, and child2 are not null, returns a child of parent greater than child1 and less than child2. + If child1 is not null and not a child of parent, an exception is raised. + If child2 is not null and not a child of parent, an exception is raised. + If child1 >= child2, an exception is raised. + + + + Returns an integer that represents the depth of the node this in the tree. + An integer that represents the depth of the node this in the tree. + The hierarchyid value. + + + Returns the root of the hierarchy tree. + The root of the hierarchy tree. + + + Returns true if this is a descendant of parent. + True if this is a descendant of parent. + The hierarchyid value. + parent + + + Returns a node whose path from the root is the path to newRoot, followed by the path from oldRoot to this. + Hierarchyid value. + The hierarchyid value. + oldRoot + newRoot + + + Converts the canonical string representation of a hierarchyid to a hierarchyid value. + Hierarchyid value. + input + + + + Indicates if the provider supports the parameter optimization described in EntityFramework6 GitHub issue #195. + + True since this provider supports the parameter optimization. + + + + The DbProviderServices implementation for the SqlClient provider for SQL Server. + + + Note that instance of this type also resolve additional provider services for Microsoft SQL Server + when this type is registered as an EF provider either using an entry in the application's config file + or through code-based registration in . + The services resolved are: + Requests for are resolved to a Singleton instance of + to create connections to LocalDB by default. + Requests for for the invariant name "System.Data.SqlClient" + for any server name are resolved to a delegate that returns a + to provide a non-retrying policy for SQL Server. + Requests for for the invariant name "System.Data.SqlClient" are + resolved to instances to provide default Migrations SQL + generation for SQL Server. + Requests for for the invariant name "System.Data.SqlClient" are + resolved to a Singleton instance of to provide default spatial + services for SQL Server. + + + + + This is the well-known string using in configuration files and code-based configuration as + the "provider invariant name" used to specify Microsoft SQL Server for ADO.NET and + Entity Framework provider services. + + + + + The Singleton instance of the SqlProviderServices type. + + + + + Set to the full name of the Microsoft.SqlServer.Types assembly to override the default selection + + + + + Get or sets a value indicating whether parameter values are truncated to + the scale (number of decimal places) defined for their corresponding columns when they are sent + to the database. A value of true indicates that objects + created for columns will have their + properties set, which will cause the parameter values to be truncated. If set to false + then the properties will not be set, avoiding the truncation + behavior of and allowing SQL Server to round values if necessary. + The default value is true to prevent breaking existing applications that depend on this + behavior. + + + + + Gets or sets a value indicating whether to use the SCOPE_IDENTITY() function to retrieve values + generated by the database for numeric columns during an INSERT operation. The default value of + true is recommended and can provide better performance if all numeric values are generated + using IDENTITY columns. If set to false, an OUTPUT clause will be used instead. An OUTPUT + clause makes it possible to retrieve values generated by sequences or other means. + + + + + Gets or sets a value indicating whether the ROW_NUMBER() function is used in sort expression + passed to the ORDER BY clause when OFFSET is present in query. The default value of true + is recommended to obtain query results that are stable for paging operations. The value of + false can be used for compatibility with previous versions of EF and will cause the sort + expression to be passed unmodified to the ORDER BY clause, which can lead to unstable results + if the ordering is ambiguous. + + + This flag only applies to SQL Server 2012 or later. This flag does not affect queries that have + already been translated to SQL and cached, therefore applications that need to set the value to + false for compatibility should do so before executing any queries. + + + + + Registers a handler to process non-error messages coming from the database provider. + + The connection to receive information for. + The handler to process messages. + + + + Create a Command Definition object, given the connection and command tree + + provider manifest that was determined from metadata + command tree for the statement + an executable command definition object + + + + See issue 2390 - cloning the DesignTimeVisible property on the + can cause deadlocks. + So here overriding to provide a method that does not clone DesignTimeVisible. + + the object to clone + a clone of the + + + + Sets the parameter value and appropriate facets for the given . + + The parameter. + The type of the parameter. + The value of the parameter. + + + + Returns provider manifest token for a given connection. + + Connection to find manifest token from. + The provider manifest token for the specified connection. + + + + Returns the provider manifest by using the specified version information. + + The token information associated with the provider manifest. + The provider manifest by using the specified version information. + + + + Gets a spatial data reader for SQL Server. + + The reader where the spatial data came from. + The manifest token associated with the provider manifest. + The spatial data reader. + + + + Gets a spatial data reader for SQL Server. + + The manifest token associated with the provider manifest. + The spatial data reader. + + + + Generates a data definition language (DDL) script that creates schema objects + (tables, primary keys, foreign keys) based on the contents of the StoreItemCollection + parameter and targeted for the version of the database corresponding to the provider manifest token. + + The provider manifest token identifying the target version. + The structure of the database. + + A DDL script that creates schema objects based on the contents of the StoreItemCollection parameter + and targeted for the version of the database corresponding to the provider manifest token. + + + + + Create the database and the database objects. + If initial catalog is not specified, but AttachDBFilename is specified, we generate a random database name based on the AttachDBFilename. + Note: this causes pollution of the db, as when the connection string is later used, the mdf will get attached under a different name. + However if we try to replicate the name under which it would be attached, the following scenario would fail: + The file does not exist, but registered with database. + The user calls: If (DatabaseExists) DeleteDatabase + CreateDatabase + For further details on the behavior when AttachDBFilename is specified see Dev10# 188936 + + Connection to a non-existent database that needs to be created and populated with the store objects indicated with the storeItemCollection parameter. + Execution timeout for any commands needed to create the database. + The collection of all store items based on which the script should be created. + + + + Determines whether the database for the given connection exists. + There are three cases: + 1. Initial Catalog = X, AttachDBFilename = null: (SELECT Count(*) FROM sys.databases WHERE [name]= X) > 0 + 2. Initial Catalog = X, AttachDBFilename = F: if (SELECT Count(*) FROM sys.databases WHERE [name]= X) > 0 then true, + if not, try to open the connection and then return (SELECT Count(*) FROM sys.databases WHERE [name]= X) > 0 + 3. Initial Catalog = null, AttachDBFilename = F: Try to open the connection. If that succeeds the result is true, otherwise + if the there are no databases corresponding to the given file return false, otherwise throw. + Note: We open the connection to cover the scenario when the mdf exists, but is not attached. + Given that opening the connection would auto-attach it, it would not be appropriate to return false in this case. + Also note that checking for the existence of the file does not work for a remote server. (Dev11 #290487) + For further details on the behavior when AttachDBFilename is specified see Dev10# 188936 + + Connection to a database whose existence is checked by this method. + Execution timeout for any commands needed to determine the existence of the database. + The collection of all store items from the model. This parameter is no longer used for determining database existence. + True if the provider can deduce the database only based on the connection. + + + + Determines whether the database for the given connection exists. + There are three cases: + 1. Initial Catalog = X, AttachDBFilename = null: (SELECT Count(*) FROM sys.databases WHERE [name]= X) > 0 + 2. Initial Catalog = X, AttachDBFilename = F: if (SELECT Count(*) FROM sys.databases WHERE [name]= X) > 0 then true, + if not, try to open the connection and then return (SELECT Count(*) FROM sys.databases WHERE [name]= X) > 0 + 3. Initial Catalog = null, AttachDBFilename = F: Try to open the connection. If that succeeds the result is true, otherwise + if the there are no databases corresponding to the given file return false, otherwise throw. + Note: We open the connection to cover the scenario when the mdf exists, but is not attached. + Given that opening the connection would auto-attach it, it would not be appropriate to return false in this case. + Also note that checking for the existence of the file does not work for a remote server. (Dev11 #290487) + For further details on the behavior when AttachDBFilename is specified see Dev10# 188936 + + Connection to a database whose existence is checked by this method. + Execution timeout for any commands needed to determine the existence of the database. + The collection of all store items from the model. This parameter is no longer used for determining database existence. + True if the provider can deduce the database only based on the connection. + + + + Delete the database for the given connection. + There are three cases: + 1. If Initial Catalog is specified (X) drop database X + 2. Else if AttachDBFilename is specified (F) drop all the databases corresponding to F + if none throw + 3. If niether the catalog not the file name is specified - throw + Note that directly deleting the files does not work for a remote server. However, even for not attached + databases the current logic would work assuming the user does: if (DatabaseExists) DeleteDatabase + + Connection + Timeout for internal commands. + Item Collection. + + + + Clones the connection. + + The original connection. + The factory to use. + Cloned connection + + + + Provider to convert provider agnostic migration operations into SQL commands + that can be run against a Microsoft SQL Server database. + + + + + Determines if a provider specific exception corresponds to a database-level permission denied error. + + The database exception. + true if the supplied exception corresponds to a database-level permission denied error; otherwise false. + + + + Converts a set of migration operations into Microsoft SQL Server specific SQL. + + The operations to be converted. + Token representing the version of SQL Server being targeted (i.e. "2005", "2008"). + A list of SQL statements to be executed to perform the migration operations. + + + + Generates the SQL body for a stored procedure. + + The command trees representing the commands for an insert, update or delete operation. + The rows affected parameter name. + The provider manifest token. + The SQL body for the stored procedure. + + + + Generates the specified update database operation which represents applying a series of migrations. + The generated script is idempotent, meaning it contains conditional logic to check if individual migrations + have already been applied and only apply the pending ones. + + The update database operation. + + + + Generates SQL for a . + Allows derived providers to handle additional operation types. + Generated SQL should be added using the Statement method. + + The operation to produce SQL for. + + + + Creates an empty connection for the current provider. + Allows derived providers to use connection other than . + + An empty connection for the current provider. + + + + Generates the specified create procedure operation. + + The create procedure operation. + + + + Generates the specified alter procedure operation. + + The alter procedure operation. + + + + Generates the specified drop procedure operation. + + The drop procedure operation. + + + + Generates SQL for a . This method differs from + in that it will + create the target database schema if it does not already exist. + Generated SQL should be added using the Statement method. + + The operation to produce SQL for. + + + + Generates SQL for a . + Generated SQL should be added using the Statement method. + + The operation to produce SQL for. + + + + Writes CREATE TABLE SQL to the target writer. + + The operation to produce SQL for. + The target writer. + + + + Override this method to generate SQL when the definition of a table or its attributes are changed. + The default implementation of this method does nothing. + + The operation describing changes to the table. + + + + Generates SQL to mark a table as a system table. + Generated SQL should be added using the Statement method. + + The table to mark as a system table. + The to write the generated SQL to. + + + + Generates SQL to create a database schema. + Generated SQL should be added using the Statement method. + + The name of the schema to create. + + + + Generates SQL for a . + Generated SQL should be added using the Statement method. + + The operation to produce SQL for. + + + + Generates SQL for a . + Generated SQL should be added using the Statement method. + + The operation to produce SQL for. + + + + Generates SQL for a . + Generated SQL should be added using the Statement method. + + The operation to produce SQL for. + + + + Generates SQL for a . + Generated SQL should be added using the Statement method. + + The operation to produce SQL for. + + + + Generates SQL for a . + Generated SQL should be added using the Statement method. + + The operation to produce SQL for. + + + + Generates SQL for a . + Generated SQL should be added using the Statement method. + + The operation to produce SQL for. + + + + Generates SQL for a . + Generated SQL should be added using the Statement method. + + The operation to produce SQL for. + + + + Generates SQL for a . + Generated SQL should be added using the Statement method. + + The operation to produce SQL for. + + + + Generates SQL for a . + Generated SQL should be added using the Statement method. + + The operation to produce SQL for. + + + + Call this method to generate SQL that will attempt to drop the default constraint created + when a column is created. This method is usually called by code that overrides the creation or + altering of columns. + + The table to which the constraint applies. + The column to which the constraint applies. + The writer to which generated SQL should be written. + + + + Generates SQL for a . + Generated SQL should be added using the Statement method. + + The operation to produce SQL for. + + + + Generates SQL for a . + Generated SQL should be added using the Statement or StatementBatch methods. + + The operation to produce SQL for. + + + + Generates SQL for a . + Generated SQL should be added using the Statement method. + + The operation to produce SQL for. + + + + Generates SQL for a . + Generated SQL should be added using the Statement method. + + The operation to produce SQL for. + + + + Generates SQL for a . + Generated SQL should be added using the Statement method. + + The operation to produce SQL for. + + + + Generates the specified rename procedure operation. + + The rename procedure operation. + + + + Generates the specified move procedure operation. + + The move procedure operation. + + + + Generates SQL for a . + Generated SQL should be added using the Statement method. + + The operation to produce SQL for. + + + + Generates SQL for the given column model. This method is called by other methods that + process columns and can be overridden to change the SQL generated. + + The column for which SQL is being generated. + The writer to which generated SQL should be written. + + + + Returns the column default value to use for store-generated GUID columns when + no default value is explicitly specified in the migration. + Returns newsequentialid() for on-premises SQL Server 2005 and later. + Returns newid() for SQL Azure. + + Either newsequentialid() or newid() as described above. + + + + Generates SQL for a . + Generated SQL should be added using the Statement method. + + The operation to produce SQL for. + + + + Generates SQL to specify a constant byte[] default value being set on a column. + This method just generates the actual value, not the SQL to set the default value. + + The value to be set. + SQL representing the default value. + + + + Generates SQL to specify a constant bool default value being set on a column. + This method just generates the actual value, not the SQL to set the default value. + + The value to be set. + SQL representing the default value. + + + + Generates SQL to specify a constant DateTime default value being set on a column. + This method just generates the actual value, not the SQL to set the default value. + + The value to be set. + SQL representing the default value. + + + + Generates SQL to specify a constant DateTimeOffset default value being set on a column. + This method just generates the actual value, not the SQL to set the default value. + + The value to be set. + SQL representing the default value. + + + + Generates SQL to specify a constant Guid default value being set on a column. + This method just generates the actual value, not the SQL to set the default value. + + The value to be set. + SQL representing the default value. + + + + Generates SQL to specify a constant string default value being set on a column. + This method just generates the actual value, not the SQL to set the default value. + + The value to be set. + SQL representing the default value. + + + + Generates SQL to specify a constant TimeSpan default value being set on a column. + This method just generates the actual value, not the SQL to set the default value. + + The value to be set. + SQL representing the default value. + + + + Generates SQL to specify a constant hierarchyid default value being set on a column. + This method just generates the actual value, not the SQL to set the default value. + + The value to be set. + SQL representing the default value. + + + + Generates SQL to specify a constant geogrpahy default value being set on a column. + This method just generates the actual value, not the SQL to set the default value. + + The value to be set. + SQL representing the default value. + + + + Generates SQL to specify a constant geometry default value being set on a column. + This method just generates the actual value, not the SQL to set the default value. + + The value to be set. + SQL representing the default value. + + + + Generates SQL to specify a constant default value being set on a column. + This method just generates the actual value, not the SQL to set the default value. + + The value to be set. + SQL representing the default value. + + + + Generates SQL to specify the data type of a column. + This method just generates the actual type, not the SQL to create the column. + + The definition of the column. + SQL representing the data type. + + + + Generates a quoted name. The supplied name may or may not contain the schema. + + The name to be quoted. + The quoted name. + + + + Quotes an identifier for SQL Server. + + The identifier to be quoted. + The quoted identifier. + + + + Adds a new Statement to be executed against the database. + + The statement to be executed. + Gets or sets a value indicating whether this statement should be performed outside of the transaction scope that is used to make the migration process transactional. If set to true, this operation will not be rolled back if the migration process fails. + The batch terminator for the database provider. + + + + Gets a new that can be used to build SQL. + This is just a helper method to create a writer. Writing to the writer will + not cause SQL to be registered for execution. You must pass the generated + SQL to the Statement method. + + An empty text writer to use for SQL generation. + + + + Adds a new Statement to be executed against the database. + + The writer containing the SQL to be executed. + The batch terminator for the database provider. + + + + Breaks sql string into one or more statements, handling T-SQL utility statements as necessary. + + The SQL to split into one ore more statements to be executed. + Gets or sets a value indicating whether this statement should be performed outside of the transaction scope that is used to make the migration process transactional. If set to true, this operation will not be rolled back if the migration process fails. + + + + Contains function stubs that expose SqlServer methods in Linq to Entities. + + + + Constructs a geography instance representing a Point instance from its x and y values and a spatial reference ID (SRID). + The constructed geography instance. + The x-coordinate of the Point being generated. + The y-coordinate of the Point being generated + The SRID of the geography instance. + + + Returns the Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation of a geography instance augmented with any Z (elevation) and M (measure) values carried by the instance. + The Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation of a geography instance. + The geography value. + + + Returns a geometric object representing the union of all point values whose distance from a geography instance is less than or equal to a specified value, allowing for a specified tolerance. + The union of all point values whose distance from a geography instance is less than or equal to a specified value + The geography value. + The distance. + The specified tolerance. + Specifying whether the tolerance value is relative or absolute. + + + Returns the maximum angle between the point returned by EnvelopeCenter() and a point in the geography instance in degrees. + the maximum angle between the point returned by EnvelopeCenter(). + The geography value. + + + Returns a point that can be used as the center of a bounding circle for the geography instance. + A SqlGeography value that specifies the location of the center of a bounding circle. + The geography value. + + + Offers a fast, index-only intersection method to determine if a geography instance intersects another SqlGeography instance, assuming an index is available. + True if a geography instance potentially intersects another SqlGeography instance; otherwise, false. + The geography value. + Another geography instance to compare against the instance on which Filter is invoked. + + + Tests if the SqlGeography instance is the same as the specified type. + A string that specifies one of the 12 types exposed in the geography type hierarchy. + The geography value. + A string that specifies one of the 12 types exposed in the geography type hierarchy. + + + Returns the total number of rings in a Polygon instance. + The total number of rings. + The geography value. + + + Returns an approximation of the given geography instance produced by running the Douglas-Peucker algorithm on the instance with the given tolerance. + + Returns . + + The geography value. + The tolerance to input to the Douglas-Peucker algorithm. tolerance must be a positive number. + + + Returns the specified ring of the SqlGeography instance: 1 鈮 n 鈮 NumRings(). + A SqlGeography object that represents the ring specified by n. + The geography value. + An int expression between 1 and the number of rings in a polygon instance. + + + Constructs a geometry instance representing a Point instance from its x and y values and a spatial reference ID (SRID). + The constructed geometry instance. + The x-coordinate of the Point being generated. + The y-coordinate of the Point being generated + The SRID of the geography instance. + + + Returns the Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation of a geography instance augmented with any Z (elevation) and M (measure) values carried by the instance. + The Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation of a geometry instance. + The geometry value. + + + Returns a geometric object representing the union of all point values whose distance from a geometry instance is less than or equal to a specified value, allowing for a specified tolerance. + The union of all point values whose distance from a geometry instance is less than or equal to a specified value + The geometry value. + The distance. + The specified tolerance. + Specifying whether the tolerance value is relative or absolute. + + + Tests if the SqlGeometry instance is the same as the specified type. + A string that specifies one of the 12 types exposed in the geography type hierarchy. + The geometry value. + A string that specifies one of the 12 types exposed in the geography type hierarchy. + + + Offers a fast, index-only intersection method to determine if a geography instance intersects another SqlGeometry instance, assuming an index is available. + True if a geography instance potentially intersects another SqlGeography instance; otherwise, false. + The geometry value. + Another geography instance to compare against the instance on which Filter is invoked. + + + Converts an invalid geometry instance into a geometry instance with a valid Open Geospatial Consortium (OGC) type. + The converted geometry instance. + The geometry value. + + + Returns an approximation of the given geography instance produced by running the Douglas-Peucker algorithm on the instance with the given tolerance. + + Returns . + + The geometry value. + The tolerance to input to the Douglas-Peucker algorithm. tolerance must be a positive number. + + + + An implementation of to provide support for geospatial types when using + Entity Framework with Microsoft SQL Server. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Contains extension methods for the class. + + + + + Configures an awaiter used to await this to avoid + marshalling the continuation + back to the original context, but preserve the current culture and UI culture. + + + The type of the result produced by the associated . + + The task to be awaited on. + An object used to await this task. + + + + Configures an awaiter used to await this to avoid + marshalling the continuation + back to the original context, but preserve the current culture and UI culture. + + The task to be awaited on. + An object used to await this task. + + + + Provides an awaitable object that allows for awaits on that + preserve the culture. + + + The type of the result produced by the associated . + + This type is intended for compiler use only. + + + + Constructs a new instance of the class. + + The task to be awaited on. + + + Gets an awaiter used to await this . + An awaiter instance. + This method is intended for compiler user rather than use directly in code. + + + + Gets whether this Task has completed. + + + will return true when the Task is in one of the three + final states: RanToCompletion, + Faulted, or + Canceled. + + + + Ends the await on the completed . + The result of the completed . + The awaiter was not properly initialized. + The task was canceled. + The task completed in a Faulted state. + + + This method is not implemented and should not be called. + The action to invoke when the await operation completes. + + + + Schedules the continuation onto the associated with this + . + + The action to invoke when the await operation completes. + + The argument is null + (Nothing in Visual Basic). + + The awaiter was not properly initialized. + This method is intended for compiler user rather than use directly in code. + + + + Provides an awaitable object that allows for awaits on that + preserve the culture. + + This type is intended for compiler use only. + + + + Constructs a new instance of the class. + + The task to be awaited on. + + + Gets an awaiter used to await this . + An awaiter instance. + This method is intended for compiler user rather than use directly in code. + + + + Gets whether this Task has completed. + + + will return true when the Task is in one of the three + final states: RanToCompletion, + Faulted, or + Canceled. + + + + Ends the await on the completed . + The awaiter was not properly initialized. + The task was canceled. + The task completed in a Faulted state. + + + This method is not implemented and should not be called. + The action to invoke when the await operation completes. + + + + Schedules the continuation onto the associated with this + . + + The action to invoke when the await operation completes. + + The argument is null + (Nothing in Visual Basic). + + The awaiter was not properly initialized. + This method is intended for compiler user rather than use directly in code. + + + diff --git a/C-Windows-1/bin/Debug/EntityFramework.dll b/C-Windows-1/bin/Debug/EntityFramework.dll new file mode 100644 index 0000000..8400163 Binary files /dev/null and b/C-Windows-1/bin/Debug/EntityFramework.dll differ diff --git a/C-Windows-1/bin/Debug/EntityFramework.xml b/C-Windows-1/bin/Debug/EntityFramework.xml new file mode 100644 index 0000000..46df344 --- /dev/null +++ b/C-Windows-1/bin/Debug/EntityFramework.xml @@ -0,0 +1,54121 @@ + + + + EntityFramework + + + + + An abstract base type for types that implement the IExpressionVisitor interface to derive from. + + + + Implements the visitor pattern for the set clause. + The set clause. + + + Implements the visitor pattern for the modification clause. + The modification clause. + + + Implements the visitor pattern for the collection of modification clauses. + The modification clauses. + + + Implements the visitor pattern for the command tree. + The command tree. + + + Implements the visitor pattern for the delete command tree. + The delete command tree. + + + Implements the visitor pattern for the function command tree. + The function command tree. + + + Implements the visitor pattern for the insert command tree. + The insert command tree. + + + Implements the visitor pattern for the query command tree. + The query command tree. + + + Implements the visitor pattern for the update command tree. + The update command tree. + + + + An abstract base type for types that implement the IExpressionVisitor interface to derive from. + + + + + Convenience method to visit the specified . + + The DbUnaryExpression to visit. + + + is null + + + + + Convenience method to visit the specified . + + The DbBinaryExpression to visit. + + + is null + + + + + Convenience method to visit the specified . + + The DbExpressionBinding to visit. + + + is null + + + + + Convenience method for post-processing after a DbExpressionBinding has been visited. + + The previously visited DbExpressionBinding. + + + + Convenience method to visit the specified . + + The DbGroupExpressionBinding to visit. + + + is null + + + + + Convenience method indicating that the grouping keys of a have been visited and the aggregates are now about to be visited. + + The DbGroupExpressionBinding of the DbGroupByExpression + + + + Convenience method for post-processing after a DbGroupExpressionBinding has been visited. + + The previously visited DbGroupExpressionBinding. + + + + Convenience method indicating that the body of a Lambda is now about to be visited. + + The DbLambda that is about to be visited + + + is null + + + + + Convenience method for post-processing after a DbLambda has been visited. + + The previously visited DbLambda. + + + + Convenience method to visit the specified , if non-null. + + The expression to visit. + + + is null + + + + + Convenience method to visit each in the given list, if the list is non-null. + + The list of expressions to visit. + + + is null + + + + + Convenience method to visit each in the list, if the list is non-null. + + The list of aggregates to visit. + + + is null + + + + + Convenience method to visit the specified . + + The aggregate to visit. + + + is null + + + + + Called when an of an otherwise unrecognized type is encountered. + + The expression + + + is null + + + Always thrown if this method is called, since it indicates that + + is of an unsupported type + + + + + Visitor pattern method for . + + The DbConstantExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbNullExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbVariableReferenceExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbParameterReferenceExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbFunctionExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbLambdaExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbPropertyExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbComparisonExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbLikeExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbLimitExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbIsNullExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbArithmeticExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbAndExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbOrExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbInExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbNotExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbDistinctExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbElementExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbIsEmptyExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbUnionAllExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbIntersectExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbExceptExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbOfTypeExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbTreatExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbCastExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbIsOfExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbCaseExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbNewInstanceExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbRefExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbRelationshipNavigationExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DeRefExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbRefKeyExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbEntityRefExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbScanExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbFilterExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbProjectExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbCrossJoinExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbJoinExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbApplyExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbSkipExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbSortExpression that is being visited. + + + is null + + + + + Visitor pattern method for . + + The DbQuantifierExpression that is being visited. + + + is null + + + + Implements the basic functionality required by aggregates in a GroupBy clause. + + + + Gets the result type of this . + + + The result type of this . + + + + + Gets the list of expressions that define the arguments to this + + . + + + The list of expressions that define the arguments to this + + . + + + + Represents the logical AND of two Boolean arguments. This class cannot be inherited. + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by the visitor . + visitor is null. + + + Represents an apply operation, which is the invocation of the specified function for each element in the specified input set. This class cannot be inherited. + + + + Gets the that specifies the function that is invoked for each element in the input set. + + + The that specifies the function that is invoked for each element in the input set. + + + + + Gets the that specifies the input set. + + + The that specifies the input set. + + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by the visitor . + visitor is null. + + + + Represents an arithmetic operation applied to numeric arguments. + Addition, subtraction, multiplication, division, modulo, and negation are arithmetic operations. + This class cannot be inherited. + + + + + Gets the list of elements that define the current arguments. + + + A fixed-size list of elements. + + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor . + visitor is null. + + + Implements the basic functionality required by expressions that accept two expression operands. + + + + Gets the that defines the left argument. + + + The that defines the left argument. + + The expression is null. + + The expression is not associated with the command tree of the + + ,or its result type is not equal or promotable to the required type for the left argument. + + + + + Gets the that defines the right argument. + + + The that defines the right argument. + + The expression is null. + + The expression is not associated with the command tree of the + + ,or its result type is not equal or promotable to the required type for the right argument. + + + + + Represents the When, Then, and Else clauses of the + + . This class cannot be inherited. + + + + + Gets the When clauses of this . + + + The When clauses of this . + + + + + Gets the Then clauses of this . + + + The Then clauses of this . + + + + + Gets the Else clause of this . + + + The Else clause of this . + + The expression is null. + + The expression is not associated with the command tree of the + + ,or its result type is not equal or promotable to the result type of the + + . + + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor. + visitor is null. + + + Represents the type conversion of a single argument to the specified type. This class cannot be inherited. + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor. + visitor is null. + + + An immutable class that implements the basic functionality for the Query, Insert, Update, Delete, and function invocation command tree types. + + + + Gets a value indicating whether database null semantics are exhibited when comparing + two operands, both of which are potentially nullable. The default value is true. + + For example (operand1 == operand2) will be translated as: + + (operand1 = operand2) + + if UseDatabaseNullSemantics is true, respectively + + (((operand1 = operand2) AND (NOT (operand1 IS NULL OR operand2 IS NULL))) OR ((operand1 IS NULL) AND (operand2 IS NULL))) + + if UseDatabaseNullSemantics is false. + + + true if database null comparison behavior is enabled, otherwise false . + + + + + Gets the name and corresponding type of each parameter that can be referenced within this + + . + + + The name and corresponding type of each parameter that can be referenced within this + + . + + + + + Gets the kind of this command tree. + + + + + Gets the metadata workspace used by this command tree. + + + + + Gets the data space in which metadata used by this command tree must reside. + + + + + Returns a that represents this command. + + + A that represents this command. + + + + + Describes the different "kinds" (classes) of command trees. + + + + + A query to retrieve data + + + + + Update existing data + + + + + Insert new data + + + + + Deleted existing data + + + + + Call a function + + + + Represents a comparison operation applied to two arguments. Equality, greater than, greater than or equal, less than, less than or equal, and inequality are comparison operations. This class cannot be inherited. + + DbComparisonExpression requires that its arguments have a common result type + that is equality comparable (for .Equals and .NotEquals), + order comparable (for .GreaterThan and .LessThan), + or both (for .GreaterThanOrEquals and .LessThanOrEquals). + + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor. + visitor is null. + + + Represents different kinds of constants (literals). This class cannot be inherited. + + + Gets the constant value. + The constant value. + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor. + visitor is null. + + + Represents an unconditional join operation between the given collection arguments. This class cannot be inherited. + + + + Gets a list that provides the input sets to the join. + + + A list that provides the input sets to the join. + + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor. + visitor is null. + + + Represents a single row delete operation expressed as a command tree. This class cannot be inherited. + + + + Initializes a new instance of the class. + + The model this command will operate on. + The data space. + The target table for the data manipulation language (DML) operation. + A predicate used to determine which members of the target collection should be deleted. + + + + Gets an that specifies the predicate used to determine which members of the target collection should be deleted. + + + The predicate can include only the following elements: + + Equality expression + Constant expression + IsNull expression + Property expression + Reference expression to the target + And expression + Or expression + Not expression + + + + An that specifies the predicate used to determine which members of the target collection should be deleted. + + + + Gets the kind of this command tree. + The kind of this command tree. + + + Represents the an expression that retrieves an entity based on the specified reference. This class cannot be inherited. + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor. + visitor is null. + + + Removes duplicate elements from the specified set argument. This class cannot be inherited. + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor. + visitor is null. + + + Represents the conversion of the specified set argument to a singleton. This class cannot be inherited. + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor. + visitor is null. + + + Represents an expression that extracts a reference from the underlying entity instance. This class cannot be inherited. + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor. + visitor is null. + + + Represents the set subtraction operation between the left and right operands. This class cannot be inherited. + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor. + visitor is null. + + + Represents the base type for all expressions. + + + Gets the type metadata for the result type of the expression. + The type metadata for the result type of the expression. + + + Gets the kind of the expression, which indicates the operation of this expression. + The kind of the expression, which indicates the operation of this expression. + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + The type of the result produced by . + + + An instance of . + + The type of the result produced by visitor. + + + + Determines whether the specified is equal to the current DbExpression instance. + + + True if the specified is equal to the current DbExpression instance; otherwise, false. + + + The object to compare to the current . + + + + Serves as a hash function for the type. + A hash code for the current expression. + + + + Creates a that represents the specified binary value, which may be null + + + A that represents the specified binary value. + + The binary value on which the returned expression should be based. + + + + Enables implicit casting from a byte array. + + The value to be converted. + The converted value. + + + + Creates a that represents the specified (nullable) Boolean value. + + + A that represents the specified Boolean value. + + The Boolean value on which the returned expression should be based. + + + + Enables implicit casting from . + + The value to be converted. + The converted value. + + + + Creates a that represents the specified (nullable) byte value. + + + A that represents the specified byte value. + + The byte value on which the returned expression should be based. + + + + Enables implicit casting from . + + The value to be converted. + The converted value. + + + + Creates a that represents the specified (nullable) + + value. + + + A that represents the specified DateTime value. + + The DateTime value on which the returned expression should be based. + + + + Enables implicit casting from . + + The expression to be converted. + The converted value. + + + + Creates a that represents the specified (nullable) + + value. + + + A that represents the specified DateTimeOffset value. + + The DateTimeOffset value on which the returned expression should be based. + + + + Enables implicit casting from . + + The value to be converted. + The converted value. + + + + Creates a that represents the specified (nullable) decimal value. + + + A that represents the specified decimal value. + + The decimal value on which the returned expression should be based. + + + + Enables implicit casting from . + + The value to be converted. + The converted value. + + + + Creates a that represents the specified (nullable) double value. + + + A that represents the specified double value. + + The double value on which the returned expression should be based. + + + + Enables implicit casting from . + + The value to be converted. + The converted value. + + + + Creates a that represents the specified + + value, which may be null. + + + A that represents the specified DbGeography value. + + The DbGeography value on which the returned expression should be based. + + + + Enables implicit casting from . + + The value to be converted. + The converted value. + + + + Creates a that represents the specified + + value, which may be null. + + + A that represents the specified DbGeometry value. + + The DbGeometry value on which the returned expression should be based. + + + + Enables implicit casting from . + + The value to be converted. + The converted value. + + + + Creates a that represents the specified (nullable) + + value. + + + A that represents the specified Guid value. + + The Guid value on which the returned expression should be based. + + + + Enables implicit casting from . + + The value to be converted. + The converted value. + + + + Creates a that represents the specified (nullable) Int16 value. + + + A that represents the specified Int16 value. + + The Int16 value on which the returned expression should be based. + + + + Enables implicit casting from . + + The value to be converted. + The converted value. + + + + Creates a that represents the specified (nullable) Int32 value. + + + A that represents the specified Int32 value. + + The Int32 value on which the returned expression should be based. + + + + Enables implicit casting from . + + The value to be converted. + The converted value. + + + + Creates a that represents the specified (nullable) Int64 value. + + + A that represents the specified Int64 value. + + The Int64 value on which the returned expression should be based. + + + + Enables implicit casting from . + + The value to be converted. + The converted value. + + + + Creates a that represents the specified (nullable) Single value. + + + A that represents the specified Single value. + + The Single value on which the returned expression should be based. + + + + Enables implicit casting from . + + The value to be converted. + The converted value. + + + + Creates a that represents the specified string value. + + + A that represents the specified string value. + + The string value on which the returned expression should be based. + + + + Enables implicit casting from . + + The value to be converted. + The converted value. + + + + Describes a binding for an expression. Conceptually similar to a foreach loop + in C#. The DbExpression property defines the collection being iterated over, + while the Var property provides a means to reference the current element + of the collection during the iteration. DbExpressionBinding is used to describe the set arguments + to relational expressions such as , + and . + + + + + + + Gets the that defines the input set. + + + The that defines the input set. + + The expression is null. + The expression is not associated with the command tree of the binding, or its result type is not equal or promotable to the result type of the current value of the property. + + + Gets the name assigned to the element variable. + The name assigned to the element variable. + + + Gets the type metadata of the element variable. + The type metadata of the element variable. + + + + Gets the that references the element variable. + + The variable reference. + + + + Contains values that each expression class uses to denote the operation it represents. The + + property of an + + can be retrieved to determine which operation that expression represents. + + + + + True for all. + + + + + Logical And. + + + + + True for any. + + + + + Conditional case statement. + + + + + Polymorphic type cast. + + + + + A constant value. + + + + + Cross apply + + + + + Cross join + + + + + Dereference. + + + + + Duplicate removal. + + + + + Division. + + + + + Set to singleton conversion. + + + + + Entity ref value retrieval. + + + + + Equality + + + + + Set subtraction + + + + + Restriction. + + + + + Full outer join + + + + + Invocation of a stand-alone function + + + + + Greater than. + + + + + Greater than or equal. + + + + + Grouping. + + + + + Inner join + + + + + Set intersection. + + + + + Empty set determination. + + + + + Null determination. + + + + + Type comparison (specified Type or Subtype). + + + + + Type comparison (specified Type only). + + + + + Left outer join + + + + + Less than. + + + + + Less than or equal. + + + + + String comparison. + + + + + Result count restriction (TOP n). + + + + + Subtraction. + + + + + Modulo. + + + + + Multiplication. + + + + + Instance, row, and set construction. + + + + + Logical Not. + + + + + Inequality. + + + + + Null. + + + + + Set members by type (or subtype). + + + + + Set members by (exact) type. + + + + + Logical Or. + + + + + Outer apply. + + + + + A reference to a parameter. + + + + + Addition. + + + + + Projection. + + + + + Retrieval of a static or instance property. + + + + + Reference. + + + + + Ref key value retrieval. + + + + + Navigation of a (composition or association) relationship. + + + + + Entity or relationship set scan. + + + + + Skip elements of an ordered collection. + + + + + Sorting. + + + + + Type conversion. + + + + + Negation. + + + + + Set union (with duplicates). + + + + + A reference to a variable. + + + + + Application of a lambda function + + + + + In. + + + + Defines the basic functionality that should be implemented by visitors that do not return a result value. + + + When overridden in a derived class, handles any expression of an unrecognized type. + The expression to be handled. + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + + The that is visited. + + + + + Visitor pattern method for DbInExpression. + + The DbInExpression that is being visited. + + + Defines the basic functionality that should be implemented by visitors that return a result value of a specific type. + The type of the result produced by the visitor. + + + When overridden in a derived class, handles any expression of an unrecognized type. + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern method for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + When overridden in a derived class, implements the visitor pattern for + + . + + A result value of a specific type. + + The that is being visited. + + + + + Typed visitor pattern method for DbInExpression. + + The DbInExpression that is being visited. + An instance of TResultType. + + + Represents a predicate applied to filter an input set. This produces the set of elements that satisfy the predicate. This class cannot be inherited. + + + + Gets the that specifies the input set. + + + The that specifies the input set. + + + + + Gets the that specifies the predicate used to filter the input set. + + + The that specifies the predicate used to filter the input set. + + The expression is null. + + The expression is not associated with the command tree of the + + , or its result type is not a Boolean type. + + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor . + visitor is null. + + + Supports standard aggregate functions, such as MIN, MAX, AVG, SUM, and so on. This class cannot be inherited. + + + Gets a value indicating whether this aggregate is a distinct aggregate. + true if the aggregate is a distinct aggregate; otherwise, false. + + + Gets the method metadata that specifies the aggregate function to invoke. + The method metadata that specifies the aggregate function to invoke. + + + Represents the invocation of a database function. + + + + Constructs a new DbFunctionCommandTree that uses the specified metadata workspace, data space and function metadata + + The metadata workspace that the command tree should use. + The logical 'space' that metadata in the expressions used in this command tree must belong to. + The that represents the function that is being invoked. + The expected result type for the function鈥檚 first result set. + The function's parameters. + + , or is null + + + does not represent a valid data space or + is a composable function + + + + + Gets the that represents the function that is being invoked. + + + The that represents the function that is being invoked. + + + + Gets the expected result type for the function鈥檚 first result set. + The expected result type for the function鈥檚 first result set. + + + Gets or sets the command tree kind. + The command tree kind. + + + Represents an invocation of a function. This class cannot be inherited. + + + Gets the metadata for the function to invoke. + The metadata for the function to invoke. + + + + Gets an list that provides the arguments to the function. + + + An list that provides the arguments to the function. + + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor . + visitor is null. + + + Represents a collection of elements that compose a group. + + + Represents a group by operation. A group by operation is a grouping of the elements in the input set based on the specified key expressions followed by the application of the specified aggregates. This class cannot be inherited. + + + + Gets the that specifies the input set and provides access to the set element and group element variables. + + + The that specifies the input set and provides access to the set element and group element variables. + + + + + Gets a list that provides grouping keys. + + + A list that provides grouping keys. + + + + + Gets a list that provides the aggregates to apply. + + + A list that provides the aggregates to apply. + + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor . + visitor is null. + + + + Defines the binding for the input set to a . + In addition to the properties of , DbGroupExpressionBinding + also provides access to the group element via the variable reference + and to the group aggregate via the property. + + + + + Gets the that defines the input set. + + + The that defines the input set. + + The expression is null. + + The expression is not associated with the command tree of the + + , or its result type is not equal or promotable to the result type of the current value of the property. + + + + Gets the name assigned to the element variable. + The name assigned to the element variable. + + + Gets the type metadata of the element variable. + The type metadata of the element variable. + + + + Gets the that references the element variable. + + A reference to the element variable. + + + Gets the name assigned to the group element variable. + The name assigned to the group element variable. + + + Gets the type metadata of the group element variable. + The type metadata of the group element variable. + + + + Gets the that references the group element variable. + + A reference to the group element variable. + + + + Gets the that represents the collection of elements in the group. + + The elements in the group. + + + + Represents a boolean expression that tests whether a specified item matches any element in a list. + + + + + Gets a DbExpression that specifies the item to be matched. + + + + + Gets the list of DbExpression to test for a match. + + + + + The visitor pattern method for expression visitors that do not produce a result value. + + An instance of DbExpressionVisitor. + + + is null + + + + + The visitor pattern method for expression visitors that produce a result value of a specific type. + + An instance of a typed DbExpressionVisitor that produces a result value of type TResultType. + + The type of the result produced by + + + + is null + + + An instance of . + + + + Represents a single row insert operation expressed as a command tree. This class cannot be inherited. + + Represents a single row insert operation expressed as a canonical command tree. + When the property is set, the command returns a reader; otherwise, + it returns a scalar value indicating the number of rows affected. + + + + + Initializes a new instance of the class. + + The model this command will operate on. + The data space. + The target table for the data manipulation language (DML) operation. + The list of insert set clauses that define the insert operation. . + A that specifies a projection of results to be returned, based on the modified rows. + + + Gets the list of insert set clauses that define the insert operation. + The list of insert set clauses that define the insert operation. + + + + Gets an that specifies a projection of results to be returned based on the modified rows. + + + An that specifies a projection of results to be returned based on the modified rows. null indicates that no results should be returned from this command. + + + + Gets the command tree kind. + The command tree kind. + + + Represents the set intersection operation between the left and right operands. This class cannot be inherited. + + DbIntersectExpression requires that its arguments have a common collection result type + + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor . + visitor is null. + + + Represents an empty set determination applied to a single set argument. This class cannot be inherited. + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor . + visitor is null. + + + Represents null determination applied to a single argument. This class cannot be inherited. + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor . + visitor is null. + + + Represents the type comparison of a single argument against the specified type. This class cannot be inherited. + + + Gets the type metadata that the type metadata of the argument should be compared to. + The type metadata that the type metadata of the argument should be compared to. + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor . + visitor is null. + + + Represents an inner, left outer, or full outer join operation between the given collection arguments on the specified join condition. + + + + Gets the that provides the left input. + + + The that provides the left input. + + + + + Gets the that provides the right input. + + + The that provides the right input. + + + + Gets the join condition to apply. + The join condition to apply. + The expression is null. + + The expression is not associated with the command tree of the + + , or its result type is not a Boolean type. + + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor . + visitor is null. + + + + Represents a Lambda function that can be invoked to produce a + + . + + + + Gets the body of the lambda expression. + + A that represents the body of the lambda function. + + + + Gets the parameters of the lambda expression. + The list of lambda function parameters represented as DbVariableReferenceExpression objects. + + + + Creates a with the specified inline Lambda function implementation and formal parameters. + + A new DbLambda that describes an inline Lambda function with the specified body and formal parameters + An expression that defines the logic of the Lambda function + + A collection that represents the formal parameters to the Lambda function. These variables are valid for use in the body expression. + + + + is null or contains null, or + + is null + + + + contains more than one element with the same variable name. + + + + + Creates a with the specified inline Lambda function implementation and formal parameters. + + A new DbLambda that describes an inline Lambda function with the specified body and formal parameters + An expression that defines the logic of the Lambda function + + A collection that represents the formal parameters to the Lambda function. These variables are valid for use in the body expression. + + + + is null or contains null, or + + is null. + + + + contains more than one element with the same variable name. + + + + + Creates a new with a single argument of the specified type, as defined by the specified function. + + A new DbLambda that describes an inline Lambda function with the specified body and single formal parameter. + + A that defines the EDM type of the argument to the Lambda function + + + A function that defines the logic of the Lambda function as a + + + + + is null, or + + is null or produces a result of null. + + + + + Creates a new with arguments of the specified types, as defined by the specified function. + + A new DbLambda that describes an inline Lambda function with the specified body and formal parameters. + + A that defines the EDM type of the first argument to the Lambda function + + + A that defines the EDM type of the second argument to the Lambda function + + + A function that defines the logic of the Lambda function as a + + + + + is null, + + is null, or + + is null or produces a result of null. + + + + + Creates a new with arguments of the specified types, as defined by the specified function. + + A new DbLambda that describes an inline Lambda function with the specified body and formal parameters. + + A that defines the EDM type of the first argument to the Lambda function + + + A that defines the EDM type of the second argument to the Lambda function + + + A that defines the EDM type of the third argument to the Lambda function + + + A function that defines the logic of the Lambda function as a + + + + + is null, + + is null, + + is null, or + + is null or produces a result of null. + + + + + Creates a new with arguments of the specified types, as defined by the specified function. + + A new DbLambda that describes an inline Lambda function with the specified body and formal parameters. + + A that defines the EDM type of the first argument to the Lambda function + + + A that defines the EDM type of the second argument to the Lambda function + + + A that defines the EDM type of the third argument to the Lambda function + + + A that defines the EDM type of the fourth argument to the Lambda function + + + A function that defines the logic of the Lambda function as a + + + + + is null, + + is null, + + is null, + + is null, or + + is null or produces a result of null. + + + + + Creates a new with arguments of the specified types, as defined by the specified function. + + A new DbLambda that describes an inline Lambda function with the specified body and formal parameters. + + A that defines the EDM type of the first argument to the Lambda function + + + A that defines the EDM type of the second argument to the Lambda function + + + A that defines the EDM type of the third argument to the Lambda function + + + A that defines the EDM type of the fourth argument to the Lambda function + + + A that defines the EDM type of the fifth argument to the Lambda function + + + A function that defines the logic of the Lambda function as a + + + + + is null, + + is null, + + is null, + + is null, + + is null, or + + is null or produces a result of null. + + + + + Creates a new with arguments of the specified types, as defined by the specified function. + + A new DbLambda that describes an inline Lambda function with the specified body and formal parameters. + + A that defines the EDM type of the first argument to the Lambda function + + + A that defines the EDM type of the second argument to the Lambda function + + + A that defines the EDM type of the third argument to the Lambda function + + + A that defines the EDM type of the fourth argument to the Lambda function + + + A that defines the EDM type of the fifth argument to the Lambda function + + + A that defines the EDM type of the sixth argument to the Lambda function + + + A function that defines the logic of the Lambda function as a + + + + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, or + + is null or produces a result of null. + + + + + Creates a new with arguments of the specified types, as defined by the specified function. + + A new DbLambda that describes an inline Lambda function with the specified body and formal parameters. + + A that defines the EDM type of the first argument to the Lambda function + + + A that defines the EDM type of the second argument to the Lambda function + + + A that defines the EDM type of the third argument to the Lambda function + + + A that defines the EDM type of the fourth argument to the Lambda function + + + A that defines the EDM type of the fifth argument to the Lambda function + + + A that defines the EDM type of the sixth argument to the Lambda function + + + A that defines the EDM type of the seventh argument to the Lambda function + + + A function that defines the logic of the Lambda function as a + + + + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, or + + is null or produces a result of null. + + + + + Creates a new with arguments of the specified types, as defined by the specified function. + + A new DbLambda that describes an inline Lambda function with the specified body and formal parameters. + + A that defines the EDM type of the first argument to the Lambda function + + + A that defines the EDM type of the second argument to the Lambda function + + + A that defines the EDM type of the third argument to the Lambda function + + + A that defines the EDM type of the fourth argument to the Lambda function + + + A that defines the EDM type of the fifth argument to the Lambda function + + + A that defines the EDM type of the sixth argument to the Lambda function + + + A that defines the EDM type of the seventh argument to the Lambda function + + + A that defines the EDM type of the eighth argument to the Lambda function + + + A function that defines the logic of the Lambda function as a + + + + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, or + + is null or produces a result of null. + + + + + Creates a new with arguments of the specified types, as defined by the specified function. + + A new DbLambda that describes an inline Lambda function with the specified body and formal parameters. + + A that defines the EDM type of the first argument to the Lambda function + + + A that defines the EDM type of the second argument to the Lambda function + + + A that defines the EDM type of the third argument to the Lambda function + + + A that defines the EDM type of the fourth argument to the Lambda function + + + A that defines the EDM type of the fifth argument to the Lambda function + + + A that defines the EDM type of the sixth argument to the Lambda function + + + A that defines the EDM type of the seventh argument to the Lambda function + + + A that defines the EDM type of the eighth argument to the Lambda function + + + A that defines the EDM type of the ninth argument to the Lambda function + + + A function that defines the logic of the Lambda function as a + + + + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, or + + is null or produces a result of null. + + + + + Creates a new with arguments of the specified types, as defined by the specified function. + + A new DbLambda that describes an inline Lambda function with the specified body and formal parameters. + + A that defines the EDM type of the first argument to the Lambda function + + + A that defines the EDM type of the second argument to the Lambda function + + + A that defines the EDM type of the third argument to the Lambda function + + + A that defines the EDM type of the fourth argument to the Lambda function + + + A that defines the EDM type of the fifth argument to the Lambda function + + + A that defines the EDM type of the sixth argument to the Lambda function + + + A that defines the EDM type of the seventh argument to the Lambda function + + + A that defines the EDM type of the eighth argument to the Lambda function + + + A that defines the EDM type of the ninth argument to the Lambda function + + + A that defines the EDM type of the tenth argument to the Lambda function + + + A function that defines the logic of the Lambda function as a + + + + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, or + + is null or produces a result of null. + + + + + Creates a new with arguments of the specified types, as defined by the specified function. + + A new DbLambda that describes an inline Lambda function with the specified body and formal parameters. + + A that defines the EDM type of the first argument to the Lambda function + + + A that defines the EDM type of the second argument to the Lambda function + + + A that defines the EDM type of the third argument to the Lambda function + + + A that defines the EDM type of the fourth argument to the Lambda function + + + A that defines the EDM type of the fifth argument to the Lambda function + + + A that defines the EDM type of the sixth argument to the Lambda function + + + A that defines the EDM type of the seventh argument to the Lambda function + + + A that defines the EDM type of the eighth argument to the Lambda function + + + A that defines the EDM type of the ninth argument to the Lambda function + + + A that defines the EDM type of the tenth argument to the Lambda function + + + A that defines the EDM type of the eleventh argument to the Lambda function + + + A function that defines the logic of the Lambda function as a + + + + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, or + + is null or produces a result of null. + + + + + Creates a new with arguments of the specified types, as defined by the specified function. + + A new DbLambda that describes an inline Lambda function with the specified body and formal parameters. + + A that defines the EDM type of the first argument to the Lambda function + + + A that defines the EDM type of the second argument to the Lambda function + + + A that defines the EDM type of the third argument to the Lambda function + + + A that defines the EDM type of the fourth argument to the Lambda function + + + A that defines the EDM type of the fifth argument to the Lambda function + + + A that defines the EDM type of the sixth argument to the Lambda function + + + A that defines the EDM type of the seventh argument to the Lambda function + + + A that defines the EDM type of the eighth argument to the Lambda function + + + A that defines the EDM type of the ninth argument to the Lambda function + + + A that defines the EDM type of the tenth argument to the Lambda function + + + A that defines the EDM type of the eleventh argument to the Lambda function + + + A that defines the EDM type of the twelfth argument to the Lambda function + + + A function that defines the logic of the Lambda function as a + + + + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, or + + is null or produces a result of null. + + + + + Creates a new with arguments of the specified types, as defined by the specified function. + + A new DbLambda that describes an inline Lambda function with the specified body and formal parameters. + + A that defines the EDM type of the first argument to the Lambda function + + + A that defines the EDM type of the second argument to the Lambda function + + + A that defines the EDM type of the third argument to the Lambda function + + + A that defines the EDM type of the fourth argument to the Lambda function + + + A that defines the EDM type of the fifth argument to the Lambda function + + + A that defines the EDM type of the sixth argument to the Lambda function + + + A that defines the EDM type of the seventh argument to the Lambda function + + + A that defines the EDM type of the eighth argument to the Lambda function + + + A that defines the EDM type of the ninth argument to the Lambda function + + + A that defines the EDM type of the tenth argument to the Lambda function + + + A that defines the EDM type of the eleventh argument to the Lambda function + + + A that defines the EDM type of the twelfth argument to the Lambda function + + + A that defines the EDM type of the thirteenth argument to the Lambda function + + + A function that defines the logic of the Lambda function as a + + + + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, or + + is null or produces a result of null. + + + + + Creates a new with arguments of the specified types, as defined by the specified function. + + A new DbLambda that describes an inline Lambda function with the specified body and formal parameters. + + A that defines the EDM type of the first argument to the Lambda function + + + A that defines the EDM type of the second argument to the Lambda function + + + A that defines the EDM type of the third argument to the Lambda function + + + A that defines the EDM type of the fourth argument to the Lambda function + + + A that defines the EDM type of the fifth argument to the Lambda function + + + A that defines the EDM type of the sixth argument to the Lambda function + + + A that defines the EDM type of the seventh argument to the Lambda function + + + A that defines the EDM type of the eighth argument to the Lambda function + + + A that defines the EDM type of the ninth argument to the Lambda function + + + A that defines the EDM type of the tenth argument to the Lambda function + + + A that defines the EDM type of the eleventh argument to the Lambda function + + + A that defines the EDM type of the twelfth argument to the Lambda function + + + A that defines the EDM type of the thirteenth argument to the Lambda function + + + A that defines the EDM type of the fourteenth argument to the Lambda function + + + A function that defines the logic of the Lambda function as a + + + + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, or + + is null or produces a result of null. + + + + + Creates a new with arguments of the specified types, as defined by the specified function. + + A new DbLambda that describes an inline Lambda function with the specified body and formal parameters. + + A that defines the EDM type of the first argument to the Lambda function + + + A that defines the EDM type of the second argument to the Lambda function + + + A that defines the EDM type of the third argument to the Lambda function + + + A that defines the EDM type of the fourth argument to the Lambda function + + + A that defines the EDM type of the fifth argument to the Lambda function + + + A that defines the EDM type of the sixth argument to the Lambda function + + + A that defines the EDM type of the seventh argument to the Lambda function + + + A that defines the EDM type of the eighth argument to the Lambda function + + + A that defines the EDM type of the ninth argument to the Lambda function + + + A that defines the EDM type of the tenth argument to the Lambda function + + + A that defines the EDM type of the eleventh argument to the Lambda function + + + A that defines the EDM type of the twelfth argument to the Lambda function + + + A that defines the EDM type of the thirteenth argument to the Lambda function + + + A that defines the EDM type of the fourteenth argument to the Lambda function + + + A that defines the EDM type of the fifteenth argument to the Lambda function + + + A function that defines the logic of the Lambda function as a + + + + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + or + + is null or produces a result of null. + + + + + Creates a new with arguments of the specified types, as defined by the specified function. + + A new DbLambda that describes an inline Lambda function with the specified body and formal parameters. + + A that defines the EDM type of the first argument to the Lambda function + + + A that defines the EDM type of the second argument to the Lambda function + + + A that defines the EDM type of the third argument to the Lambda function + + + A that defines the EDM type of the fourth argument to the Lambda function + + + A that defines the EDM type of the fifth argument to the Lambda function + + + A that defines the EDM type of the sixth argument to the Lambda function + + + A that defines the EDM type of the seventh argument to the Lambda function + + + A that defines the EDM type of the eighth argument to the Lambda function + + + A that defines the EDM type of the ninth argument to the Lambda function + + + A that defines the EDM type of the tenth argument to the Lambda function + + + A that defines the EDM type of the eleventh argument to the Lambda function + + + A that defines the EDM type of the twelfth argument to the Lambda function + + + A that defines the EDM type of the thirteenth argument to the Lambda function + + + A that defines the EDM type of the fourteenth argument to the Lambda function + + + A that defines the EDM type of the fifteenth argument to the Lambda function + + + A that defines the EDM type of the sixteenth argument to the Lambda function + + + A function that defines the logic of the Lambda function as a + + + + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, + + is null, or + + is null or produces a result of null. + + + + + Allows the application of a lambda function to arguments represented by + + objects. + + + + + Gets the representing the Lambda function applied by this expression. + + + The representing the Lambda function applied by this expression. + + + + + Gets a list that provides the arguments to which the Lambda function should be applied. + + + The list. + + + + The visitor pattern method for expression visitors that do not produce a result value. + + An instance of . + + visitor is null + + + The visitor pattern method for expression visitors that produce a result value of a specific type. + The type of the result produced by the expression visitor. + + An instance of a typed that produces a result value of type TResultType. + + The type of the result produced by visitor + visitor is null + + + Represents a string comparison against the specified pattern with an optional escape string. This class cannot be inherited. + + + Gets an expression that specifies the string to compare against the given pattern. + An expression that specifies the string to compare against the given pattern. + The expression is null. + + The expression is not associated with the command tree of + + , or its result type is not a string type. + + + + Gets an expression that specifies the pattern against which the given string should be compared. + An expression that specifies the pattern against which the given string should be compared. + The expression is null. + + The expression is not associated with the command tree of + + , or its result type is not a string type. + + + + Gets an expression that provides an optional escape string to use for the comparison. + An expression that provides an optional escape string to use for the comparison. + The expression is null. + + The expression is not associated with the command tree of + + , or its result type is not a string type. + + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor . + visitor is null. + + + Represents the restriction of the number of elements in the argument collection to the specified limit value. + + + Gets an expression that specifies the input collection. + An expression that specifies the input collection. + The expression is null. + + The expression is not associated with the command tree of the + + , or its result type is not a collection type. + + + + Gets an expression that specifies the limit on the number of elements returned from the input collection. + An expression that specifies the limit on the number of elements returned from the input collection. + The expression is null. + + The expression is not associated with the command tree of the + + , or is not one of + + or + + , or its result type is not equal or promotable to a 64-bit integer type. + + + + + Gets whether the limit operation will include tied results. Including tied results might produce more results than specified by the + + value. + + true if the limit operation will include tied results; otherwise, false. The default is false. + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor . + visitor is null. + + + + Specifies a single clause in an insert or update modification operation, see + and + + + An abstract base class allows the possibility of patterns other than + Property = Value in future versions, e.g., + update SomeTable + set ComplexTypeColumn.SomeProperty() + where Id = 2 + + + + Represents a data manipulation language (DML) operation expressed as a command tree. + + + + Gets the that specifies the target table for the data manipulation language (DML) operation. + + + The that specifies the target table for the DML operation. + + + + Represents the construction of a new instance of a given type, including set and record types. This class cannot be inherited. + + + + Gets an list that provides the property/column values or set elements for the new instance. + + + An list that provides the property/column values or set elements for the new instance. + + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor . + visitor is null. + + + Represents the logical NOT of a single Boolean argument. This class cannot be inherited. + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor . + visitor is null. + + + Represents a reference to a typed null literal. This class cannot be inherited. + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor . + visitor is null. + + + Represents the retrieval of elements of the specified type from the given set argument. This class cannot be inherited. + + + Gets the metadata of the type of elements that should be retrieved from the set argument. + The metadata of the type of elements that should be retrieved from the set argument. + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor . + visitor is null. + + + Represents the logical OR of two Boolean arguments. This class cannot be inherited. + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor . + visitor is null. + + + Represents a reference to a parameter declared on the command tree that contains this expression. This class cannot be inherited. + + + Gets the name of the referenced parameter. + The name of the referenced parameter. + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor . + visitor is null. + + + Represents the projection of a given input set over the specified expression. This class cannot be inherited. + + + + Gets the that specifies the input set. + + + The that specifies the input set. + + + + + Gets the that defines the projection. + + + The that defines the projection. + + The expression is null. + + The expression is not associated with the command tree of the + + , or its result type is not equal or promotable to the reference type of the current projection. + + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor . + visitor is null. + + + Provides methods and properties for retrieving an instance property. This class cannot be inherited. + + + Gets the property metadata for the property to retrieve. + The property metadata for the property to retrieve. + + + + Gets a that defines the instance from which the property should be retrieved. + + + A that defines the instance from which the property should be retrieved. + + The expression is null. + + The expression is not associated with the command tree of the + + , or its result type is not equal or promotable to the type that defines the property. + + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor . + visitor is null. + + + Creates a new key/value pair based on this property expression. + + A new key/value pair with the key and value derived from the + + . + + + + + Enables implicit casting to . + + The expression to be converted. + The converted value. + + + Represents a quantifier operation of the specified kind over the elements of the specified input set. This class cannot be inherited. + + + + Gets the that specifies the input set. + + + The that specifies the input set. + + + + Gets the Boolean predicate that should be evaluated for each element in the input set. + The Boolean predicate that should be evaluated for each element in the input set. + The expression is null. + + The expression is not associated with the command tree for the + + ,or its result type is not a Boolean type. + + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor . + visitor is null. + + + Represents a query operation expressed as a command tree. This class cannot be inherited. + + + + Constructs a new DbQueryCommandTree that uses the specified metadata workspace. + + The metadata workspace that the command tree should use. + The logical 'space' that metadata in the expressions used in this command tree must belong to. + + A that defines the logic of the query. + + When set to false the validation of the tree is turned off. + A boolean that indicates whether database null semantics are exhibited when comparing + two operands, both of which are potentially nullable. + A boolean that indicates whether + filter over projection simplification should be used. + + + or + + is null + + + + does not represent a valid data space + + + + + Constructs a new DbQueryCommandTree that uses the specified metadata workspace. + + The metadata workspace that the command tree should use. + The logical 'space' that metadata in the expressions used in this command tree must belong to. + + A that defines the logic of the query. + + When set to false the validation of the tree is turned off. + A boolean that indicates whether database null semantics are exhibited when comparing + two operands, both of which are potentially nullable. + + + or + + is null + + + + does not represent a valid data space + + + + + Constructs a new DbQueryCommandTree that uses the specified metadata workspace, using database null semantics. + + The metadata workspace that the command tree should use. + The logical 'space' that metadata in the expressions used in this command tree must belong to. + + A that defines the logic of the query. + + When set to false the validation of the tree is turned off. + + + or + + is null + + + + does not represent a valid data space + + + + + Constructs a new DbQueryCommandTree that uses the specified metadata workspace, using database null semantics. + + The metadata workspace that the command tree should use. + The logical 'space' that metadata in the expressions used in this command tree must belong to. + + A that defines the logic of the query. + + + + or + + is null + + + + does not represent a valid data space + + + + + Gets an that defines the logic of the query operation. + + + An that defines the logic of the query operation. + + The expression is null. + The expression is associated with a different command tree. + + + Gets the kind of this command tree. + The kind of this command tree. + + + Represents a strongly typed reference to a specific instance within an entity set. This class cannot be inherited. + + + Gets the metadata for the entity set that contains the instance. + The metadata for the entity set that contains the instance. + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor . + visitor is null. + + + + Represents the retrieval of the key value of the specified Reference as a row. + + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor . + visitor is null. + + + Represents the navigation of a relationship. This class cannot be inherited. + + + Gets the metadata for the relationship over which navigation occurs. + The metadata for the relationship over which navigation occurs. + + + Gets the metadata for the relationship end to navigate from. + The metadata for the relationship end to navigate from. + + + Gets the metadata for the relationship end to navigate to. + The metadata for the relationship end to navigate to. + + + + Gets an that specifies the starting point of the navigation and must be a reference to an entity instance. + + + An that specifies the instance of the source relationship end from which navigation should occur. + + The expression is null. + + The expression is not associated with the command tree of the + + , or its result type is not equal or promotable to the reference type of the + + property. + + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor . + visitor is null. + + + + Represents a 'scan' of all elements of a given entity set. + + + + Gets the metadata for the referenced entity or relationship set. + The metadata for the referenced entity or relationship set. + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor . + visitor is null. + + + Specifies the clause in a modification operation that sets the value of a property. This class cannot be inherited. + + + + Gets an that specifies the property that should be updated. + + + An that specifies the property that should be updated. + + + + + Gets an that specifies the new value with which to update the property. + + + An that specifies the new value with which to update the property. + + + + + Skips a specified number of elements in the input set. + + can only be used after the input collection has been sorted as specified by the sort keys. + + + + + Gets the that specifies the input set. + + + The that specifies the input set. + + + + + Gets a list that defines the sort order. + + + A list that defines the sort order. + + + + Gets an expression that specifies the number of elements to skip from the input collection. + An expression that specifies the number of elements to skip from the input collection. + The expression is null. + + The expression is not associated with the command tree of the + + ; the expression is not either a + + or a + + ; or the result type of the expression is not equal or promotable to a 64-bit integer type. + + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor . + visitor is null. + + + + Specifies a sort key that can be used as part of the sort order in a + + . This class cannot be inherited. + + + + Gets a Boolean value indicating whether or not this sort key uses an ascending sort order. + true if this sort key uses an ascending sort order; otherwise, false. + + + Gets a string value that specifies the collation for this sort key. + A string value that specifies the collation for this sort key. + + + + Gets the that provides the value for this sort key. + + + The that provides the value for this sort key. + + + + Represents a sort operation applied to the elements of the specified input set based on the given sort keys. This class cannot be inherited. + + + + Gets the that specifies the input set. + + + The that specifies the input set. + + + + + Gets a list that defines the sort order. + + + A list that defines the sort order. + + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by + visitor + + + visitor + is null. + + + Represents a type conversion operation applied to a polymorphic argument. This class cannot be inherited. + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor . + visitor is null. + + + Implements the basic functionality required by expressions that accept a single expression argument. + + + + Gets the that defines the argument. + + + The that defines the argument. + + The expression is null. + + The expression is not associated with the command tree of a + + , or its result type is not equal or promotable to the required type for the argument. + + + + + Represents the set union (without duplicate removal) operation between the left and right operands. + + + DbUnionAllExpression requires that its arguments have a common collection result type + + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor . + visitor is null. + + + Represents a single-row update operation expressed as a command tree. This class cannot be inherited. + + Represents a single-row update operation expressed as a canonical command tree. + When the property is set, the command returns a reader; otherwise, + it returns a scalar indicating the number of rows affected. + + + + + Initializes a new instance of the class. + + The model this command will operate on. + The data space. + The target table for the data manipulation language (DML) operation. + A predicate used to determine which members of the target collection should be updated. + The list of update set clauses that define the update operation. + A that specifies a projection of results to be returned, based on the modified rows. + + + Gets the list of update set clauses that define the update operation. + The list of update set clauses that define the update operation. + + + + Gets an that specifies a projection of results to be returned, based on the modified rows. + + + An that specifies a projection of results to be returned based, on the modified rows. null indicates that no results should be returned from this command. + + + + + Gets an that specifies the predicate used to determine which members of the target collection should be updated. + + + An that specifies the predicate used to determine which members of the target collection should be updated. + + + + Gets the kind of this command tree. + The kind of this command tree. + + + Represents a reference to a variable that is currently in scope. This class cannot be inherited. + + + Gets the name of the referenced variable. + The name of the referenced variable. + + + Implements the visitor pattern for expressions that do not produce a result value. + + An instance of . + + visitor is null. + + + Implements the visitor pattern for expressions that produce a result value of a specific type. + + A result value of a specific type produced by + + . + + + An instance of a typed that produces a result value of a specific type. + + The type of the result produced by visitor . + visitor is null. + + + Visits each element of an expression tree from a given root expression. If any element changes, the tree is rebuilt back to the root and the new root expression is returned; otherwise the original root expression is returned. + + + + Initializes a new instance of the + + class. + + + + Replaces an old expression with a new one for the expression visitor. + The old expression. + The new expression. + + + Represents an event when the variable is rebound for the expression visitor. + The location of the variable. + The reference of the variable where it is rebounded. + + + Represents an event when entering the scope for the expression visitor with specified scope variables. + The collection of scope variables. + + + Exits the scope for the expression visitor. + + + Implements the visitor pattern for the expression. + The implemented visitor pattern. + The expression. + + + Implements the visitor pattern for the expression list. + The implemented visitor pattern. + The expression list. + + + Implements the visitor pattern for expression binding. + The implemented visitor pattern. + The expression binding. + + + Implements the visitor pattern for the expression binding list. + The implemented visitor pattern. + The expression binding list. + + + Implements the visitor pattern for the group expression binding. + The implemented visitor pattern. + The binding. + + + Implements the visitor pattern for the sort clause. + The implemented visitor pattern. + The sort clause. + + + Implements the visitor pattern for the sort order. + The implemented visitor pattern. + The sort order. + + + Implements the visitor pattern for the aggregate. + The implemented visitor pattern. + The aggregate. + + + Implements the visitor pattern for the function aggregate. + The implemented visitor pattern. + The aggregate. + + + Implements the visitor pattern for the group aggregate. + The implemented visitor pattern. + The aggregate. + + + Implements the visitor pattern for the Lambda function. + The implemented visitor pattern. + The lambda function. + + + Implements the visitor pattern for the type. + The implemented visitor pattern. + The type. + + + Implements the visitor pattern for the type usage. + The implemented visitor pattern. + The type. + + + Implements the visitor pattern for the entity set. + The implemented visitor pattern. + The entity set. + + + Implements the visitor pattern for the function. + The implemented visitor pattern. + The function metadata. + + + Implements the visitor pattern for the basic functionality required by expression types. + The implemented visitor. + The expression. + + + Implements the visitor pattern for the different kinds of constants. + The implemented visitor. + The constant expression. + + + Implements the visitor pattern for a reference to a typed null literal. + The implemented visitor. + The expression. + + + Implements the visitor pattern for a reference to a variable that is currently in scope. + The implemented visitor. + The expression. + + + Implements the visitor pattern for a reference to a parameter declared on the command tree that contains this expression. + The implemented visitor. + The expression. + + + Implements the visitor pattern for an invocation of a function. + The implemented visitor. + The function expression. + + + Implements the visitor pattern for the application of a lambda function to arguments represented by DbExpression objects. + The implemented visitor. + The expression. + + + Implements the visitor pattern for retrieving an instance property. + The implemented visitor. + The expression. + + + Implements the visitor pattern for the comparison operation applied to two arguments. + The implemented visitor. + The cast expression. + + + Implements the visitor pattern for a string comparison against the specified pattern with an optional escape string. + The implemented visitor. + The expression. + + + Implements the visitor pattern for the restriction of the number of elements in the argument collection to the specified limit value. + The implemented visitor. + The expression. + + + Implements the visitor pattern for the null determination applied to a single argument. + The implemented visitor. + The expression. + + + Implements the visitor pattern for the arithmetic operation applied to numeric arguments. + The implemented visitor. + The arithmetic expression. + + + Implements the visitor pattern for the logical AND expression. + The implemented visitor. + The logical AND expression. + + + Implements the visitor pattern for the logical OR of two Boolean arguments. + The implemented visitor. + The expression. + + + Implements the visitor pattern for the DbInExpression. + The implemented visitor. + The DbInExpression that is being visited. + + + Implements the visitor pattern for the logical NOT of a single Boolean argument. + The implemented visitor. + The expression. + + + Implements the visitor pattern for the removed duplicate elements from the specified set argument. + The implemented visitor. + The distinct expression. + + + Implements the visitor pattern for the conversion of the specified set argument to a singleton the conversion of the specified set argument to a singleton. + The implemented visitor. + The element expression. + + + Implements the visitor pattern for an empty set determination applied to a single set argument. + The implemented visitor. + The expression. + + + Implements the visitor pattern for the set union operation between the left and right operands. + The implemented visitor. + The expression. + + + Implements the visitor pattern for the set intersection operation between the left and right operands. + The implemented visitor. + The expression. + + + Implements the visitor pattern for the set subtraction operation between the left and right operands. + The implemented visitor. + The expression. + + + Implements the visitor pattern for a type conversion operation applied to a polymorphic argument. + The implemented visitor. + The expression. + + + Implements the visitor pattern for the type comparison of a single argument against the specified type. + The implemented visitor. + The expression. + + + Implements the visitor pattern for the type conversion of a single argument to the specified type. + The implemented visitor. + The cast expression. + + + Implements the visitor pattern for the When, Then, and Else clauses. + The implemented visitor. + The case expression. + + + Implements the visitor pattern for the retrieval of elements of the specified type from the given set argument. + The implemented visitor. + The expression. + + + Implements the visitor pattern for the construction of a new instance of a given type, including set and record types. + The implemented visitor. + The expression. + + + Implements the visitor pattern for a strongly typed reference to a specific instance within an entity set. + The implemented visitor. + The expression. + + + Implements the visitor pattern for the navigation of a relationship. + The implemented visitor. + The expression. + + + Implements the visitor pattern for the expression that retrieves an entity based on the specified reference. + The implemented visitor. + The DEREF expression. + + + Implements the visitor pattern for the retrieval of the key value from the underlying reference value. + The implemented visitor. + The expression. + + + Implements the visitor pattern for the expression that extracts a reference from the underlying entity instance. + The implemented visitor. + The entity reference expression. + + + Implements the visitor pattern for a scan over an entity set or relationship set, as indicated by the Target property. + The implemented visitor. + The expression. + + + Implements the visitor pattern for a predicate applied to filter an input set. + The implemented visitor. + The filter expression. + + + Implements the visitor pattern for the projection of a given input set over the specified expression. + The implemented visitor. + The expression. + + + Implements the visitor pattern for the unconditional join operation between the given collection arguments. + The implemented visitor. + The join expression. + + + Implements the visitor pattern for an inner, left outer, or full outer join operation between the given collection arguments on the specified join condition. + The implemented visitor. + The expression. + + + Implements the visitor pattern for the invocation of the specified function for each element in the specified input set. + The implemented visitor. + The APPLY expression. + + + Implements the visitor pattern for a group by operation. + The implemented visitor. + The expression. + + + Implements the visitor pattern for the skip expression. + The implemented visitor. + The expression. + + + Implements the visitor pattern for a sort key that can be used as part of the sort order. + The implemented visitor. + The expression. + + + Implements the visitor pattern for a quantifier operation of the specified kind over the elements of the specified input set. + The implemented visitor. + The expression. + + + + Provides an API to construct s and allows that API to be accessed as extension methods on the expression type itself. + + + + Returns the specified arguments as a key/value pair object. + A key/value pair object. + The value in the key/value pair. + The key in the key/value pair. + + + Returns the specified arguments as a key/value pair object. + A key/value pair object. + The value in the key/value pair. + The key in the key/value pair. + + + + Creates a new that uses a generated variable name to bind the given expression. + + A new expression binding with the specified expression and a generated variable name. + The expression to bind. + input is null. + input does not have a collection result. + + + + Creates a new that uses the specified variable name to bind the given expression + + A new expression binding with the specified expression and variable name. + The expression to bind. + The variable name that should be used for the binding. + input or varName is null. + input does not have a collection result. + + + Creates a new group expression binding that uses generated variable and group variable names to bind the given expression. + A new group expression binding with the specified expression and a generated variable name and group variable name. + The expression to bind. + input is null. + input does not have a collection result type. + + + + Creates a new that uses the specified variable name and group variable names to bind the given expression. + + A new group expression binding with the specified expression, variable name and group variable name. + The expression to bind. + The variable name that should be used for the binding. + The variable name that should be used to refer to the group when the new group expression binding is used in a group-by expression. + input, varName or groupVarName is null. + input does not have a collection result type. + + + + Creates a new . + + A new function aggregate with a reference to the given function and argument. The function aggregate's Distinct property will have the value false. + The function that defines the aggregate operation. + The argument over which the aggregate function should be calculated. + function or argument null. + function is not an aggregate function or has more than one argument, or the result type of argument is not equal or promotable to the parameter type of function. + + + + Creates a new that is applied in a distinct fashion. + + A new function aggregate with a reference to the given function and argument. The function aggregate's Distinct property will have the value true. + The function that defines the aggregate operation. + The argument over which the aggregate function should be calculated. + function or argument is null. + function is not an aggregate function or has more than one argument, or the result type of argument is not equal or promotable to the parameter type of function. + + + + Creates a new . + + A new function aggregate with a reference to the given function and argument. The function aggregate's Distinct property will have the value false. + The function that defines the aggregate operation. + The argument over which the aggregate function should be calculated. + function or argument null. + function is not an aggregate function or has more than one argument, or the result type of argument is not equal or promotable to the parameter type of function. + + + + Creates a new that is applied in a distinct fashion. + + A new function aggregate with a reference to the given function and argument. The function aggregate's Distinct property will have the value true. + The function that defines the aggregate operation. + The arguments over which the aggregate function should be calculated. + function or argument is null. + function is not an aggregate function, or the result type of argument is not equal or promotable to the parameter type of function. + + + + Creates a new over the specified argument + + The argument over which to perform the nest operation + A new group aggregate representing the elements of the group referenced by the given argument. + + + is null + + + + + Creates a with the specified inline Lambda function implementation and formal parameters. + + A new expression that describes an inline Lambda function with the specified body and formal parameters. + An expression that defines the logic of the Lambda function. + + A collection that represents the formal parameters to the Lambda function. These variables are valid for use in the body expression. + + variables is null or contains null, or body is null. + variables contains more than one element with the same variable name. + + + + Creates a with the specified inline Lambda function implementation and formal parameters. + + A new expression that describes an inline Lambda function with the specified body and formal parameters. + An expression that defines the logic of the Lambda function. + + A collection that represents the formal parameters to the Lambda function. These variables are valid for use in the body expression. + + variables is null or contains null, or body is null. + variables contains more than one element with the same variable name. + + + + Creates a new with an ascending sort order and default collation. + + A new sort clause with the given sort key and ascending sort order. + The expression that defines the sort key. + key is null. + key does not have an order-comparable result type. + + + + Creates a new with a descending sort order and default collation. + + A new sort clause with the given sort key and descending sort order. + The expression that defines the sort key. + key is null. + key does not have an order-comparable result type. + + + + Creates a new with an ascending sort order and the specified collation. + + A new sort clause with the given sort key and collation, and ascending sort order. + The expression that defines the sort key. + The collation to sort under. + key is null. + collation is empty or contains only space characters. + key does not have an order-comparable result type. + + + + Creates a new with a descending sort order and the specified collation. + + A new sort clause with the given sort key and collation, and descending sort order. + The expression that defines the sort key. + The collation to sort under. + key is null. + collation is empty or contains only space characters. + key does not have an order-comparable result type. + + + + Creates a new that determines whether the given predicate holds for all elements of the input set. + + A new DbQuantifierExpression that represents the All operation. + An expression binding that specifies the input set. + An expression representing a predicate to evaluate for each member of the input set. + input or predicate is null. + predicate does not have a Boolean result type. + + + + Creates a new that determines whether the given predicate holds for any element of the input set. + + A new DbQuantifierExpression that represents the Any operation. + An expression binding that specifies the input set. + An expression representing a predicate to evaluate for each member of the input set. + input or predicate is null. + The expression produced by predicate does not have a Boolean result type. + + + + Creates a new that evaluates the given apply expression once for each element of a given input set, producing a collection of rows with corresponding input and apply columns. Rows for which apply evaluates to an empty set are not included. + + + An new DbApplyExpression with the specified input and apply bindings and an + + of CrossApply. + + + An that specifies the input set. + + + An that specifies logic to evaluate once for each member of the input set. + + input or apply is null. + + + + Creates a new that evaluates the given apply expression once for each element of a given input set, producing a collection of rows with corresponding input and apply columns. Rows for which apply evaluates to an empty set have an apply column value of null. + + + An new DbApplyExpression with the specified input and apply bindings and an + + of OuterApply. + + + An that specifies the input set. + + + An that specifies logic to evaluate once for each member of the input set. + + input or apply is null. + + + + Creates a new that unconditionally joins the sets specified by the list of input expression bindings. + + + A new DbCrossJoinExpression, with an of CrossJoin, that represents the unconditional join of the input sets. + + A list of expression bindings that specifies the input sets. + inputs is null or contains null element. + inputs contains fewer than 2 expression bindings. + + + + Creates a new that joins the sets specified by the left and right expression bindings, on the specified join condition, using InnerJoin as the + + . + + + A new DbJoinExpression, with an of InnerJoin, that represents the inner join operation applied to the left and right input sets under the given join condition. + + + An that specifies the left set argument. + + + An that specifies the right set argument. + + An expression that specifies the condition on which to join. + left, right or joinCondition is null. + joinCondition does not have a Boolean result type. + + + + Creates a new that joins the sets specified by the left and right expression bindings, on the specified join condition, using LeftOuterJoin as the + + . + + + A new DbJoinExpression, with an of LeftOuterJoin, that represents the left outer join operation applied to the left and right input sets under the given join condition. + + + An that specifies the left set argument. + + + An that specifies the right set argument. + + An expression that specifies the condition on which to join. + left, right or joinCondition is null. + joinCondition does not have a Boolean result type. + + + + Creates a new that joins the sets specified by the left and right expression bindings, on the specified join condition, using FullOuterJoin as the + + . + + + A new DbJoinExpression, with an of FullOuterJoin, that represents the full outer join operation applied to the left and right input sets under the given join condition. + + + An that specifies the left set argument. + + + An that specifies the right set argument. + + An expression that specifies the condition on which to join. + left, right or joinCondition is null. + The expression produced by joinCondition does not have a Boolean result type. + + + + Creates a new that filters the elements in the given input set using the specified predicate. + + A new DbFilterExpression that produces the filtered set. + An expression binding that specifies the input set. + An expression representing a predicate to evaluate for each member of the input set. + input or predicate is null. + predicate does not have a Boolean result type. + + + + Creates a new that groups the elements of the input set according to the specified group keys and applies the given aggregates. + + A new DbGroupByExpression with the specified input set, grouping keys and aggregates. + + A that specifies the input set. + + A list of string-expression pairs that define the grouping columns. + A list of expressions that specify aggregates to apply. + input, keys or aggregates is null, keys contains a null column key or expression, or aggregates contains a null aggregate column name or aggregate. + Both keys and aggregates are empty, or an invalid or duplicate column name was specified. + + + + Creates a new that projects the specified expression over the given input set. + + A new DbProjectExpression that represents the projection operation. + An expression binding that specifies the input set. + An expression to project over the set. + input or projection is null. + + + + Creates a new that sorts the given input set by the given sort specifications before skipping the specified number of elements. + + A new DbSkipExpression that represents the skip operation. + An expression binding that specifies the input set. + A list of sort specifications that determine how the elements of the input set should be sorted. + An expression the specifies how many elements of the ordered set to skip. + input, sortOrder or count is null, or sortOrder contains null. + + sortOrder is empty, or count is not or + + or has a result type that is not equal or promotable to a 64-bit integer type. + + + + + Creates a new that sorts the given input set by the specified sort specifications. + + A new DbSortExpression that represents the sort operation. + An expression binding that specifies the input set. + A list of sort specifications that determine how the elements of the input set should be sorted. + input or sortOrder is null, or sortOrder contains null. + sortOrder is empty. + + + + Creates a new , which represents a typed null value. + + An instance of DbNullExpression. + The type of the null value. + nullType is null. + + + + Gets a with the Boolean value true. + + + A with the Boolean value true. + + + + + Gets a with the Boolean value false. + + + A with the Boolean value false. + + + + + Creates a new with the given constant value. + + A new DbConstantExpression with the given value. + The constant value to represent. + value is null. + value is not an instance of a valid constant type. + + + + Creates a new of the specified primitive type with the given constant value. + + A new DbConstantExpression with the given value and a result type of constantType. + The type of the constant value. + The constant value to represent. + value or constantType is null. + value is not an instance of a valid constant type, constantType does not represent a primitive type, or value is of a different primitive type than that represented by constantType. + + + + Creates a new that references a parameter with the specified name and type. + + A DbParameterReferenceExpression that represents a reference to a parameter with the specified name and type. The result type of the expression will be the same as type. + The type of the referenced parameter. + The name of the referenced parameter. + + + + Creates a new that references a variable with the specified name and type. + + A DbVariableReferenceExpression that represents a reference to a variable with the specified name and type. The result type of the expression will be the same as type. + The type of the referenced variable. + The name of the referenced variable. + + + + Creates a new that references the specified entity or relationship set. + + A new DbScanExpression based on the specified entity or relationship set. + Metadata for the entity or relationship set to reference. + targetSet is null. + + + + Creates an that performs the logical And of the left and right arguments. + + A new DbAndExpression with the specified arguments. + A Boolean expression that specifies the left argument. + A Boolean expression that specifies the right argument. + left or right is null. + left and right does not have a Boolean result type. + + + + Creates an that performs the logical Or of the left and right arguments. + + A new DbOrExpression with the specified arguments. + A Boolean expression that specifies the left argument. + A Boolean expression that specifies the right argument. + left or right is null. + left or right does not have a Boolean result type. + + + + Creates a that matches the result of the specified + expression with the results of the constant expressions in the specified list. + + A DbExpression to be matched. + A list of DbConstantExpression to test for a match. + + A new DbInExpression with the specified arguments. + + + + or + + is null. + + + The result type of + + is different than the result type of an expression from + . + + + + + Creates a that performs the logical negation of the given argument. + + A new DbNotExpression with the specified argument. + A Boolean expression that specifies the argument. + argument is null. + argument does not have a Boolean result type. + + + + Creates a new that divides the left argument by the right argument. + + A new DbArithmeticExpression representing the division operation. + An expression that specifies the left argument. + An expression that specifies the right argument. + left or right is null. + No common numeric result type exists between left or right. + + + + Creates a new that subtracts the right argument from the left argument. + + A new DbArithmeticExpression representing the subtraction operation. + An expression that specifies the left argument. + An expression that specifies the right argument. + left or right is null. + No common numeric result type exists between left and right. + + + + Creates a new that computes the remainder of the left argument divided by the right argument. + + A new DbArithmeticExpression representing the modulo operation. + An expression that specifies the left argument. + An expression that specifies the right argument. + left or right is null. + No common numeric result type exists between left and right. + + + + Creates a new that multiplies the left argument by the right argument. + + A new DbArithmeticExpression representing the multiplication operation. + An expression that specifies the left argument. + An expression that specifies the right argument. + left or right is null. + No common numeric result type exists between left and right. + + + + Creates a new that adds the left argument to the right argument. + + A new DbArithmeticExpression representing the addition operation. + An expression that specifies the left argument. + An expression that specifies the right argument. + left or right is null. + No common numeric result type exists between left and right. + + + + Creates a new that negates the value of the argument. + + A new DbArithmeticExpression representing the negation operation. + An expression that specifies the argument. + argument is null. + No numeric result type exists for argument. + + + + Creates a new that negates the value of the argument. + + A new DbArithmeticExpression representing the negation operation. + An expression that specifies the argument. + argument is null. + No numeric result type exists for argument. + + + + Creates a new that compares the left and right arguments for equality. + + A new DbComparisonExpression representing the equality comparison. + An expression that specifies the left argument. + An expression that specifies the right argument. + left or right is null. + No common equality-comparable result type exists between left and right. + + + + Creates a new that compares the left and right arguments for inequality. + + A new DbComparisonExpression representing the inequality comparison. + An expression that specifies the left argument. + An expression that specifies the right argument. + left or right is null. + No common equality-comparable result type exists between left and right. + + + + Creates a new that determines whether the left argument is greater than the right argument. + + A new DbComparisonExpression representing the greater-than comparison. + An expression that specifies the left argument. + An expression that specifies the right argument. + left or right is null. + No common order-comparable result type exists between left and right. + + + + Creates a new that determines whether the left argument is less than the right argument. + + A new DbComparisonExpression representing the less-than comparison. + An expression that specifies the left argument. + An expression that specifies the right argument. + left or right is null. + No common order-comparable result type exists between left and right. + + + + Creates a new that determines whether the left argument is greater than or equal to the right argument. + + A new DbComparisonExpression representing the greater-than-or-equal-to comparison. + An expression that specifies the left argument. + An expression that specifies the right argument. + left or right is null. + No common order-comparable result type exists between left and right. + + + + Creates a new that determines whether the left argument is less than or equal to the right argument. + + A new DbComparisonExpression representing the less-than-or-equal-to comparison. + An expression that specifies the left argument. + An expression that specifies the right argument. + left or right is null. + No common result type that is both equality- and order-comparable exists between left and right. + + + + Creates a new that determines whether the specified argument is null. + + A new DbIsNullExpression with the specified argument. + An expression that specifies the argument. + argument is null. + argument has a collection result type. + + + + Creates a new that compares the specified input string to the given pattern. + + A new DbLikeExpression with the specified input, pattern and a null escape. + An expression that specifies the input string. + An expression that specifies the pattern string. + Argument or pattern is null. + Argument or pattern does not have a string result type. + + + + Creates a new that compares the specified input string to the given pattern using the optional escape. + + A new DbLikeExpression with the specified input, pattern and escape. + An expression that specifies the input string. + An expression that specifies the pattern string. + An optional expression that specifies the escape string. + argument, pattern or escape is null. + argument, pattern or escape does not have a string result type. + + + + Creates a new that applies a cast operation to a polymorphic argument. + + A new DbCastExpression with the specified argument and target type. + The argument to which the cast should be applied. + Type metadata that specifies the type to cast to. + Argument or toType is null. + The specified cast is not valid. + + + + Creates a new . + + A new DbTreatExpression with the specified argument and type. + An expression that specifies the instance. + Type metadata for the treat-as type. + argument or treatType is null. + treatType is not in the same type hierarchy as the result type of argument. + + + + Creates a new that produces a set consisting of the elements of the given input set that are of the specified type. + + + A new DbOfTypeExpression with the specified set argument and type, and an ExpressionKind of + + . + + + A that specifies the input set. + + Type metadata for the type that elements of the input set must have to be included in the resulting set. + argument or type is null. + argument does not have a collection result type, or type is not a type in the same type hierarchy as the element type of the collection result type of argument. + + + + Creates a new that produces a set consisting of the elements of the given input set that are of exactly the specified type. + + + A new DbOfTypeExpression with the specified set argument and type, and an ExpressionKind of + + . + + + An that specifies the input set. + + Type metadata for the type that elements of the input set must match exactly to be included in the resulting set. + argument or type is null. + argument does not have a collection result type, or type is not a type in the same type hierarchy as the element type of the collection result type of argument. + + + + Creates a new that determines whether the given argument is of the specified type or a subtype. + + A new DbIsOfExpression with the specified instance and type and DbExpressionKind IsOf. + An expression that specifies the instance. + Type metadata that specifies the type that the instance's result type should be compared to. + argument or type is null. + type is not in the same type hierarchy as the result type of argument. + + + + Creates a new expression that determines whether the given argument is of the specified type, and only that type (not a subtype). + + A new DbIsOfExpression with the specified instance and type and DbExpressionKind IsOfOnly. + An expression that specifies the instance. + Type metadata that specifies the type that the instance's result type should be compared to. + argument or type is null. + type is not in the same type hierarchy as the result type of argument. + + + + Creates a new that retrieves a specific Entity given a reference expression. + + A new DbDerefExpression that retrieves the specified Entity. + + An that provides the reference. This expression must have a reference Type. + + argument is null. + argument does not have a reference result type. + + + + Creates a new that retrieves the ref of the specified entity in structural form. + + A new DbEntityRefExpression that retrieves a reference to the specified entity. + The expression that provides the entity. This expression must have an entity result type. + argument is null. + argument does not have an entity result type. + + + + Creates a new that encodes a reference to a specific entity based on key values. + + A new DbRefExpression that references the element with the specified key values in the given entity set. + The entity set in which the referenced element resides. + + A collection of s that provide the key values. These expressions must match (in number, type, and order) the key properties of the referenced entity type. + + entitySet is null, or keyValues is null or contains null. + The count of keyValues does not match the count of key members declared by the entitySet鈥檚 element type, or keyValues contains an expression with a result type that is not compatible with the type of the corresponding key member. + + + + Creates a new that encodes a reference to a specific entity based on key values. + + A new DbRefExpression that references the element with the specified key values in the given entity set. + The entity set in which the referenced element resides. + + A collection of s that provide the key values. These expressions must match (in number, type, and order) the key properties of the referenced entity type. + + entitySet is null, or keyValues is null or contains null. + The count of keyValues does not match the count of key members declared by the entitySet鈥檚 element type, or keyValues contains an expression with a result type that is not compatible with the type of the corresponding key member. + + + + Creates a new that encodes a reference to a specific entity of a given type based on key values. + + A new DbRefExpression that references the element with the specified key values in the given entity set. + The entity set in which the referenced element resides. + The specific type of the referenced entity. This must be an entity type from the same hierarchy as the entity set's element type. + + A collection of s that provide the key values. These expressions must match (in number, type, and order) the key properties of the referenced entity type. + + entitySet or entityType is null, or keyValues is null or contains null. + entityType is not from the same type hierarchy (a subtype, supertype, or the same type) as entitySet's element type. + The count of keyValues does not match the count of key members declared by the entitySet鈥檚 element type, or keyValues contains an expression with a result type that is not compatible with the type of the corresponding key member. + + + + Creates a new that encodes a reference to a specific entity of a given type based on key values. + + A new DbRefExpression that references the element with the specified key values in the given entity set. + The entity set in which the referenced element resides. + The specific type of the referenced entity. This must be an entity type from the same hierarchy as the entity set's element type. + + A collection of s that provide the key values. These expressions must match (in number, type, and order) the key properties of the referenced entity type. + + entitySet or entityType is null, or keyValues is null or contains null. + entityType is not from the same type hierarchy (a subtype, supertype, or the same type) as entitySet's element type. + The count of keyValues does not match the count of key members declared by the entitySet鈥檚 element type, or keyValues contains an expression with a result type that is not compatible with the type of the corresponding key member. + + + + Creates a new that encodes a reference to a specific Entity based on key values. + + A new DbRefExpression that references the element with the specified key values in the given Entity set. + The Entity set in which the referenced element resides. + + A that constructs a record with columns that match (in number, type, and order) the Key properties of the referenced Entity type. + + entitySet or keyRow is null. + keyRow does not have a record result type that matches the key properties of the referenced entity set's entity type. + + + + Creates a new that encodes a reference to a specific Entity based on key values. + + A new DbRefExpression that references the element with the specified key values in the given Entity set. + The Entity set in which the referenced element resides. + + A that constructs a record with columns that match (in number, type, and order) the Key properties of the referenced Entity type. + + The type of the Entity that the reference should refer to. + entitySet, keyRow or entityType is null. + entityType is not in the same type hierarchy as the entity set's entity type, or keyRow does not have a record result type that matches the key properties of the referenced entity set's entity type. + + + + Creates a new that retrieves the key values of the specified reference in structural form. + + A new DbRefKeyExpression that retrieves the key values of the specified reference. + The expression that provides the reference. This expression must have a reference Type with an Entity element type. + argument is null. + argument does not have a reference result type. + + + + Creates a new representing the navigation of a composition or association relationship. + + A new DbRelationshipNavigationExpression representing the navigation of the specified from and to relation ends of the specified relation type from the specified navigation source instance. + An expression that specifies the instance from which navigation should occur. + Metadata for the property that represents the end of the relationship from which navigation should occur. + Metadata for the property that represents the end of the relationship to which navigation should occur. + fromEnd, toEnd or navigateFrom is null. + fromEnd and toEnd are not declared by the same relationship type, or navigateFrom has a result type that is not compatible with the property type of fromEnd. + + + + Creates a new representing the navigation of a composition or association relationship. + + A new DbRelationshipNavigationExpression representing the navigation of the specified from and to relation ends of the specified relation type from the specified navigation source instance. + Metadata for the relation type that represents the relationship. + The name of the property of the relation type that represents the end of the relationship from which navigation should occur. + The name of the property of the relation type that represents the end of the relationship to which navigation should occur. + An expression the specifies the instance from which navigation should occur. + type, fromEndName, toEndName or navigateFrom is null. + type is not associated with this command tree's metadata workspace or navigateFrom is associated with a different command tree, or type does not declare a relation end property with name toEndName or fromEndName, or navigateFrom has a result type that is not compatible with the property type of the relation end property with name fromEndName. + + + + Creates a new that removes duplicates from the given set argument. + + A new DbDistinctExpression that represents the distinct operation applied to the specified set argument. + An expression that defines the set over which to perform the distinct operation. + argument is null. + argument does not have a collection result type. + + + + Creates a new that converts a set into a singleton. + + A DbElementExpression that represents the conversion of the set argument to a singleton. + An expression that specifies the input set. + argument is null. + argument does not have a collection result type. + + + + Creates a new that determines whether the specified set argument is an empty set. + + A new DbIsEmptyExpression with the specified argument. + An expression that specifies the input set. + argument is null. + argument does not have a collection result type. + + + + Creates a new that computes the subtraction of the right set argument from the left set argument. + + A new DbExceptExpression that represents the difference of the left argument from the right argument. + An expression that defines the left set argument. + An expression that defines the right set argument. + left or right is null. + No common collection result type exists between left and right. + + + + Creates a new that computes the intersection of the left and right set arguments. + + A new DbIntersectExpression that represents the intersection of the left and right arguments. + An expression that defines the left set argument. + An expression that defines the right set argument. + left or right is null. + No common collection result type exists between left or right. + + + + Creates a new that computes the union of the left and right set arguments and does not remove duplicates. + + A new DbUnionAllExpression that union, including duplicates, of the left and right arguments. + An expression that defines the left set argument. + An expression that defines the right set argument. + left or right is null. + No common collection result type with an equality-comparable element type exists between left and right. + + + + Creates a new that restricts the number of elements in the Argument collection to the specified count Limit value. Tied results are not included in the output. + + A new DbLimitExpression with the specified argument and count limit values that does not include tied results. + An expression that specifies the input collection. + An expression that specifies the limit value. + argument or count is null. + argument does not have a collection result type, or count does not have a result type that is equal or promotable to a 64-bit integer type. + + + + Creates a new . + + A new DbCaseExpression with the specified cases and default result. + A list of expressions that provide the conditional for of each case. + A list of expressions that provide the result of each case. + An expression that defines the result when no case is matched. + whenExpressions or thenExpressions is null or contains null, or elseExpression is null. + whenExpressions or thenExpressions is empty or whenExpressions contains an expression with a non-Boolean result type, or no common result type exists for all expressions in thenExpressions and elseExpression. + + + + Creates a new representing the invocation of the specified function with the given arguments. + + A new DbFunctionExpression representing the function invocation. + Metadata for the function to invoke. + A list of expressions that provide the arguments to the function. + function is null, or arguments is null or contains null. + The count of arguments does not equal the number of parameters declared by function, or arguments contains an expression that has a result type that is not equal or promotable to the corresponding function parameter type. + + + + Creates a new representing the invocation of the specified function with the given arguments. + + A new DbFunctionExpression representing the function invocation. + Metadata for the function to invoke. + Expressions that provide the arguments to the function. + function is null, or arguments is null or contains null. + The count of arguments does not equal the number of parameters declared by function, or arguments contains an expression that has a result type that is not equal or promotable to the corresponding function parameter type. + + + + Creates a new representing the application of the specified Lambda function to the given arguments. + + A new Expression representing the Lambda function application. + + A instance representing the Lambda function to apply. + + A list of expressions that provide the arguments. + lambda or arguments is null. + The count of arguments does not equal the number of variables declared by lambda, or arguments contains an expression that has a result type that is not equal or promotable to the corresponding variable type. + + + + Creates a new representing the application of the specified Lambda function to the given arguments. + + A new expression representing the Lambda function application. + + A instance representing the Lambda function to apply. + + Expressions that provide the arguments. + lambda or arguments is null. + The count of arguments does not equal the number of variables declared by lambda, or arguments contains an expression that has a result type that is not equal or promotable to the corresponding variable type. + + + + Creates a new . If the type argument is a collection type, the arguments specify the elements of the collection. Otherwise the arguments are used as property or column values in the new instance. + + A new DbNewInstanceExpression with the specified type and arguments. + The type of the new instance. + Expressions that specify values of the new instances, interpreted according to the instance's type. + instanceType or arguments is null, or arguments contains null. + arguments is empty or the result types of the contained expressions do not match the requirements of instanceType (as explained in the remarks section). + + + + Creates a new . If the type argument is a collection type, the arguments specify the elements of the collection. Otherwise the arguments are used as property or column values in the new instance. + + A new DbNewInstanceExpression with the specified type and arguments. + The type of the new instance. + Expressions that specify values of the new instances, interpreted according to the instance's type. + instanceType or arguments is null, or arguments contains null. + arguments is empty or the result types of the contained expressions do not match the requirements of instanceType (as explained in the remarks section). + + + + Creates a new that constructs a collection containing the specified elements. The type of the collection is based on the common type of the elements. If no common element type exists an exception is thrown. + + A new DbNewInstanceExpression with the specified collection type and arguments. + A list of expressions that provide the elements of the collection. + elements is null, or contains null. + elements is empty or contains expressions for which no common result type exists. + + + + Creates a new that constructs a collection containing the specified elements. The type of the collection is based on the common type of the elements. If no common element type exists an exception is thrown. + + A new DbNewInstanceExpression with the specified collection type and arguments. + A list of expressions that provide the elements of the collection. + elements is null, or contains null.. + elements is empty or contains expressions for which no common result type exists. + + + + Creates a new that constructs an empty collection of the specified collection type. + + A new DbNewInstanceExpression with the specified collection type and an empty Arguments list. + The type metadata for the collection to create + collectionType is null. + collectionType is not a collection type. + + + + Creates a new that produces a row with the specified named columns and the given values, specified as expressions. + + A new DbNewInstanceExpression that represents the construction of the row. + A list of string-DbExpression key-value pairs that defines the structure and values of the row. + columnValues is null or contains an element with a null column name or expression. + columnValues is empty, or contains a duplicate or invalid column name. + + + + Creates a new representing the retrieval of the specified property. + + A new DbPropertyExpression representing the property retrieval. + The instance from which to retrieve the property. May be null if the property is static. + Metadata for the property to retrieve. + propertyMetadata is null or instance is null and the property is not static. + + + + Creates a new representing the retrieval of the specified navigation property. + + A new DbPropertyExpression representing the navigation property retrieval. + The instance from which to retrieve the navigation property. + Metadata for the navigation property to retrieve. + navigationProperty or instance is null. + + + + Creates a new representing the retrieval of the specified relationship end member. + + A new DbPropertyExpression representing the relationship end member retrieval. + The instance from which to retrieve the relationship end member. + Metadata for the relationship end member to retrieve. + relationshipEnd is null or instance is null and the property is not static. + + + + Creates a new representing the retrieval of the instance property with the specified name from the given instance. + + A new DbPropertyExpression that represents the property retrieval. + The instance from which to retrieve the property. + The name of the property to retrieve. + propertyName is null or instance is null and the property is not static. + No property with the specified name is declared by the type of instance. + + + + Creates a new representing setting a property to a value. + + The property to be set. + The value to set the property to. + The newly created set clause. + + + + Creates a new that determines whether the given predicate holds for all elements of the input set. + + A new DbQuantifierExpression that represents the All operation. + An expression that specifies the input set. + A method representing a predicate to evaluate for each member of the input set. This method must produce an expression with a Boolean result type that provides the predicate logic. + source or predicate is null. + The expression produced by predicate is null. + source does not have a collection result type. + The expression produced by Predicate does not have a Boolean result type. + + + + Creates a new that determines whether the specified set argument is non-empty. + + + A new applied to a new + + with the specified argument. + + An expression that specifies the input set. + source is null. + source does not have a collection result type. + + + + Creates a new that determines whether the specified set argument is non-empty. + + + A new applied to a new + + with the specified argument. + + An expression that specifies the input set. + argument is null. + argument does not have a collection result type. + + + + Creates a new that determines whether the given predicate holds for any element of the input set. + + A new DbQuantifierExpression that represents the Any operation. + An expression that specifies the input set. + A method representing the predicate to evaluate for each member of the input set. This method must produce an expression with a Boolean result type that provides the predicate logic. + source or predicate is null. + The expression produced by predicate is null. + source does not have a collection result type. + The expression produced by predicate does not have a Boolean result type. + + + + Creates a new that evaluates the given apply expression once for each element of a given input set, producing a collection of rows with corresponding input and apply columns. Rows for which apply evaluates to an empty set are not included. + + + An new DbApplyExpression with the specified input and apply bindings and an + + of CrossApply. + + + A that specifies the input set. + + A method that specifies the logic to evaluate once for each member of the input set. + source or apply is null. + source does not have a collection result type. + The result of apply contains a name or expression that is null. + The result of apply contains a name or expression that is not valid in an expression binding. + + + + Creates a new that evaluates the given apply expression once for each element of a given input set, producing a collection of rows with corresponding input and apply columns. Rows for which apply evaluates to an empty set have an apply column value of null. + + + An new DbApplyExpression with the specified input and apply bindings and an + + of OuterApply. + + + A that specifies the input set. + + A method that specifies the logic to evaluate once for each member of the input set. + source or apply is null. + Source does not have a collection result type. + The result of apply contains a name or expression that is null. + The result of apply contains a name or expression that is not valid in an expression binding. + + + + Creates a new that joins the sets specified by the left and right expressions, on the specified join condition, using FullOuterJoin as the + + . + + + A new DbJoinExpression, with an of FullOuterJoin, that represents the full outer join operation applied to the left and right input sets under the given join condition. + + + A that specifies the left set argument. + + + A that specifies the right set argument. + + A method representing the condition on which to join. This method must produce an expression with a Boolean result type that provides the logic of the join condition. + left, right or joinCondition is null. + left or right does not have a collection result type. + The expression produced by joinCondition is null. + The expression produced by joinCondition does not have a Boolean result type. + + + + Creates a new that joins the sets specified by the left and right expressions, on the specified join condition, using InnerJoin as the + + . + + + A new DbJoinExpression, with an of InnerJoin, that represents the inner join operation applied to the left and right input sets under the given join condition. + + + A that specifies the left set argument. + + + A that specifies the right set argument. + + A method representing the condition on which to join. This method must produce an expression with a Boolean result type that provides the logic of the join condition. + left, right or joinCondition is null. + left or right does not have a collection result type. + The expression produced by joinCondition is null. + The expression produced by joinCondition does not have a Boolean result type. + + + + Creates a new that joins the sets specified by the left and right expressions, on the specified join condition, using LeftOuterJoin as the + + . + + + A new DbJoinExpression, with an of LeftOuterJoin, that represents the left outer join operation applied to the left and right input sets under the given join condition. + + + A that specifies the left set argument. + + + A that specifies the right set argument. + + A method representing the condition on which to join. This method must produce an expression with a Boolean result type that provides the logic of the join condition. + left, right or joinCondition is null. + left or right does not have a collection result type. + The expression produced by joinCondition is null. + The expression produced by joinCondition does not have a Boolean result type. + + + + Creates a new that joins the sets specified by the outer and inner expressions, on an equality condition between the specified outer and inner keys, using InnerJoin as the + + . + + + A new DbJoinExpression, with an of InnerJoin, that represents the inner join operation applied to the left and right input sets under a join condition that compares the outer and inner key values for equality. + + + A that specifies the outer set argument. + + + A that specifies the inner set argument. + + A method that specifies how the outer key value should be derived from an element of the outer set. + A method that specifies how the inner key value should be derived from an element of the inner set. + outer, inner, outerKey or innerKey is null. + outer or inner does not have a collection result type. + The expression produced by outerKey or innerKey is null. + The expressions produced by outerKey and innerKey are not comparable for equality. + + + + Creates a new that projects the specified selector over the sets specified by the outer and inner expressions, joined on an equality condition between the specified outer and inner keys, using InnerJoin as the + + . + + + A new DbProjectExpression with the specified selector as its projection, and a new DbJoinExpression as its input. The input DbJoinExpression is created with an + + of InnerJoin, that represents the inner join operation applied to the left and right input sets under a join condition that compares the outer and inner key values for equality. + + + A that specifies the outer set argument. + + + A that specifies the inner set argument. + + A method that specifies how the outer key value should be derived from an element of the outer set. + A method that specifies how the inner key value should be derived from an element of the inner set. + + A method that specifies how an element of the result set should be derived from elements of the inner and outer sets. This method must produce an instance of a type that is compatible with Join and can be resolved into a + + . Compatibility requirements for TSelector are described in remarks. + + The type of the selector . + outer, inner, outerKey, innerKey or selector is null. + outer or inner does not have a collection result type. + The expression produced by outerKey or innerKey is null. + The result of selector is null after conversion to DbExpression. + The expressions produced by outerKey and innerKey is not comparable for equality. + The result of Selector is not compatible with SelectMany. + + + + Creates a new that sorts the given input set by the specified sort key, with ascending sort order and default collation. + + A new DbSortExpression that represents the order-by operation. + An expression that specifies the input set. + A method that specifies how to derive the sort key expression given a member of the input set. This method must produce an expression with an order-comparable result type that provides the sort key definition. + source or sortKey is null. + The expression produced by sortKey is null. + source does not have a collection result type. + The expression produced by sortKey does not have an order-comparable result type. + + + + Creates a new that sorts the given input set by the specified sort key, with ascending sort order and the specified collation. + + A new DbSortExpression that represents the order-by operation. + An expression that specifies the input set. + A method that specifies how to derive the sort key expression given a member of the input set. This method must produce an expression with an order-comparable result type that provides the sort key definition. + The collation to sort under. + source, sortKey or collation is null. + The expression produced by sortKey is null. + source does not have a collection result type. + The expression produced by sortKey does not have an order-comparable string result type. + collation is empty or contains only space characters. + + + + Creates a new that sorts the given input set by the specified sort key, with descending sort order and default collation. + + A new DbSortExpression that represents the order-by operation. + An expression that specifies the input set. + A method that specifies how to derive the sort key expression given a member of the input set. This method must produce an expression with an order-comparable result type that provides the sort key definition. + source or sortKey is null. + The expression produced by sortKey is null. + source does not have a collection result type. + The expression produced by sortKey does not have an order-comparable result type. + + + + Creates a new that sorts the given input set by the specified sort key, with descending sort order and the specified collation. + + A new DbSortExpression that represents the order-by operation. + An expression that specifies the input set. + A method that specifies how to derive the sort key expression given a member of the input set. This method must produce an expression with an order-comparable result type that provides the sort key definition. + The collation to sort under. + source, sortKey or collation is null. + The expression produced by sortKey is null. + source does not have a collection result type. + The expression produced by sortKey does not have an order-comparable string result type. + collation is empty or contains only space characters. + + + + Creates a new that selects the specified expression over the given input set. + + A new DbProjectExpression that represents the select operation. + An expression that specifies the input set. + + A method that specifies how to derive the projected expression given a member of the input set. This method must produce an instance of a type that is compatible with Select and can be resolved into a + + . Compatibility requirements for TProjection are described in remarks. + + The method result type of projection. + source or projection is null. + The result of projection is null. + + + + Creates a new that evaluates the given apply expression once for each element of a given input set, producing a collection of rows with corresponding input and apply columns. Rows for which apply evaluates to an empty set are not included. A + + is then created that selects the apply column from each row, producing the overall collection of apply results. + + + An new DbProjectExpression that selects the apply column from a new DbApplyExpression with the specified input and apply bindings and an + + of CrossApply. + + + A that specifies the input set. + + A method that represents the logic to evaluate once for each member of the input set. + source or apply is null. + The expression produced by apply is null. + source does not have a collection result type. + The expression produced by apply does not have a collection type. + + + + Creates a new that evaluates the given apply expression once for each element of a given input set, producing a collection of rows with corresponding input and apply columns. Rows for which apply evaluates to an empty set are not included. A + + is then created that selects the specified selector over each row, producing the overall collection of results. + + + An new DbProjectExpression that selects the result of the given selector from a new DbApplyExpression with the specified input and apply bindings and an + + of CrossApply. + + + A that specifies the input set. + + A method that represents the logic to evaluate once for each member of the input set. + + A method that specifies how an element of the result set should be derived given an element of the input and apply sets. This method must produce an instance of a type that is compatible with SelectMany and can be resolved into a + + . Compatibility requirements for TSelector are described in remarks. + + The method result type of selector. + source, apply or selector is null. + The expression produced by apply is null. + The result of selector is null on conversion to DbExpression. + source does not have a collection result type. + The expression produced by apply does not have a collection type. does not have a collection type. + + + + Creates a new that skips the specified number of elements from the given sorted input set. + + A new DbSkipExpression that represents the skip operation. + + A that specifies the sorted input set. + + An expression the specifies how many elements of the ordered set to skip. + argument or count is null. + + count is not or + + or has a result type that is not equal or promotable to a 64-bit integer type. + + + + + Creates a new that restricts the number of elements in the Argument collection to the specified count Limit value. Tied results are not included in the output. + + A new DbLimitExpression with the specified argument and count limit values that does not include tied results. + An expression that specifies the input collection. + An expression that specifies the limit value. + argument or count is null. + argument does not have a collection result type, count does not have a result type that is equal or promotable to a 64-bit integer type. + + + + Creates a new that with a sort order that includes the sort order of the given order input set together with the specified sort key in ascending sort order and with default collation. + + A new DbSortExpression that represents the new overall order-by operation. + A DbSortExpression that specifies the ordered input set. + A method that specifies how to derive the additional sort key expression given a member of the input set. This method must produce an expression with an order-comparable result type that provides the sort key definition. + source or sortKey is null. + The expression produced by sortKey is null. + source does not have a collection result type. + sortKey does not have an order-comparable result type. + + + + Creates a new that with a sort order that includes the sort order of the given order input set together with the specified sort key in ascending sort order and with the specified collation. + + A new DbSortExpression that represents the new overall order-by operation. + A DbSortExpression that specifies the ordered input set. + A method that specifies how to derive the additional sort key expression given a member of the input set. This method must produce an expression with an order-comparable result type that provides the sort key definition. + The collation to sort under. + source, sortKey or collation is null. + The expression produced by sortKey is null. + source does not have a collection result type. + The expression produced by sortKey does not have an order-comparable string result type. + collation is empty or contains only space characters. + + + + Creates a new that with a sort order that includes the sort order of the given order input set together with the specified sort key in descending sort order and with default collation. + + A new DbSortExpression that represents the new overall order-by operation. + A DbSortExpression that specifies the ordered input set. + A method that specifies how to derive the additional sort key expression given a member of the input set. This method must produce an expression with an order-comparable result type that provides the sort key definition. + source or sortKey is null. + The expression produced by sortKey is null. + source does not have a collection result type. + The expression produced by sortKey does not have an order-comparable result type. + + + + Creates a new that with a sort order that includes the sort order of the given order input set together with the specified sort key in descending sort order and with the specified collation. + + A new DbSortExpression that represents the new overall order-by operation. + A DbSortExpression that specifies the ordered input set. + A method that specifies how to derive the additional sort key expression given a member of the input set. This method must produce an expression with an order-comparable result type that provides the sort key definition. + The collation to sort under. + source, sortKey or collation is null. + The expression produced by sortKey is null. + source does not have a collection result type. + The expression produced by sortKey does not have an order-comparable string result type. + collation is empty or contains only space characters. + + + + Creates a new that filters the elements in the given input set using the specified predicate. + + A new DbQuantifierExpression that represents the Any operation. + An expression that specifies the input set. + A method representing the predicate to evaluate for each member of the input set. This method must produce an expression with a Boolean result type that provides the predicate logic. + source or predicate is null. + The expression produced by predicate is null. + The expression produced by predicate does not have a Boolean result type. + + + + Creates a new that computes the union of the left and right set arguments with duplicates removed. + + A new DbExpression that computes the union, without duplicates, of the left and right arguments. + An expression that defines the left set argument. + An expression that defines the right set argument. + left or right is null. + No common collection result type with an equality-comparable element type exists between left and right. + + + + Provides an API to construct s that invoke canonical EDM functions, and allows that API to be accessed as extension methods on the expression type itself. + + + + + Creates a that invokes the canonical 'Avg' function over the specified collection. The result type of the expression is the same as the element type of the collection. + + A new DbFunctionExpression that produces the average value. + An expression that specifies the collection from which the average value should be computed. + + + + Creates a that invokes the canonical 'Count' function over the specified collection. The result type of the expression is Edm.Int32. + + A new DbFunctionExpression that produces the count value. + An expression that specifies the collection over which the count value should be computed. + + + + Creates a that invokes the canonical 'BigCount' function over the specified collection. The result type of the expression is Edm.Int64. + + A new DbFunctionExpression that produces the count value. + An expression that specifies the collection over which the count value should be computed. + + + + Creates a that invokes the canonical 'Max' function over the specified collection. The result type of the expression is the same as the element type of the collection. + + A new DbFunctionExpression that produces the maximum value. + An expression that specifies the collection from which the maximum value should be retrieved + + + + Creates a that invokes the canonical 'Min' function over the specified collection. The result type of the expression is the same as the element type of the collection. + + A new DbFunctionExpression that produces the minimum value. + An expression that specifies the collection from which the minimum value should be retrieved. + + + + Creates a that invokes the canonical 'Sum' function over the specified collection. The result type of the expression is the same as the element type of the collection. + + A new DbFunctionExpression that produces the sum. + An expression that specifies the collection from which the sum should be computed. + + + + Creates a that invokes the canonical 'StDev' function over the non-null members of the specified collection. The result type of the expression is Edm.Double. + + A new DbFunctionExpression that produces the standard deviation value over non-null members of the collection. + An expression that specifies the collection for which the standard deviation should be computed. + + + + Creates a that invokes the canonical 'StDevP' function over the population of the specified collection. The result type of the expression is Edm.Double. + + A new DbFunctionExpression that produces the standard deviation value. + An expression that specifies the collection for which the standard deviation should be computed. + + + + Creates a that invokes the canonical 'Var' function over the non-null members of the specified collection. The result type of the expression is Edm.Double. + + A new DbFunctionExpression that produces the statistical variance value for the non-null members of the collection. + An expression that specifies the collection for which the statistical variance should be computed. + + + + Creates a that invokes the canonical 'VarP' function over the population of the specified collection. The result type of the expression Edm.Double. + + A new DbFunctionExpression that produces the statistical variance value. + An expression that specifies the collection for which the statistical variance should be computed. + + + + Creates a that invokes the canonical 'Concat' function with the specified arguments, which must each have a string result type. The result type of the expression is string. + + A new DbFunctionExpression that produces the concatenated string. + An expression that specifies the string that should appear first in the concatenated result string. + An expression that specifies the string that should appear second in the concatenated result string. + + + + Creates a that invokes the canonical 'Contains' function with the specified arguments, which must each have a string result type. The result type of the expression is Boolean. + + A new DbFunctionExpression that returns a Boolean value indicating whether or not searchedForString occurs within searchedString. + An expression that specifies the string to search for any occurrence of searchedForString. + An expression that specifies the string to search for in searchedString. + + + + Creates a that invokes the canonical 'EndsWith' function with the specified arguments, which must each have a string result type. The result type of the expression is Boolean. + + A new DbFunctionExpression that returns a Boolean value indicating whether or not stringArgument ends with suffix. + An expression that specifies the string that is searched at the end for string suffix. + An expression that specifies the target string that is searched for at the end of stringArgument. + + + + Creates a that invokes the canonical 'IndexOf' function with the specified arguments, which must each have a string result type. The result type of the expression is Edm.Int32. + + A new DbFunctionExpression that returns the first index of stringToFind in searchString. + An expression that specifies the string to search for stringToFind. + An expression that specifies the string to locate within searchString should be checked. + + + + Creates a that invokes the canonical 'Left' function with the specified arguments, which must have a string and integer numeric result type. The result type of the expression is string. + + A new DbFunctionExpression that returns the leftmost substring of length from stringArgument. + An expression that specifies the string from which to extract the leftmost substring. + An expression that specifies the length of the leftmost substring to extract from stringArgument. + + + + Creates a that invokes the canonical 'Length' function with the specified argument, which must have a string result type. The result type of the expression is Edm.Int32. + + A new DbFunctionExpression that returns the length of stringArgument. + An expression that specifies the string for which the length should be computed. + + + + Creates a that invokes the canonical 'Replace' function with the specified arguments, which must each have a string result type. The result type of the expression is also string. + + A new DbFunctionExpression than returns a new string based on stringArgument where every occurrence of toReplace is replaced by replacement. + An expression that specifies the string in which to perform the replacement operation. + An expression that specifies the string that is replaced. + An expression that specifies the replacement string. + + + + Creates a that invokes the canonical 'Reverse' function with the specified argument, which must have a string result type. The result type of the expression is also string. + + A new DbFunctionExpression that produces the reversed value of stringArgument. + An expression that specifies the string to reverse. + + + + Creates a that invokes the canonical 'Right' function with the specified arguments, which must have a string and integer numeric result type. The result type of the expression is string. + + A new DbFunctionExpression that returns the rightmost substring of length from stringArgument. + An expression that specifies the string from which to extract the rightmost substring. + An expression that specifies the length of the rightmost substring to extract from stringArgument. + + + + Creates a that invokes the canonical 'StartsWith' function with the specified arguments, which must each have a string result type. The result type of the expression is Boolean. + + A new DbFunctionExpression that returns a Boolean value indicating whether or not stringArgument starts with prefix. + An expression that specifies the string that is searched at the start for string prefix. + An expression that specifies the target string that is searched for at the start of stringArgument. + + + + Creates a that invokes the canonical 'Substring' function with the specified arguments, which must have a string and integer numeric result types. The result type of the expression is string. + + A new DbFunctionExpression that returns the substring of length from stringArgument starting at start. + An expression that specifies the string from which to extract the substring. + An expression that specifies the starting index from which the substring should be taken. + An expression that specifies the length of the substring. + + + + Creates a that invokes the canonical 'ToLower' function with the specified argument, which must have a string result type. The result type of the expression is also string. + + A new DbFunctionExpression that returns value of stringArgument converted to lower case. + An expression that specifies the string that should be converted to lower case. + + + + Creates a that invokes the canonical 'ToUpper' function with the specified argument, which must have a string result type. The result type of the expression is also string. + + A new DbFunctionExpression that returns value of stringArgument converted to upper case. + An expression that specifies the string that should be converted to upper case. + + + + Creates a that invokes the canonical 'Trim' function with the specified argument, which must have a string result type. The result type of the expression is also string. + + A new DbFunctionExpression that returns value of stringArgument with leading and trailing space removed. + An expression that specifies the string from which leading and trailing space should be removed. + + + + Creates a that invokes the canonical 'RTrim' function with the specified argument, which must have a string result type. The result type of the expression is also string. + + A new DbFunctionExpression that returns value of stringArgument with trailing space removed. + An expression that specifies the string from which trailing space should be removed. + + + + Creates a that invokes the canonical 'LTrim' function with the specified argument, which must have a string result type. The result type of the expression is also string. + + A new DbFunctionExpression that returns value of stringArgument with leading space removed. + An expression that specifies the string from which leading space should be removed. + + + + Creates a that invokes the canonical 'Year' function with the specified argument, which must have a DateTime or DateTimeOffset result type. The result type of the expression is Edm.Int32. + + A new DbFunctionExpression that returns the integer year value from dateValue. + An expression that specifies the value from which the year should be retrieved. + + + + Creates a that invokes the canonical 'Month' function with the specified argument, which must have a DateTime or DateTimeOffset result type. The result type of the expression is Edm.Int32. + + A new DbFunctionExpression that returns the integer month value from dateValue. + An expression that specifies the value from which the month should be retrieved. + + + + Creates a that invokes the canonical 'Day' function with the specified argument, which must have a DateTime or DateTimeOffset result type. The result type of the expression is Edm.Int32. + + A new DbFunctionExpression that returns the integer day value from dateValue. + An expression that specifies the value from which the day should be retrieved. + + + + Creates a that invokes the canonical 'DayOfYear' function with the specified argument, which must have a DateTime or DateTimeOffset result type. The result type of the expression is Edm.Int32. + + A new DbFunctionExpression that returns the integer day of year value from dateValue. + An expression that specifies the value from which the day within the year should be retrieved. + + + + Creates a that invokes the canonical 'Hour' function with the specified argument, which must have a DateTime, DateTimeOffset or Time result type. The result type of the expression is Edm.Int32. + + A new DbFunctionExpression that returns the integer hour value from timeValue. + An expression that specifies the value from which the hour should be retrieved. + + + + Creates a that invokes the canonical 'Minute' function with the specified argument, which must have a DateTime, DateTimeOffset or Time result type. The result type of the expression is Edm.Int32. + + A new DbFunctionExpression that returns the integer minute value from timeValue. + An expression that specifies the value from which the minute should be retrieved. + + + + Creates a that invokes the canonical 'Second' function with the specified argument, which must have a DateTime, DateTimeOffset or Time result type. The result type of the expression is Edm.Int32. + + A new DbFunctionExpression that returns the integer second value from timeValue. + An expression that specifies the value from which the second should be retrieved. + + + + Creates a that invokes the canonical 'Millisecond' function with the specified argument, which must have a DateTime, DateTimeOffset or Time result type. The result type of the expression is Edm.Int32. + + A new DbFunctionExpression that returns the integer millisecond value from timeValue. + An expression that specifies the value from which the millisecond should be retrieved. + + + + Creates a that invokes the canonical 'GetTotalOffsetMinutes' function with the specified argument, which must have a DateTimeOffset result type. The result type of the expression is Edm.Int32. + + A new DbFunctionExpression that returns the number of minutes dateTimeOffsetArgument is offset from GMT. + An expression that specifies the DateTimeOffset value from which the minute offset from GMT should be retrieved. + + + + Creates a that gets local DateTime using CAST expressions from specified argument, which must have a DateTimeOffset result type. The result type of the expression is DateTime. + + A new DbFunctionExpression that casts DATETIMEOFFSET to DATETIME2, discarding offset part + An expression that specifies the DateTimeOffset value. + + + + Creates a that gets UTC DateTime using CAST expressions from specified argument, which must have a DateTimeOffset result type. The result type of the expression is DateTime. + + A new DbFunctionExpression that casts DATETIMEOFFSET to Utc DATETIME2 + An expression that specifies the DateTimeOffset value. + + + + Creates a that invokes the canonical 'CurrentDateTime' function. + + A new DbFunctionExpression that returns the current date and time as an Edm.DateTime instance. + + + + Creates a that invokes the canonical 'CurrentDateTimeOffset' function. + + A new DbFunctionExpression that returns the current date and time as an Edm.DateTimeOffset instance. + + + + Creates a that invokes the canonical 'CurrentUtcDateTime' function. + + A new DbFunctionExpression that returns the current UTC date and time as an Edm.DateTime instance. + + + + Creates a that invokes the canonical 'TruncateTime' function with the specified argument, which must have a DateTime or DateTimeOffset result type. The result type of the expression is the same as the result type of dateValue. + + A new DbFunctionExpression that returns the value of dateValue with time set to zero. + An expression that specifies the value for which the time portion should be truncated. + + + + Creates a that invokes the canonical 'CreateDateTime' function with the specified arguments. second must have a result type of Edm.Double, while all other arguments must have a result type of Edm.Int32. The result type of the expression is Edm.DateTime. + + A new DbFunctionExpression that returns a new DateTime based on the specified values. + An expression that provides the year value for the new DateTime instance. + An expression that provides the month value for the new DateTime instance. + An expression that provides the day value for the new DateTime instance. + An expression that provides the hour value for the new DateTime instance. + An expression that provides the minute value for the new DateTime instance. + An expression that provides the second value for the new DateTime instance. + + + + Creates a that invokes the canonical 'CreateDateTimeOffset' function with the specified arguments. second must have a result type of Edm.Double, while all other arguments must have a result type of Edm.Int32. The result type of the expression is Edm.DateTimeOffset. + + A new DbFunctionExpression that returns a new DateTimeOffset based on the specified values. + An expression that provides the year value for the new DateTimeOffset instance. + An expression that provides the month value for the new DateTimeOffset instance. + An expression that provides the day value for the new DateTimeOffset instance. + An expression that provides the hour value for the new DateTimeOffset instance. + An expression that provides the minute value for the new DateTimeOffset instance. + An expression that provides the second value for the new DateTimeOffset instance. + An expression that provides the number of minutes in the time zone offset value for the new DateTimeOffset instance. + + + + Creates a that invokes the canonical 'CreateTime' function with the specified arguments. second must have a result type of Edm.Double, while all other arguments must have a result type of Edm.Int32. The result type of the expression is Edm.Time. + + A new DbFunctionExpression that returns a new Time based on the specified values. + An expression that provides the hour value for the new DateTime instance. + An expression that provides the minute value for the new DateTime instance. + An expression that provides the second value for the new DateTime instance. + + + + Creates a that invokes the canonical 'AddYears' function with the specified arguments, which must have DateTime or DateTimeOffset and integer result types. The result type of the expression is the same as the result type of dateValue. + + A new DbFunctionExpression that adds the number of years specified by addValue to the value specified by dateValue. + An expression that specifies the value to which addValueshould be added. + An expression that specifies the number of years to add to dateValue. + + + + Creates a that invokes the canonical 'AddMonths' function with the specified arguments, which must have DateTime or DateTimeOffset and integer result types. The result type of the expression is the same as the result type of dateValue. + + A new DbFunctionExpression that adds the number of months specified by addValue to the value specified by dateValue. + An expression that specifies the value to which addValueshould be added. + An expression that specifies the number of months to add to dateValue. + + + + Creates a that invokes the canonical 'AddDays' function with the specified arguments, which must have DateTime or DateTimeOffset and integer result types. The result type of the expression is the same as the result type of dateValue. + + A new DbFunctionExpression that adds the number of days specified by addValue to the value specified by dateValue. + An expression that specifies the value to which addValueshould be added. + An expression that specifies the number of days to add to dateValue. + + + + Creates a that invokes the canonical 'AddHours' function with the specified arguments, which must have DateTime, DateTimeOffset or Time, and integer result types. The result type of the expression is the same as the result type of timeValue. + + A new DbFunctionExpression that adds the number of hours specified by addValue to the value specified by timeValue. + An expression that specifies the value to which addValueshould be added. + An expression that specifies the number of hours to add to timeValue. + + + + Creates a that invokes the canonical 'AddMinutes' function with the specified arguments, which must have DateTime, DateTimeOffset or Time, and integer result types. The result type of the expression is the same as the result type of timeValue. + + A new DbFunctionExpression that adds the number of minutes specified by addValue to the value specified by timeValue. + An expression that specifies the value to which addValueshould be added. + An expression that specifies the number of minutes to add to timeValue. + + + + Creates a that invokes the canonical 'AddSeconds' function with the specified arguments, which must have DateTime, DateTimeOffset or Time, and integer result types. The result type of the expression is the same as the result type of timeValue. + + A new DbFunctionExpression that adds the number of seconds specified by addValue to the value specified by timeValue. + An expression that specifies the value to which addValueshould be added. + An expression that specifies the number of seconds to add to timeValue. + + + + Creates a that invokes the canonical 'AddMilliseconds' function with the specified arguments, which must have DateTime, DateTimeOffset or Time, and integer result types. The result type of the expression is the same as the result type of timeValue. + + A new DbFunctionExpression that adds the number of milliseconds specified by addValue to the value specified by timeValue. + An expression that specifies the value to which addValueshould be added. + An expression that specifies the number of milliseconds to add to timeValue. + + + + Creates a that invokes the canonical 'AddMicroseconds' function with the specified arguments, which must have DateTime, DateTimeOffset or Time, and integer result types. The result type of the expression is the same as the result type of timeValue. + + A new DbFunctionExpression that adds the number of microseconds specified by addValue to the value specified by timeValue. + An expression that specifies the value to which addValueshould be added. + An expression that specifies the number of microseconds to add to timeValue. + + + + Creates a that invokes the canonical 'AddNanoseconds' function with the specified arguments, which must have DateTime, DateTimeOffset or Time, and integer result types. The result type of the expression is the same as the result type of timeValue. + + A new DbFunctionExpression that adds the number of nanoseconds specified by addValue to the value specified by timeValue. + An expression that specifies the value to which addValueshould be added. + An expression that specifies the number of nanoseconds to add to timeValue. + + + + Creates a that invokes the canonical 'DiffYears' function with the specified arguments, which must each have DateTime or DateTimeOffset result type. The result type of the expression is Edm.Int32. + + A new DbFunctionExpression that returns the number of years that is the difference between dateValue1 and dateValue2. + An expression that specifies the first date value argument. + An expression that specifies the second date value argument. + + + + Creates a that invokes the canonical 'DiffMonths' function with the specified arguments, which must each have DateTime or DateTimeOffset result type. The result type of the expression is Edm.Int32. + + A new DbFunctionExpression that returns the number of months that is the difference between dateValue1 and dateValue2. + An expression that specifies the first date value argument. + An expression that specifies the second date value argument. + + + + Creates a that invokes the canonical 'DiffDays' function with the specified arguments, which must each have DateTime or DateTimeOffset result type. The result type of the expression is Edm.Int32. + + A new DbFunctionExpression that returns the number of days that is the difference between dateValue1 and dateValue2. + An expression that specifies the first date value argument. + An expression that specifies the second date value argument. + + + + Creates a that invokes the canonical 'DiffHours' function with the specified arguments, which must each have DateTime, DateTimeOffset or Time result type. The result type of the expression is Edm.Int32. + + A new DbFunctionExpression that returns the number of hours that is the difference between timeValue1 and timeValue2. + An expression that specifies the first time value argument. + An expression that specifies the second time value argument. + + + + Creates a that invokes the canonical 'DiffMinutes' function with the specified arguments, which must each have DateTime, DateTimeOffset or Time result type. The result type of the expression is Edm.Int32. + + A new DbFunctionExpression that returns the number of minutes that is the difference between timeValue1 and timeValue2. + An expression that specifies the first time value argument. + An expression that specifies the second time value argument. + + + + Creates a that invokes the canonical 'DiffSeconds' function with the specified arguments, which must each have DateTime, DateTimeOffset or Time result type. The result type of the expression is Edm.Int32. + + A new DbFunctionExpression that returns the number of seconds that is the difference between timeValue1 and timeValue2. + An expression that specifies the first time value argument. + An expression that specifies the second time value argument. + + + + Creates a that invokes the canonical 'DiffMilliseconds' function with the specified arguments, which must each have DateTime, DateTimeOffset or Time result type. The result type of the expression is Edm.Int32. + + A new DbFunctionExpression that returns the number of milliseconds that is the difference between timeValue1 and timeValue2. + An expression that specifies the first time value argument. + An expression that specifies the second time value argument. + + + + Creates a that invokes the canonical 'DiffMicroseconds' function with the specified arguments, which must each have DateTime, DateTimeOffset or Time result type. The result type of the expression is Edm.Int32. + + A new DbFunctionExpression that returns the number of microseconds that is the difference between timeValue1 and timeValue2. + An expression that specifies the first time value argument. + An expression that specifies the second time value argument. + + + + Creates a that invokes the canonical 'DiffNanoseconds' function with the specified arguments, which must each have DateTime, DateTimeOffset or Time result type. The result type of the expression is Edm.Int32. + + A new DbFunctionExpression that returns the number of nanoseconds that is the difference between timeValue1 and timeValue2. + An expression that specifies the first time value argument. + An expression that specifies the second time value argument. + + + + Creates a that invokes the canonical 'Round' function with the specified argument, which must each have a single, double or decimal result type. The result type of the expression is the same as the result type of value. + + A new DbFunctionExpression that rounds the specified argument to the nearest integer value. + An expression that specifies the numeric value to round. + + + + Creates a that invokes the canonical 'Round' function with the specified arguments, which must have a single, double or decimal, and integer result types. The result type of the expression is the same as the result type of value. + + A new DbFunctionExpression that rounds the specified argument to the nearest integer value, with precision as specified by digits. + An expression that specifies the numeric value to round. + An expression that specifies the number of digits of precision to use when rounding. + + + + Creates a that invokes the canonical 'Floor' function with the specified argument, which must each have a single, double or decimal result type. The result type of the expression is the same as the result type of value. + + A new DbFunctionExpression that returns the largest integer value not greater than value. + An expression that specifies the numeric value. + + + + Creates a that invokes the canonical 'Ceiling' function with the specified argument, which must each have a single, double or decimal result type. The result type of the expression is the same as the result type of value. + + A new DbFunctionExpression that returns the smallest integer value not less than the value. + An expression that specifies the numeric value. + + + + Creates a that invokes the canonical 'Abs' function with the specified argument, which must each have a numeric result type. The result type of the expression is the same as the result type of value. + + A new DbFunctionExpression that returns the absolute value of value. + An expression that specifies the numeric value. + + + + Creates a that invokes the canonical 'Truncate' function with the specified arguments, which must have a single, double or decimal, and integer result types. The result type of the expression is the same as the result type of value. + + A new DbFunctionExpression that truncates the specified argument to the nearest integer value, with precision as specified by digits. + An expression that specifies the numeric value to truncate. + An expression that specifies the number of digits of precision to use when truncating. + + + + Creates a that invokes the canonical 'Power' function with the specified arguments, which must have numeric result types. The result type of the expression is the same as the result type of baseArgument. + + A new DbFunctionExpression that returns the value of baseArgument raised to the power specified by exponent. + An expression that specifies the numeric value to raise to the given power. + An expression that specifies the power to which baseArgument should be raised. + + + + Creates a that invokes the canonical 'BitwiseAnd' function with the specified arguments, which must have the same integer numeric result type. The result type of the expression is the same as the type of the arguments. + + A new DbFunctionExpression that returns the value produced by performing the bitwise AND of value1 and value2. + An expression that specifies the first operand. + An expression that specifies the second operand. + + + + Creates a that invokes the canonical 'BitwiseOr' function with the specified arguments, which must have the same integer numeric result type. The result type of the expression is the same as the type of the arguments. + + A new DbFunctionExpression that returns the value produced by performing the bitwise OR of value1 and value2. + An expression that specifies the first operand. + An expression that specifies the second operand. + + + + Creates a that invokes the canonical 'BitwiseNot' function with the specified argument, which must have an integer numeric result type. The result type of the expression is the same as the type of the arguments. + + A new DbFunctionExpression that returns the value produced by performing the bitwise NOT of value. + An expression that specifies the first operand. + + + + Creates a that invokes the canonical 'BitwiseXor' function with the specified arguments, which must have the same integer numeric result type. The result type of the expression is the same as the type of the arguments. + + A new DbFunctionExpression that returns the value produced by performing the bitwise XOR (exclusive OR) of value1 and value2. + An expression that specifies the first operand. + An expression that specifies the second operand. + + + + Creates a that invokes the canonical 'NewGuid' function. + + A new DbFunctionExpression that returns a new GUID value. + + + + Provides an API to construct s that invoke hierarchyid realted canonical EDM functions, and, where appropriate, allows that API to be accessed as extension methods on the expression type itself. + + + + + Creates a that invokes the canonical 'HierarchyIdParse' function with the + specified argument, which must have a string result type. + The result type of the expression is Edm.HierarchyId. + + An expression that provides the canonical representation of the hierarchyid value. + A new DbFunctionExpression that returns a new hierarchyid value based on the specified value. + + + is null. + + + No overload of the canonical 'HierarchyIdParse' function accept an argument with the result type of + + . + + + + + Creates a that invokes the canonical 'HierarchyIdGetRoot' function. + The result type of the expression is Edm.HierarchyId. + + A new DbFunctionExpression that returns a new root hierarchyid value. + + + + Creates a that invokes the canonical 'GetAncestor' function with the + specified argument, which must have an Int32 result type. + The result type of the expression is Edm.HierarchyId. + + An expression that specifies the hierarchyid value. + An expression that provides an integer value. + A new DbFunctionExpression that returns a hierarchyid. + + + or + + is null. + + + No overload of the canonical 'GetAncestor' function accept an argument with the result type of + + . + + + + + Creates a that invokes the canonical 'GetDescendant' function with the + specified argument, which must have a HierarchyId result type. + The result type of the expression is Edm.HierarchyId. + + An expression that specifies the hierarchyid value. + An expression that provides a hierarchyid value. + An expression that provides a hierarchyid value. + A new DbFunctionExpression that returns a hierarchyid. + + + or + + or + + is null. + + + No overload of the canonical 'GetDescendant' function accept an argument with the result type of + + and + + . + + + + + Creates a that invokes the canonical 'GetLevel' function. + The result type of the expression is Int32. + + An expression that specifies the hierarchyid value. + A new DbFunctionExpression that returns the level of the given hierarchyid. + + + is null. + + + + + Creates a that invokes the canonical 'IsDescendantOf' function with the + specified argument, which must have a HierarchyId result type. + The result type of the expression is Int32. + + An expression that specifies the hierarchyid value. + An expression that provides a hierarchyid value. + A new DbFunctionExpression that returns an integer value. + + + or + + is null. + + + No overload of the canonical 'IsDescendantOf' function accept an argument with the result type of + + . + + + + + Creates a that invokes the canonical 'GetReparentedValue' function with the + specified arguments, which must have a HierarchyId result type. + The result type of the expression is Edm.HierarchyId. + + An expression that specifies the hierarchyid value. + An expression that provides a hierarchyid value. + An expression that provides a hierarchyid value. + A new DbFunctionExpression that returns a hierarchyid. + + + or + + or + + is null. + + + No overload of the canonical 'GetReparentedValue' function accept an argument with the result type of + + and + + . + + + + + Provides a constructor-like means of calling + + . + + + + + Initializes a new instance of the class with the specified first column value and optional successive column values. + + A key-value pair that provides the first column in the new row instance. (required) + A key-value pairs that provide any subsequent columns in the new row instance. (optional) + + + + Creates a new that constructs a new row based on the columns contained in this Row instance. + + A new DbNewInstanceExpression that constructs a row with the same column names and DbExpression values as this Row instance. + + + + Converts the given Row instance into an instance of + + The Row instance. + A DbExpression based on the Row instance + + + is null. + + + + + + Provides an API to construct s that invoke spatial realted canonical EDM functions, and, where appropriate, allows that API to be accessed as extension methods on the expression type itself. + + + + + Creates a that invokes the canonical 'GeometryFromText' function with the specified argument, which must have a string result type. The result type of the expression is Edm.Geometry. Its value has the default coordinate system id (SRID) of the underlying provider. + + A new DbFunctionExpression that returns a new geometry value based on the specified value. + An expression that provides the well known text representation of the geometry value. + + + + Creates a that invokes the canonical 'GeometryFromText' function with the specified arguments. wellKnownText must have a string result type, while coordinateSystemId must have an integer numeric result type. The result type of the expression is Edm.Geometry. + + A new DbFunctionExpression that returns a new geometry value based on the specified values. + An expression that provides the well known text representation of the geometry value. + An expression that provides the coordinate system id (SRID) of the geometry value's coordinate system. + + + + Creates a that invokes the canonical 'GeometryPointFromText' function with the specified arguments. pointWellKnownText must have a string result type, while coordinateSystemId must have an integer numeric result type. The result type of the expression is Edm.Geometry. + + A new DbFunctionExpression that returns a new geometry point value based on the specified values. + An expression that provides the well known text representation of the geometry point value. + An expression that provides the coordinate system id (SRID) of the geometry point value's coordinate system. + + + + Creates a that invokes the canonical 'GeometryLineFromText' function with the specified arguments. lineWellKnownText must have a string result type, while coordinateSystemId must have an integer numeric result type. The result type of the expression is Edm.Geometry. + + A new DbFunctionExpression that returns a new geometry line value based on the specified values. + An expression that provides the well known text representation of the geometry line value. + An expression that provides the coordinate system id (SRID) of the geometry line value's coordinate system. + + + + Creates a that invokes the canonical 'GeometryPolygonFromText' function with the specified arguments. polygonWellKnownText must have a string result type, while coordinateSystemId must have an integer numeric result type. The result type of the expression is Edm.Geometry. + + A new DbFunctionExpression that returns a new geometry polygon value based on the specified values. + An expression that provides the well known text representation of the geometry polygon value. + An expression that provides the coordinate system id (SRID) of the geometry polygon value's coordinate system. + + + + Creates a that invokes the canonical 'GeometryMultiPointFromText' function with the specified arguments. multiPointWellKnownText must have a string result type, while coordinateSystemId must have an integer numeric result type. The result type of the expression is Edm.Geometry. + + A new DbFunctionExpression that returns a new geometry multi-point value based on the specified values. + An expression that provides the well known text representation of the geometry multi-point value. + An expression that provides the coordinate system id (SRID) of the geometry multi-point value's coordinate system. + + + + Creates a that invokes the canonical 'GeometryMultiLineFromText' function with the specified arguments. multiLineWellKnownText must have a string result type, while coordinateSystemId must have an integer numeric result type. The result type of the expression is Edm.Geometry. + + A new DbFunctionExpression that returns a new geometry multi-line value based on the specified values. + An expression that provides the well known text representation of the geometry multi-line value. + An expression that provides the coordinate system id (SRID) of the geometry multi-line value's coordinate system. + + + + Creates a that invokes the canonical 'GeometryMultiPolygonFromText' function with the specified arguments. multiPolygonWellKnownText must have a string result type, while coordinateSystemId must have an integer numeric result type. The result type of the expression is Edm.Geometry. + + A new DbFunctionExpression that returns a new geometry multi-polygon value based on the specified values. + An expression that provides the well known text representation of the geometry multi-polygon value. + An expression that provides the coordinate system id (SRID) of the geometry multi-polygon value's coordinate system. + + + + Creates a that invokes the canonical 'GeometryCollectionFromText' function with the specified arguments. geometryCollectionWellKnownText must have a string result type, while coordinateSystemId must have an integer numeric result type. The result type of the expression is Edm.Geometry. + + A new DbFunctionExpression that returns a new geometry collection value based on the specified values. + An expression that provides the well known text representation of the geometry collection value. + An expression that provides the coordinate system id (SRID) of the geometry collection value's coordinate system. + + + + Creates a that invokes the canonical 'GeometryFromBinary' function with the specified argument, which must have a binary result type. The result type of the expression is Edm.Geometry. + + A new DbFunctionExpression that returns a new geometry value based on the specified binary value. + An expression that provides the well known binary representation of the geometry value. + + + + Creates a that invokes the canonical 'GeometryFromBinary' function with the specified arguments. wellKnownBinaryValue must have a binary result type, while coordinateSystemId must have an integer numeric result type. The result type of the expression is Edm.Geometry. + + A new DbFunctionExpression that returns a new geometry value based on the specified values. + An expression that provides the well known binary representation of the geometry value. + An expression that provides the coordinate system id (SRID) of the geometry value's coordinate system. + + + + Creates a that invokes the canonical 'GeometryPointFromBinary' function with the specified arguments. pointWellKnownBinaryValue must have a binary result type, while coordinateSystemId must have an integer numeric result type. The result type of the expression is Edm.Geometry. + + A new DbFunctionExpression that returns a new geometry point value based on the specified values. + An expression that provides the well known binary representation of the geometry point value. + An expression that provides the coordinate system id (SRID) of the geometry point value's coordinate system. + + + + Creates a that invokes the canonical 'GeometryLineFromBinary' function with the specified arguments. lineWellKnownBinaryValue must have a binary result type, while coordinateSystemId must have an integer numeric result type. The result type of the expression is Edm.Geometry. + + A new DbFunctionExpression that returns a new geometry line value based on the specified values. + An expression that provides the well known binary representation of the geometry line value. + An expression that provides the coordinate system id (SRID) of the geometry line value's coordinate system. + + + + Creates a that invokes the canonical 'GeometryPolygonFromBinary' function with the specified arguments. polygonWellKnownBinaryValue must have a binary result type, while coordinateSystemId must have an integer numeric result type. The result type of the expression is Edm.Geometry. + + A new DbFunctionExpression that returns a new geometry polygon value based on the specified values. + An expression that provides the well known binary representation of the geometry polygon value. + An expression that provides the coordinate system id (SRID) of the geometry polygon value's coordinate system. + + + + Creates a that invokes the canonical 'GeometryMultiPointFromBinary' function with the specified arguments. multiPointWellKnownBinaryValue must have a binary result type, while coordinateSystemId must have an integer numeric result type. The result type of the expression is Edm.Geometry. + + A new DbFunctionExpression that returns a new geometry multi-point value based on the specified values. + An expression that provides the well known binary representation of the geometry multi-point value. + An expression that provides the coordinate system id (SRID) of the geometry multi-point value's coordinate system. + + + + Creates a that invokes the canonical 'GeometryMultiLineFromBinary' function with the specified arguments. multiLineWellKnownBinaryValue must have a binary result type, while coordinateSystemId must have an integer numeric result type. The result type of the expression is Edm.Geometry. + + A new DbFunctionExpression that returns a new geometry multi-line value based on the specified values. + An expression that provides the well known binary representation of the geometry multi-line value. + An expression that provides the coordinate system id (SRID) of the geometry multi-line value's coordinate system. + + + + Creates a that invokes the canonical 'GeometryMultiPolygonFromBinary' function with the specified arguments. multiPolygonWellKnownBinaryValue must have a binary result type, while coordinateSystemId must have an integer numeric result type. The result type of the expression is Edm.Geometry. + + A new DbFunctionExpression that returns a new geometry multi-polygon value based on the specified values. + An expression that provides the well known binary representation of the geometry multi-polygon value. + An expression that provides the coordinate system id (SRID) of the geometry multi-polygon value's coordinate system. + + + + Creates a that invokes the canonical 'GeometryCollectionFromBinary' function with the specified arguments. geometryCollectionWellKnownBinaryValue must have a binary result type, while coordinateSystemId must have an integer numeric result type. The result type of the expression is Edm.Geometry. + + A new DbFunctionExpression that returns a new geometry collection value based on the specified values. + An expression that provides the well known binary representation of the geometry collection value. + An expression that provides the coordinate system id (SRID) of the geometry collection value's coordinate system. + + + + Creates a that invokes the canonical 'GeometryFromGml' function with the specified argument, which must have a string result type. The result type of the expression is Edm.Geometry. + + A new DbFunctionExpression that returns a new geometry value based on the specified value with the default coordinate system id (SRID) of the underlying provider. + An expression that provides the Geography Markup Language (GML) representation of the geometry value. + + + + Creates a that invokes the canonical 'GeometryFromGml' function with the specified arguments. geometryMarkup must have a string result type, while coordinateSystemId must have an integer numeric result type. The result type of the expression is Edm.Geometry. + + A new DbFunctionExpression that returns a new geometry value based on the specified values. + An expression that provides the Geography Markup Language (GML) representation of the geometry value. + An expression that provides the coordinate system id (SRID) of the geometry value's coordinate system. + + + + Creates a that invokes the canonical 'GeographyFromText' function with the specified argument, which must have a string result type. The result type of the expression is Edm.Geography. Its value has the default coordinate system id (SRID) of the underlying provider. + + A new DbFunctionExpression that returns a new geography value based on the specified value. + An expression that provides the well known text representation of the geography value. + + + + Creates a that invokes the canonical 'GeographyFromText' function with the specified arguments. wellKnownText must have a string result type, while coordinateSystemId must have an integer numeric result type. The result type of the expression is Edm.Geography. + + A new DbFunctionExpression that returns a new geography value based on the specified values. + An expression that provides the well known text representation of the geography value. + An expression that provides the coordinate system id (SRID) of the geography value's coordinate system. + + + + Creates a that invokes the canonical 'GeographyPointFromText' function with the specified arguments. + + The canonical 'GeographyPointFromText' function. + An expression that provides the well-known text representation of the geography point value. + An expression that provides the coordinate system id (SRID) of the geography point value's coordinate systempointWellKnownTextValue. + + + + Creates a that invokes the canonical 'GeographyLineFromText' function with the specified arguments. lineWellKnownText must have a string result type, while coordinateSystemId must have an integer numeric result type. The result type of the expression is Edm.Geography. + + A new DbFunctionExpression that returns a new geography line value based on the specified values. + An expression that provides the well known text representation of the geography line value. + An expression that provides the coordinate system id (SRID) of the geography line value's coordinate system. + + + + Creates a that invokes the canonical 'GeographyPolygonFromText' function with the specified arguments. polygonWellKnownText must have a string result type, while coordinateSystemId must have an integer numeric result type. The result type of the expression is Edm.Geography. + + A new DbFunctionExpression that returns a new geography polygon value based on the specified values. + An expression that provides the well known text representation of the geography polygon value. + An expression that provides the coordinate system id (SRID) of the geography polygon value's coordinate system. + + + + Creates a that invokes the canonical 'GeographyMultiPointFromText' function with the specified arguments. multiPointWellKnownText must have a string result type, while coordinateSystemId must have an integer numeric result type. The result type of the expression is Edm.Geography. + + A new DbFunctionExpression that returns a new geography multi-point value based on the specified values. + An expression that provides the well known text representation of the geography multi-point value. + An expression that provides the coordinate system id (SRID) of the geography multi-point value's coordinate system. + + + + Creates a that invokes the canonical 'GeographyMultiLineFromText' function with the specified arguments. multiLineWellKnownText must have a string result type, while coordinateSystemId must have an integer numeric result type. The result type of the expression is Edm.Geography. + + A new DbFunctionExpression that returns a new geography multi-line value based on the specified values. + An expression that provides the well known text representation of the geography multi-line value. + An expression that provides the coordinate system id (SRID) of the geography multi-line value's coordinate system. + + + + Creates a that invokes the canonical 'GeographyMultiPolygonFromText' function with the specified arguments. multiPolygonWellKnownText must have a string result type, while coordinateSystemId must have an integer numeric result type. The result type of the expression is Edm.Geography. + + A new DbFunctionExpression that returns a new geography multi-polygon value based on the specified values. + An expression that provides the well known text representation of the geography multi-polygon value. + An expression that provides the coordinate system id (SRID) of the geography multi-polygon value's coordinate system. + + + + Creates a that invokes the canonical 'GeographyCollectionFromText' function with the specified arguments. geographyCollectionWellKnownText must have a string result type, while coordinateSystemId must have an integer numeric result type. The result type of the expression is Edm.Geography. + + A new DbFunctionExpression that returns a new geography collection value based on the specified values. + An expression that provides the well known text representation of the geography collection value. + An expression that provides the coordinate system id (SRID) of the geography collection value's coordinate system. + + + + Creates a that invokes the canonical 'GeographyFromBinary' function with the specified argument, which must have a binary result type. The result type of the expression is Edm.Geography. + + A new DbFunctionExpression that returns a new geography value based on the specified binary value. + An expression that provides the well known binary representation of the geography value. + + + + Creates a that invokes the canonical 'GeographyFromBinary' function with the specified arguments. wellKnownBinaryValue must have a binary result type, while coordinateSystemId must have an integer numeric result type. The result type of the expression is Edm.Geography. + + A new DbFunctionExpression that returns a new geography value based on the specified values. + An expression that provides the well known binary representation of the geography value. + An expression that provides the coordinate system id (SRID) of the geography value's coordinate system. + + + + Creates a that invokes the canonical 'GeographyPointFromBinary' function with the specified arguments. pointWellKnownBinaryValue must have a binary result type, while coordinateSystemId must have an integer numeric result type. The result type of the expression is Edm.Geography. + + A new DbFunctionExpression that returns a new geography point value based on the specified values. + An expression that provides the well known binary representation of the geography point value. + An expression that provides the coordinate system id (SRID) of the geography point value's coordinate systempointWellKnownBinaryValue. + + + + Creates a that invokes the canonical 'GeographyLineFromBinary' function with the specified arguments. lineWellKnownBinaryValue must have a binary result type, while coordinateSystemId must have an integer numeric result type. The result type of the expression is Edm.Geography. + + A new DbFunctionExpression that returns a new geography line value based on the specified values. + An expression that provides the well known binary representation of the geography line value. + An expression that provides the coordinate system id (SRID) of the geography line value's coordinate system. + + + + Creates a that invokes the canonical 'GeographyPolygonFromBinary' function with the specified arguments. polygonWellKnownBinaryValue must have a binary result type, while coordinateSystemId must have an integer numeric result type. The result type of the expression is Edm.Geography. + + A new DbFunctionExpression that returns a new geography polygon value based on the specified values. + An expression that provides the well known binary representation of the geography polygon value. + An expression that provides the coordinate system id (SRID) of the geography polygon value's coordinate system. + + + + Creates a that invokes the canonical 'GeographyMultiPointFromBinary' function with the specified arguments. multiPointWellKnownBinaryValue must have a binary result type, while coordinateSystemId must have an integer numeric result type. The result type of the expression is Edm.Geography. + + A new DbFunctionExpression that returns a new geography multi-point value based on the specified values. + An expression that provides the well known binary representation of the geography multi-point value. + An expression that provides the coordinate system id (SRID) of the geography multi-point value's coordinate system. + + + + Creates a that invokes the canonical 'GeographyMultiLineFromBinary' function with the specified arguments. multiLineWellKnownBinaryValue must have a binary result type, while coordinateSystemId must have an integer numeric result type. The result type of the expression is Edm.Geography. + + A new DbFunctionExpression that returns a new geography multi-line value based on the specified values. + An expression that provides the well known binary representation of the geography multi-line value. + An expression that provides the coordinate system id (SRID) of the geography multi-line value's coordinate system. + + + + Creates a that invokes the canonical 'GeographyMultiPolygonFromBinary' function with the specified arguments. multiPolygonWellKnownBinaryValue must have a binary result type, while coordinateSystemId must have an integer numeric result type. The result type of the expression is Edm.Geography. + + A new DbFunctionExpression that returns a new geography multi-polygon value based on the specified values. + An expression that provides the well known binary representation of the geography multi-polygon value. + An expression that provides the coordinate system id (SRID) of the geography multi-polygon value's coordinate system. + + + + Creates a that invokes the canonical 'GeographyCollectionFromBinary' function with the specified arguments. geographyCollectionWellKnownBinaryValue must have a binary result type, while coordinateSystemId must have an integer numeric result type. The result type of the expression is Edm.Geography. + + A new DbFunctionExpression that returns a new geography collection value based on the specified values. + An expression that provides the well known binary representation of the geography collection value. + An expression that provides the coordinate system id (SRID) of the geography collection value's coordinate system. + + + + Creates a that invokes the canonical 'GeographyFromGml' function with the specified argument, which must have a string result type. The result type of the expression is Edm.Geography. + + A new DbFunctionExpression that returns a new geography value based on the specified value with the default coordinate system id (SRID) of the underlying provider. + An expression that provides the Geography Markup Language (GML) representation of the geography value. + + + + Creates a that invokes the canonical 'GeographyFromGml' function with the specified arguments. geographyMarkup must have a string result type, while coordinateSystemId must have an integer numeric result type. The result type of the expression is Edm.Geography. + + A new DbFunctionExpression that returns a new geography value based on the specified values. + An expression that provides the Geography Markup Language (GML) representation of the geography value. + An expression that provides the coordinate system id (SRID) of the geography value's coordinate system. + + + + Creates a that invokes the canonical 'CoordinateSystemId' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. The result type of the expression is Edm.Int32. + + A new DbFunctionExpression that returns the integer SRID value from spatialValue. + An expression that specifies the value from which the coordinate system id (SRID) should be retrieved. + + + + Creates a that invokes the canonical 'SpatialTypeName' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. The result type of the expression is Edm.String. + + A new DbFunctionExpression that returns the string Geometry Type name from spatialValue. + An expression that specifies the value from which the Geometry Type name should be retrieved. + + + + Creates a that invokes the canonical 'SpatialDimension' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. The result type of the expression is Edm.Int32. + + A new DbFunctionExpression that returns the Dimension value from spatialValue. + An expression that specifies the value from which the Dimension value should be retrieved. + + + + Creates a that invokes the canonical 'SpatialEnvelope' function with the specified argument, which must have an Edm.Geometry result type. The result type of the expression is Edm.Geometry. + + A new DbFunctionExpression that returns the minimum bounding box for geometryValue. + An expression that specifies the value from which the Envelope value should be retrieved. + + + + Creates a that invokes the canonical 'AsBinary' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. The result type of the expression is Edm.Binary. + + A new DbFunctionExpression that returns the well known binary representation of spatialValue. + An expression that specifies the spatial value from which the well known binary representation should be produced. + + + + Creates a that invokes the canonical 'AsGml' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. The result type of the expression is Edm.String. + + A new DbFunctionExpression that returns the Geography Markup Language (GML) representation of spatialValue. + An expression that specifies the spatial value from which the Geography Markup Language (GML) representation should be produced. + + + + Creates a that invokes the canonical 'AsText' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. The result type of the expression is Edm.String. + + A new DbFunctionExpression that returns the well known text representation of spatialValue. + An expression that specifies the spatial value from which the well known text representation should be produced. + + + + Creates a that invokes the canonical 'IsEmptySpatial' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. The result type of the expression is Edm.Boolean. + + A new DbFunctionExpression that returns a Boolean value indicating whether spatialValue is empty. + An expression that specifies the spatial value from which the IsEmptySpatial value should be retrieved. + + + + Creates a that invokes the canonical 'IsSimpleGeometry' function with the specified argument, which must have an Edm.Geometry result type. The result type of the expression is Edm.Boolean. + + A new DbFunctionExpression that returns a Boolean value indicating whether geometryValue is a simple geometry. + The geometry value. + + + + Creates a that invokes the canonical 'SpatialBoundary' function with the specified argument, which must have an Edm.Geometry result type. The result type of the expression is Edm.Geometry. + + A new DbFunctionExpression that returns the boundary for geometryValue. + An expression that specifies the geometry value from which the SpatialBoundary value should be retrieved. + + + + Creates a that invokes the canonical 'IsValidGeometry' function with the specified argument, which must have an Edm.Geometry result type. The result type of the expression is Edm.Boolean. + + A new DbFunctionExpression that returns a Boolean value indicating whether geometryValue is valid. + An expression that specifies the geometry value which should be tested for spatial validity. + + + + Creates a that invokes the canonical 'SpatialEquals' function with the specified arguments, which must each have an Edm.Geography or Edm.Geometry result type. The result type of spatialValue1 must match the result type of spatialValue2. The result type of the expression is Edm.Boolean. + + A new DbFunctionExpression that returns a Boolean value indicating whether spatialValue1 and spatialValue2 are equal. + An expression that specifies the first spatial value. + An expression that specifies the spatial value that should be compared with spatialValue1 for equality. + + + + Creates a that invokes the canonical 'SpatialDisjoint' function with the specified arguments, which must each have an Edm.Geography or Edm.Geometry result type. The result type of spatialValue1 must match the result type of spatialValue2. The result type of the expression is Edm.Boolean. + + A new DbFunctionExpression that returns a Boolean value indicating whether spatialValue1 and spatialValue2 are spatially disjoint. + An expression that specifies the first spatial value. + An expression that specifies the spatial value that should be compared with spatialValue1 for disjointness. + + + + Creates a that invokes the canonical 'SpatialIntersects' function with the specified arguments, which must each have an Edm.Geography or Edm.Geometry result type. The result type of spatialValue1 must match the result type of spatialValue2. The result type of the expression is Edm.Boolean. + + A new DbFunctionExpression that returns a Boolean value indicating whether spatialValue1 and spatialValue2 intersect. + An expression that specifies the first spatial value. + An expression that specifies the spatial value that should be compared with spatialValue1 for intersection. + + + + Creates a that invokes the canonical 'SpatialTouches' function with the specified arguments, which must each have an Edm.Geometry result type. The result type of the expression is Edm.Boolean. + + A new DbFunctionExpression that returns a Boolean value indicating whether geometryValue1 touches geometryValue2. + An expression that specifies the first geometry value. + An expression that specifies the geometry value that should be compared with geometryValue1. + + + + Creates a that invokes the canonical 'SpatialCrosses' function with the specified arguments, which must each have an Edm.Geometry result type. The result type of the expression is Edm.Boolean. + + A new DbFunctionExpression that returns a Boolean value indicating whether geometryValue1 crosses geometryValue2 intersect. + An expression that specifies the first geometry value. + An expression that specifies the geometry value that should be compared with geometryValue1. + + + + Creates a that invokes the canonical 'SpatialWithin' function with the specified arguments, which must each have an Edm.Geometry result type. The result type of the expression is Edm.Boolean. + + A new DbFunctionExpression that returns a Boolean value indicating whether geometryValue1 is spatially within geometryValue2. + An expression that specifies the first geometry value. + An expression that specifies the geometry value that should be compared with geometryValue1. + + + + Creates a that invokes the canonical 'SpatialContains' function with the specified arguments, which must each have an Edm.Geometry result type. The result type of the expression is Edm.Boolean. + + A new DbFunctionExpression that returns a Boolean value indicating whether geometryValue1 spatially contains geometryValue2. + An expression that specifies the first geometry value. + An expression that specifies the geometry value that should be compared with geometryValue1. + + + + Creates a that invokes the canonical 'SpatialOverlaps' function with the specified arguments, which must each have an Edm.Geometry result type. The result type of the expression is Edm.Boolean. + + A new DbFunctionExpression that returns a Boolean value indicating whether geometryValue1 spatially overlaps geometryValue2. + An expression that specifies the first geometry value. + An expression that specifies the geometry value that should be compared with geometryValue1. + + + + Creates a that invokes the canonical 'SpatialRelate' function with the specified arguments, which must have Edm.Geometry and string result types. The result type of the expression is Edm.Boolean. + + A new DbFunctionExpression that returns a Boolean value indicating whether geometryValue1 is spatially related to geometryValue2 according to the spatial relationship designated by intersectionPatternMatrix. + An expression that specifies the first geometry value. + An expression that specifies the geometry value that should be compared with geometryValue1. + An expression that specifies the text representation of the Dimensionally Extended Nine-Intersection Model (DE-9IM) intersection pattern used to compare geometryValue1 and geometryValue2. + + + + Creates a that invokes the canonical 'SpatialBuffer' function with the specified arguments, which must have a Edm.Geography or Edm.Geometry and Edm.Double result types. The result type of the expression is Edm.Geometry. + + A new DbFunctionExpression that returns a geometry value representing all points less than or equal to distance from spatialValue. + An expression that specifies the spatial value. + An expression that specifies the buffer distance. + + + + Creates a that invokes the canonical 'Distance' function with the specified arguments, which must each have an Edm.Geography or Edm.Geometry result type. The result type of spatialValue1 must match the result type of spatialValue2. The result type of the expression is Edm.Double. + + A new DbFunctionExpression that returns the distance between the closest points in spatialValue1 and spatialValue1. + An expression that specifies the first spatial value. + An expression that specifies the spatial value from which the distance from spatialValue1 should be measured. + + + + Creates a that invokes the canonical 'SpatialConvexHull' function with the specified argument, which must have an Edm.Geometry result type. The result type of the expression is Edm.Geometry. + + A new DbFunctionExpression that returns the convex hull for geometryValue. + An expression that specifies the geometry value from which the convex hull value should be retrieved. + + + + Creates a that invokes the canonical 'SpatialIntersection' function with the specified arguments, which must each have an Edm.Geography or Edm.Geometry result type. The result type of spatialValue1 must match the result type of spatialValue2. The result type of the expression is the same as the type of spatialValue1 and spatialValue2. + + A new DbFunctionExpression that returns the spatial value representing the intersection of spatialValue1 and spatialValue2. + An expression that specifies the first spatial value. + An expression that specifies the spatial value for which the intersection with spatialValue1 should be computed. + + + + Creates a that invokes the canonical 'SpatialUnion' function with the specified arguments, which must each have an Edm.Geography or Edm.Geometry result type. The result type of spatialValue1 must match the result type of spatialValue2. The result type of the expression is the same as the type of spatialValue1 and spatialValue2. + + A new DbFunctionExpression that returns the spatial value representing the union of spatialValue1 and spatialValue2. + An expression that specifies the first spatial value. + An expression that specifies the spatial value for which the union with spatialValue1 should be computed. + + + + Creates a that invokes the canonical 'SpatialDifference' function with the specified arguments, which must each have an Edm.Geography or Edm.Geometry result type. The result type of spatialValue1 must match the result type of spatialValue2. The result type of the expression is the same as the type of spatialValue1 and spatialValue2. + + A new DbFunctionExpression that returns the geometry value representing the difference of spatialValue2 with spatialValue1. + An expression that specifies the first spatial value. + An expression that specifies the spatial value for which the difference with spatialValue1 should be computed. + + + + Creates a that invokes the canonical 'SpatialSymmetricDifference' function with the specified arguments, which must each have an Edm.Geography or Edm.Geometry result type. The result type of spatialValue1 must match the result type of spatialValue2. The result type of the expression is the same as the type of spatialValue1 and spatialValue2. + + A new DbFunctionExpression that returns the geometry value representing the symmetric difference of spatialValue2 with spatialValue1. + An expression that specifies the first spatial value. + An expression that specifies the spatial value for which the symmetric difference with spatialValue1 should be computed. + + + + Creates a that invokes the canonical 'SpatialElementCount' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. The result type of the expression is Edm.Int32. + + A new DbFunctionExpression that returns either the number of elements in spatialValue or null if spatialValue is not a collection. + An expression that specifies the geography or geometry collection value from which the number of elements should be retrieved. + + + + Creates a that invokes the canonical 'SpatialElementAt' function with the specified arguments. The first argument must have an Edm.Geography or Edm.Geometry result type. The second argument must have an integer numeric result type. The result type of the expression is the same as that of spatialValue. + + A new DbFunctionExpression that returns either the collection element at position indexValue in spatialValue or null if spatialValue is not a collection. + An expression that specifies the geography or geometry collection value. + An expression that specifies the position of the element to be retrieved from within the geometry or geography collection. + + + + Creates a that invokes the canonical 'XCoordinate' function with the specified argument, which must have an Edm.Geometry result type. The result type of the expression is Edm.Double. + + A new DbFunctionExpression that returns either the X co-ordinate value of geometryValue or null if geometryValue is not a point. + An expression that specifies the geometry point value from which the X co-ordinate value should be retrieved. + + + + Creates a that invokes the canonical 'YCoordinate' function with the specified argument, which must have an Edm.Geometry result type. The result type of the expression is Edm.Double. + + A new DbFunctionExpression that returns either the Y co-ordinate value of geometryValue or null if geometryValue is not a point. + An expression that specifies the geometry point value from which the Y co-ordinate value should be retrieved. + + + + Creates a that invokes the canonical 'Elevation' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. The result type of the expression is Edm.Double. + + A new DbFunctionExpression that returns either the elevation value of spatialValue or null if spatialValue is not a point. + An expression that specifies the spatial point value from which the elevation (Z co-ordinate) value should be retrieved. + + + + Creates a that invokes the canonical 'Measure' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. The result type of the expression is Edm.Double. + + A new DbFunctionExpression that returns either the Measure of spatialValue or null if spatialValue is not a point. + An expression that specifies the spatial point value from which the Measure (M) co-ordinate value should be retrieved. + + + + Creates a that invokes the canonical 'Latitude' function with the specified argument, which must have an Edm.Geography result type. The result type of the expression is Edm.Double. + + A new DbFunctionExpression that returns either the Latitude value of geographyValue or null if geographyValue is not a point. + An expression that specifies the geography point value from which the Latitude value should be retrieved. + + + + Creates a that invokes the canonical 'Longitude' function with the specified argument, which must have an Edm.Geography result type. The result type of the expression is Edm.Double. + + A new DbFunctionExpression that returns either the Longitude value of geographyValue or null if geographyValue is not a point. + An expression that specifies the geography point value from which the Longitude value should be retrieved. + + + + Creates a that invokes the canonical 'SpatialLength' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. The result type of the expression is Edm.Double. + + A new DbFunctionExpression that returns either the length of spatialValue or null if spatialValue is not a curve. + An expression that specifies the spatial curve value from which the length should be retrieved. + + + + Creates a that invokes the canonical 'StartPoint' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. The result type is the same as that of spatialValue. + + A new DbFunctionExpression that returns either the start point of spatialValue or null if spatialValue is not a curve. + An expression that specifies the spatial curve value from which the start point should be retrieved. + + + + Creates a that invokes the canonical 'EndPoint' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. The result type is the same as that of spatialValue. + + A new DbFunctionExpression that returns either the end point of spatialValue or null if spatialValue is not a curve. + An expression that specifies the spatial curve value from which the end point should be retrieved. + + + + Creates a that invokes the canonical 'IsClosedSpatial' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. The result type is Edm.Boolean. + + A new DbFunctionExpression that returns either a Boolean value indicating whether spatialValue is closed, or null if spatialValue is not a curve. + An expression that specifies the spatial curve value from which the IsClosedSpatial value should be retrieved. + + + + Creates a that invokes the canonical 'IsRing' function with the specified argument, which must have an Edm.Geometry result type. The result type is Edm.Boolean. + + A new DbFunctionExpression that returns either a Boolean value indicating whether geometryValue is a ring (both closed and simple), or null if geometryValue is not a curve. + An expression that specifies the geometry curve value from which the IsRing value should be retrieved. + + + + Creates a that invokes the canonical 'PointCount' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. The result type of the expression is Edm.Int32. + + A new DbFunctionExpression that returns either the number of points in spatialValue or null if spatialValue is not a line string. + An expression that specifies the spatial line string value from which the number of points should be retrieved. + + + + Creates a that invokes the canonical 'PointAt' function with the specified arguments. The first argument must have an Edm.Geography or Edm.Geometry result type. The second argument must have an integer numeric result type. The result type of the expression is the same as that of spatialValue. + + A new DbFunctionExpression that returns either the point at position indexValue in spatialValue or null if spatialValue is not a line string. + An expression that specifies the spatial line string value. + An expression that specifies the position of the point to be retrieved from within the line string. + + + + Creates a that invokes the canonical 'Area' function with the specified argument, which must have an Edm.Geography or Edm.Geometry result type. The result type of the expression is Edm.Double. + + A new DbFunctionExpression that returns either the area of spatialValue or null if spatialValue is not a surface. + An expression that specifies the spatial surface value for which the area should be calculated. + + + + Creates a that invokes the canonical 'Centroid' function with the specified argument, which must have an Edm.Geometry result type. The result type of the expression is Edm.Geometry. + + A new DbFunctionExpression that returns either the centroid point of geometryValue (which may not be on the surface itself) or null if geometryValue is not a surface. + An expression that specifies the geometry surface value from which the centroid should be retrieved. + + + + Creates a that invokes the canonical 'PointOnSurface' function with the specified argument, which must have an Edm.Geometry result type. The result type of the expression is Edm.Geometry. + + A new DbFunctionExpression that returns either a point guaranteed to be on the surface geometryValue or null if geometryValue is not a surface. + An expression that specifies the geometry surface value from which the point should be retrieved. + + + + Creates a that invokes the canonical 'ExteriorRing' function with the specified argument, which must have an Edm.Geometry result type. The result type of the expression is Edm.Geometry. + + A new DbFunctionExpression that returns either the exterior ring of the polygon geometryValue or null if geometryValue is not a polygon. + The geometry value. + + + + Creates a that invokes the canonical 'InteriorRingCount' function with the specified argument, which must have an Edm.Geometry result type. The result type of the expression is Edm.Int32. + + A new DbFunctionExpression that returns either the number of interior rings in the polygon geometryValue or null if geometryValue is not a polygon. + The geometry value. + + + + Creates a that invokes the canonical 'InteriorRingAt' function with the specified arguments. The first argument must have an Edm.Geometry result type. The second argument must have an integer numeric result types. The result type of the expression is Edm.Geometry. + + A new DbFunctionExpression that returns either the interior ring at position indexValue in geometryValue or null if geometryValue is not a polygon. + The geometry value. + An expression that specifies the position of the interior ring to be retrieved from within the polygon. + + + + Ensures that all metadata in a given expression tree is from the specified metadata workspace, + potentially rebinding and rebuilding the expressions to appropriate replacement metadata where necessary. + + + + Initializes a new instance of the class. + The target workspace. + + + Implements the visitor pattern for the entity set. + The implemented visitor pattern. + The entity set. + + + Implements the visitor pattern for the function. + The implemented visitor pattern. + The function metadata. + + + Implements the visitor pattern for the type. + The implemented visitor pattern. + The type. + + + Implements the visitor pattern for the type usage. + The implemented visitor pattern. + The type. + + + Implements the visitor pattern for retrieving an instance property. + The implemented visitor. + The expression. + + + + DataRecordInfo class providing a simple way to access both the type information and the column information. + + + + + Initializes a new object for a specific type with an enumerable collection of data fields. + + + The metadata for the type represented by this object, supplied by + + . + + + An enumerable collection of objects that represent column information. + + + + + Gets for this + + object. + + + A object. + + + + + Gets type info for this object as a object. + + + A value. + + + + + A prepared command definition, can be cached and reused to avoid + repreparing a command. + + + + + Initializes a new instance of the class using the supplied + + . + + + The supplied . + + method used to clone the + + + + Initializes a new instance of the class. + + + + + Creates and returns a object that can be executed. + + The command for database. + + + + Metadata Interface for all CLR types + + + + + Value to pass to GetInformation to get the StoreSchemaDefinition + + + + + Value to pass to GetInformation to get the StoreSchemaMapping + + + + + Value to pass to GetInformation to get the ConceptualSchemaDefinition + + + + + Value to pass to GetInformation to get the StoreSchemaDefinitionVersion3 + + + + + Value to pass to GetInformation to get the StoreSchemaMappingVersion3 + + + + + Value to pass to GetInformation to get the ConceptualSchemaDefinitionVersion3 + + + + + Name of the MaxLength Facet + + + + + Name of the Unicode Facet + + + + + Name of the FixedLength Facet + + + + + Name of the Precision Facet + + + + + Name of the Scale Facet + + + + + Name of the Nullable Facet + + + + + Name of the DefaultValue Facet + + + + + Name of the Collation Facet + + + + + Name of the SRID Facet + + + + + Name of the IsStrict Facet + + + + Gets the namespace used by this provider manifest. + The namespace used by this provider manifest. + + + When overridden in a derived class, returns the set of primitive types supported by the data source. + The set of types supported by the data source. + + + When overridden in a derived class, returns a collection of EDM functions supported by the provider manifest. + A collection of EDM functions. + + + Returns the FacetDescription objects for a particular type. + The FacetDescription objects for the specified EDM type. + The EDM type to return the facet description for. + + + When overridden in a derived class, this method maps the specified storage type and a set of facets for that type to an EDM type. + + The instance that describes an EDM type and a set of facets for that type. + + The TypeUsage instance that describes a storage type and a set of facets for that type to be mapped to the EDM type. + + + When overridden in a derived class, this method maps the specified EDM type and a set of facets for that type to a storage type. + The TypeUsage instance that describes a storage type and a set of facets for that type. + The TypeUsage instance that describes the EDM type and a set of facets for that type to be mapped to a storage type. + + + When overridden in a derived class, this method returns provider-specific information. + The XmlReader object that represents the mapping to the underlying data store catalog. + The type of the information to return. + + + Gets the provider-specific information. + The provider-specific information. + The type of the information to return. + + + Indicates if the provider supports escaping strings to be used as patterns in a Like expression. + True if this provider supports escaping strings to be used as patterns in a Like expression; otherwise, false. + If the provider supports escaping, the character that would be used as the escape character. + + + + Indicates if the provider supports the parameter optimization described in EntityFramework6 GitHub issue #195. + The default is false. Providers should change this to true only after testing that schema queries (as + used in the Database First flow) work correctly with this flag. + + True only if the provider supports the parameter optimization. + + + Provider writers should override this method to return the argument with the wildcards and the escape character escaped. This method is only used if SupportsEscapingLikeArgument returns true. + The argument with the wildcards and the escape character escaped. + The argument to be escaped. + + + + Returns a boolean that specifies whether the provider can handle expression trees + containing instances of DbInExpression. + The default implementation returns false for backwards compatibility. Derived classes can override this method. + + + false + + + + + Returns a boolean that specifies whether the provider can process expression trees not having DbProjectExpression + nodes directly under both Left and Right sides of DbUnionAllExpression and DbIntersectExpression + + + false + + + + + The factory for building command definitions; use the type of this object + as the argument to the IServiceProvider.GetService method on the provider + factory; + + + + + Constructs an EF provider that will use the obtained from + the app domain Singleton for resolving EF dependencies such + as the instance to use. + + + + + Registers a handler to process non-error messages coming from the database provider. + + The connection to receive information for. + The handler to process messages. + + + + Create a Command Definition object given a command tree. + + command tree for the statement + an executable command definition object + + This method simply delegates to the provider's implementation of CreateDbCommandDefinition. + + + + Creates command definition from specified manifest and command tree. + The created command definition. + The manifest. + The command tree. + + + Creates a command definition object for the specified provider manifest and command tree. + An executable command definition object. + Provider manifest previously retrieved from the store provider. + Command tree for the statement. + + + + Create the default DbCommandDefinition object based on the prototype command + This method is intended for provider writers to build a default command definition + from a command. + Note: This will clone the prototype + + the prototype command + an executable command definition object + + + + See issue 2390 - cloning the DesignTimeVisible property on the + DbCommand can cause deadlocks. So here allow sub-classes to override. + + the object to clone + a clone of the + + + + Clones the connection. + + The original connection. + Cloned connection + + + + Clones the connection. + + The original connection. + The factory to use. + Cloned connection + + + Returns provider manifest token given a connection. + The provider manifest token. + Connection to provider. + + + + Returns provider manifest token for a given connection. + + Connection to find manifest token from. + The provider manifest token for the specified connection. + + + Returns the provider manifest by using the specified version information. + The provider manifest by using the specified version information. + The token information associated with the provider manifest. + + + When overridden in a derived class, returns an instance of a class that derives from the DbProviderManifest. + A DbProviderManifest object that represents the provider manifest. + The token information associated with the provider manifest. + + + + Gets the that will be used to execute methods that use the specified connection. + + The database connection + + A new instance of + + + + + Gets the that will be used to execute methods that use the specified connection. + This overload should be used by the derived classes for compatability with wrapping providers. + + The database connection + The provider invariant name + + A new instance of + + + + + Gets the spatial data reader for the . + + The spatial data reader. + The reader where the spatial data came from. + The manifest token associated with the provider manifest. + + + + Gets the spatial services for the . + + The spatial services. + The token information associated with the provider manifest. + + + Gets the spatial services for the . + The spatial services. + Information about the database that the spatial services will be used for. + + + + Gets the spatial data reader for the . + + The spatial data reader. + The reader where the spatial data came from. + The token information associated with the provider manifest. + + + + Gets the spatial services for the . + + The spatial services. + The token information associated with the provider manifest. + + + + Sets the parameter value and appropriate facets for the given . + + The parameter. + The type of the parameter. + The value of the parameter. + + + + Sets the parameter value and appropriate facets for the given . + + The parameter. + The type of the parameter. + The value of the parameter. + + + Returns providers given a connection. + + The instanced based on the specified connection. + + Connection to provider. + + + Retrieves the DbProviderFactory based on the specified DbConnection. + The retrieved DbProviderFactory. + The connection to use. + + + + Return an XML reader which represents the CSDL description + + The name of the CSDL description. + An XmlReader that represents the CSDL description + + + Generates a data definition language (DDL script that creates schema objects (tables, primary keys, foreign keys) based on the contents of the StoreItemCollection parameter and targeted for the version of the database corresponding to the provider manifest token. + + Individual statements should be separated using database-specific DDL command separator. + It is expected that the generated script would be executed in the context of existing database with + sufficient permissions, and it should not include commands to create the database, but it may include + commands to create schemas and other auxiliary objects such as sequences, etc. + + A DDL script that creates schema objects based on the contents of the StoreItemCollection parameter and targeted for the version of the database corresponding to the provider manifest token. + The provider manifest token identifying the target version. + The structure of the database. + + + + Generates a data definition language (DDL) script that creates schema objects + (tables, primary keys, foreign keys) based on the contents of the StoreItemCollection + parameter and targeted for the version of the database corresponding to the provider manifest token. + + + Individual statements should be separated using database-specific DDL command separator. + It is expected that the generated script would be executed in the context of existing database with + sufficient permissions, and it should not include commands to create the database, but it may include + commands to create schemas and other auxiliary objects such as sequences, etc. + + The provider manifest token identifying the target version. + The structure of the database. + + A DDL script that creates schema objects based on the contents of the StoreItemCollection parameter + and targeted for the version of the database corresponding to the provider manifest token. + + + + + Creates a database indicated by connection and creates schema objects + (tables, primary keys, foreign keys) based on the contents of storeItemCollection. + + Connection to a non-existent database that needs to be created and populated with the store objects indicated with the storeItemCollection parameter. + Execution timeout for any commands needed to create the database. + The collection of all store items based on which the script should be created. + + + Creates a database indicated by connection and creates schema objects (tables, primary keys, foreign keys) based on the contents of a StoreItemCollection. + Connection to a non-existent database that needs to be created and populated with the store objects indicated with the storeItemCollection parameter. + Execution timeout for any commands needed to create the database. + The collection of all store items based on which the script should be created. + + + Returns a value indicating whether a given database exists on the server. + True if the provider can deduce the database only based on the connection. + Connection to a database whose existence is checked by this method. + Execution timeout for any commands needed to determine the existence of the database. + The collection of all store items from the model. This parameter is no longer used for determining database existence. + + + Returns a value indicating whether a given database exists on the server. + True if the provider can deduce the database only based on the connection. + Connection to a database whose existence is checked by this method. + Execution timeout for any commands needed to determine the existence of the database. + The collection of all store items from the model. This parameter is no longer used for determining database existence. + + + Returns a value indicating whether a given database exists on the server. + True if the provider can deduce the database only based on the connection. + Connection to a database whose existence is checked by this method. + Execution timeout for any commands needed to determine the existence of the database. + The collection of all store items from the model. This parameter is no longer used for determining database existence. + + + Returns a value indicating whether a given database exists on the server. + True if the provider can deduce the database only based on the connection. + Connection to a database whose existence is checked by this method. + Execution timeout for any commands needed to determine the existence of the database. + The collection of all store items from the model. This parameter is no longer used for determining database existence. + Override this method to avoid creating the store item collection if it is not needed. The default implementation evaluates the Lazy and calls the other overload of this method. + + + Deletes the specified database. + Connection to an existing database that needs to be deleted. + Execution timeout for any commands needed to delete the database. + The collection of all store items from the model. This parameter is no longer used for database deletion. + + + Deletes the specified database. + Connection to an existing database that needs to be deleted. + Execution timeout for any commands needed to delete the database. + The collection of all store items from the model. This parameter is no longer used for database deletion. + + + + Expands |DataDirectory| in the given path if it begins with |DataDirectory| and returns the expanded path, + or returns the given string if it does not start with |DataDirectory|. + + The path to expand. + The expanded path. + + + + Adds an that will be used to resolve additional default provider + services when a derived type is registered as an EF provider either using an entry in the application's + config file or through code-based registration in . + + The resolver to add. + + + + Called to resolve additional default provider services when a derived type is registered as an + EF provider either using an entry in the application's config file or through code-based + registration in . The implementation of this method in this + class uses the resolvers added with the AddDependencyResolver method to resolve + dependencies. + + + Use this method to set, add, or change other provider-related services. Note that this method + will only be called for such services if they are not already explicitly configured in some + other way by the application. This allows providers to set default services while the + application is still able to override and explicitly configure each service if required. + See and for more details. + + The type of the service to be resolved. + An optional key providing additional information for resolving the service. + An instance of the given type, or null if the service could not be resolved. + + + + Called to resolve additional default provider services when a derived type is registered as an + EF provider either using an entry in the application's config file or through code-based + registration in . The implementation of this method in this + class uses the resolvers added with the AddDependencyResolver method to resolve + dependencies. + + The type of the service to be resolved. + An optional key providing additional information for resolving the service. + All registered services that satisfy the given type and key, or an empty enumeration if there are none. + + + + A specialization of the ProviderManifest that accepts an XmlReader + + + + + Initializes a new instance of the class. + + + An object that provides access to the XML data in the provider manifest file. + + + + Gets the namespace name supported by this provider manifest. + The namespace name supported by this provider manifest. + + + Gets the best mapped equivalent Entity Data Model (EDM) type for a specified storage type name. + The best mapped equivalent EDM type for a specified storage type name. + + + Gets the best mapped equivalent storage primitive type for a specified storage type name. + The best mapped equivalent storage primitive type for a specified storage type name. + + + Returns the list of facet descriptions for the specified Entity Data Model (EDM) type. + + A collection of type that contains the list of facet descriptions for the specified EDM type. + + + An for which the facet descriptions are to be retrieved. + + + + Returns the list of primitive types supported by the storage provider. + + A collection of type that contains the list of primitive types supported by the storage provider. + + + + Returns the list of provider-supported functions. + + A collection of type that contains the list of provider-supported functions. + + + + + EntityRecordInfo class providing a simple way to access both the type information and the column information. + + + + + Initializes a new instance of the class of a specific entity type with an enumerable collection of data fields and with specific key and entity set information. + + + The of the entity represented by the + + described by this + + object. + + + An enumerable collection of objects that represent column information. + + The key for the entity. + The entity set to which the entity belongs. + + + + Gets the for the entity. + + The key for the entity. + + + + Public Entity SQL Parser class. + + + + Parse the specified query with the specified parameters. + + The containing + + and information describing inline function definitions if any. + + The EntitySQL query to be parsed. + The optional query parameters. + + + + Parse a specific query with a specific set variables and produce a + + . + + + The containing + + and information describing inline function definitions if any. + + The query to be parsed. + The optional query variables. + + + + Entity SQL query inline function definition, returned as a part of . + + + + Function name. + + + Function body and parameters. + + + Start position of the function definition in the eSQL query text. + + + End position of the function definition in the eSQL query text. + + + + Entity SQL Parser result information. + + + + A command tree produced during parsing. + + + + List of objects describing query inline function definitions. + + + + + FieldMetadata class providing the correlation between the column ordinals and MemberMetadata. + + + + + Initializes a new object with the specified ordinal value and field type. + + An integer specified the location of the metadata. + The field type. + + + + Gets the type of field for this object. + + + The type of field for this object. + + + + + Gets the ordinal for this object. + + An integer representing the ordinal value. + + + + Get the hierarchyid value of a column with the given ordinal + + The ordinal of the column to retrieve the value + The hierarchyid value + + + + Class representing a parameter collection used in EntityCommand + + + + + Gets an Integer that contains the number of elements in the + + . + + + The number of elements in the as an Integer. + + + + + Gets a value that indicates whether the + + has a fixed size. + + + Returns true if the has a fixed size; otherwise false. + + + + + Gets a value that indicates whether the + + is read-only. + + + Returns true if the is read only; otherwise false. + + + + + Gets a value that indicates whether the + + is synchronized. + + + Returns true if the is synchronized; otherwise false. + + + + + Gets an object that can be used to synchronize access to the + + . + + + An object that can be used to synchronize access to the + + . + + + + + Adds the specified object to the . + + + The index of the new object. + + + An . + + + + + Adds an array of values to the end of the + + . + + + The values to add. + + + + + Removes all the objects from the + + . + + + + + Determines whether the specified is in this + + . + + + true if the contains the value; otherwise false. + + + The value. + + + + + Copies all the elements of the current to the specified one-dimensional + + starting at the specified destination index. + + + The one-dimensional that is the destination of the elements copied from the current + + . + + + A 32-bit integer that represents the index in the at which copying starts. + + + + + Returns an enumerator that iterates through the + + . + + + An for the + + . + + + + + + + + + + + Gets the location of the specified with the specified name. + + + The zero-based location of the specified with the specified case-sensitive name. Returns -1 when the object does not exist in the + + . + + + The case-sensitive name of the to find. + + + + + Gets the location of the specified in the collection. + + + The zero-based location of the specified that is a + + in the collection. Returns -1 when the object does not exist in the + + . + + + The to find. + + + + + Inserts an into the + + at the specified index. + + The zero-based index at which value should be inserted. + + An to be inserted in the + + . + + + + Removes the specified parameter from the collection. + + A object to remove from the collection. + + + + + Removes the from the + + at the specified index. + + + The zero-based index of the object to remove. + + + + + Removes the from the + + at the specified parameter name. + + + The name of the to remove. + + + + + + + + + + + Gets the at the specified index. + + + The at the specified index. + + The zero-based index of the parameter to retrieve. + The specified index does not exist. + + + + Gets the with the specified name. + + + The with the specified name. + + The name of the parameter to retrieve. + The specified name does not exist. + + + + Adds the specified object to the + + . + + + A new object. + + + The to add to the collection. + + + The specified in the value parameter is already added to this or another + + . + + + The parameter passed was not a . + + The value parameter is null. + + + + Adds a value to the end of the . + + + A object. + + The name of the parameter. + The value to be added. + + + + Adds a to the + + given the parameter name and the data type. + + + A new object. + + The name of the parameter. + + One of the values. + + + + + Adds a to the + + with the parameter name, the data type, and the column length. + + + A new object. + + The name of the parameter. + + One of the values. + + The column length. + + + + Adds an array of values to the end of the + + . + + + The values to add. + + + + + Determines whether the specified is in this + + . + + + true if the contains the value; otherwise false. + + + The value. + + + + + Copies all the elements of the current to the specified + + starting at the specified destination index. + + + The that is the destination of the elements copied from the current + + . + + + A 32-bit integer that represents the index in the + + at which copying starts. + + + + + Gets the location of the specified in the collection. + + + The zero-based location of the specified that is a + + in the collection. Returns -1 when the object does not exist in the + + . + + + The to find. + + + + + Inserts a object into the + + at the specified index. + + The zero-based index at which value should be inserted. + + A object to be inserted in the + + . + + + + + Removes the specified from the collection. + + + A object to remove from the collection. + + + The parameter is not a . + + The parameter does not exist in the collection. + + + + Class representing a command for the conceptual layer + + + + + Initializes a new instance of the class using the specified values. + + + + + Initializes a new instance of the class with the specified statement. + + The text of the command. + + + + Constructs the EntityCommand object with the given eSQL statement and the connection object to use + + The eSQL command text to execute + The connection object + Resolver used to resolve DbProviderServices + + + + Initializes a new instance of the class with the specified statement and connection. + + The text of the command. + A connection to the data source. + + + + Initializes a new instance of the class with the specified statement, connection and transaction. + + The text of the command. + A connection to the data source. + The transaction in which the command executes. + + + + Gets or sets the used by the + + . + + The connection used by the entity command. + + + + The connection object used for executing the command + + + + Gets or sets an Entity SQL statement that specifies a command or stored procedure to execute. + The Entity SQL statement that specifies a command or stored procedure to execute. + + + Gets or sets the command tree to execute; only one of the command tree or the command text can be set, not both. + The command tree to execute. + + + Gets or sets the amount of time to wait before timing out. + The time in seconds to wait for the command to execute. + + + + Gets or sets a value that indicates how the + + property is to be interpreted. + + + One of the enumeration values. + + + + Gets the parameters of the Entity SQL statement or stored procedure. + The parameters of the Entity SQL statement or stored procedure. + + + + The collection of parameters for this command + + + + + Gets or sets the transaction within which the executes. + + + The transaction within which the executes. + + + + + The transaction that this command executes in + + + + Gets or sets how command results are applied to rows being updated. + + One of the values. + + + + Gets or sets a value that indicates whether the command object should be visible in a Windows Form Designer control. + true if the command object should be visible in a Windows Form Designer control; otherwise, false. + + + Gets or sets a value that indicates whether the query plan caching is enabled. + true if the query plan caching is enabled; otherwise, false. + + + + Cancels the execution of an . + + + + + Creates a new instance of an object. + + + A new instance of an object. + + + + + Create and return a new parameter object representing a parameter in the eSQL statement + + The parameter object. + + + Executes the command and returns a data reader. + + The that contains the results. + + + + + Compiles the into a command tree and passes it to the underlying store provider for execution, then builds an + + out of the produced result set using the specified + + . + + + The that contains the results. + + + One of the values. + + + + + Asynchronously executes the command and returns a data reader for reading the results. May only + be called on CommandType.CommandText (otherwise, use the standard Execute* methods) + + + A task that represents the asynchronous operation. + The task result contains an EntityDataReader object. + + + For stored procedure commands, if called + for anything but an entity collection result + + + + + Asynchronously executes the command and returns a data reader for reading the results. May only + be called on CommandType.CommandText (otherwise, use the standard Execute* methods) + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains an EntityDataReader object. + + + For stored procedure commands, if called + for anything but an entity collection result + + + + + Asynchronously executes the command and returns a data reader for reading the results. May only + be called on CommandType.CommandText (otherwise, use the standard Execute* methods) + + The behavior to use when executing the command + + A task that represents the asynchronous operation. + The task result contains an EntityDataReader object. + + + For stored procedure commands, if called + for anything but an entity collection result + + + + + Asynchronously executes the command and returns a data reader for reading the results. May only + be called on CommandType.CommandText (otherwise, use the standard Execute* methods) + + The behavior to use when executing the command + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains an EntityDataReader object. + + + For stored procedure commands, if called + for anything but an entity collection result + + + + + Executes the command and returns a data reader for reading the results + + The behavior to use when executing the command + A DbDataReader object + + + + Asynchronously executes the command and returns a data reader for reading the results + + The behavior to use when executing the command + The token to monitor for cancellation requests + + A task that represents the asynchronous operation. + The task result contains a DbDataReader object. + + + + Executes the current command. + The number of rows affected. + + + + Asynchronously executes the command and discard any results returned from the command + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the number of rows affected. + + + + Executes the command, and returns the first column of the first row in the result set. Additional columns or rows are ignored. + The first column of the first row in the result set, or a null reference (Nothing in Visual Basic) if the result set is empty. + + + Compiles the entity-level command and creates a prepared version of the command. + + + Compiles the entity-level command and returns the store command text. + The store command text. + + + + Class representing a connection for the conceptual layer. An entity connection may only + be initialized once (by opening the connection). It is subsequently not possible to change + the connection string, attach a new store connection, or change the store connection string. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class, based on the connection string. + + The provider-specific connection string. + An invalid connection string keyword has been provided, or a required connection string keyword has not been provided. + + + + Initializes a new instance of the class with a specified + and + . + + + A to be associated with this + . + + + The underlying data source connection for this object. + + The workspace or connection parameter is null. + The conceptual model is missing from the workspace.-or-The mapping file is missing from the workspace.-or-The storage model is missing from the workspace.-or-The connection is not in a closed state. + The connection is not from an ADO.NET Entity Framework-compatible provider. + + + + Constructs the EntityConnection from Metadata loaded in memory + + Workspace containing metadata information. + Store connection. + If set to true the store connection is disposed when the entity connection is disposed, otherwise the caller must dispose the store connection. + + + + Gets or sets the connection string. + + The connection string required to establish the initial connection to a data source. The default value is an empty string. On a closed connection, the currently set value is returned. If no value has been set, an empty string is returned. + + An attempt was made to set the property after the + + 鈥檚 was initialized. The + + is initialized either when the instance is constructed through the overload that takes a + + as a parameter, or when the + + instance has been opened. + + An invalid connection string keyword has been provided or a required connection string keyword has not been provided. + + + Gets the number of seconds to wait when attempting to establish a connection before ending the attempt and generating an error. + The time (in seconds) to wait for a connection to open. The default value is the underlying data provider's default time-out. + The value set is less than 0. + + + Gets the name of the current database, or the database that will be used after a connection is opened. + The value of the Database property of the underlying data provider. + The underlying data provider is not known. + + + + Gets the state of the EntityConnection, which is set up to track the state of the underlying + database connection that is wrapped by this EntityConnection. + + + + Gets the name or network address of the data source to connect to. + The name of the data source. The default value is an empty string. + The underlying data provider is not known. + + + Gets a string that contains the version of the data source to which the client is connected. + The version of the data source that is contained in the provider connection string. + The connection is closed. + + + + Gets the provider factory associated with EntityConnection + + + + + Provides access to the underlying data source connection that is used by the + + object. + + + The for the data source connection. + + + + + Returns the associated with this + + . + + + The associated with this + + . + + The inline connection string contains an invalid Metadata keyword value. + + + + Gets the current transaction that this connection is enlisted in. May be null. + + + + Establishes a connection to the data source by calling the underlying data provider's Open method. + An error occurs when you open the connection, or the name of the underlying data provider is not known. + The inline connection string contains an invalid Metadata keyword value. + + + + Asynchronously establishes a connection to the data store by calling the Open method on the underlying data provider + + + A to observe while waiting for the task to complete. + + A task that represents the asynchronous operation. + + + + Creates a new instance of an , with the + + set to this + + . + + + An object. + + The name of the underlying data provider is not known. + + + + Create a new command object that uses this connection object + + The command object. + + + Closes the connection to the database. + An error occurred when closing the connection. + + + Not supported. + Not supported. + When the method is called. + + + Begins a transaction by using the underlying provider. + + A new . The returned + + instance can later be associated with the + + to execute the command under that transaction. + + + The underlying provider is not known.-or-The call to + + was made on an + + that already has a current transaction.-or-The state of the + + is not + + . + + + + Begins a transaction with the specified isolation level by using the underlying provider. + + A new . The returned + + instance can later be associated with the + + to execute the command under that transaction. + + The isolation level of the transaction. + + The underlying provider is not known.-or-The call to + + was made on an + + that already has a current transaction.-or-The state of the + + is not + + . + + + + + Begins a database transaction + + The isolation level of the transaction + An object representing the new transaction + + + + Enlists this in the specified transaction. + + The transaction object to enlist into. + + The state of the is not + + . + + + + + Cleans up this connection object + + true to release both managed and unmanaged resources; false to release only unmanaged resources + + + + Class representing a connection string builder for the entity client provider + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class using the supplied connection string. + + A provider-specific connection string to the underlying data source. + + + Gets or sets the name of a section as defined in a configuration file. + The name of a section in a configuration file. + + + Gets or sets the name of the underlying .NET Framework data provider in the connection string. + The invariant name of the underlying .NET Framework聽data provider. + + + Gets or sets the metadata locations in the connection string. + Gets or sets the metadata locations in the connection string. + + + Gets or sets the inner, provider-specific connection string. + The inner, provider-specific connection string. + + + + Gets a value that indicates whether the + + has a fixed size. + + + Returns true in every case, because the + + supplies a fixed-size collection of keyword/value pairs. + + + + + Gets an that contains the keys in the + + . + + + An that contains the keys in the + + . + + + + Gets or sets the value associated with the specified key. In C#, this property is the indexer. + The value associated with the specified key. + The key of the item to get or set. + keyword is a null reference (Nothing in Visual Basic). + Tried to add a key that does not exist in the available keys. + Invalid value in the connection string (specifically, a Boolean or numeric value was expected but not supplied). + + + + Clears the contents of the instance. + + + + + Determines whether the contains a specific key. + + + Returns true if the contains an element that has the specified key; otherwise, false. + + + The key to locate in the . + + + + + Retrieves a value corresponding to the supplied key from this + + . + + Returns true if keyword was found in the connection string; otherwise, false. + The key of the item to retrieve. + The value corresponding to keyword. + keyword contains a null value (Nothing in Visual Basic). + + + + Removes the entry with the specified key from the + + instance. + + Returns true if the key existed in the connection string and was removed; false if the key did not exist. + + The key of the keyword/value pair to be removed from the connection string in this + + . + + keyword is null (Nothing in Visual Basic) + + + + A data reader class for the entity client provider + + + + Gets a value indicating the depth of nesting for the current row. + The depth of nesting for the current row. + + + Gets the number of columns in the current row. + The number of columns in the current row. + + + + Gets a value that indicates whether this contains one or more rows. + + + true if the contains one or more rows; otherwise, false. + + + + + Gets a value indicating whether the is closed. + + + true if the is closed; otherwise, false. + + + + Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. + The number of rows changed, inserted, or deleted. Returns -1 for SELECT statements; 0 if no rows were affected or the statement failed. + + + + Gets the value of the specified column as an instance of . + + The value of the specified column. + The zero-based column ordinal + + + + Gets the value of the specified column as an instance of . + + The value of the specified column. + The name of the column. + + + + Gets the number of fields in the that are not hidden. + + The number of fields that are not hidden. + + + + Gets for this + + . + + The information of a data record. + + + + Closes the object. + + + + + Releases the resources consumed by this and calls + + . + + true to release both managed and unmanaged resources; false to release only unmanaged resources. + + + Gets the value of the specified column as a Boolean. + The value of the specified column. + The zero-based column ordinal. + + + Gets the value of the specified column as a byte. + The value of the specified column. + The zero-based column ordinal. + + + Reads a stream of bytes from the specified column, starting at location indicated by dataIndex , into the buffer, starting at the location indicated by bufferIndex . + The actual number of bytes read. + The zero-based column ordinal. + The index within the row from which to begin the read operation. + The buffer into which to copy the data. + The index with the buffer to which the data will be copied. + The maximum number of characters to read. + + + Gets the value of the specified column as a single character. + The value of the specified column. + The zero-based column ordinal. + + + Reads a stream of characters from the specified column, starting at location indicated by dataIndex , into the buffer, starting at the location indicated by bufferIndex . + The actual number of characters read. + The zero-based column ordinal. + The index within the row from which to begin the read operation. + The buffer into which to copy the data. + The index with the buffer to which the data will be copied. + The maximum number of characters to read. + + + Gets the name of the data type of the specified column. + The name of the data type. + The zero-based column ordinal. + + + + Gets the value of the specified column as a object. + + The value of the specified column. + The zero-based column ordinal. + + + + Returns a object for the requested column ordinal that can be overridden with a provider-specific implementation. + + A data reader. + The zero-based column ordinal. + + + + Gets the value of the specified column as a object. + + The value of the specified column. + The zero-based column ordinal. + + + Gets the value of the specified column as a double-precision floating point number. + The value of the specified column. + The zero-based column ordinal. + + + Gets the data type of the specified column. + The data type of the specified column. + The zero-based column ordinal. + + + Gets the value of the specified column as a single-precision floating point number. + The value of the specified column. + The zero-based column ordinal. + + + Gets the value of the specified column as a globally-unique identifier (GUID). + The value of the specified column. + The zero-based column ordinal. + + + Gets the value of the specified column as a 16-bit signed integer. + The value of the specified column. + The zero-based column ordinal. + + + Gets the value of the specified column as a 32-bit signed integer. + The value of the specified column. + The zero-based column ordinal. + + + Gets the value of the specified column as a 64-bit signed integer. + The value of the specified column. + The zero-based column ordinal. + + + Gets the name of the column, given the zero-based column ordinal. + The name of the specified column. + The zero-based column ordinal. + + + Gets the column ordinal given the name of the column. + The zero-based column ordinal. + The name of the column. + The name specified is not a valid column name. + + + Returns the provider-specific field type of the specified column. + + The object that describes the data type of the specified column. + + The zero-based column ordinal. + + + + Gets the value of the specified column as an instance of . + + The value of the specified column. + The zero-based column ordinal. + + + Gets all provider-specific attribute columns in the collection for the current row. + + The number of instances of in the array. + + + An array of into which to copy the attribute columns. + + + + + Returns a that describes the column metadata of the + + . + + + A that describes the column metadata. + + + + + Gets the value of the specified column as an instance of . + + The value of the specified column. + The zero-based column ordinal. + + + + Gets the value of the specified column as an instance of . + + The value of the specified column. + The zero-based column ordinal. + + + Populates an array of objects with the column values of the current row. + + The number of instances of in the array. + + + An array of into which to copy the attribute columns. + + + + Gets a value that indicates whether the column contains nonexistent or missing values. + + true if the specified column is equivalent to ; otherwise, false. + + The zero-based column ordinal. + + + Advances the reader to the next result when reading the results of a batch of statements. + true if there are more result sets; otherwise, false. + + + + Asynchronously moves the reader to the next result set when reading a batch of statements + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains true if there are more result sets; false otherwise. + + + + Advances the reader to the next record in a result set. + true if there are more rows; otherwise, false. + + + + Asynchronously moves the reader to the next row of the current result set + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains true if there are more rows; false otherwise. + + + + + Returns an that can be used to iterate through the rows in the data reader. + + + An that can be used to iterate through the rows in the data reader. + + + + + Returns a nested . + + The nested data record. + The number of the DbDataRecord to return. + + + + Returns nested readers as objects. + + + The nested readers as objects. + + The ordinal of the column. + + + + Class representing a parameter used in EntityCommand + + + + + Initializes a new instance of the class using the default values. + + + + + Initializes a new instance of the class using the specified parameter name and data type. + + The name of the parameter. + + One of the values. + + + + + Initializes a new instance of the class using the specified parameter name, data type and size. + + The name of the parameter. + + One of the values. + + The size of the parameter. + + + + Initializes a new instance of the class using the specified properties. + + The name of the parameter. + + One of the values. + + The size of the parameter. + The name of the source column. + + + + Initializes a new instance of the class using the specified properties. + + The name of the parameter. + + One of the values. + + The size of the parameter. + + One of the values. + + true to indicate that the parameter accepts null values; otherwise, false. + The number of digits used to represent the value. + The number of decimal places to which value is resolved. + The name of the source column. + + One of the values. + + The value of the parameter. + + + Gets or sets the name of the entity parameter. + The name of the entity parameter. + + + + Gets or sets the of the parameter. + + + One of the values. + + + + Gets or sets the type of the parameter, expressed as an EdmType. + The type of the parameter, expressed as an EdmType. + + + + Gets or sets the number of digits used to represent the + + property. + + The number of digits used to represent the value. + + + + Gets or sets the number of decimal places to which + + is resolved. + + The number of decimal places to which value is resolved. + + + Gets or sets the value of the parameter. + The value of the parameter. + + + Gets or sets the direction of the parameter. + + One of the values. + + + + Gets or sets a value that indicates whether the parameter accepts null values. + true if null values are accepted; otherwise, false. + + + Gets or sets the maximum size of the data within the column. + The maximum size of the data within the column. + + + + Gets or sets the name of the source column mapped to the and used for loading or returning the + + . + + The name of the source column mapped to the dataset and used for loading or returning the value. + + + Gets or sets a value that indicates whether source column is nullable. + true if source column is nullable; otherwise, false. + + + + Gets or sets the to use when loading the value. + + + One of the values. + + + + + Resets the type associated with the . + + + + Returns a string representation of the parameter. + A string representation of the parameter. + + + + Class representing a provider factory for the entity client provider + + + + + A singleton object for the entity client provider factory object. + This remains a public field (not property) because DbProviderFactory expects a field. + + + + + Returns a new instance of the provider's class that implements the + + class. + + + A new instance of . + + + + + Throws a . This method is currently not supported. + + This method is currently not supported. + + + + Returns a new instance of the provider's class that implements the + + class. + + + A new instance of . + + + + + Returns a new instance of the provider's class that implements the + + class. + + + A new instance of . + + + + + Throws a . This method is currently not supported. + + This method is currently not supported. + + + + Returns a new instance of the provider's class that implements the + + class. + + + A new instance of . + + + + + Throws a . This method is currently not supported. + + This method is currently not supported. + This method is currently not supported. + + + + Returns the requested class. + + + A new instance of . The supported types are + + , + + , and + + . Returns null (or Nothing in Visual Basic) for every other type. + + + The to return. + + + + + Class representing a transaction for the conceptual layer + + + + + Gets for this + + . + + + An to the underlying data source. + + + + + The connection object owning this transaction object + + + + + Gets the isolation level of this . + + + An enumeration value that represents the isolation level of the underlying transaction. + + + + + Gets the DbTransaction for the underlying provider transaction. + + + + Commits the underlying transaction. + + + Rolls back the underlying transaction. + + + + Cleans up this transaction object + + true to release both managed and unmanaged resources; false to release only unmanaged resources + + + + Represents a failure while trying to prepare or execute a CommandCompilation + This exception is intended to provide a common exception that people can catch to + hold provider exceptions (SqlException, OracleException) when using the EntityCommand + to execute statements. + + + + + Initializes a new instance of . + + + + + Initializes a new instance of . + + The message that describes the error. + + + + Initializes a new instance of . + + The error message that explains the reason for the exception. + The exception that caused the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. + + + + Represents a failure while trying to prepare or execute a CommandExecution + This exception is intended to provide a common exception that people can catch to + hold provider exceptions (SqlException, OracleException) when using the EntityCommand + to execute statements. + + + + + Initializes a new instance of . + + + + + Initializes a new instance of . + + The message that describes the error. + + + + Initializes a new instance of . + + The error message that explains the reason for the exception. + The exception that caused the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. + + + + Provider exception - Used by the entity client. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class. + + The message that describes the error. + + + + Initializes a new instance of the class. + + The error message that explains the reason for the exception. + The exception that caused the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. + + + + Initializes a new instance of the class. + + + The that holds the serialized object data about the exception being thrown. + + + The that contains contextual information about the source or destination. + + + + + An identifier for an entity. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class with an entity set name and a generic + + collection. + + + A that is the entity set name qualified by the entity container name. + + + A generic collection.Each key/value pair has a property name as the key and the value of that property as the value. There should be one pair for each property that is part of the + + . The order of the key/value pairs is not important, but each key property should be included. The property names are simple names that are not qualified with an entity type name or the schema name. + + + + + Initializes a new instance of the class with an entity set name and an + + collection of + + objects. + + + A that is the entity set name qualified by the entity container name. + + + An collection of + + objects with which to initialize the key. + + + + + Initializes a new instance of the class with an entity set name and specific entity key pair. + + + A that is the entity set name qualified by the entity container name. + + + A that is the name of the key. + + + An that is the key value. + + + + + Gets a singleton EntityKey by which a read-only entity is identified. + + + + + Gets a singleton EntityKey identifying an entity resulted from a failed TREAT. + + + + Gets or sets the name of the entity set. + + A value that is the name of the entity set for the entity to which the + + belongs. + + + + Gets or sets the name of the entity container. + + A value that is the name of the entity container for the entity to which the + + belongs. + + + + + Gets or sets the key values associated with this . + + + A of key values for this + + . + + + + + Gets a value that indicates whether the is temporary. + + + true if the is temporary; otherwise, false. + + + + Gets the entity set for this entity key from the given metadata workspace. + + The for the entity key. + + The metadata workspace that contains the entity. + The entity set could not be located in the specified metadata workspace. + + + Returns a value that indicates whether this instance is equal to a specified object. + true if this instance and obj have equal values; otherwise, false. + + An to compare with this instance. + + + + + Returns a value that indicates whether this instance is equal to a specified + + . + + true if this instance and other have equal values; otherwise, false. + + An object to compare with this instance. + + + + + Serves as a hash function for the current object. + + is suitable for hashing algorithms and data structures such as a hash table. + + + A hash code for the current . + + + + + Compares two objects. + + true if the key1 and key2 values are equal; otherwise, false. + + A to compare. + + + A to compare. + + + + + Compares two objects. + + true if the key1 and key2 values are not equal; otherwise, false. + + A to compare. + + + A to compare. + + + + + Helper method that is used to deserialize an . + + Describes the source and destination of a given serialized stream, and provides an additional caller-defined context. + + + + Helper method that is used to deserialize an . + + Describes the source and destination of a given serialized stream and provides an additional caller-defined context. + + + + Information about a key that is part of an EntityKey. + A key member contains the key name and value. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class with the specified entity key pair. + + The name of the key. + The key value. + + + Gets or sets the name of the entity key. + The key name. + + + Gets or sets the value of the entity key. + The key value. + + + Returns a string representation of the entity key. + A string representation of the entity key. + + + + Represents an eSQL Query compilation exception; + The class of exceptional conditions that may cause this exception to be raised are mainly: + 1) Syntax Errors: raised during query text parsing and when a given query does not conform to eSQL formal grammar; + 2) Semantic Errors: raised when semantic rules of eSQL language are not met such as metadata or schema information + not accurate or not present, type validation errors, scoping rule violations, user of undefined variables, etc. + For more information, see eSQL Language Spec. + + + + + Initializes a new instance of . + + + + + Initializes a new instance of with a specialized error message. + + The message that describes the error. + + + + Initializes a new instance of the class that uses a specified error message and a reference to the inner exception that is the cause of this exception. + + The error message that explains the reason for the exception. + The exception that caused the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. + + + Gets a description of the error. + A string that describes the error. + + + Gets the approximate context where the error occurred, if available. + A string that describes the approximate context where the error occurred, if available. + + + Gets the approximate line number where the error occurred. + An integer that describes the line number where the error occurred. + + + Gets the approximate column number where the error occurred. + An integer that describes the column number where the error occurred. + + + + Sets the with information about the exception. + + The that holds the serialized object data about the exception being thrown. + The that contains contextual information about the source or destination. + + + + DataRecord interface supporting structured types and rich metadata information. + + + + + Gets for this + + . + + + A object. + + + + + Gets a object with the specified index. + + + A object. + + The index of the row. + + + + Returns nested readers as objects. + + + Nested readers as objects. + + The ordinal of the column. + + + + Thrown to indicate that a command tree is invalid. + + + + + Initializes a new instance of the class with a default message. + + + + + Initializes a new instance of the class with the specified message. + + The exception message. + + + + Initializes a new instance of the class with the specified message and inner exception. + + The exception message. + + The exception that is the cause of this . + + + + + Mapping exception class. Note that this class has state - so if you change even + its internals, it can be a breaking change + + + + + Initializes a new instance of . + + + + + Initializes a new instance of with a specialized error message. + + The message that describes the error. + + + + Initializes a new instance of that uses a specified error message and a reference to the inner exception. + + The message that describes the error. + The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. + + + + Represents the Mapping metadata for an AssociationSet in CS space. + + + For Example if conceptually you could represent the CS MSL file as following + --Mapping + --EntityContainerMapping ( CNorthwind-->SNorthwind ) + --EntitySetMapping + --EntityTypeMapping + --MappingFragment + --EntityTypeMapping + --MappingFragment + --AssociationSetMapping + --AssociationTypeMapping + --MappingFragment + This class represents the metadata for the AssociationSetMapping elements in the + above example. And it is possible to access the AssociationTypeMap underneath it. + There will be only one TypeMap under AssociationSetMap. + + + + + Initializes a new AssociationSetMapping instance. + + The association set to be mapped. + The store entity set to be mapped. + The parent container mapping. + + + + Gets the association set that is mapped. + + + + + Gets the contained association type mapping. + + + + + Gets or sets the corresponding function mapping. Can be null. + + + + + Gets the store entity set that is mapped. + + + + + Gets or sets the source end property mapping. + + + + + Gets or sets the target end property mapping. + + + + + Gets the property mapping conditions. + + + + + Adds a property mapping condition. + + The condition to add. + + + + Removes a property mapping condition. + + The property mapping condition to remove. + + + + Describes modification function mappings for an association set. + + + + + Initializes a new AssociationSetModificationFunctionMapping instance. + + An association set. + A delete function mapping. + An insert function mapping. + + + + Gets the association set. + + + + + Gets the delete function mapping. + + + + + Gets the insert function mapping. + + + + + + + + Represents the Mapping metadata for an association type map in CS space. + + + For Example if conceptually you could represent the CS MSL file as following + --Mapping + --EntityContainerMapping ( CNorthwind-->SNorthwind ) + --EntitySetMapping + --EntityTypeMapping + --MappingFragment + --EntityKey + --ScalarPropertyMap + --ScalarPropertyMap + --EntityTypeMapping + --MappingFragment + --EntityKey + --ScalarPropertyMap + --ComplexPropertyMap + --ComplexTypeMap + --ScalarPropertyMap + --ScalarPropertyMap + --ScalarPropertyMap + --AssociationSetMapping + --AssociationTypeMapping + --MappingFragment + --EndPropertyMap + --ScalarPropertyMap + --ScalarPropertyMap + --EndPropertyMap + --ScalarPropertyMap + This class represents the metadata for all association Type map elements in the + above example. Users can access the table mapping fragments under the + association type mapping through this class. + + + + + Creates an AssociationTypeMapping instance. + + The AssociationSetMapping that + the contains this AssociationTypeMapping. + + + + Gets the AssociationSetMapping that contains this AssociationTypeMapping. + + + + + Gets the association type being mapped. + + + + + Gets the single mapping fragment. + + + + + Mapping metadata for Complex properties. + + + For Example if conceptually you could represent the CS MSL file as following + --Mapping + --EntityContainerMapping ( CNorthwind-->SNorthwind ) + --EntitySetMapping + --EntityTypeMapping + --MappingFragment + --EntityKey + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --EntityTypeMapping + --MappingFragment + --EntityKey + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --ComplexPropertyMap + --ComplexTypeMapping + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --DiscriminatorPropertyMap ( constant value-->SMemberMetadata ) + --ComplexTypeMapping + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --DiscriminatorPropertyMap ( constant value-->SMemberMetadata ) + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --AssociationSetMapping + --AssociationTypeMapping + --MappingFragment + --EndPropertyMap + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --EndPropertyMap + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + This class represents the metadata for all the complex property map elements in the + above example. ComplexPropertyMaps contain ComplexTypeMaps which define mapping based + on the type of the ComplexProperty in case of inheritance. + + + + + Construct a new Complex Property mapping object + + The MemberMetadata object that represents this Complex member + + + + Gets a read only collections of type mappings corresponding to the + nested complex types. + + + + + Adds a type mapping corresponding to a nested complex type. + + The complex type mapping to be added. + + + + Removes a type mapping corresponding to a nested complex type. + + The complex type mapping to be removed. + + + + Mapping metadata for Complex Types. + + + + + Creates a ComplexTypeMapping instance. + + The ComplexType being mapped. + + + + Gets the ComplexType being mapped. + + + + + Gets a read-only collection of property mappings. + + + + + Gets a read-only collection of property mapping conditions. + + + + + Adds a property mapping. + + The property mapping to be added. + + + + Removes a property mapping. + + The property mapping to be removed. + + + + Adds a property mapping condition. + + The property mapping condition to be added. + + + + Removes a property mapping condition. + + The property mapping condition to be removed. + + + + Mapping metadata for Conditional property mapping on a type. + Condition Property Mapping specifies a Condition either on the C side property or S side property. + + + For Example if conceptually you could represent the CS MSL file as following + --Mapping + --EntityContainerMapping ( CNorthwind-->SNorthwind ) + --EntitySetMapping + --EntityTypeMapping + --MappingFragment + --EntityKey + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --ConditionPropertyMap ( constant value-->SMemberMetadata ) + --EntityTypeMapping + --MappingFragment + --EntityKey + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --ComplexPropertyMap + --ComplexTypeMap + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --ConditionPropertyMap ( constant value-->SMemberMetadata ) + --AssociationSetMapping + --AssociationTypeMapping + --MappingFragment + --EndPropertyMap + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --EndPropertyMap + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + This class represents the metadata for all the condition property map elements in the + above example. + + + + + Gets an EdmProperty that specifies the mapped property. + + + + + Gets an EdmProperty that specifies the mapped column. + + + + + Mapping metadata for End property of an association. + + + For Example if conceptually you could represent the CS MSL file as following + --Mapping + --EntityContainerMapping ( CNorthwind-->SNorthwind ) + --EntitySetMapping + --EntityTypeMapping + --MappingFragment + --EntityKey + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --EntityTypeMapping + --MappingFragment + --EntityKey + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --ComplexPropertyMap + --ComplexTypeMapping + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --DiscriminatorPropertyMap ( constant value-->SMemberMetadata ) + --ComplexTypeMapping + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --DiscriminatorPropertyMap ( constant value-->SMemberMetadata ) + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --AssociationSetMapping + --AssociationTypeMapping + --MappingFragment + --EndPropertyMap + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --EndPropertyMap + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + This class represents the metadata for all the end property map elements in the + above example. EndPropertyMaps provide mapping for each end of the association. + + + + + Creates an association end property mapping. + + An AssociationEndMember that specifies + the association end to be mapped. + + + + Gets an AssociationEndMember that specifies the mapped association end. + + + + + Gets a ReadOnlyCollection of ScalarPropertyMapping that specifies the children + of this association end property mapping. + + + + + Adds a child property-column mapping. + + A ScalarPropertyMapping that specifies + the property-column mapping to be added. + + + + Removes a child property-column mapping. + + A ScalarPropertyMapping that specifies + the property-column mapping to be removed. + + + + Represents the Mapping metadata for the EntityContainer map in CS space. + Only one EntityContainerMapping element is allowed in the MSL file for CS mapping. + + + For Example if conceptually you could represent the CS MSL file as following + ---Mapping + --EntityContainerMapping ( CNorthwind-->SNorthwind ) + --EntitySetMapping + --AssociationSetMapping + The type represents the metadata for EntityContainerMapping element in the above example. + The EntitySetBaseMapping elements that are children of the EntityContainerMapping element + can be accessed through the properties on this type. + + + We currently assume that an Entity Container on the C side + is mapped to a single Entity Container in the S - space. + + + + + Initializes a new EntityContainerMapping instance. + + The conceptual entity container to be mapped. + The store entity container to be mapped. + The parent mapping item collection. + Flag indicating whether to generate update views. + + + + Gets the parent mapping item collection. + + + + + Gets the type kind for this item + + + + + Gets the conceptual entity container. + + + + + Gets the store entity container. + + + + + Gets the entity set mappings. + + + + + Gets the association set mappings. + + + + + Gets the function import mappings. + + + + + Gets a flag that indicates whether to generate the update views or not. + + + + + Adds an entity set mapping. + + The entity set mapping to add. + + + + Removes an association set mapping. + + The association set mapping to remove. + + + + Adds an association set mapping. + + The association set mapping to add. + + + + Removes an association set mapping. + + The association set mapping to remove. + + + + Adds a function import mapping. + + The function import mapping to add. + + + + Removes a function import mapping. + + The function import mapping to remove. + + + + Represents the Mapping metadata for an Extent in CS space. + + + For Example if conceptually you could represent the CS MSL file as following + --Mapping + --EntityContainerMapping ( CNorthwind-->SNorthwind ) + --EntitySetMapping + --EntityTypeMapping + --MappingFragment + --EntityTypeMapping + --MappingFragment + --AssociationSetMapping + --AssociationTypeMapping + --MappingFragment + This class represents the metadata for all the extent map elements in the + above example namely EntitySetMapping, AssociationSetMapping and CompositionSetMapping. + The EntitySetBaseMapping elements that are children of the EntityContainerMapping element + can be accessed through the properties on this type. + + + + + Gets the parent container mapping. + + + + + Gets or sets the query view associated with this mapping. + + + + + Represents the Mapping metadata for an EntitySet in CS space. + + + For Example if conceptually you could represent the CS MSL file as following + --Mapping + --EntityContainerMapping ( CNorthwind-->SNorthwind ) + --EntitySetMapping + --EntityTypeMapping + --MappingFragment + --EntityTypeMapping + --MappingFragment + --AssociationSetMapping + --AssociationTypeMapping + --MappingFragment + This class represents the metadata for the EntitySetMapping elements in the + above example. And it is possible to access the EntityTypeMaps underneath it. + + + + + Initializes a new EntitySetMapping instance. + + The entity set to be mapped. + The parent container mapping. + + + + Gets the entity set that is mapped. + + + + + Gets the contained entity type mappings. + + + + + Gets the corresponding function mappings. + + + + + Adds a type mapping. + + The type mapping to add. + + + + Removes a type mapping. + + The type mapping to remove. + + + + Adds a function mapping. + + The function mapping to add. + + + + Removes a function mapping. + + The function mapping to remove. + + + + Mapping metadata for Entity type. + If an EntitySet represents entities of more than one type, than we will have + more than one EntityTypeMapping for an EntitySet( For ex : if + PersonSet Entity extent represents entities of types Person and Customer, + than we will have two EntityType Mappings under mapping for PersonSet). + + + For Example if conceptually you could represent the CS MSL file as following + --Mapping + --EntityContainerMapping ( CNorthwind-->SNorthwind ) + --EntitySetMapping + --EntityTypeMapping + --MappingFragment + --EntityKey + --ScalarPropertyMap + --ScalarPropertyMap + --EntityTypeMapping + --MappingFragment + --EntityKey + --ScalarPropertyMap + --ComplexPropertyMap + --ScalarPropertyMap + --ScalarPropertyMap + --ScalarPropertyMap + --AssociationSetMapping + --AssociationTypeMapping + --MappingFragment + --EndPropertyMap + --ScalarPropertyMap + --ScalarPropertyMap + --EndPropertyMap + --ScalarPropertyMap + This class represents the metadata for all entity Type map elements in the + above example. Users can access the table mapping fragments under the + entity type mapping through this class. + + + + + Creates an EntityTypeMapping instance. + + The EntitySetMapping that contains this EntityTypeMapping. + + + + Gets the EntitySetMapping that contains this EntityTypeMapping. + + + + + Gets the single EntityType being mapped. Throws exception in case of hierarchy type mapping. + + + + + Gets a flag that indicates whether this is a type hierarchy mapping. + + + + + Gets a read-only collection of mapping fragments. + + + + + Gets the mapped entity types. + + + + + Gets the mapped base types for a hierarchy mapping. + + + + + Adds an entity type to the mapping. + + The EntityType to be added. + + + + Removes an entity type from the mapping. + + The EntityType to be removed. + + + + Adds an entity type hierarchy to the mapping. + The hierarchy is represented by the specified root entity type. + + The root EntityType of the hierarchy to be added. + + + + Removes an entity type hierarchy from the mapping. + The hierarchy is represented by the specified root entity type. + + The root EntityType of the hierarchy to be removed. + + + + Adds a mapping fragment. + + The mapping fragment to be added. + + + + Removes a mapping fragment. + + The mapping fragment to be removed. + + + + Describes modification function mappings for an entity type within an entity set. + + + + + Initializes a new EntityTypeModificationFunctionMapping instance. + + An entity type. + A delete function mapping. + An insert function mapping. + An updated function mapping. + + + + Gets the entity type. + + + + + Gets the delete function mapping. + + + + + Gets the insert function mapping. + + + + + Gets the update function mapping. + + + + + + + + Base class for the type created at design time to store the generated views. + + + + Returns the key/value pair at the specified index, which contains the view and its key. + The key/value pair at index , which contains the view and its key. + The index of the view. + + + + Gets or sets the name of . + + The container name. + + + + Gets or sets in storage schema. + + Container name. + + + Hash value. + Hash value. + + + Hash value of views. + Hash value. + + + Gets or sets view count. + View count. + + + + Attribute to mark the assemblies that contain the generated views type. + + + + + Initializes a new instance of the class. + + The view type. + + + Gets the T:System.Type of the view. + The T:System.Type of the view. + + + + Represents a complex type mapping for a function import result. + + + + + Initializes a new FunctionImportComplexTypeMapping instance. + + The return type. + The property mappings for the result type of a function import. + + + + Ges the return type. + + + + + Represents a function import entity type mapping. + + + + + Initializes a new FunctionImportEntityTypeMapping instance. + + The entity types at the base of + the type hierarchies to be mapped. + The entity types to be mapped. + The property mappings for the result types of a function import. + The mapping conditions. + + + + Gets the entity types being mapped. + + + + + Gets the entity types at the base of the hierarchies being mapped. + + + + + Gets the mapping conditions. + + + + + Represents a mapping condition for a function import result. + + + + + Gets the name of the column used to evaluate the condition. + + + + + + + + Represents a mapping condition for the result of a function import + evaluated by checking null or not null. + + + + + Initializes a new FunctionImportEntityTypeMappingConditionIsNull instance. + + The name of the column used to evaluate the condition. + Flag that indicates whether a null or not null check is performed. + + + + Gets a flag that indicates whether a null or not null check is performed. + + + + + Represents a mapping condition for the result of a function import, + evaluated by comparison with a specified value. + + + + + Initializes a new FunctionImportEntityTypeMappingConditionValue instance. + + The name of the column used to evaluate the condition. + The value to compare with. + + + + Gets the value used for comparison. + + + + + Represents a mapping from a model function import to a store composable or non-composable function. + + + + + Gets model function (or source of the mapping) + + + + + Gets store function (or target of the mapping) + + + + + Represents a mapping from a model function import to a store composable function. + + + + + Initializes a new FunctionImportMappingComposable instance. + + The model function import. + The store composable function. + The result mapping for the function import. + The parent container mapping. + + + + Gets the result mapping for the function import. + + + + + Represents a mapping from a model function import to a store non-composable function. + + + + + Initializes a new FunctionImportMappingNonComposable instance. + + The model function import. + The store non-composable function. + The function import result mappings. + The parent container mapping. + + + + Gets the function import result mappings. + + + + + Represents a result mapping for a function import. + + + + + Gets the type mappings. + + + + + Adds a type mapping. + + The type mapping to add. + + + + Removes a type mapping. + + The type mapping to remove. + + + + Base class for mapping a property of a function import return type. + + + + + Maps a function import return type property to a table column. + + + + + Initializes a new FunctionImportReturnTypeScalarPropertyMapping instance. + + The mapped property name. + The mapped column name. + + + + Gets the mapped property name. + + + + + Gets the mapped column name. + + + + + Specifies a function import structural type mapping. + + + + + Gets the property mappings for the result type of a function import. + + + + + Specifies a mapping condition evaluated by checking whether the value + of the a property/column is null or not null. + + + + + Creates an IsNullConditionMapping instance. + + An EdmProperty that specifies a property or column. + A boolean that indicates whether to perform a null or a not-null check. + + + + Gets a bool that specifies whether the condition is evaluated by performing a null check + or a not-null check. + + + + + Represents the base item class for all the mapping metadata + + + + + Represents the metadata for mapping fragment. + A set of mapping fragments makes up the Set mappings( EntitySet, AssociationSet or CompositionSet ) + Each MappingFragment provides mapping for those properties of a type that map to a single table. + + + For Example if conceptually you could represent the CS MSL file as following + --Mapping + --EntityContainerMapping ( CNorthwind-->SNorthwind ) + --EntitySetMapping + --EntityTypeMapping + --MappingFragment + --EntityKey + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --EntityTypeMapping + --MappingFragment + --EntityKey + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --ComplexPropertyMap + --ComplexTypeMapping + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --DiscriminatorPropertyMap ( constant value-->SMemberMetadata ) + --ComplexTypeMapping + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --DiscriminatorPropertyMap ( constant value-->SMemberMetadata ) + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --AssociationSetMapping + --AssociationTypeMapping + --MappingFragment + --EndPropertyMap + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --EndPropertyMap + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + This class represents the metadata for all the mapping fragment elements in the + above example. Users can access all the top level constructs of + MappingFragment element like EntityKey map, Property Maps, Discriminator + property through this mapping fragment class. + + + + + Creates a MappingFragment instance. + + The EntitySet corresponding to the table of view being mapped. + The TypeMapping that contains this MappingFragment. + Flag that indicates whether to include 'DISTINCT' when generating queries. + + + + Gets the EntitySet corresponding to the table or view being mapped. + + + + + Gets the TypeMapping that contains this MappingFragment. + + + + + Gets a flag that indicates whether to include 'DISTINCT' when generating queries. + + + + + Gets a read-only collection of property mappings. + + + + + Gets a read-only collection of property mapping conditions. + + + + + Adds a property mapping. + + The property mapping to be added. + + + + Removes a property mapping. + + The property mapping to be removed. + + + + Adds a property mapping condition. + + The property mapping condition to be added. + + + + Removes a property mapping condition. + + The property mapping condition to be removed. + + + + Base class for items in the mapping space (DataSpace.CSSpace) + + + + + Class for representing a collection of mapping items in Edm space. + + + + + Describes modification function binding for change processing of entities or associations. + + + + + Initializes a new ModificationFunctionMapping instance. + + The entity or association set. + The entity or association type. + The metadata of function to which we should bind. + Bindings for function parameters. + The output parameter producing number of rows affected. + Bindings for the results of function evaluation + + + + Gets output parameter producing number of rows affected. May be null. + + + + + Gets Metadata of function to which we should bind. + + + + + Gets bindings for function parameters. + + + + + Gets bindings for the results of function evaluation. + + + + + + + + Describes the location of a member within an entity or association type structure. + + + + + Initializes a new ModificationFunctionMemberPath instance. + + Gets the members in the path from the leaf (the member being bound) + to the root of the structure. + Gets the association set to which we are navigating + via this member. If the value is null, this is not a navigation member path. + + + + Gets the members in the path from the leaf (the member being bound) + to the Root of the structure. + + + + + Gets the association set to which we are navigating via this member. If the value + is null, this is not a navigation member path. + + + + + + + + Binds a modification function parameter to a member of the entity or association being modified. + + + + + Initializes a new ModificationFunctionParameterBinding instance. + + The parameter taking the value. + The path to the entity or association member defining the value. + A flag indicating whether the current or original member value is being bound. + + + + Gets the parameter taking the value. + + + + + Gets the path to the entity or association member defining the value. + + + + + Gets a flag indicating whether the current or original + member value is being bound. + + + + + + + + Defines a binding from a named result set column to a member taking the value. + + + + + Initializes a new ModificationFunctionResultBinding instance. + + The name of the column to bind from the function result set. + The property to be set on the entity. + + + + Gets the name of the column to bind from the function result set. + + + + + Gets the property to be set on the entity. + + + + + + + + Mapping metadata for all types of property mappings. + + + For Example if conceptually you could represent the CS MSL file as following + --Mapping + --EntityContainerMapping ( CNorthwind-->SNorthwind ) + --EntitySetMapping + --EntityTypeMapping + --MappingFragment + --EntityKey + --ScalarPropertyMap + --ScalarPropertyMap + --EntityTypeMapping + --MappingFragment + --EntityKey + --ScalarPropertyMap + --ComplexPropertyMap + --ScalarPropertyMap + --ScalarPropertyMap + --ScalarPropertyMap + --AssociationSetMapping + --AssociationTypeMapping + --MappingFragment + --EndPropertyMap + --ScalarPropertyMap + --ScalarPropertyMap + --EndPropertyMap + --ScalarPropertyMap + This class represents the metadata for all property map elements in the + above example. This includes the scalar property maps, complex property maps + and end property maps. + + + + + Gets an EdmProperty that specifies the mapped property. + + + + + Mapping metadata for scalar properties. + + + For Example if conceptually you could represent the CS MSL file as following + --Mapping + --EntityContainerMapping ( CNorthwind-->SNorthwind ) + --EntitySetMapping + --EntityTypeMapping + --MappingFragment + --EntityKey + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --EntityTypeMapping + --MappingFragment + --EntityKey + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --ComplexPropertyMap + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --AssociationSetMapping + --AssociationTypeMapping + --MappingFragment + --EndPropertyMap + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + --EndPropertyMap + --ScalarPropertyMap ( CMemberMetadata-->SMemberMetadata ) + This class represents the metadata for all the scalar property map elements in the + above example. + + + + + Creates a mapping between a simple property and a column. + + The property to be mapped. + The column to be mapped. + + + + Gets an EdmProperty that specifies the mapped column. + + + + + Represents a collection of items in Storage Mapping (CS Mapping) space. + + + + Initializes a new instance of the class using the specified , and a collection of string indicating the metadata file paths. + The that this mapping is to use. + The that this mapping is to use. + The file paths that this mapping is to use. + + + Initializes a new instance of the class using the specified , and XML readers. + The that this mapping is to use. + The that this mapping is to use. + The XML readers that this mapping is to use. + + + + Gets or sets a for creating instances + that are used to retrieve pre-generated mapping views. + + + + Gets the version of this represents. + The version of this represents. + + + + Computes a hash value for the container mapping specified by the names of the mapped containers. + + The name of a container in the conceptual model. + The name of a container in the store model. + A string that specifies the computed hash value. + + + + Computes a hash value for the single container mapping in the collection. + + A string that specifies the computed hash value. + + + + Creates a dictionary of (extent, generated view) for a container mapping specified by + the names of the mapped containers. + + The name of a container in the conceptual model. + The name of a container in the store model. + A list that accumulates potential errors. + + A dictionary of (, ) that specifies the generated views. + + + + + Creates a dictionary of (extent, generated view) for the single container mapping + in the collection. + + A list that accumulates potential errors. + + A dictionary of (, ) that specifies the generated views. + + + + + Factory method that creates a . + + + The edm metadata collection to map. Must not be null. + + + The store metadata collection to map. Must not be null. + + + MSL artifacts to load. Must not be null. + + + Paths to MSL artifacts. Used in error messages. Can be null in which case + the base Uri of the XmlReader will be used as a path. + + + The collection of errors encountered while loading. + + + instance if no errors encountered. Otherwise null. + + + + + Specifies a structural type mapping. + + + + + Gets a read-only collection of property mappings. + + + + + Gets a read-only collection of property mapping conditions. + + + + + Adds a property mapping. + + The property mapping to be added. + + + + Removes a property mapping. + + The property mapping to be removed. + + + + Adds a property mapping condition. + + The property mapping condition to be added. + + + + Removes a property mapping condition. + + The property mapping condition to be removed. + + + + Represents the Mapping metadata for a type map in CS space. + + + For Example if conceptually you could represent the CS MSL file as following + --Mapping + --EntityContainerMapping ( CNorthwind-->SNorthwind ) + --EntitySetMapping + --EntityTypeMapping + --MappingFragment + --EntityKey + --ScalarPropertyMap + --ScalarPropertyMap + --EntityTypeMapping + --MappingFragment + --EntityKey + --ScalarPropertyMap + --ComplexPropertyMap + --ScalarPropertyMap + --ScalarPropertyMap + --ScalarPropertyMap + --AssociationSetMapping + --AssociationTypeMapping + --MappingFragment + --EndPropertyMap + --ScalarPropertyMap + --ScalarPropertyMap + --EndPropertyMap + --ScalarPropertyMap + This class represents the metadata for all the Type map elements in the + above example namely EntityTypeMapping, AssociationTypeMapping and CompositionTypeMapping. + The TypeMapping elements contain TableMappingFragments which in turn contain the property maps. + + + + + Specifies a mapping condition evaluated by comparing the value of + a property or column with a given value. + + + + + Creates a ValueConditionMapping instance. + + An EdmProperty that specifies a property or column. + An object that specifies the value to compare with. + + + + Gets an object that specifies the value to check against. + + + + + metadata exception class + + + + + Initializes a new instance of the class with a default message. + + + + + Initializes a new instance of the class with the specified message. + + The exception message. + + + + Initializes a new instance of the class with the specified message and inner exception. + + The exception message. + + The exception that is the cause of this . + + + + + Represents a end of a Association Type + + + + + Gets the built-in type kind for this . + + + A object that represents the built-in type kind for this + + . + + + + + Creates a read-only AssociationEndMember instance. + + The name of the association end member. + The reference type for the end. + The multiplicity of the end. + Flag that indicates the delete behavior of the end. + Metadata properties to be associated with the instance. + The newly created AssociationEndMember instance. + The specified name is null or empty. + The specified reference type is null. + + + + Class for representing an Association set + + + + + Gets the association related to this . + + + An object that represents the association related to this + + . + + + + + Gets the ends of this . + + + A collection of type that contains the ends of this + + . + + + + + Gets the built-in type kind for this . + + + A object that represents built-in type kind for this + + . + + + + + Creates a read-only AssociationSet instance from the specified parameters. + + The name of the association set. + The association type of the elements in the association set. + The entity set for the source association set end. + The entity set for the target association set end. + Metadata properties to be associated with the instance. + The newly created AssociationSet instance. + The specified name is null or empty. + The specified association type is null. + + The entity type of one of the ends of the specified + association type does not match the entity type of the corresponding entity set end. + + + + + Class representing a AssociationSet End + + + + + Gets the built-in type kind for this . + + + A object that represents the built-in type kind for this + + . + + + + + Gets the parent association set of this . + + + An object that represents the parent association set of this + + . + + Thrown if Setter is called when the AssociationSetEnd instance is in ReadOnly state + + + + Gets the End member that this object corresponds to. + + + An object that represents the End member that this + + object corresponds to. + + Thrown if Setter is called when the AssociationSetEnd instance is in ReadOnly state + + + + Gets the name of the End for this . + + + The name of the End for this . + + + + + Gets the name of the End role for this . + + + The name of the End role for this . + + Thrown if Setter is called when the AssociationSetEnd instance is in ReadOnly state + + + Gets the entity set referenced by this End role. + + An object that represents the entity set referred by this End role. + + + + + Returns the name of the End role for this . + + + The name of the End role for this . + + + + + Describes an association/relationship between two entities in the conceptual model or a foreign key relationship + between two tables in the store model. In the conceptual model the dependant class may or may not define a foreign key property. + If a foreign key is defined the property will be true and the property will contain details of the foreign keys + + + + + Gets the built-in type kind for this . + + + A object that represents the built-in type kind for this + + . + + + + + Gets the list of ends for this . + + + A collection of type that contains the list of ends for this + + . + + + + Gets or sets the referential constraint. + The referential constraint. + + + + Gets the list of constraints for this . + + + A collection of type that contains the list of constraints for this + + . + + + + Gets the Boolean property value that specifies whether the column is a foreign key. + A Boolean value that specifies whether the column is a foreign key. If true, the column is a foreign key. If false (default), the column is not a foreign key. + + + + Creates a read-only AssociationType instance from the specified parameters. + + The name of the association type. + The namespace of the association type. + Flag that indicates a foreign key (FK) relationship. + The data space for the association type. + The source association end member. + The target association end member. + A referential constraint. + Metadata properties to be associated with the instance. + The newly created AssociationType instance. + The specified name is null or empty. + The specified namespace is null or empty. + + + + List of all the built in types + + + + + Association Type Kind + + + + + AssociationSetEnd Kind + + + + + AssociationSet Kind + + + + + Association Type Kind + + + + + EntitySetBase Kind + + + + + Entity Type Base Kind + + + + + Collection Type Kind + + + + + Collection Kind + + + + + Complex Type Kind + + + + + Documentation Kind + + + + + DeleteAction Type Kind + + + + + Edm Type Kind + + + + + Entity Container Kind + + + + + Entity Set Kind + + + + + Entity Type Kind + + + + + Enumeration Type Kind + + + + + Enum Member Kind + + + + + Facet Kind + + + + + EdmFunction Kind + + + + + Function Parameter Kind + + + + + Global Item Type Kind + + + + + Metadata Property Kind + + + + + Navigation Property Kind + + + + + Metadata Item Type Kind + + + + + EdmMember Type Kind + + + + + Parameter Mode Kind + + + + + Primitive Type Kind + + + + + Primitive Type Kind Kind + + + + + EdmProperty Type Kind + + + + + ProviderManifest Type Kind + + + + + Referential Constraint Type Kind + + + + + Ref Type Kind + + + + + RelationshipEnd Type Kind + + + + + Relationship Multiplicity Type Kind + + + + + Relationship Set Type Kind + + + + + Relationship Type + + + + + Row Type Kind + + + + + Simple Type Kind + + + + + Structural Type Kind + + + + + Type Information Kind + + + + + Kind of collection (applied to Properties) + + + + + Property is not a Collection + + + + + Collection has Bag semantics( unordered and duplicates ok) + + + + + Collection has List semantics + (Order is deterministic and duplicates ok) + + + + + Represents the Edm Collection Type + + + + + Gets the built-in type kind for this . + + + A object that represents the built-in type kind for this + + . + + + + + Gets the instance of the class that contains the type of the element that this current + + object includes and facets for that type. + + + The instance of the class that contains the type of the element that this current + + object includes and facets for that type. + + + + + Represents the Edm Complex Type. This can be used to configure complex types + from a conceptual-space model-based convention. Complex types are not supported in the store model. + + + + + Gets the built-in type kind for this . + + + A object that represents the built-in type kind for this + + . + + + + + Gets the list of properties for this . + + + A collection of type that contains the list of properties for this + + . + + + + + Creates a new instance of the type. + + The name of the complex type. + The namespace of the complex type. + The dataspace to which the complex type belongs to. + Members of the complex type. + Metadata properties to be associated with the instance. + Thrown if either name, namespace or members argument is null. + + A new instance a the type. + + + The newly created will be read only. + + + + + The concurrency mode for properties. + + + + + Default concurrency mode: the property is never validated + at write time + + + + + Fixed concurrency mode: the property is always validated at + write time + + + + + Serializes an that conforms to the restrictions of a single + CSDL schema file to an XML writer. The model to be serialized must contain a single + . + + + + + Occurs when an error is encountered serializing the model. + + + + + Serialize the to the XmlWriter. + + + The EdmModel to serialize. + + The XmlWriter to serialize to. + The serialized model's namespace. + true if the model is valid; otherwise, false. + + + + Information about an error that occurred processing an Entity Framework model. + + + + + Gets an optional value indicating which property of the source item caused the event to be raised. + + + + + Gets an optional descriptive message the describes the error that is being raised. + + + + + Gets a value indicating the that caused the event to be raised. + + + + + DataSpace + + + + + OSpace indicates the item in the clr space + + + + + CSpace indicates the item in the CSpace - edm primitive types + + types defined in csdl + + + + + SSpace indicates the item in the SSpace + + + + + Mapping between OSpace and CSpace + + + + + Mapping between CSpace and SSpace + + + + + Extension methods for . + + + + + Gets the conceptual model from the specified DbModel. + + An instance of a class that implements IEdmModelAdapter (ex. DbModel). + An instance of EdmModel that represents the conceptual model. + + + + Gets the store model from the specified DbModel. + + An instance of a class that implements IEdmModelAdapter (ex. DbModel). + An instance of EdmModel that represents the store model. + + + + Class representing the Documentation associated with an item + + + + + Initializes a new Documentation instance. + + A summary string. + A long description string. + + + + Gets the built-in type kind for this . + + + A object that represents the built-in type kind for this + + . + + + + + Gets the summary for this . + + + The summary for this . + + + + + Gets the long description for this . + + + The long description for this . + + + + + Gets a value indicating whether this object contains only a null or an empty + + and a + + . + + + true if this object contains only a null or an empty + + and a + + ; otherwise, false. + + + + + Returns the summary for this . + + + The summary for this . + + + + + This class encapsulates the error information for a generic EDM error. + + + + Gets the error message. + The error message. + + + + Class for representing a function + + + + + Gets the built-in type kind for this . + + + One of the enumeration values of the enumeration. + + + + Returns the full name (namespace plus name) of this type. + The full name of the type. + + + + Gets the parameters of this . + + + A collection of type that contains the parameters of this + + . + + + + + Adds a parameter to this function. + + The parameter to be added. + + + + Gets the return parameter of this . + + + A object that represents the return parameter of this + + . + + + + + Gets the return parameters of this . + + + A collection of type that represents the return parameters of this + + . + + + + Gets the store function name attribute of this function. + + + Gets the parameter type semantics attribute of this function. + + + Gets the aggregate attribute of this function. + + + + Gets a value indicating whether built in attribute is present on this function. + + + true if the attribute is present; otherwise, false. + + + + + Gets a value indicating whether this instance is from the provider manifest. + + + true if this instance is from the provider manifest; otherwise, false. + + + + + Gets a value indicating whether the is a niladic function (a function that accepts no arguments). + + + true if the function is niladic; otherwise, false. + + + + Gets whether this instance is mapped to a function or to a stored procedure. + true if this instance is mapped to a function; false if this instance is mapped to a stored procedure. + + + Gets a query in the language that is used by the database management system or storage model. + + A string value in the syntax used by the database management system or storage model that contains the query or update statement of the + + . + + + + Gets or sets the schema associated with the function. + The schema associated with the function. + + + + The factory method for constructing the object. + + The name of the function. + The namespace of the function. + The namespace the function belongs to. + Additional function attributes and properties. + Metadata properties that will be added to the function. Can be null. + + A new, read-only instance of the type. + + + + + Contains additional attributes and properties of the + + + Note that objects are short lived and exist only to + make initialization easier. Instance of this type are not + compared to each other and arrays returned by array properties are copied to internal + collections in the ctor. Therefore it is fine to suppress the + Code Analysis messages. + + + + Gets or sets the function schema. + The function schema. + + + Gets or sets the store function name. + The store function name. + + + Gets or sets the command text associated with the function. + The command text associated with the function. + + + Gets or sets the entity sets for the function. + The entity sets for the function. + + + Gets a value that indicates whether this is an aggregate function. + true if this is an aggregate function; otherwise, false. + + + Gets or sets whether this function is a built-in function. + true if this function is a built-in function; otherwise, false. + + + Gets or sets whether the function contains no arguments. + true if the function contains no arguments; otherwise, false. + + + Gets or sets whether this function can be composed. + true if this function can be composed; otherwise, false. + + + Gets or sets whether this function is from a provider manifest. + true if this function is from a provider manifest; otherwise, false. + + + Gets or sets whether this function is a cached store function. + true if this function is a cached store function; otherwise, false. + + + Gets or sets whether this function is a function import. + true if this function is a function import; otherwise, false. + + + Gets or sets the return parameters. + The return parameters. + + + Gets or sets the parameter type semantics. + The parameter type semantics. + + + Gets or sets the function parameters. + The function parameters. + + + + Class for representing a collection of items in Edm space. + + + + + Initializes a new instance of the class by using the collection of the XMLReader objects where the conceptual schema definition language (CSDL) files exist. + + The collection of the XMLReader objects where the conceptual schema definition language (CSDL) files exist. + + + Initializes a new instance of the class. + The entity data model. + + + + Initializes a new instance of the class by using the paths where the conceptual schema definition language (CSDL) files exist. + + The paths where the conceptual schema definition language (CSDL) files exist. + + + Gets the conceptual model version for this collection. + The conceptual model version for this collection. + + + + Returns a collection of the objects. + + + A ReadOnlyCollection object that represents a collection of the + + objects. + + + + + Returns a collection of the objects with the specified conceptual model version. + + + A ReadOnlyCollection object that represents a collection of the + + objects. + + The conceptual model version. + + + + Factory method that creates an . + + + CSDL artifacts to load. Must not be null. + + + Paths to CSDL artifacts. Used in error messages. Can be null in which case + the base Uri of the XmlReader will be used as a path. + + + The collection of errors encountered while loading. + + + instance if no errors encountered. Otherwise null. + + + + + Represents the edm member class + + + + + Gets or sets the name of the property. Setting this from a store-space model-convention will change the name of the database + column for this property. In the conceptual model, this should align with the corresponding property from the entity class + and should not be changed. + + The name of this member. + + + Gets the type on which this member is declared. + + A object that represents the type on which this member is declared. + + + + + Gets the instance of the class that contains both the type of the member and facets for the type. + + + A object that contains both the type of the member and facets for the type. + + + + Returns the name of this member. + The name of this member. + + + + Tells whether this member is marked as a Computed member in the EDM definition + + + + + Tells whether this member's Store generated pattern is marked as Identity in the EDM definition + + + + + Represents a conceptual or store model. This class can be used to access information about the shape of the model + and the way the that it has been configured. + + + + Gets the built-in type kind for this type. + + A object that represents the built-in type kind for this type. + + + + + Gets the data space associated with the model, which indicates whether + it is a conceptual model (DataSpace.CSpace) or a store model (DataSpace.SSpace). + + + + + Gets the association types in the model. + + + + + Gets the complex types in the model. + + + + + Gets the entity types in the model. + + + + + Gets the enum types in the model. + + + + + Gets the functions in the model. + + + + + Gets the container that stores entity and association sets, and function imports. + + + + Gets the global items associated with the model. + The global items associated with the model. + + + + Adds an association type to the model. + + The AssociationType instance to be added. + + + + Adds a complex type to the model. + + The ComplexType instance to be added. + + + + Adds an entity type to the model. + + The EntityType instance to be added. + + + + Adds an enumeration type to the model. + + The EnumType instance to be added. + + + + Adds a function to the model. + + The EdmFunction instance to be added. + + + + Removes an association type from the model. + + The AssociationType instance to be removed. + + + + Removes a complex type from the model. + + The ComplexType instance to be removed. + + + + Removes an entity type from the model. + + The EntityType instance to be removed. + + + + Removes an enumeration type from the model. + + The EnumType instance to be removed. + + + + Removes a function from the model. + + The EdmFunction instance to be removed. + + + + In conceptual-space, EdmProperty represents a property on an Entity. + In store-space, EdmProperty represents a column in a table. + + + + Creates a new primitive property. + The newly created property. + The name of the property. + The type of the property. + + + Creates a new enum property. + The newly created property. + The name of the property. + The type of the property. + + + Creates a new complex property. + The newly created property. + The name of the property. + The type of the property. + + + + Creates a new instance of EdmProperty type. + + Name of the property. + + Property + + A new instance of EdmProperty type + + + + Gets the built-in type kind for this . + + + A object that represents the built-in type kind for this + + . + + + + + Gets a value indicating whether this can have a null value. + + + Nullability in the conceptual model and store model is a simple indication of whether or not + the property is considered nullable. Nullability in the object model is more complex. + When using convention based mapping (as usually happens with POCO entities), a property in the + object model is considered nullable if and only if the underlying CLR type is nullable and + the property is not part of the primary key. + When using attribute based mapping (usually used with entities that derive from the EntityObject + base class), a property is considered nullable if the IsNullable flag is set to true in the + attribute. This flag can + be set to true even if the underlying type is not nullable, and can be set to false even if the + underlying type is nullable. The latter case happens as part of default code generation when + a non-nullable property in the conceptual model is mapped to a nullable CLR type such as a string. + In such a case, the Entity Framework treats the property as non-nullable even though the CLR would + allow null to be set. + There is no good reason to set a non-nullable CLR type as nullable in the object model and this + should not be done even though the attribute allows it. + + + true if this can have a null value; otherwise, false. + + Thrown if the setter is called when the EdmProperty instance is in ReadOnly state + + + Gets the type name of the property. + The type name of the property. + + + + Gets the default value for this . + + + The default value for this . + + Thrown if the setter is called when the EdmProperty instance is in ReadOnly state + + + Gets whether the property is a collection type property. + true if the property is a collection type property; otherwise, false. + + + Gets whether this property is a complex type property. + true if this property is a complex type property; otherwise, false. + + + Gets whether this property is a primitive type. + true if this property is a primitive type; otherwise, false. + + + Gets whether this property is an enumeration type property. + true if this property is an enumeration type property; otherwise, false. + + + Gets whether this property is an underlying primitive type. + true if this property is an underlying primitive type; otherwise, false. + + + Gets the complex type information for this property. + The complex type information for this property. + + + Gets the primitive type information for this property. + The primitive type information for this property. + + + Gets the enumeration type information for this property. + The enumeration type information for this property. + + + Gets the underlying primitive type information for this property. + The underlying primitive type information for this property. + + + Gets or sets the concurrency mode for the property. + The concurrency mode for the property. + + + Gets or sets the database generation method for the database column associated with this property + The store generated pattern for the property. + + + Gets or sets the kind of collection for this model. + The kind of collection for this model. + + + Gets whether the maximum length facet is constant for the database provider. + true if the facet is constant; otherwise, false. + + + Gets or sets the maximum length of the property. + The maximum length of the property. + + + Gets or sets whether this property uses the maximum length supported by the provider. + true if this property uses the maximum length supported by the provider; otherwise, false. + + + Gets whether the fixed length facet is constant for the database provider. + true if the facet is constant; otherwise, false. + + + Gets or sets whether the length of this property is fixed. + true if the length of this property is fixed; otherwise, false. + + + Gets whether the Unicode facet is constant for the database provider. + true if the facet is constant; otherwise, false. + + + Gets or sets whether this property is a Unicode property. + true if this property is a Unicode property; otherwise, false. + + + Gets whether the precision facet is constant for the database provider. + true if the facet is constant; otherwise, false. + + + Gets or sets the precision of this property. + The precision of this property. + + + Gets whether the scale facet is constant for the database provider. + true if the facet is constant; otherwise, false. + + + Gets or sets the scale of this property. + The scale of this property. + + + Sets the metadata properties. + The metadata properties to be set. + + + + This class encapsulates the error information for a schema error that was encountered. + + + + + Constructs a EdmSchemaError object. + + The explanation of the error. + The code associated with this error. + The severity of the error. + + + Returns the error message. + The error message. + + + Gets the error code. + The error code. + + + Gets the severity level of the error. + + One of the values. The default is + + . + + + + Gets the line number where the error occurred. + The line number where the error occurred. + + + Gets the column where the error occurred. + The column where the error occurred. + + + Gets the location of the schema that contains the error. This string also includes the name of the schema at the end. + The location of the schema that contains the error. + + + Gets the name of the schema that contains the error. + The name of the schema that contains the error. + + + Gets a string representation of the stack trace at the time the error occurred. + A string representation of the stack trace at the time the error occurred. + + + + Defines the different severities of errors that can occur when validating an Entity Framework model. + + + + + A warning that does not prevent the model from being used. + + + + + An error that prevents the model from being used. + + + + + Base EdmType class for all the model types + + + + Gets the name of this type. + The name of this type. + + + Gets the namespace of this type. + The namespace of this type. + + + Gets a value indicating whether this type is abstract or not. + true if this type is abstract; otherwise, false. + Thrown if the setter is called on instance that is in ReadOnly state + + + Gets the base type of this type. + The base type of this type. + Thrown if the setter is called on instance that is in ReadOnly state + Thrown if the value passed in for setter will create a loop in the inheritance chain + + + Gets the full name of this type. + The full name of this type. + + + Returns the full name of this type. + The full name of this type. + + + + Returns an instance of the whose element type is this type. + + + The object whose element type is this type. + + + + + Class for representing an entity container + + + + + Creates an entity container with the specified name and data space. + + The entity container name. + The entity container data space. + Thrown if the name argument is null. + Thrown if the name argument is empty string. + + + + Gets the built-in type kind for this . + + + A object that represents the built-in type kind for this + + . + + + + + Gets the name of this . + + + The name of this . + + + + + Gets a list of entity sets and association sets that this + + includes. + + + A object that contains a list of entity sets and association sets that this + + includes. + + + + Gets the association sets for this entity container. + The association sets for this entity container . + + + Gets the entity sets for this entity container. + The entity sets for this entity container . + + + + Specifies a collection of elements. Each function contains the details of a stored procedure that exists in the database or equivalent CommandText that is mapped to an entity and its properties. + + + A that contains + + elements. + + + + + Returns an object by using the specified name for the entity set. + + + An object that represents the entity set that has the specified name. + + The name of the entity set that is searched for. + true to perform the case-insensitive search; otherwise, false. + + + + Returns an object by using the specified name for the entity set. + + true if there is an entity set that matches the search criteria; otherwise, false. + The name of the entity set that is searched for. + true to perform the case-insensitive search; otherwise, false. + + When this method returns, contains an object. If there is no entity set, this output parameter contains null. + + + + + Returns a object by using the specified name for the relationship set. + + + An object that represents the relationship set that has the specified name. + + The name of the relationship set that is searched for. + true to perform the case-insensitive search; otherwise, false. + + + + Returns a object by using the specified name for the relationship set. + + true if there is a relationship set that matches the search criteria; otherwise, false. + The name of the relationship set that is searched for. + true to perform the case-insensitive search; otherwise, false. + + When this method returns, contains a object. + + + + + Returns the name of this . + + + The name of this . + + + + + Adds the specified entity set to the container. + + The entity set to add. + + + Removes a specific entity set from the container. + The entity set to remove. + + + + Adds a function import to the container. + + The function import to add. + + + + The factory method for constructing the EntityContainer object. + + The name of the entity container to be created. + DataSpace in which this entity container belongs to. + Entity sets that will be included in the new container. Can be null. + Functions that will be included in the new container. Can be null. + Metadata properties to be associated with the instance. + The EntityContainer object. + Thrown if the name argument is null or empty string. + The newly created EntityContainer will be read only. + + + + Represents a particular usage of a structure defined in EntityType. In the conceptual-model, this represents a set that can + query and persist entities. In the store-model it represents a table. + From a store-space model-convention it can be used to configure + table name with property and table schema with property. + + + + + Gets the built-in type kind for this . + + + A object that represents the built-in type kind for this + + . + + + + + Gets the entity type of this . + + + An object that represents the entity type of this + + . + + + + + The factory method for constructing the EntitySet object. + + The name of the EntitySet. + The db schema. Can be null. + The db table. Can be null. + + The provider specific query that should be used to retrieve data for this EntitySet. Can be null. + + The entity type of the entities that this entity set type contains. + + Metadata properties that will be added to the newly created EntitySet. Can be null. + + The EntitySet object. + Thrown if the name argument is null or empty string. + The newly created EntitySet will be read only. + + + + Class for representing a entity set + + + + + Gets the built-in type kind for this . + + + A object that represents the built-in type kind for this + + . + + + + + Gets escaped provider specific SQL describing this entity set. + + + + + Gets or sets the name of the current entity or relationship set. + If this property is changed from store-space, the mapping layer must also be updated to reflect the new name. + To change the table name of a store space use the Table property. + + The name of the current entity or relationship set. + Thrown if the setter is called when EntitySetBase instance is in ReadOnly state + + + Gets the entity container of the current entity or relationship set. + + An object that represents the entity container of the current entity or relationship set. + + Thrown if the setter is called when the EntitySetBase instance or the EntityContainer passed into the setter is in ReadOnly state + + + + Gets the entity type of this . + + + An object that represents the entity type of this + + . + + Thrown if the setter is called when EntitySetBase instance is in ReadOnly state + + + + Gets or sets the database table name for this entity set. + + if value passed into setter is null + Thrown if the setter is called when EntitySetBase instance is in ReadOnly state + + + + Gets or sets the database schema for this entity set. + + if value passed into setter is null + Thrown if the setter is called when EntitySetBase instance is in ReadOnly state + + + Returns the name of the current entity or relationship set. + The name of the current entity or relationship set. + + + + Represents the structure of an . In the conceptual-model this represents the shape and structure + of an entity. In the store model this represents the structure of a table. To change the Schema and Table name use EntitySet. + + + + + Gets the built-in type kind for this . + + + A object that represents the built-in type kind for this + + . + + + + Gets the declared navigation properties associated with the entity type. + The declared navigation properties associated with the entity type. + + + + Gets the navigation properties of this . + + + A collection of type that contains the list of navigation properties on this + + . + + + + Gets the list of declared properties for the entity type. + The declared properties for the entity type. + + + Gets the collection of declared members for the entity type. + The collection of declared members for the entity type. + + + + Gets the list of properties for this . + + + A collection of type that contains the list of properties for this + + . + + + + + Returns a object that references this + + . + + + A object that references this + + . + + + + + The factory method for constructing the EntityType object. + + The name of the entity type. + The namespace of the entity type. + The dataspace in which the EntityType belongs to. + Name of key members for the type. + Members of the entity type (primitive and navigation properties). + Metadata properties to be associated with the instance. + The EntityType object. + Thrown if either name, namespace arguments are null. + The newly created EntityType will be read only. + + + + The factory method for constructing the EntityType object. + + The name of the entity type. + The namespace of the entity type. + The dataspace in which the EntityType belongs to. + The base type. + Name of key members for the type. + Members of the entity type (primitive and navigation properties). + Metadata properties to be associated with the instance. + The EntityType object. + Thrown if either name, namespace arguments are null. + The newly created EntityType will be read only. + + + + Adds the specified navigation property to the members of this type. + The navigation property is added regardless of the read-only flag. + + The navigation property to be added. + + + + Represents the Entity Type + + + + Gets the list of all the key members for the current entity or relationship type. + + A object that represents the list of key members for the current entity or relationship type. + + + + Gets the list of all the key properties for this entity type. + The list of all the key properties for this entity type. + + + + Adds the specified property to the list of keys for the current entity. + + The property to add. + if member argument is null + Thrown if the EntityType has a base type of another EntityTypeBase. In this case KeyMembers should be added to the base type + If the EntityType instance is in ReadOnly state + + + Removes the specified key member from the collection. + The key member to remove. + + + + Represents an enumeration member. + + + + Gets the kind of this type. + + + Gets the name of this enumeration member. + + + Gets the value of this enumeration member. + + + Overriding System.Object.ToString to provide better String representation for this type. + The name of this enumeration member. + + + + Creates a read-only EnumMember instance. + + The name of the enumeration member. + The value of the enumeration member. + Metadata properties to be associated with the enumeration member. + The newly created EnumMember instance. + name is null or empty. + + + + Creates a read-only EnumMember instance. + + The name of the enumeration member. + The value of the enumeration member. + Metadata properties to be associated with the enumeration member. + The newly created EnumMember instance. + name is null or empty. + + + + Creates a read-only EnumMember instance. + + The name of the enumeration member. + The value of the enumeration member. + Metadata properties to be associated with the enumeration member. + The newly created EnumMember instance. + name is null or empty. + + + + Creates a read-only EnumMember instance. + + The name of the enumeration member. + The value of the enumeration member. + Metadata properties to be associated with the enumeration member. + The newly created EnumMember instance. + name is null or empty. + + + + Creates a read-only EnumMember instance. + + The name of the enumeration member. + The value of the enumeration member. + Metadata properties to be associated with the enumeration member. + The newly created EnumMember instance. + name is null or empty. + + + + Represents an enumeration type. + + + + Returns the kind of the type + + + Gets a collection of enumeration members for this enumeration type. + + + Gets a value indicating whether the enum type is defined as flags (i.e. can be treated as a bit field) + + + Gets the underlying type for this enumeration type. + + + + Creates a read-only EnumType instance. + + The name of the enumeration type. + The namespace of the enumeration type. + The underlying type of the enumeration type. + Indicates whether the enumeration type can be treated as a bit field; that is, a set of flags. + The members of the enumeration type. + Metadata properties to be associated with the enumeration type. + The newly created EnumType instance. + underlyingType is null. + + name is null or empty. + -or- + namespaceName is null or empty. + -or- + underlyingType is not a supported underlying type. + -or- + The specified members do not have unique names. + -or- + The value of a specified member is not in the range of the underlying type. + + + + + Class for representing a Facet object + This object is Immutable (not just set to readonly) and + some parts of the system are depending on that behavior + + + + + Gets the built-in type kind for this . + + + A object that represents the built-in type kind for this + + . + + + + + Gets the description of this . + + + The object that represents the description of this + + . + + + + + Gets the name of this . + + + The name of this . + + + + + Gets the type of this . + + + The object that represents the type of this + + . + + + + + Gets the value of this . + + + The value of this . + + Thrown if the Facet instance is in ReadOnly state + + + Gets a value indicating whether the value of the facet is unbounded. + true if the value of the facet is unbounded; otherwise, false. + + + + Returns the name of this . + + + The name of this . + + + + + Class for representing a FacetDescription object + + + + Gets the name of this facet. + The name of this facet. + + + Gets the type of this facet. + + An object that represents the type of this facet. + + + + Gets the minimum value for this facet. + The minimum value for this facet. + + + Gets the maximum value for this facet. + The maximum value for this facet. + + + Gets the default value of a facet with this facet description. + The default value of a facet with this facet description. + + + Gets a value indicating whether the value of this facet is a constant. + true if this facet is a constant; otherwise, false. + + + Gets a value indicating whether this facet is a required facet. + true if this facet is a required facet; otherwise, false. + + + Returns the name of this facet. + The name of this facet. + + + + Class representing a function parameter + + + + + Gets the built-in type kind for this . + + + A object that represents the built-in type kind for this + + . + + + + + Gets the mode of this . + + + One of the values. + + Thrown if the FunctionParameter instance is in ReadOnly state + + + + Gets the name of this . + + + The name of this . + + + + + Gets the instance of the class that contains both the type of the parameter and facets for the type. + + + A object that contains both the type of the parameter and facets for the type. + + + + Gets the type name of this parameter. + The type name of this parameter. + + + Gets whether the max length facet is constant for the database provider. + true if the facet is constant; otherwise, false. + + + Gets the maximum length of the parameter. + The maximum length of the parameter. + + + Gets whether the parameter uses the maximum length supported by the database provider. + true if parameter uses the maximum length supported by the database provider; otherwise, false. + + + Gets whether the precision facet is constant for the database provider. + true if the facet is constant; otherwise, false. + + + Gets the precision value of the parameter. + The precision value of the parameter. + + + Gets whether the scale facet is constant for the database provider. + true if the facet is constant; otherwise, false. + + + Gets the scale value of the parameter. + The scale value of the parameter. + + + + Gets the on which this parameter is declared. + + + A object that represents the function on which this parameter is declared. + + + + + Returns the name of this . + + + The name of this . + + + + + The factory method for constructing the object. + + The name of the parameter. + The EdmType of the parameter. + + The of the parameter. + + + A new, read-only instance of the type. + + + + + Represents the base item class for all the metadata + + + + + An interface to get the underlying store and conceptual model for a . + + + + + Gets the conceptual model. + + + + + Gets the store model. + + + + + Class for representing a collection of items. + Most of the implementation for actual maintenance of the collection is + done by MetadataCollection + + + + Gets the data model associated with this item collection. + The data model associated with this item collection. + + + + Returns a strongly typed object by using the specified identity. + + The item that is specified by the identity. + The identity of the item. + The type returned by the method. + + + + Returns a strongly typed object by using the specified identity from this item collection. + + true if there is an item that matches the search criteria; otherwise, false. + The identity of the item. + + When this method returns, the output parameter contains a + + object. If there is no global item with the specified identity in the item collection, this output parameter contains null. + + The type returned by the method. + + + + Returns a strongly typed object by using the specified identity from this item collection. + + true if there is an item that matches the search criteria; otherwise, false. + The identity of the item. + true to perform the case-insensitive search; otherwise, false. + + When this method returns, the output parameter contains a + + object. If there is no global item with the specified identity in the item collection, this output parameter contains null. + + The type returned by the method. + + + + Returns a strongly typed object by using the specified identity with either case-sensitive or case-insensitive search. + + The item that is specified by the identity. + The identity of the item. + true to perform the case-insensitive search; otherwise, false. + The type returned by the method. + + + Returns all the items of the specified type from this item collection. + + A collection of type that contains all the items of the specified type. + + The type returned by the method. + + + + Returns an object by using the specified type name and the namespace name in this item collection. + + + An object that represents the type that matches the specified type name and the namespace name in this item collection. If there is no matched type, this method returns null. + + The name of the type. + The namespace of the type. + + + + Returns an object by using the specified type name and the namespace name from this item collection. + + true if there is a type that matches the search criteria; otherwise, false. + The name of the type. + The namespace of the type. + + When this method returns, this output parameter contains an + + object. If there is no type with the specified name and namespace name in this item collection, this output parameter contains null. + + + + + Returns an object by using the specified type name and the namespace name from this item collection. + + + An object that represents the type that matches the specified type name and the namespace name in this item collection. If there is no matched type, this method returns null. + + The name of the type. + The namespace of the type. + true to perform the case-insensitive search; otherwise, false. + + + + Returns an object by using the specified type name and the namespace name from this item collection. + + true if there is a type that matches the search criteria; otherwise, false. + The name of the type. + The namespace of the type. + true to perform the case-insensitive search; otherwise, false. + + When this method returns, this output parameter contains an + + object. If there is no type with the specified name and namespace name in this item collection, this output parameter contains null. + + + + Returns all the overloads of the functions by using the specified name from this item collection. + + A collection of type that contains all the functions that have the specified name. + + The full name of the function. + + + Returns all the overloads of the functions by using the specified name from this item collection. + + A collection of type that contains all the functions that have the specified name. + + The full name of the function. + true to perform the case-insensitive search; otherwise, false. + + + Returns all the overloads of the functions by using the specified name from this item collection. + A collection of type ReadOnlyCollection that contains all the functions that have the specified name. + A dictionary of functions. + The full name of the function. + true to perform the case-insensitive search; otherwise, false. + + + + Returns an object by using the specified entity container name. + + If there is no entity container, this method returns null; otherwise, it returns the first one. + The name of the entity container. + + + + Returns an object by using the specified entity container name. If there is no entity container, the output parameter contains null; otherwise, it contains the first entity container. + + true if there is an entity container that matches the search criteria; otherwise, false. + The name of the entity container. + + When this method returns, it contains an object. If there is no entity container, this output parameter contains null; otherwise, it contains the first entity container. + + + + + Returns an object by using the specified entity container name. + + If there is no entity container, this method returns null; otherwise, it returns the first entity container. + The name of the entity container. + true to perform the case-insensitive search; otherwise, false. + + + + Returns an object by using the specified entity container name. If there is no entity container, this output parameter contains null; otherwise, it contains the first entity container. + + true if there is an entity container that matches the search criteria; otherwise, false. + The name of the entity container. + true to perform the case-insensitive search; otherwise, false. + + When this method returns, it contains an object. If there is no entity container, this output parameter contains null; otherwise, it contains the first entity container. + + + + + Do not perform any extension check + + + + + Check the extension against a specific value + + + + + Check the extension against the set of acceptable extensions + + + + + Represents the base item class for all the metadata + + + Represents the base item class for all the metadata + + + + Gets the built-in type kind for this type. + + A object that represents the built-in type kind for this type. + + + + Gets the list of properties of the current type. + + A collection of type that contains the list of properties of the current type. + + + + + Adds or updates an annotation with the specified name and value. + + + If an annotation with the given name already exists then the value of that annotation + is updated to the given value. If the given value is null then the annotation will be + removed. + + The name of the annotation property. + The value of the annotation property. + + + + Removes an annotation with the specified name. + + The name of the annotation property. + true if an annotation was removed; otherwise, false. + + + Gets or sets the documentation associated with this type. + + A object that represents the documentation on this type. + + + + + Returns a conceptual model built-in type that matches one of the + + values. + + + An object that represents the built-in type in the EDM. + + + One of the values. + + + + Returns the list of the general facet descriptions for a specified type. + + A object that represents the list of the general facet descriptions for a specified type. + + + + + Class representing a metadata attribute for an item + + + + + Gets the built-in type kind for this . + + + A object that represents the built-in type kind for this + + . + + + + + Gets the name of this . + + + The name of this . + + + + + Gets the value of this . + + + The value of this . + + Thrown if the MetadataProperty instance is in readonly state + + + + Gets the instance of the class that contains both the type of this + + and facets for the type. + + + A object that contains both the type of this + + and facets for the type. + + Thrown if the MetadataProperty instance is in readonly state + + + + Gets the value of this . + + + The value of this . + + + + + Gets a boolean that indicates whether the metadata property is an annotation. + + + + + The factory method for constructing the MetadataProperty object. + + The name of the metadata property. + The type usage of the metadata property. + The value of the metadata property. + The MetadataProperty object. + + Thrown is null. + + The newly created MetadataProperty will be read only. + + + + Creates a metadata annotation having the specified name and value. + + The annotation name. + The annotation value. + A MetadataProperty instance representing the created annotation. + + + + Runtime Metadata Workspace + + + + + Initializes a new instance of the class. + + + + + Constructs a with loaders for all item collections () + needed by EF except the o/c mapping which will be created automatically based on the given o-space and c-space + loaders. The item collection delegates are executed lazily when a given collection is used for the first + time. It is acceptable to pass a delegate that returns null if the collection will never be used, but this + is rarely done, and any attempt by EF to use the collection in such cases will result in an exception. + + Delegate to return the c-space (CSDL) item collection. + Delegate to return the s-space (SSDL) item collection. + Delegate to return the c/s mapping (MSL) item collection. + Delegate to return the o-space item collection. + + + + Constructs a with loaders for all item collections () + that come from traditional EDMX mapping. Default o-space and o/c mapping collections will be used. + The item collection delegates are executed lazily when a given collection is used for the first + time. It is acceptable to pass a delegate that returns null if the collection will never be used, but this + is rarely done, and any attempt by EF to use the collection in such cases will result in an exception. + + Delegate to return the c-space (CSDL) item collection. + Delegate to return the s-space (SSDL) item collection. + Delegate to return the c/s mapping (MSL) item collection. + + + + Initializes a new instance of the class using the specified paths and assemblies. + + The paths to workspace metadata. + The names of assemblies used to construct workspace. + + + + The Max EDM version thats going to be supported by the runtime. + + + + + Creates an configured to use the + + data space. + + The created parser object. + + + + Creates a new bound to this metadata workspace based on the specified query expression. + + + A new with the specified expression as it's + + property. + + + A that defines the query. + + + If + + is null + + + If + + contains metadata that cannot be resolved in this metadata workspace + + + If + + is not structurally valid because it contains unresolvable variable references + + + + + Gets items. + + + The items. + + + The from which to retrieve items. + + + + Registers the item collection with each associated data model. + The output parameter collection that needs to be filled up. + + + Loads metadata from the given assembly. + The assembly from which the metadata will be loaded. + + + Loads metadata from the given assembly. + The assembly from which the metadata will be loaded. + The delegate for logging the load messages. + + + Returns an item by using the specified identity and the data model. + The item that matches the given identity in the specified data model. + The identity of the item. + The conceptual model in which the item is searched. + The type returned by the method. + Thrown if the space is not a valid space. Valid space is either C, O, CS or OCSpace + + + Returns an item by using the specified identity and the data model. + true if there is an item that matches the search criteria; otherwise, false. + The conceptual model on which the item is searched. + The conceptual model on which the item is searched. + + When this method returns, contains a object. This parameter is passed uninitialized. + + The type returned by the method. + + + Returns an item by using the specified identity and the data model. + The item that matches the given identity in the specified data model. + The identity of the item. + true to perform the case-insensitive search; otherwise, false. + The conceptual model on which the item is searched. + The type returned by the method. + Thrown if the space is not a valid space. Valid space is either C, O, CS or OCSpace + + + Returns an item by using the specified identity and the data model. + true if there is an item that matches the search criteria; otherwise, false. + The conceptual model on which the item is searched. + true to perform the case-insensitive search; otherwise, false. + The conceptual model on which the item is searched. + + When this method returns, contains a object. This parameter is passed uninitialized. + + The type returned by the method. + + + Gets all the items in the specified data model. + + A collection of type that contains all the items in the specified data model. + + The conceptual model for which the list of items is needed. + The type returned by the method. + Thrown if the space is not a valid space. Valid space is either C, O, CS or OCSpace + + + + Returns an object by using the specified type name, namespace name, and data model. + + + An object that represents the type that matches the given type name and the namespace name in the specified data model. If there is no matched type, this method returns null. + + The name of the type. + The namespace of the type. + The conceptual model on which the type is searched. + Thrown if the space is not a valid space. Valid space is either C, O, CS or OCSpace + + + + Returns an object by using the specified type name, namespace name, and data model. + + true if there is a type that matches the search criteria; otherwise, false. + The name of the type. + The namespace of the type. + The conceptual model on which the type is searched. + + When this method returns, contains an object. This parameter is passed uninitialized. + + + + + Returns an object by using the specified type name, namespace name, and data model. + + + An object. + + The name of the type. + The namespace of the type. + true to perform the case-insensitive search; otherwise, false. + The conceptual model on which the type is searched. + Thrown if the space is not a valid space. Valid space is either C, O, CS or OCSpace + + + + Returns an object by using the specified type name, namespace name, and data model. + + true if there is a type that matches the search criteria; otherwise, false. + The name of the type. + The namespace of the type. + true to perform the case-insensitive search; otherwise, false. + The conceptual model on which the type is searched. + + When this method returns, contains an object. This parameter is passed uninitialized. + + + + + Returns an object by using the specified entity container name and the data model. + + If there is no entity container, this method returns null; otherwise, it returns the first entity container. + The name of the entity container. + The conceptual model on which the entity container is searched. + Thrown if the space is not a valid space. Valid space is either C, O, CS or OCSpace + + + + Returns an object by using the specified entity container name and the data model. + + true if there is an entity container that matches the search criteria; otherwise, false. + The name of the entity container. + The conceptual model on which the entity container is searched. + + When this method returns, contains an object. If there is no entity container, this output parameter contains null; otherwise, it returns the first entity container. This parameter is passed uninitialized. + + + + + Returns an object by using the specified entity container name and the data model. + + If there is no entity container, this method returns null; otherwise, it returns the first entity container. + The name of the entity container. + true to perform the case-insensitive search; otherwise, false. + The conceptual model on which the entity container is searched. + Thrown if the space is not a valid space. Valid space is either C, O, CS or OCSpace + + + + Returns an object by using the specified entity container name and the data model. + + true if there is an entity container that matches the search criteria; otherwise, false. + The name of the entity container. + true to perform the case-insensitive search; otherwise, false. + The conceptual model on which the entity container is searched. + + When this method returns, contains an object. If there is no entity container, this output parameter contains null; otherwise, it returns the first entity container. This parameter is passed uninitialized. + + + + Returns all the overloads of the functions by using the specified name, namespace name, and data model. + + A collection of type that contains all the functions that match the specified name in a given namespace and a data model. + + The name of the function. + The namespace of the function. + The conceptual model in which the functions are searched. + Thrown if the space is not a valid space. Valid space is either C, O, CS or OCSpace + + + Returns all the overloads of the functions by using the specified name, namespace name, and data model. + + A collection of type that contains all the functions that match the specified name in a given namespace and a data model. + + The name of the function. + The namespace of the function. + The conceptual model in which the functions are searched. + true to perform the case-insensitive search; otherwise, false. + Thrown if the space is not a valid space. Valid space is either C, O, CS or OCSpace + + + Returns the list of primitive types in the specified data model. + + A collection of type that contains all the primitive types in the specified data model. + + The data model for which you need the list of primitive types. + Thrown if the space is not a valid space. Valid space is either C, O, CS or OCSpace + + + Gets all the items in the specified data model. + + A collection of type that contains all the items in the specified data model. + + The conceptual model for which the list of items is needed. + Thrown if the space is not a valid space. Valid space is either C, O, CS or OCSpace + + + + Tests the retrieval of . + + true if the retrieval was successful; otherwise, false. + + The from which to attempt retrieval of + + . + + When this method returns, contains the item collection. This parameter is passed uninitialized. + + + + Returns a object that represents the object space type that matches the type supplied by the parameter edmSpaceType . + + + A object that represents the Object space type. If there is no matched type, this method returns null. + + + A object that represents the + + . + + + + + Returns a object via the out parameter objectSpaceType that represents the type that matches the + + supplied by the parameter edmSpaceType . + + true if there is a type that matches the search criteria; otherwise, false. + + A object that represents the + + . + + + When this method returns, contains a object that represents the Object space type. This parameter is passed uninitialized. + + + + + Returns a object that represents the object space type that matches the type supplied by the parameter edmSpaceType . + + + A object that represents the Object space type. If there is no matched type, this method returns null. + + + A object that represents the + + . + + + + + Returns a object via the out parameter objectSpaceType that represents the type that matches the + + supplied by the parameter edmSpaceType . + + true if there is a type that matches the search criteria; otherwise, false. + + A object that represents the + + . + + + When this method returns, contains a object that represents the Object space type. This parameter is passed uninitialized. + + + + + Returns a object that represents the + + that matches the type supplied by the parameter objectSpaceType . + + + A object that represents the + + . If there is no matched type, this method returns null. + + + A that supplies the type in the object space. + + + + + Returns a object via the out parameter edmSpaceType that represents the + + that matches the type supplied by the parameter objectSpaceType . + + true if there is a type that matches the search criteria; otherwise, false. + + A object that represents the object space type. + + + When this method returns, contains a object that represents the + + . This parameter is passed uninitialized. + + + + + Returns a object that represents the + + that matches the type supplied by the parameter objectSpaceType . + + + A object that represents the + + . If there is no matched type, this method returns null. + + + A that supplies the type in the object space. + + + + + Returns a object via the out parameter edmSpaceType that represents the + + that matches the type supplied by the parameter objectSpaceType . + + true on success, false on failure. + + A object that represents the object space type. + + + When this method returns, contains a object that represents the + + . This parameter is passed uninitialized. + + + + Clears all the metadata cache entries. + + + Gets original value members from an entity set and entity type. + The original value members from an entity set and entity type. + The entity set from which to retrieve original values. + The entity type of which to retrieve original values. + + + + Returns members of a given / + + for which original values are needed when modifying an entity. + + + The s for which original value is required. + + + An belonging to the C-Space. + + + An that participates in the given + + . + + true if entities may be updated partially; otherwise, false. + + + + Represent the edm navigation property class + + + + + Gets the built-in type kind for this . + + + A object that represents the built-in type kind for this + + . + + + + Gets the relationship type that this navigation property operates on. + The relationship type that this navigation property operates on. + Thrown if the NavigationProperty instance is in ReadOnly state + + + Gets the "to" relationship end member of this navigation. + The "to" relationship end member of this navigation. + Thrown if the NavigationProperty instance is in ReadOnly state + + + Gets the "from" relationship end member in this navigation. + The "from" relationship end member in this navigation. + Thrown if the NavigationProperty instance is in ReadOnly state + + + + Where the given navigation property is on the dependent end of a referential constraint, + returns the foreign key properties. Otherwise, returns an empty set. We will return the members in the order + of the principal end key properties. + + A collection of the foreign key properties. + + + + Creates a NavigationProperty instance from the specified parameters. + + The name of the navigation property. + Specifies the navigation property type and its facets. + The relationship type for the navigation. + The source end member in the navigation. + The target end member in the navigation. + The metadata properties of the navigation property. + The newly created NavigationProperty instance. + + + + Class for representing a collection of items for the object layer. + Most of the implementation for actual maintenance of the collection is + done by ItemCollection + + + + + Initializes a new instance of the class. + + + + Loads metadata from the given assembly. + The assembly from which the metadata will be loaded. + + + Loads metadata from the given assembly. + The assembly from which the metadata will be loaded. + The EDM metadata source for the O space metadata. + The delegate to which log messages are sent. + + + Loads metadata from the specified assembly. + The assembly from which the metadata will be loaded. + The EDM metadata source for the O space metadata. + + + Returns a collection of primitive type objects. + A collection of primitive type objects. + + + + Returns the CLR type that corresponds to the supplied by the objectSpaceType parameter. + + The CLR type of the OSpace argument. + + A that represents the object space type. + + + + + Returns a CLR type corresponding to the supplied by the objectSpaceType parameter. + + true if there is a type that matches the search criteria; otherwise, false. + + A that represents the object space type. + + The CLR type. + + + The method returns the underlying CLR type for the specified OSpace type argument. If the DataSpace of the parameter is not OSpace, an ArgumentException is thrown. + The CLR type of the OSpace argument. + The OSpace type to look up. + + + Returns the underlying CLR type for the specified OSpace enum type argument. If the DataSpace of the parameter is not OSpace, the method returns false and sets the out parameter to null. + true on success, false on failure + The OSpace enum type to look up + The CLR enum type of the OSpace argument + + + Returns all the items of the specified type from this item collection. + + A collection of type that contains all items of the specified type. + + The type returned by the method. + + + + Represents the list of possible actions for delete operation + + + + + no action + + + + + Cascade to other ends + + + + + The enumeration defining the mode of a parameter + + + + + In parameter + + + + + Out parameter + + + + + Both in and out parameter + + + + + Return Parameter + + + + + The enumeration defining the type semantics used to resolve function overloads. + These flags are defined in the provider manifest per function definition. + + + + + Allow Implicit Conversion between given and formal argument types (default). + + + + + Allow Type Promotion between given and formal argument types. + + + + + Use strict Equivalence only. + + + + + Class representing a primitive type + + + + + Gets the built-in type kind for this . + + + A object that represents the built-in type kind for this + + . + + + + + Gets a enumeration value that indicates a primitive type of this + + . + + + A enumeration value that indicates a primitive type of this + + . + + + + + Gets the list of facet descriptions for this . + + + A collection of type that contains the list of facet descriptions for this + + . + + + + + Returns an equivalent common language runtime (CLR) type of this + + . Note that the + + property always returns a non-nullable type value. + + + A object that represents an equivalent common language runtime (CLR) type of this + + . + + + + + Returns the equivalent of this + + . + + + For example if this instance is nvarchar and it's + base type is Edm String then the return type is Edm String. + If the type is actually already a model type then the + return type is "this". + + + An object that is an equivalent of this + + . + + + + Returns the list of primitive types. + + A collection of type that contains the list of primitive types. + + + + + Returns the equivalent of a + + . + + + An object that is an equivalent of a specified + + . + + + A value of type . + + + + + Primitive Types as defined by EDM + + + + + Binary Type Kind + + + + + Boolean Type Kind + + + + + Byte Type Kind + + + + + DateTime Type Kind + + + + + Decimal Type Kind + + + + + Double Type Kind + + + + + Guid Type Kind + + + + + Single Type Kind + + + + + SByte Type Kind + + + + + Int16 Type Kind + + + + + Int32 Type Kind + + + + + Int64 Type Kind + + + + + String Type Kind + + + + + Time Type Kind + + + + + DateTimeOffset Type Kind + + + + + Geometry Type Kind + + + + + Geography Type Kind + + + + + Geometric point type kind + + + + + Geometric linestring type kind + + + + + Geometric polygon type kind + + + + + Geometric multi-point type kind + + + + + Geometric multi-linestring type kind + + + + + Geometric multi-polygon type kind + + + + + Geometric collection type kind + + + + + Geographic point type kind + + + + + Geographic linestring type kind + + + + + Geographic polygon type kind + + + + + Geographic multi-point type kind + + + + + Geographic multi-linestring type kind + + + + + Geographic multi-polygon type kind + + + + + Geographic collection type kind + + + + + HierarchyId type kind + + + + + Specifies the kinds of item attributes in the conceptual model. + + + + + An enumeration member indicating that an item attribute is System + + + + + An enumeration member indicating that an item attribute is Extended. + + + + + Class representing a read-only wrapper around MetadataCollection + + The type of items in this collection + + + + The enumerator for MetadataCollection + + + + Gets the member at the current position. + The member at the current position. + + + + Gets the member at the current position + + + + Disposes of this enumerator. + + + + Moves to the next member in the collection of type + + . + + + true if the enumerator is moved in the collection of type + + ; otherwise, false. + + + + + Positions the enumerator before the first position in the collection of type + + . + + + + Gets a value indicating whether this collection is read-only. + true if this collection is read-only; otherwise, false. + + + Gets an item from this collection by using the specified identity. + An item from this collection. + The identity of the item to be searched for. + + + Retrieves an item from this collection by using the specified identity. + An item from this collection. + The identity of the item to be searched for. + true to perform the case-insensitive search; otherwise, false. + + + Determines whether the collection contains an item with the specified identity. + true if the collection contains the item to be searched for; otherwise, false. The default is false. + The identity of the item. + + + Retrieves an item from this collection by using the specified identity. + true if there is an item that matches the search criteria; otherwise, false. + The identity of the item to be searched for. + true to perform the case-insensitive search; otherwise, false. + When this method returns, this output parameter contains an item from the collection. If there is no matched item, this output parameter contains null. + + + Returns an enumerator that can iterate through this collection. + + A that can be used to iterate through this + + . + + + + Returns the index of the specified value in this collection. + The index of the specified value in this collection. + A value to seek. + + + + This class represents a referential constraint between two entities specifying the "to" and "from" ends of the relationship. + + + + + Constructs a new constraint on the relationship + + role from which the relationship originates + role to which the relationship is linked/targeted to + properties on entity type of to role which take part in the constraint + properties on entity type of from role which take part in the constraint + Argument Null exception if any of the arguments is null + + + + Gets the built-in type kind for this . + + + A object that represents the built-in type kind for this + + . + + + + + Gets the "from role" that takes part in this + + . + + + A object that represents the "from role" that takes part in this + + . + + Thrown if value passed into setter is null + Thrown if the ReferentialConstraint instance is in ReadOnly state + + + + Gets the "to role" that takes part in this . + + + A object that represents the "to role" that takes part in this + + . + + Thrown if value passed into setter is null + Thrown if the ReferentialConstraint instance is in ReadOnly state + + + + Gets the list of properties for the "from role" on which this + + is defined. + + + A collection of type that contains the list of properties for "from role" on which this + + is defined. + + + + + Gets the list of properties for the "to role" on which this + + is defined. + + + A collection of type that contains the list of properties for the "to role" on which this + + is defined. + + + + + Returns the combination of the names of the + + and the + + . + + + The combination of the names of the + + and the + + . + + + + + Class representing a ref type + + + + + Gets the built-in type kind for this . + + + A object that represents the built-in type kind for this + + . + + + + + Gets the entity type referenced by this . + + + An object that represents the entity type referenced by this + + . + + + + + + + + + + + Initializes a new instance of the RelationshipEndMember class + + + + Gets the operational behavior of this relationship end member. + + One of the values. The default is + + . + + + + Gets the multiplicity of this relationship end member. + + One of the values. + + + + Access the EntityType of the EndMember in an association. + The EntityType of the EndMember in an association. + + + + Represents the multiplicity information about the end of a relationship type + + + + + Lower Bound is Zero and Upper Bound is One + + + + + Both lower bound and upper bound is one + + + + + Lower bound is zero and upper bound is null + + + + + Class for representing a relationship set + + + + + Gets the relationship type of this . + + + An object that represents the relationship type of this + + . + + + + + Gets the built-in type kind for this . + + + A object that represents the built-in type kind for this + + . + + + + + Represents the Relationship type + + + + Gets the list of ends for this relationship type. + + A collection of type that contains the list of Ends for this relationship type. + + + + + Represents the Edm Row Type + + + + + Gets the built-in type kind for this . + + + A object that represents the built-in type kind for this + + . + + + + + Gets the list of properties on this . + + + A collection of type that contains the list of properties on this + + . + + + + Gets a collection of the properties defined by the current type. + A collection of the properties defined by the current type. + + + + The factory method for constructing the object. + + Properties of the row type object. + Metadata properties that will be added to the function. Can be null. + + A new, read-only instance of the object. + + + + + Class representing a simple type + + + + + Serializes the storage (database) section of an to XML. + + + + + Occurs when an error is encountered serializing the model. + + + + + Serialize the to the + + The EdmModel to serialize + Provider information on the Schema element + ProviderManifestToken information on the Schema element + The XmlWriter to serialize to + A value indicating whether to serialize Nullable attributes when they are set to the default value. + true if model can be serialized, otherwise false + + + + Serialize the to the + + The EdmModel to serialize + Namespace name on the Schema element + Provider information on the Schema element + ProviderManifestToken information on the Schema element + The XmlWriter to serialize to + A value indicating whether to serialize Nullable attributes when they are set to the default value. + true if model can be serialized, otherwise false + + + + The pattern for Server Generated Properties. + + + + + Not a Server Generated Property. This is the default. + + + + + A value is generated on INSERT, and remains unchanged on update. + + + + + A value is generated on both INSERT and UPDATE. + + + + + Class for representing a collection of items in Store space. + + + + + Initializes a new instance of the class using the specified XMLReader. + + The XMLReader used to create metadata. + + + Initializes a new instances of the class. + The model of the . + + + + Initializes a new instance of the class using the specified file paths. + + The file paths used to create metadata. + + + Gets the provider factory of the StoreItemCollection. + The provider factory of the StoreItemCollection. + + + Gets the provider manifest of the StoreItemCollection. + The provider manifest of the StoreItemCollection. + + + Gets the manifest token of the StoreItemCollection. + The manifest token of the StoreItemCollection. + + + Gets the invariant name of the StoreItemCollection. + The invariant name of the StoreItemCollection. + + + Gets the version of the store schema for this collection. + The version of the store schema for this collection. + + + + Returns a collection of the objects. + + + A object that represents the collection of the + + objects. + + + + + Factory method that creates a . + + + SSDL artifacts to load. Must not be null. + + + Paths to SSDL artifacts. Used in error messages. Can be null in which case + the base Uri of the XmlReader will be used as a path. + + + Custom resolver. Currently used to resolve DbProviderServices implementation. If null + the default resolver will be used. + + + The collection of errors encountered while loading. + + + instance if no errors encountered. Otherwise null. + + + + + Represents the Structural Type + + + + Gets the list of members on this type. + + A collection of type that contains a set of members on this type. + + + + + Adds a member to this type + + The member to add + + + Removes a member from this type. + The member to remove. + + + + Class representing a type information for an item + + + + + Factory method for creating a TypeUsage with specified EdmType and facets + + EdmType for which to create a type usage + facets to be copied into the new TypeUsage + new TypeUsage instance + + + + Creates a object with the specified conceptual model type. + + + A object with the default facet values for the specified + + . + + + A for which the + + object is created. + + + + + Creates a object to describe a string type by using the specified facet values. + + + A object describing a string type by using the specified facet values. + + + A for which the + + object is created. + + true to set the character-encoding standard of the string type to Unicode; otherwise, false. + true to set the character-encoding standard of the string type to Unicode; otherwise, false. + true to set the length of the string type to fixed; otherwise, false. + + + + Creates a object to describe a string type by using the specified facet values and unbounded MaxLength. + + + A object describing a string type by using the specified facet values and unbounded MaxLength. + + + A for which the + + object is created. + + true to set the character-encoding standard of the string type to Unicode; otherwise, false. + true to set the length of the string type to fixed; otherwise, false + + + + Creates a object to describe a binary type by using the specified facet values. + + + A object describing a binary type by using the specified facet values. + + + A for which the + + object is created. + + true to set the length of the binary type to fixed; otherwise, false. + The maximum length of the binary type. + + + + Creates a object to describe a binary type by using the specified facet values. + + + A object describing a binary type by using the specified facet values. + + + A for which the + + object is created. + + true to set the length of the binary type to fixed; otherwise, false. + + + + Creates a object of the type that the parameters describe. + + + A object. + + + The simple type that defines the units of measurement of the object. + + + The degree of granularity of the in fractions of a second, based on the number of decimal places supported. For example a precision of 3 means the granularity supported is milliseconds. + + + + + Creates a object of the type that the parameters describe. + + + A object. + + The simple type that defines the units of measurement of the offset. + + The degree of granularity of the in fractions of a second, based on the number of decimal places supported. For example a precision of 3 means the granularity supported is milliseconds. + + + + + Creates a object of the type that the parameters describe. + + + A object. + + + The simple type that defines the units of measurement of the object. + + + The degree of granularity of the in fractions of a second, based on the number of decimal places supported. For example a precision of 3 means the granularity supported is milliseconds. + + + + + Creates a object to describe a decimal type by using the specified facet values. + + + A object describing a decimal type by using the specified facet values. + + + A for which the + + object is created. + + + The precision of the decimal type as type . + + + The scale of the decimal type as type . + + + + + Creates a object to describe a decimal type with unbounded precision and scale facet values. + + + A object describing a decimal type with unbounded precision and scale facet values. + + + A for which the + + object is created. + + + + + Gets the built-in type kind for this . + + + A object that represents the built-in type kind for this + + . + + + + + Gets the type information described by this . + + + An object that represents the type information described by this + + . + + + + + Gets the list of facets for the type that is described by this + + . + + + A collection of type that contains the list of facets for the type that is described by this + + . + + + + + Returns a Model type usage for a provider type + + Model (CSpace) type usage + + + + Checks whether this is a subtype of the specified + + . + + + true if this is a subtype of the specified + + ; otherwise, false. + + + The object to be checked. + + + + + Returns the full name of the type described by this . + + + The full name of the type described by this as string. + + + + + This exception is thrown when a requested object is not found in the store. + + + + + Initializes a new instance of . + + + + + Initializes a new instance of with a specialized error message. + + The message that describes the error. + + + + Initializes a new instance of class that uses a specified error message and a reference to the inner exception. + + The message that describes the error. + The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. + + + + Caches an ELinq query + + + + Creates a new delegate that represents the compiled LINQ to Entities query. + + , a generic delegate that represents the compiled LINQ to Entities query. + + The lambda expression to compile. + + A type derived from . + + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg1 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg2 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg3 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg4 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg5 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg6 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg7 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg8 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg9 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg10 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg11 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg12 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg13 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg14 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg15 must be a primitive type. + + The type T of the query results returned by executing the delegate returned by the + + method. + + + + Creates a new delegate that represents the compiled LINQ to Entities query. + + , a generic delegate that represents the compiled LINQ to Entities query. + + The lambda expression to compile. + + A type derived from . + + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg1 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg2 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg3 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg4 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg5 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg6 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg7 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg8 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg9 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg10 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg11 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg12 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg13 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg14 must be a primitive type. + + The type T of the query results returned by executing the delegate returned by the + + method. + + + + Creates a new delegate that represents the compiled LINQ to Entities query. + + , a generic delegate that represents the compiled LINQ to Entities query. + + The lambda expression to compile. + + A type derived from . + + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg1 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg2 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg3 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg4 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg5 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg6 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg7 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg8 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg9 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg10 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg11 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg12 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg13 must be a primitive type. + + The type T of the query results returned by executing the delegate returned by the + + method. + + + + Creates a new delegate that represents the compiled LINQ to Entities query. + + , a generic delegate that represents the compiled LINQ to Entities query. + + The lambda expression to compile. + + A type derived from . + + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg1 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg2 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg3 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg4 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg5 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg6 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg7 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg8 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg9 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg10 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg11 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg12 must be a primitive type. + + The type T of the query results returned by executing the delegate returned by the + + method. + + + + Creates a new delegate that represents the compiled LINQ to Entities query. + + , a generic delegate that represents the compiled LINQ to Entities query. + + The lambda expression to compile. + + A type derived from . + + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg1 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg2 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg3 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg4 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg5 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg6 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg7 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg8 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg9 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg10 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg11 must be a primitive type. + + The type T of the query results returned by executing the delegate returned by the + + method. + + + + Creates a new delegate that represents the compiled LINQ to Entities query. + + , a generic delegate that represents the compiled LINQ to Entities query. + + The lambda expression to compile. + + A type derived from . + + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg1 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg2 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg3 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg4 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg5 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg6 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg7 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg8 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg9 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg10 must be a primitive type. + + The type T of the query results returned by executing the delegate returned by the + + method. + + + + Creates a new delegate that represents the compiled LINQ to Entities query. + + , a generic delegate that represents the compiled LINQ to Entities query. + + The lambda expression to compile. + + A type derived from . + + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg1 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg2 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg3 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg4 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg5 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg6 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg7 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg8 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg9 must be a primitive type. + + The type T of the query results returned by executing the delegate returned by the + + method. + + + + Creates a new delegate that represents the compiled LINQ to Entities query. + + , a generic delegate that represents the compiled LINQ to Entities query. + + The lambda expression to compile. + + A type derived from . + + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg1 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg2 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg3 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg4 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg5 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg6 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg7 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg8 must be a primitive type. + + The type T of the query results returned by executing the delegate returned by the + + method. + + + + Creates a new delegate that represents the compiled LINQ to Entities query. + + , a generic delegate that represents the compiled LINQ to Entities query. + + The lambda expression to compile. + + A type derived from . + + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg1 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg2 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg3 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg4 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg5 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg6 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg7 must be a primitive type. + + The type T of the query results returned by executing the delegate returned by the + + method. + + + + Creates a new delegate that represents the compiled LINQ to Entities query. + + , a generic delegate that represents the compiled LINQ to Entities query. + + The lambda expression to compile. + + A type derived from . + + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg1 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg2 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg3 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg4 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg5 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg6 must be a primitive type. + + The type T of the query results returned by executing the delegate returned by the + + method. + + + + Creates a new delegate that represents the compiled LINQ to Entities query. + + , a generic delegate that represents the compiled LINQ to Entities query. + + The lambda expression to compile. + + A type derived from . + + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg1 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg2 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg3 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg4 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg5 must be a primitive type. + + The type T of the query results returned by executing the delegate returned by the + + method. + + + + Creates a new delegate that represents the compiled LINQ to Entities query. + + , a generic delegate that represents the compiled LINQ to Entities query. + + The lambda expression to compile. + + A type derived from . + + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg1 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg2 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg3 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg4 must be a primitive type. + + The type T of the query results returned by executing the delegate returned by the + + method. + + + + Creates a new delegate that represents the compiled LINQ to Entities query. + + , a generic delegate that represents the compiled LINQ to Entities query. + + The lambda expression to compile. + + A type derived from . + + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg1 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg2 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg3 must be a primitive type. + + The type T of the query results returned by executing the delegate returned by the + + method. + + + + Creates a new delegate that represents the compiled LINQ to Entities query. + + , a generic delegate that represents the compiled LINQ to Entities query. + + The lambda expression to compile. + + A type derived from . + + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg1 must be a primitive type. + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg2 must be a primitive type. + + The type T of the query results returned by executing the delegate returned by the + + method. + + + + Creates a new delegate that represents the compiled LINQ to Entities query. + + , a generic delegate that represents the compiled LINQ to Entities query. + + The lambda expression to compile. + + A type derived from . + + Represents the type of the parameter that has to be passed in when executing the delegate returned by this method. TArg1 must be a primitive type. + + The type T of the query results returned by executing the delegate returned by the + + method. + + + + Creates a new delegate that represents the compiled LINQ to Entities query. + + , a generic delegate that represents the compiled LINQ to Entities query. + + The lambda expression to compile. + + A type derived from . + + + The type T of the query results returned by executing the delegate returned by the + + method. + + + + + The values currently assigned to the properties of an entity. + + + + + This is the interface that represent the minimum interface required + to be an entity in ADO.NET. + + + + Notifies the change tracker that a property change is pending on a complex object. + The name of the changing property. + property is null. + + + Notifies the change tracker that a property of a complex object has changed. + The name of the changed property. + property is null. + + + + Attribute for complex properties + Implied default AttributeUsage properties Inherited=True, AllowMultiple=False, + The metadata system expects this and will only look at the first of each of these attributes, even if there are more. + + + + + attribute for complex types + + + + + Attribute identifying the Edm base class + + + + + Attribute indicating an enum type. + + + + + Indicates that the given method is a proxy for an EDM function. + + + Note that this attribute has been replaced by the starting with EF6. + + + + + Creates a new DbFunctionAttribute instance. + + The namespace name of the EDM function represented by the attributed method. + The function name of the EDM function represented by the attributed method. + + + + Base attribute for properties mapped to store elements. + Implied default AttributeUsage properties Inherited=True, AllowMultiple=False, + The metadata system expects this and will only look at the first of each of these attributes, even if there are more. + + + + + Attribute identifying the Ends defined for a RelationshipSet + Implied default AttributeUsage properties Inherited=True, AllowMultiple=False, + The metadata system expects this and will only look at the first of each of these attributes, even if there are more. + + + + + Initializes a new instance of the + + class. + + The namespace name of the relationship property. + The name of the relationship. The relationship name is not namespace qualified. + The role name at the other end of the relationship. + + + The namespace name of the navigation property. + + A that is the namespace name. + + + + Gets the unqualified relationship name. + The relationship name. + + + Gets the role name at the other end of the relationship. + The target role name is specified by the Role attribute of the other End element in the association that defines this relationship in the conceptual model. For more information, see Association (EDM). + + + + Defines a relationship between two entity types based on an association in the conceptual model. + + + + + Creates an instance of the class. + + The name of the namespace for the association in which this entity participates. + The name of a relationship in which this entity participates. + Name of the role for the type at one end of the association. + + A value of that indicates the multiplicity at one end of the association, such as one or many. + + The type of the entity at one end of the association. + Name of the role for the type at the other end of the association. + + A value of that indicates the multiplicity at the other end of the association, such as one or many. + + The type of the entity at the other end of the association. + + + + Initializes a new instance of the + + class. + + The name of the namespace for the association in which this entity participates. + The name of a relationship in which this entity participates. + Name of the role for the type at one end of the association. + + A value of that indicates the multiplicity at one end of the association, such as one or many. + + The type of the entity at one end of the association. + Name of the role for the type at the other end of the association. + + A value of that indicates the multiplicity at the other end of the association, such as one or many. + + The type of the entity at the other end of the association. + A value that indicates whether the relationship is based on the foreign key value. + + + The namespace for the relationship. + + A that is the namespace for the relationship. + + + + Name of the relationship. + + A that is the name of a relationship that is defined by this + + . + + + + Name of the role at one end of the relationship. + + A that is the name of the role. + + + + Multiplicity at one end of the relationship. + + A value that indicates the multiplicity. + + + + Type of the entity at one end of the relationship. + + A that is the type of the object at this end of the association. + + + + Name of the role at the other end of the relationship. + + A that is the name of the role. + + + + Multiplicity at the other end of the relationship. + + A value that indicates the multiplicity. + + + + Type of the entity at the other end of the relationship. + + A that is the type of the object t the other end of the association. + + + + Gets a Boolean value that indicates whether the relationship is based on the foreign key value. + true if the relationship is based on the foreign key value; otherwise false. + + + + Attribute for scalar properties in an IEntity. + Implied default AttributeUsage properties Inherited=True, AllowMultiple=False, + The metadata system expects this and will only look at the first of each of these attributes, even if there are more. + + + + Gets or sets the value that indicates whether the property can have a null value. + The value that indicates whether the property can have a null value. + + + Gets or sets the value that indicates whether the property is part of the entity key. + The value that indicates whether the property is part of the entity key. + + + + Attribute for static types + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class with a unique value for each model referenced by the assembly. + + + Setting this parameter to a unique value for each model file in a Visual Basic + assembly will prevent the following error: + "'System.Data.Entity.Core.Objects.DataClasses.EdmSchemaAttribute' cannot be specified more than once in this project, even with identical parameter values." + + A string that is a unique GUID value for the model in the assembly. + + + + Base attribute for schematized types + + + + The name of the type in the conceptual schema that maps to the class to which this attribute is applied. + + A that is the name. + + + + The namespace name of the entity object type or complex type in the conceptual schema that maps to this type. + + A that is the namespace name. + + + + + Collection of entities modeling a particular EDM construct + which can either be all entities of a particular type or + entities participating in a particular relationship. + + The type of entities in this collection. + + + + Initializes a new instance of the class. + + + + Gets the number of objects that are contained in the collection. + + The number of elements that are contained in the + + . + + + + + Gets a value that indicates whether the + + is read-only. + + Always returns false. + + + + IListSource.ContainsListCollection implementation. Always returns false. + This means that the IList we return is the one which contains our actual data, + it is not a list of collections. + + + + + Returns the collection as an used for data binding. + + + An of entity objects. + + + + Loads related objects into the collection, using the specified merge option. + + Specifies how the objects in this collection should be merged with the objects that might have been returned from previous queries against the same + + . + + + + + + + Defines relationships between an object and a collection of related objects in an object context. + + Loads related entities into the local collection. If the collection is already filled + or partially filled, merges existing entities with the given entities. The given + entities are not assumed to be the complete set of related entities. + Owner and all entities passed in must be in Unchanged or Modified state. We allow + deleted elements only when the state manager is already tracking the relationship + instance. + + Collection of objects in the object context that are related to the source object. + entities collection is null. + + The source object or an object in the entities collection is null or is not in an + + or state.-or-The relationship cannot be defined based on the EDM metadata. This can occur when the association in the conceptual schema does not support a relationship between the two types. + + + + Defines a relationship between two attached objects in an object context. + The object being attached. + When the entity is null. + + When the entity cannot be related to the source object. This can occur when the association in the conceptual schema does not support a relationship between the two types.-or-When either object is null or is not in an + + or state. + + + + Adds an object to the collection. + + An object to add to the collection. entity must implement + + . + + entity is null. + + + Removes an object from the collection and marks the relationship for deletion. + true if item was successfully removed; otherwise, false. + The object to remove from the collection. + entity object is null. + The entity object is not attached to the same object context.-or-The entity object does not have a valid relationship manager. + + + Returns an enumerator that is used to iterate through the objects in the collection. + + An that iterates through the set of values cached by + + . + + + + + Returns an enumerator that is used to iterate through the set of values cached by + + . + + + An that iterates through the set of values cached by + + . + + + + Removes all entities from the collection. + + + Determines whether a specific object exists in the collection. + + true if the object is found in the ; otherwise, false. + + + The object to locate in the . + + + + Copies all the contents of the collection to an array, starting at the specified index of the target array. + The array to copy to. + The zero-based index in the array at which copying begins. + + + Used internally to serialize entity objects. + The streaming context. + + + Used internally to deserialize entity objects. + The streaming context. + + + Returns an object query that, when it is executed, returns the same set of objects that exists in the current collection. + + An that represents the entity collection. + + + When the object is in an state + or when the object is in a + state with a + other than + . + + + + + This is the class is the basis for all perscribed EntityObject classes. + + + + Gets the entity state of the object. + + The of this object. + + + + Gets or sets the key for this object. + + The for this object. + + + + + Used by the ObjectStateManager to attach or detach this EntityObject to the cache. + + Reference to the ObjectStateEntry that contains this entity + + + + Returns the container for the lazily created relationship + navigation property objects, collections and refs. + + + + Notifies the change tracker that a property change is pending. + The name of the changing property. + property is null. + + + Notifies the change tracker that a property has changed. + The name of the changed property. + property is null. + + + + Models a relationship end with multiplicity 1. + + + + Returns the key for the related object. + + Returns the EntityKey of the target entity associated with this EntityReference. + Is non-null in the following scenarios: + (a) Entities are tracked by a context and an Unchanged or Added client-side relationships exists for this EntityReference's owner with the + same RelationshipName and source role. This relationship could have been created explicitly by the user (e.g. by setting + the EntityReference.Value, setting this property directly, or by calling EntityCollection.Add) or automatically through span queries. + (b) If the EntityKey was non-null before detaching an entity from the context, it will still be non-null after detaching, until any operation + occurs that would set it to null, as described below. + (c) Entities are detached and the EntityKey is explicitly set to non-null by the user. + (d) Entity graph was created using a NoTracking query with full span + Is null in the following scenarios: + (a) Entities are tracked by a context but there is no Unchanged or Added client-side relationship for this EntityReference's owner with the + same RelationshipName and source role. + (b) Entities are tracked by a context and a relationship exists, but the target entity has a temporary key (i.e. it is Added) or the key + is one of the special keys + (c) Entities are detached and the relationship was explicitly created by the user. + + + An that is the key of the related object. + + + + + Models a relationship end with multiplicity 1. + + The type of the entity being referenced. + + + + Creates a new instance of . + + + The default constructor is required for some serialization scenarios. It should not be used to + create new EntityReferences. Use the GetRelatedReference or GetRelatedEnd methods on the RelationshipManager + class instead. + + + + + Gets or sets the related object returned by this + + . + + + The object returned by this . + + + + + Loads the related object for this with the specified merge option. + + + Specifies how the object should be returned if it already exists in the + + . + + + The source of the is null + or a query returned more than one related end + or a query returned zero related ends, and one related end was expected. + + + + + + + Creates a many-to-one or one-to-one relationship between two objects in the object context. + The object being attached. + When the entity is null. + When the entity cannot be related to the current related end. This can occur when the association in the conceptual schema does not support a relationship between the two types. + + + Creates an equivalent object query that returns the related object. + + An that returns the related object. + + + When the object is in an state + or when the object is in a + state with a + other than . + + + + This method is used internally to serialize related entity objects. + The serialized stream. + + + This method is used internally to serialize related entity objects. + The serialized stream. + + + + This interface is implemented by a change tracker and is used by data classes to report changes + + + + Notifies the change tracker of a pending change to a property of an entity type. + The name of the property that is changing. + + + Notifies the change tracker that a property of an entity type has changed. + The name of the property that has changed. + + + Notifies the change tracker of a pending change to a complex property. + The name of the top-level entity property that is changing. + The complex type that contains the property that is changing. + The name of the property that is changing on complex type. + + + Notifies the change tracker that a property of a complex type has changed. + The name of the complex property of the entity type that has changed. + The complex type that contains the property that changed. + The name of the property that changed on complex type. + + + Gets current state of a tracked object. + + An that is the state of the tracked object.For more information, see Identity Resolution, State Management, and Change Tracking and Tracking Changes in POCO Entities. + + + + + Minimum interface that a data class must implement in order to be managed by a change tracker. + + + + + Gets or sets the used to report changes. + + + The used to report changes. + + + + + Interface that defines an entity containing a key. + + + + + Gets or sets the for instances of entity types that implement this interface. + + + If an object is being managed by a change tracker, it is expected that + IEntityChangeTracker methods EntityMemberChanging and EntityMemberChanged will be + used to report changes on EntityKey. This allows the change tracker to validate the + EntityKey's new value and to verify if the change tracker is in a state where it can + allow updates to the EntityKey. + + + The for instances of entity types that implement this interface. + + + + + Interface that a data class must implement if exposes relationships + + + + Returns the relationship manager that manages relationships for an instance of an entity type. + + Classes that expose relationships must implement this property + by constructing and setting RelationshipManager in their constructor. + The implementation of this property should use the static method RelationshipManager.Create + to create a new RelationshipManager when needed. Once created, it is expected that this + object will be stored on the entity and will be provided through this property. + + + The for this entity. + + + + + Represents one end of a relationship. + + + + + Gets or sets a value indicating whether the entity (for an or all entities + in the collection (for an have been loaded from the database. + + + Loading the related entities from the database either using lazy-loading, as part of a query, or explicitly + with one of the Load methods will set the IsLoaded flag to true. + IsLoaded can be explicitly set to true to prevent the related entities from being lazy-loaded. + This can be useful if the application has caused a subset of related entities to be loaded + and wants to prevent any other entities from being loaded automatically. + Note that explicit loading using will load all related entities from the database + regardless of whether or not IsLoaded is true. + When any related entity is detached the IsLoaded flag is reset to false indicating that not all related entities + are now loaded. + + + True if all the related entities are loaded or the IsLoaded has been explicitly set to true; otherwise false. + + + + Gets the name of the relationship in which this related end participates. + + The name of the relationship in which this is participating. The relationship name is not namespace qualified. + + + + Gets the role name at the source end of the relationship. + The role name at the source end of the relationship. + + + Gets the role name at the target end of the relationship. + The role name at the target end of the relationship. + + + Returns a reference to the metadata for the related end. + + A object that contains metadata for the end of a relationship. + + + + Loads the related object or objects into this related end with the default merge option. + + + Asynchronously loads the related object or objects into this related end with the default merge option. + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + + + + Loads the related object or objects into the related end with the specified merge option. + + The to use when merging objects into an existing + . + + + + Asynchronously loads the related object or objects into the related end with the specified merge option. + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The to use when merging objects into an existing + . + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + + + + Adds an object to the related end. + + An object to add to the collection. entity must implement + + . + + + + Adds an object to the related end. + An object to add to the collection. + + + Removes an object from the collection of objects at the related end. + + true if entity was successfully removed, false if entity was not part of the + + . + + + The object to remove from the collection. entity must implement + + . + + + + Removes an object from the collection of objects at the related end. + + true if entity was successfully removed; false if entity was not part of the + + . + + An object to remove from the collection. + + + Defines a relationship between two attached objects. + + The object being attached. entity must implement + + . + + + + Defines a relationship between two attached objects. + The object being attached. + + + + Returns an that represents the objects that belong to the related end. + + + An that represents the objects that belong to the related end. + + + + + Returns an that iterates through the collection of related objects. + + + An that iterates through the collection of related objects. + + + + + Base class for EntityCollection and EntityReference + + + + Occurs when a change is made to a related end. + + + Gets the name of the relationship in which this related end participates. + + The name of the relationship in which this participates. The relationship name is not namespace qualified. + + + + Gets the role name at the source end of the relationship. + + A that is the role name. + + + + Gets the role name at the target end of the relationship. + + A that is the role name. + + + + + Returns an that represents the objects that belong to the related end. + + + An that represents the objects that belong to the related end. + + + + Gets a reference to the metadata for the related end. + + A object that contains metadata for the end of a relationship. + + + + + + + + Loads the related object or objects into the related end with the default merge option. + + + When the source object was retrieved by using a query + and the is not + or the related objects are already loaded + or when the source object is not attached to the + or when the source object is being tracked but is in the + or state + or the + used for + is . + + + + + Asynchronously loads the related object or objects into the related end with the default merge option. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + + + When the source object was retrieved by using a query + and the is not + or the related objects are already loaded + or when the source object is not attached to the + or when the source object is being tracked but is in the + or state + or the + used for + is . + + + + + Loads an object or objects from the related end with the specified merge option. + + + The to use when merging objects into an existing + . + + + When the source object was retrieved by using a query + and the + is not + or the related objects are already loaded + or when the source object is not attached to the + or when the source object is being tracked but is in the + or state + or the + used for + is . + + + + + Asynchronously loads an object or objects from the related end with the specified merge option. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The to use when merging objects into an existing + . + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + + + When the source object was retrieved by using a query + and the + is not + or the related objects are already loaded + or when the source object is not attached to the + or when the source object is being tracked but is in the + or state + or the + used for + is . + + + + + Attaches an entity to the related end. This method works in exactly the same way as Attach(object). + It is maintained for backward compatibility with previous versions of IRelatedEnd. + + The entity to attach to the related end + + Thrown when + + is null. + + Thrown when the entity cannot be related via the current relationship end. + + + + Attaches an entity to the related end. If the related end is already filled + or partially filled, this merges the existing entities with the given entity. The given + entity is not assumed to be the complete set of related entities. + Owner and all entities passed in must be in Unchanged or Modified state. + Deleted elements are allowed only when the state manager is already tracking the relationship + instance. + + The entity to attach to the related end + + Thrown when + + is null. + + Thrown when the entity cannot be related via the current relationship end. + + + + Adds an entity to the related end. This method works in exactly the same way as Add(object). + It is maintained for backward compatibility with previous versions of IRelatedEnd. + + Entity instance to add to the related end + + + + Adds an entity to the related end. If the owner is + attached to a cache then the all the connected ends are + added to the object cache and their corresponding relationships + are also added to the ObjectStateManager. The RelatedEnd of the + relationship is also fixed. + + Entity instance to add to the related end + + + + Removes an entity from the related end. This method works in exactly the same way as Remove(object). + It is maintained for backward compatibility with previous versions of IRelatedEnd. + + Entity instance to remove from the related end + Returns true if the entity was successfully removed, false if the entity was not part of the RelatedEnd. + + + + Removes an entity from the related end. If owner is + attached to a cache, marks relationship for deletion and if + the relationship is composition also marks the entity for deletion. + + Entity instance to remove from the related end + Returns true if the entity was successfully removed, false if the entity was not part of the RelatedEnd. + + + + Returns an that iterates through the collection of related objects. + + + An that iterates through the collection of related objects. + + + + + Used internally to deserialize entity objects along with the + + instances. + + The serialized stream. + + + + Identifies the kind of a relationship + + + + + The relationship is an Association + + + + + Container for the lazily created relationship navigation + property objects (collections and refs). + + + + + Creates a new object. + + + Used by data classes that support relationships. If the change tracker + requests the RelationshipManager property and the data class does not + already have a reference to one of these objects, it calls this method + to create one, then saves a reference to that object. On subsequent accesses + to that property, the data class should return the saved reference. + The reason for using a factory method instead of a public constructor is to + emphasize that this is not something you would normally call outside of a data class. + By requiring that these objects are created via this method, developers should + give more thought to the operation, and will generally only use it when + they explicitly need to get an object of this type. It helps define the intended usage. + + + The requested . + + Reference to the entity that is calling this method. + + + + Returns either an or + + of the correct type for the specified target role in a relationship. + + + representing the + + or + + that was retrieved. + + Name of the relationship in which targetRoleName is defined. The relationship name is not namespace qualified. + Target role to use to retrieve the other end of relationshipName . + relationshipName or targetRoleName is null. + The source type does not match the type of the owner. + targetRoleName is invalid or unable to find the relationship type in the metadata. + + + + Takes an existing EntityReference that was created with the default constructor and initializes it using the provided relationship and target role names. + This method is designed to be used during deserialization only, and will throw an exception if the provided EntityReference has already been initialized, + if the relationship manager already contains a relationship with this name and target role, or if the relationship manager is already attached to a ObjectContext.W + + The relationship name. + The role name of the related end. + + The to initialize. + + + The type of the being initialized. + + + When the provided + is already initialized.-or-When the relationship manager is already attached to an + + or when the relationship manager already contains a relationship with this name and target role. + + + + + Takes an existing EntityCollection that was created with the default constructor and initializes it using the provided relationship and target role names. + This method is designed to be used during deserialization only, and will throw an exception if the provided EntityCollection has already been initialized, + or if the relationship manager is already attached to a ObjectContext. + + The relationship name. + The target role name. + An existing EntityCollection. + Type of the entity represented by targetRoleName + + + + Gets an of related objects with the specified relationship name and target role name. + + + The of related objects. + + Name of the relationship to navigate. The relationship name is not namespace qualified. + Name of the target role for the navigation. Indicates the direction of navigation across the relationship. + + The type of the returned . + + + The specified role returned an instead of an + + . + + + + + Gets the for a related object by using the specified combination of relationship name and target role name. + + + The of a related object. + + Name of the relationship to navigate. The relationship name is not namespace qualified. + Name of the target role for the navigation. Indicates the direction of navigation across the relationship. + + The type of the returned . + + + The specified role returned an instead of an + + . + + + + Returns an enumeration of all the related ends managed by the relationship manager. + + An of objects that implement + + . An empty enumeration is returned when the relationships have not yet been populated. + + + + + Called by Object Services to prepare an for binary serialization with a serialized relationship. + + Describes the source and destination of a given serialized stream, and provides an additional caller-defined context. + + + + Used internally to deserialize entity objects along with the + + instances. + + The serialized stream. + + + + This class contains the common methods need for an date object. + + + + + Public constant name used for change tracking + Providing this definition allows users to use this constant instead of + hard-coding the string. This helps to ensure the property name is correct + and allows faster comparisons in places where we are looking for this specific string. + Users can still use the case-sensitive string directly instead of the constant, + it will just be slightly slower on comparison. + Including the dash (-) character around the name ensures that this will not conflict with + a real data property, because -EntityKey- is not a valid identifier name + + + + + Notification that a property has been changed. + + + The PropertyChanged event can indicate all properties on the + object have changed by using either a null reference + (Nothing in Visual Basic) or String.Empty as the property name + in the PropertyChangedEventArgs. + + + + + Notification that a property is about to be changed. + + + The PropertyChanging event can indicate all properties on the + object are changing by using either a null reference + (Nothing in Visual Basic) or String.Empty as the property name + in the PropertyChangingEventArgs. + + + + + Raises the event. + + The name of the changed property. + + + + Raises the event. + + The name of the property changing. + + + Returns the minimum date time value supported by the data source. + + A value that is the minimum date time that is supported by the data source. + + + + Raises an event that is used to report that a property change is pending. + The name of the changing property. + + + Raises an event that is used to report that a property change has occurred. + The name for the changed property. + + + Returns a complex type for the specified property. + + Unlike most of the other helper methods in this class, this one is not static + because it references the SetValidValue for complex objects, which is also not static + because it needs a reference to this. + + A complex type object for the property. + A complex object that inherits from complex object. + The name of the complex property that is the complex object. + Indicates whether the type supports null values. + Indicates whether the type is initialized. + The type of the complex object being requested. + + + Determines whether the specified byte arrays contain identical values. + true if both arrays are of the same length and contain the same byte values or if both arrays are null; otherwise, false. + The first byte array value to compare. + The second byte array to compare. + + + Returns a copy of the current byte value. + + A copy of the current value. + + The current byte array value. + + + + Makes sure the value being set for a property is valid. + + + The value being validated. + + The value passed into the property setter. + Flag indicating if this property is allowed to be null. + The name of the property that is being validated. + If value is null for a non nullable value. + + + + Makes sure the value being set for a property is valid. + + + A value being set. + + The value being set. + Indicates whether the property is nullable. + + + + Makes sure the value being set for a property is valid. + + + The value being set. + + The Boolean value. + The name of the property that is being validated. + + + + Makes sure the value being set for a property is valid. + + + The value being set. + + The Boolean value. + + + + Makes sure the value being set for a property is valid. + + + The nullable value being set. + + + The nullable value. + + The name of the property that is being validated. + + + + Makes sure the value being set for a property is valid. + + + The nullable value being set. + + + The nullable value. + + + + + Makes sure the value being set for a property is valid. + + + A that is set. + + + The value. + + The name of the property that is being validated. + + + + Makes sure the value being set for a property is valid. + + + The value that is set. + + The value that is being validated. + + + + Makes sure the value being set for a property is valid. + + + The nullable value being set. + + + The nullable value. + + The name of the property that is being validated. + + + + Makes sure the value being set for a property is valid. + + + The nullable value being set. + + + The nullable value. + + + + + Makes sure the value being set for a property is valid. + + + The value being set. + + + The value. + + The name of the property that is being validated. + + + + Makes sure the value being set for a property is valid. + + + The value being set. + + + The value. + + + + + Makes sure the value being set for a property is valid. + + + The nullable value being set. + + + The nullable value. + + The name of the property that is being validated. + + + + Makes sure the value being set for a property is valid. + + + The nullable value being set. + + + The nullable value. + + + + + Makes sure the value being set for a property is valid. + + + The value being set. + + + The value. + + The name of the property that is being validated. + + + + Makes sure the value being set for a property is valid. + + + The value being set. + + + The value. + + + + + Makes sure the value being set for a property is valid. + + + The nullable value being set. + + + The nullable value. + + The name of the property that is being validated. + + + + Makes sure the value being set for a property is valid. + + + The nullable value being set. + + + The nullable value. + + + + + Makes sure the value being set for a property is valid. + + + The value being set. + + + The value. + + The name of the property that is being validated. + + + + Makes sure the value being set for a property is valid. + + + The value being set. + + + The value. + + + + + Makes sure the value being set for a property is valid. + + + The nullable value being set. + + + The nullable value. + + The name of the property that is being validated. + + + + Makes sure the value being set for a property is valid. + + + The nullable value being set. + + + The nullable value. + + + + + Makes sure the value being set for a property is valid. + + + The value being set. + + + The value. + + The name of the property that is being validated. + + + + Makes sure the value being set for a property is valid. + + + A value being set. + + + The value. + + + + + Makes sure the value being set for a property is valid. + + + The value being set. + + + The value. + + The name of the property that is being validated. + + + + Makes sure the value being set for a property is valid. + + + The nullable value being set. + + + The nullable value. + + + + + Makes sure the value being set for a property is valid. + + + The value being set. + + + The value. + + The name of the property that is being validated. + + + + Makes sure the value being set for a property is valid. + + + The value being set. + + + The value. + + + + + Makes sure the value being set for a property is valid. + + + The nullable value being set. + + + The nullable value. + + The name of the property that is being validated. + + + + Makes sure the value being set for a property is valid. + + + The nullable value being set. + + + The nullable value. + + + + + Makes sure the value being set for a property is valid. + + + The value being set. + + + The value. + + The name of the property that is being validated. + + + + Makes sure the value being set for a property is valid. + + + The value being set. + + + The value. + + + + + Makes sure the value being set for a property is valid. + + + The nullable value being set. + + + The nullable value. + + The name of the property that is being validated. + + + + Makes sure the value being set for a property is valid. + + + The nullable value being set. + + + The nullable value. + + + + Makes sure the Single value being set for a property is valid. + + The value being set. + + + The value. + + The name of the property that is being validated. + + + Makes sure the Single value being set for a property is valid. + + The value being set. + + + The value. + + + + + Makes sure the value being set for a property is valid. + + + The nullable value being set. + + + The nullable value. + + The name of the property that is being validated. + + + + Makes sure the value being set for a property is valid. + + + The nullable value being set. + + + The nullable value. + + + + + Makes sure the value being set for a property is valid. + + + The value being set. + + + The value. + + Name of the property that is being validated. + + + + Makes sure the value being set for a property is valid. + + + The value being set. + + + The value. + + + + + Makes sure the value being set for a property is valid. + + + The nullable value being set. + + + The nullable value. + + The name of the property that is being validated. + + + + Makes sure the value being set for a property is valid. + + + The nullable value being set. + + + The nullable value. + + + + + Makes sure the value being set for a property is valid. + + + The value being set. + + + The value. + + The name of the property that is being validated. + + + + Makes sure the value being set for a property is valid. + + + The value being set. + + + The value. + + + + + Makes sure the value being set for a property is valid. + + + The nullable value being set. + + + The nullable value. + + The name of the property that is being validated. + + + + Makes sure the value being set for a property is valid. + + + The nullable value being set. + + + The nullable value. + + + + + Makes sure the value being set for a property is valid. + + + The value being set. + + + The value. + + The name of the property that is being validated. + + + + Makes sure the value being set for a property is valid. + + + The value being set. + + + The value. + + + + + Makes sure the value being set for a property is valid. + + + The nullable value being set. + + + The nullable value. + + The name of the property that is being validated. + + + + Makes sure the value being set for a property is valid. + + + The nullable value being set. + + + The nullable value. + + + + + Makes sure the value being set for a property is valid. + + + The value being set. + + + The value. + + The name of the property that is being validated. + + + + Makes sure the value being set for a property is valid. + + + The value being set. + + + The value. + + + + + Makes sure the value being set for a property is valid. + + + The nullable value being set. + + + The nullable value. + + The name of the property that is being validated. + + + + Makes sure the value being set for a property is valid. + + + The nullable value being set. + + + The nullable value. + + + + + Makes sure the value being set for a property is valid. + + + The value being set. + + + The value. + + The name of the property that is being validated. + + + + Makes sure the value being set for a property is valid. + + + The value being set. + + + The value. + + + + Makes sure the UInt16 value being set for a property is valid. + The nullable UInt16 value being set. + The nullable UInt16 value. + The name of the property that is being validated. + + + Makes sure the UInt16 value being set for a property is valid. + The nullable UInt16 value being set. + The nullable UInt16 value. + + + + Makes sure the value being set for a property is valid. + + + The value being set. + + + The value. + + The name of the property that is being validated. + + + + Makes sure the value being set for a property is valid. + + + The value being set. + + + The value. + + + + Makes sure the UInt32 value being set for a property is valid. + The nullable UInt32 value being set. + The nullable UInt32 value. + The name of the property that is being validated. + + + Makes sure the UInt32 value being set for a property is valid. + The nullable UInt32 value being set. + The nullable UInt32 value. + + + + Makes sure the value being set for a property is valid. + + + The value being set. + + + The value. + + The name of the property that is being validated. + + + + Makes sure the value being set for a property is valid. + + + The value being set. + + + The value. + + + + + Makes sure the value being set for a property is valid. + + The nullable UInt64 value being set. + The nullable UInt64 value. + The name of the property that is being validated. + + + + Makes sure the value being set for a property is valid. + + The nullable UInt64 value being set. + The nullable UInt64 value. + + + Validates that the property is not null, and throws if it is. + The validated property. + The string value to be checked. + Flag indicating if this property is allowed to be null. + The name of the property that is being validated. + The string value is null for a non-nullable string. + + + Validates that the property is not null, and throws if it is. + + The validated value. + + The string value to be checked. + Flag indicating if this property is allowed to be null. + + + Validates that the property is not null, and throws if it is. + + The value being set. + + + The value to be checked. + + Flag indicating if this property is allowed to be null. + Name of the property that is being validated. + The value is null for a non-nullable property. + + + Validates that the property is not null, and throws if it is. + + The value being set. + + + value to be checked. + + Flag indicating if this property is allowed to be null. + The value is null for a non-nullable property. + + + Validates that the property is not null, and throws if it is. + + The value being set. + + + value to be checked. + + Flag indicating if this property is allowed to be null. + The name of the property that is being validated. + The value is null for a non-nullable property. + + + Validates that the property is not null, and throws if it is. + + The value being set. + + + The value to be checked. + + Flag indicating if this property is allowed to be null. + The value is null for a non-nullable property. + + + Sets a complex object for the specified property. + A complex type that derives from complex object. + The original complex object for the property, if any. + The complex object is being set. + The complex property that is being set to the complex object. + The type of the object being replaced. + + + Verifies that a complex object is not null. + The complex object being validated. + The complex object that is being validated. + The complex property on the parent object that is associated with complexObject . + The type of the complex object being verified. + + + + Provides access to the original values of object data. The DbUpdatableDataRecord implements methods that allow updates to the original values of an object. + + + + Gets the number of fields in the record. + An integer value that is the field count. + + + Returns a value that has the given field ordinal. + The value that has the given field ordinal. + The ordinal of the field. + + + Gets a value that has the given field name. + The field value. + The name of the field. + + + Retrieves the field value as a Boolean. + The field value as a Boolean. + The ordinal of the field. + + + Retrieves the field value as a byte. + The field value as a byte. + The ordinal of the field. + + + Retrieves the field value as a byte array. + The number of bytes copied. + The ordinal of the field. + The index at which to start copying data. + The destination buffer where data is copied. + The index in the destination buffer where copying will begin. + The number of bytes to copy. + + + Retrieves the field value as a char. + The field value as a char. + The ordinal of the field. + + + Retrieves the field value as a char array. + The number of characters copied. + The ordinal of the field. + The index at which to start copying data. + The destination buffer where data is copied. + The index in the destination buffer where copying will begin. + The number of characters to copy. + + + + Retrieves the field value as an . + + + The field value as an . + + The ordinal of the field. + + + + Retrieves the field value as a + + + The field value as a . + + The ordinal of the field. + + + Retrieves the name of the field data type. + The name of the field data type. + The ordinal of the field. + + + + Retrieves the field value as a . + + + The field value as a . + + The ordinal of the field. + + + Retrieves the field value as a decimal. + The field value as a decimal. + The ordinal of the field. + + + Retrieves the field value as a double. + The field value as a double. + The ordinal of the field. + + + Retrieves the type of a field. + The field type. + The ordinal of the field. + + + Retrieves the field value as a float. + The field value as a float. + The ordinal of the field. + + + + Retrieves the field value as a . + + + The field value as a . + + The ordinal of the field. + + + + Retrieves the field value as an . + + + The field value as an . + + The ordinal of the field. + + + + Retrieves the field value as an . + + + The field value as an . + + The ordinal of the field. + + + + Retrieves the field value as an . + + + The field value as an . + + The ordinal of the field. + + + Retrieves the name of a field. + The name of the field. + The ordinal of the field. + + + Retrieves the ordinal of a field by using the name of the field. + The ordinal of the field. + The name of the field. + + + Retrieves the field value as a string. + The field value. + The ordinal of the field. + + + Retrieves the value of a field. + The field value. + The ordinal of the field. + + + Retrieves the value of a field. + The field value. + The ordinal of the field. + + + Populates an array of objects with the field values of the current record. + The number of field values returned. + An array of objects to store the field values. + + + + Returns whether the specified field is set to . + + + true if the field is set to ; otherwise false. + + The ordinal of the field. + + + Sets the value of a field in a record. + The ordinal of the field. + The value of the field. + + + Sets the value of a field in a record. + The ordinal of the field. + The value of the field. + + + Sets the value of a field in a record. + The ordinal of the field. + The value of the field. + + + Sets the value of a field in a record. + The ordinal of the field. + The value of the field. + + + Sets the value of a field in a record. + The ordinal of the field. + The value of the field. + + + Sets the value of a field in a record. + The ordinal of the field. + The value of the field. + + + Sets the value of a field in a record. + The ordinal of the field. + The value of the field. + + + Sets the value of a field in a record. + The ordinal of the field. + The value of the field. + + + Sets the value of a field in a record. + The ordinal of the field. + The value of the field. + + + Sets the value of a field in a record. + The ordinal of the field. + The value of the field. + + + Sets the value of a field in a record. + The ordinal of the field. + The value of the field. + + + Sets the value of a field in a record. + The ordinal of the field. + The value of the field. + + + Sets the value of a field in a record. + The ordinal of the field. + The value of the field. + + + Sets the value of a field in a record. + The ordinal of the field. + The value of the field. + + + Sets field values in a record. + The number of the fields that were set. + The values of the field. + + + + Sets a field to the value. + + The ordinal of the field. + + + Gets data record information. + + A object. + + + + + Retrieves a field value as a . + + + A field value as a . + + The ordinal of the field. + + + + Retrieves the field value as a . + + + The field value as a . + + The ordinal of the field. + + + Sets the value of a field in a record. + The ordinal of the field. + The value of the field. + + + + List of type pairs that constructor call new XXXX(YYY yyy) could be translated to SQL CAST(yyy AS XXXXX) call + + + + + Provides common language runtime (CLR) methods that expose EDM canonical functions + for use in or LINQ to Entities queries. + + + Note that these functions have been moved to the class starting with EF6. + The functions are retained here only to help in the migration of older EF apps to EF6. + + + + + When used as part of a LINQ to Entities query, this method invokes the canonical StDev EDM function to calculate + the standard deviation of the collection. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The standard deviation. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical StDev EDM function to calculate + the standard deviation of the collection. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The standard deviation. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical StDev EDM function to calculate + the standard deviation of the collection. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The standard deviation. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical StDev EDM function to calculate + the standard deviation of the collection. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The standard deviation. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical StDev EDM function to calculate + the standard deviation of the collection. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The standard deviation. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical StDev EDM function to calculate + the standard deviation of the collection. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The standard deviation. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical StDev EDM function to calculate + the standard deviation of the collection. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The standard deviation. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical StDev EDM function to calculate + the standard deviation of the collection. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The standard deviation. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical StDevP EDM function to calculate + the standard deviation for the population. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The standard deviation for the population. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical StDevP EDM function to calculate + the standard deviation for the population. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The standard deviation for the population. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical StDevP EDM function to calculate + the standard deviation for the population. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The standard deviation for the population. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical StDevP EDM function to calculate + the standard deviation for the population. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The standard deviation for the population. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical StDevP EDM function to calculate + the standard deviation for the population. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The standard deviation for the population. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical StDevP EDM function to calculate + the standard deviation for the population. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The standard deviation for the population. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical StDevP EDM function to calculate + the standard deviation for the population. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The standard deviation for the population. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical StDevP EDM function to calculate + the standard deviation for the population. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The standard deviation for the population. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical Var EDM function to calculate + the variance of the collection. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The variance. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical Var EDM function to calculate + the variance of the collection. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The variance. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical Var EDM function to calculate + the variance of the collection. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The variance. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical Var EDM function to calculate + the variance of the collection. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The variance. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical Var EDM function to calculate + the variance of the collection. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The variance. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical Var EDM function to calculate + the variance of the collection. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The variance. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical Var EDM function to calculate + the variance of the collection. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The variance. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical Var EDM function to calculate + the variance of the collection. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The variance. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical VarP EDM function to calculate + the variance for the population. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The variance for the population. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical VarP EDM function to calculate + the variance for the population. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The variance for the population. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical VarP EDM function to calculate + the variance for the population. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The variance for the population. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical VarP EDM function to calculate + the variance for the population. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The variance for the population. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical VarP EDM function to calculate + the variance for the population. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The variance for the population. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical VarP EDM function to calculate + the variance for the population. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The variance for the population. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical VarP EDM function to calculate + the variance for the population. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The variance for the population. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical VarP EDM function to calculate + the variance for the population. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The variance for the population. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical Left EDM function to return a given + number of the leftmost characters in a string. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input string. + The number of characters to return + A string containing the number of characters asked for from the left of the input string. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical Right EDM function to return a given + number of the rightmost characters in a string. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input string. + The number of characters to return + A string containing the number of characters asked for from the right of the input string. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical Reverse EDM function to return a given + string with the order of the characters reversed. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input string. + The input string with the order of the characters reversed. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical GetTotalOffsetMinutes EDM function to + return the number of minutes that the given date/time is offset from UTC. This is generally between +780 + and -780 (+ or - 13 hrs). + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The date/time value to use. + The offset of the input from UTC. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical TruncateTime EDM function to return + the given date with the time portion cleared. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The date/time value to use. + The input date with the time portion cleared. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical TruncateTime EDM function to return + the given date with the time portion cleared. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The date/time value to use. + The input date with the time portion cleared. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical CreateDateTime EDM function to + create a new object. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The year. + The month (1-based). + The day (1-based). + The hours. + The minutes. + The seconds, including fractional parts of the seconds if desired. + The new date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical CreateDateTimeOffset EDM function to + create a new object. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The year. + The month (1-based). + The day (1-based). + The hours. + The minutes. + The seconds, including fractional parts of the seconds if desired. + The time zone offset part of the new date. + The new date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical CreateTime EDM function to + create a new object. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The hours. + The minutes. + The seconds, including fractional parts of the seconds if desired. + The new time span. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddYears EDM function to + add the given number of years to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of years to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddYears EDM function to + add the given number of years to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of years to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddMonths EDM function to + add the given number of months to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of months to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddMonths EDM function to + add the given number of months to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of months to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddDays EDM function to + add the given number of days to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of days to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddDays EDM function to + add the given number of days to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of days to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddHours EDM function to + add the given number of hours to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of hours to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddHours EDM function to + add the given number of hours to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of hours to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddHours EDM function to + add the given number of hours to a time span. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of hours to add. + A resulting time span. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddMinutes EDM function to + add the given number of minutes to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of minutes to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddMinutes EDM function to + add the given number of minutes to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of minutes to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddMinutes EDM function to + add the given number of minutes to a time span. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of minutes to add. + A resulting time span. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddSeconds EDM function to + add the given number of seconds to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of seconds to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddSeconds EDM function to + add the given number of seconds to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of seconds to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddSeconds EDM function to + add the given number of seconds to a time span. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of seconds to add. + A resulting time span. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddMilliseconds EDM function to + add the given number of milliseconds to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of milliseconds to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddMilliseconds EDM function to + add the given number of milliseconds to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of milliseconds to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddMilliseconds EDM function to + add the given number of milliseconds to a time span. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of milliseconds to add. + A resulting time span. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddMicroseconds EDM function to + add the given number of microseconds to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of microseconds to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddMicroseconds EDM function to + add the given number of microseconds to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of microseconds to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddMicroseconds EDM function to + add the given number of microseconds to a time span. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of microseconds to add. + A resulting time span. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddNanoseconds EDM function to + add the given number of nanoseconds to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of nanoseconds to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddNanoseconds EDM function to + add the given number of nanoseconds to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of nanoseconds to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddNanoseconds EDM function to + add the given number of nanoseconds to a time span. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of nanoseconds to add. + A resulting time span. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffYears EDM function to + calculate the number of years between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of years between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffYears EDM function to + calculate the number of years between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of years between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffMonths EDM function to + calculate the number of months between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of months between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffMonths EDM function to + calculate the number of months between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of months between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffDays EDM function to + calculate the number of days between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of days between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffDays EDM function to + calculate the number of days between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of days between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffHours EDM function to + calculate the number of hours between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of hours between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffHours EDM function to + calculate the number of hours between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of hours between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffHours EDM function to + calculate the number of hours between two time spans. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first time span. + The second time span. + The number of hours between the first and second time spans. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffMinutes EDM function to + calculate the number of minutes between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of minutes between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffMinutes EDM function to + calculate the number of minutes between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of minutes between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffMinutes EDM function to + calculate the number of minutes between two time spans. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first time span. + The second time span. + The number of minutes between the first and second time spans. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffSeconds EDM function to + calculate the number of seconds between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of seconds between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffSeconds EDM function to + calculate the number of seconds between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of seconds between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffSeconds EDM function to + calculate the number of seconds between two time spans. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first time span. + The second time span. + The number of seconds between the first and second time spans. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffMilliseconds EDM function to + calculate the number of milliseconds between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of milliseconds between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffMilliseconds EDM function to + calculate the number of milliseconds between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of milliseconds between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffMilliseconds EDM function to + calculate the number of milliseconds between two time spans. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first time span. + The second time span. + The number of milliseconds between the first and second time spans. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffMicroseconds EDM function to + calculate the number of microseconds between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of microseconds between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffMicroseconds EDM function to + calculate the number of microseconds between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of microseconds between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffMicroseconds EDM function to + calculate the number of microseconds between two time spans. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first time span. + The second time span. + The number of microseconds between the first and second time spans. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffNanoseconds EDM function to + calculate the number of nanoseconds between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of nanoseconds between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffNanoseconds EDM function to + calculate the number of nanoseconds between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of nanoseconds between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffNanoseconds EDM function to + calculate the number of nanoseconds between two time spans. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first time span. + The second time span. + The number of nanoseconds between the first and second time spans. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical Truncate EDM function to + truncate the given value to the number of specified digits. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The value to truncate. + The number of digits to preserve. + The truncated value. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical Truncate EDM function to + truncate the given value to the number of specified digits. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The value to truncate. + The number of digits to preserve. + The truncated value. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical Like EDM operator to match an expression. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The string to search. + The expression to match against. + True if the searched string matches the expression; otherwise false. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical Like EDM operator to match an expression. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The string to search. + The expression to match against. + The string to escape special characters with, must only be a single character. + True if the searched string matches the expression; otherwise false. + + + + When used as part of a LINQ to Entities query, this method acts as an operator that ensures the input + is treated as a Unicode string. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function impacts the way the LINQ query is translated to a query that can be run in the database. + + The input string. + The input string treated as a Unicode string. + + + + When used as part of a LINQ to Entities query, this method acts as an operator that ensures the input + is treated as a non-Unicode string. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function impacts the way the LINQ query is translated to a query that can be run in the database. + + The input string. + The input string treated as a non-Unicode string. + + + + Options for query execution. + + + + + Creates a new instance of . + + Merge option to use for entity results. + + + + Creates a new instance of . + + Merge option to use for entity results. + Whether the query is streaming or buffering. + + + + Merge option to use for entity results. + + + + + Whether the query is streaming or buffering. + + + + Determines whether the specified objects are equal. + true if the two objects are equal; otherwise, false. + The left object to compare. + The right object to compare. + + + + Determines whether the specified objects are not equal. + + The left object to compare. + The right object to compare. + true if the two objects are not equal; otherwise, false. + + + + + + + + + + Defines behavior for implementations of IQueryable that allow modifications to the membership of the resulting set. + + Type of entities returned from the queryable. + + + Notifies the set that an object that represents a new entity must be added to the set. + + Depending on the implementation, the change to the set may not be visible in an enumeration of the set + until changes to that set have been persisted in some manner. + + The new object to add to the set. + + + Notifies the set that an object that represents an existing entity must be added to the set. + + Depending on the implementation, the change to the set may not be visible in an enumeration of the set + until changes to that set have been persisted in some manner. + + The existing object to add to the set. + + + Notifies the set that an object that represents an existing entity must be deleted from the set. + + Depending on the implementation, the change to the set may not be visible in an enumeration of the set + until changes to that set have been persisted in some manner. + + The existing object to delete from the set. + + + Notifies the set that an object that represents an existing entity must be detached from the set. + + Depending on the implementation, the change to the set may not be visible in an enumeration of the set + until changes to that set have been persisted in some manner. + + The object to detach from the set. + + + + The different ways that new objects loaded from the database can be merged with existing objects already in memory. + + + + + Will only append new (top level-unique) rows. This is the default behavior. + + + + + Same behavior as LoadOption.OverwriteChanges. + + + + + Same behavior as LoadOption.PreserveChanges. + + + + + Will not modify cache. + + + + + ObjectContext is the top-level object that encapsulates a connection between the CLR and the database, + serving as a gateway for Create, Read, Update, and Delete operations. + + + + + Initializes a new instance of the class with the given connection. During construction, the metadata workspace is extracted from the + + object. + + + An that contains references to the model and to the data source connection. + + The connection is null. + The connection is invalid or the metadata workspace is invalid. + + + + Creates an ObjectContext with the given connection and metadata workspace. + + connection to the store + If set to true the connection is disposed when the context is disposed, otherwise the caller must dispose the connection. + + + + Initializes a new instance of the class with the given connection string and default entity container name. + + The connection string, which also provides access to the metadata information. + The connectionString is null. + The connectionString is invalid or the metadata workspace is not valid. + + + + Initializes a new instance of the class with a given connection string and entity container name. + + The connection string, which also provides access to the metadata information. + The name of the default entity container. When the defaultContainerName is set through this method, the property becomes read-only. + The connectionString is null. + The connectionString , defaultContainerName , or metadata workspace is not valid. + + + + Initializes a new instance of the class with a given connection and entity container name. + + + An that contains references to the model and to the data source connection. + + The name of the default entity container. When the defaultContainerName is set through this method, the property becomes read-only. + The connection is null. + The connection , defaultContainerName , or metadata workspace is not valid. + + + Gets the connection used by the object context. + + A object that is the connection. + + + When the instance has been disposed. + + + + Gets or sets the default container name. + + A that is the default container name. + + + + Gets the metadata workspace used by the object context. + + The object associated with this + + . + + + + Gets the object state manager used by the object context to track object changes. + + The used by this + + . + + + + Gets or sets the timeout value, in seconds, for all object context operations. A null value indicates that the default value of the underlying provider will be used. + + An value that is the timeout value, in seconds. + + The timeout value is less than 0. + + + Gets the LINQ query provider associated with this object context. + + The instance used by this object context. + + + + + Gets the instance that contains options that affect the behavior of the + + . + + + The instance that contains options that affect the behavior of the + + . + + + + + Returns itself. ObjectContext implements to provide a common + interface for and ObjectContext both of which will return the underlying + ObjectContext. + + + + + Gets the transaction handler in use by this context. May be null if no transaction have been started. + + + The transaction handler. + + + + + Returns the being used for this context. + + + + Occurs when changes are saved to the data source. + + + Occurs when a new entity object is created from data in the data source as part of a query or load operation. + + + Accepts all changes made to objects in the object context. + + + Adds an object to the object context. + Represents the entity set name, which may optionally be qualified by the entity container name. + + The to add. + + The entity parameter is null or the entitySetName does not qualify. + + + Explicitly loads an object related to the supplied object by the specified navigation property and using the default merge option. + The entity for which related objects are to be loaded. + The name of the navigation property that returns the related objects to be loaded. + + The entity is in a , + + or state or the entity is attached to another instance of + + . + + + + Explicitly loads an object that is related to the supplied object by the specified navigation property and using the specified merge option. + The entity for which related objects are to be loaded. + The name of the navigation property that returns the related objects to be loaded. + + The value to use when you load the related objects. + + + The entity is in a , + + or state or the entity is attached to another instance of + + . + + + + Explicitly loads an object that is related to the supplied object by the specified LINQ query and by using the default merge option. + The type of the entity. + The source object for which related objects are to be loaded. + A LINQ expression that defines the related objects to be loaded. + selector does not supply a valid input parameter. + selector is null. + + The entity is in a , + + or state or the entity is attached to another instance of + + . + + + + Explicitly loads an object that is related to the supplied object by the specified LINQ query and by using the specified merge option. + The type of the entity. + The source object for which related objects are to be loaded. + A LINQ expression that defines the related objects to be loaded. + + The value to use when you load the related objects. + + selector does not supply a valid input parameter. + selector is null. + + The entity is in a , + + or state or the entity is attached to another instance of + + . + + + + Applies property changes from a detached object to an object already attached to the object context. + The name of the entity set to which the object belongs. + The detached object that has property updates to apply to the original object. + When entitySetName is null or an empty string or when changed is null. + + When the from entitySetName does not match the + + of the object + + or when the entity is in a state other than + + or + + or the original object is not attached to the context. + + When the type of the changed object is not the same type as the original object. + + + + Copies the scalar values from the supplied object into the object in the + + that has the same key. + + The updated object. + The name of the entity set to which the object belongs. + + The detached object that has property updates to apply to the original object. The entity key of currentEntity must match the + + property of an entry in the + + . + + The entity type of the object. + entitySetName or current is null. + + The from entitySetName does not match the + + of the object + + or the object is not in the + + or it is in a + + state or the entity key of the supplied object is invalid. + + entitySetName is an empty string. + + + + Copies the scalar values from the supplied object into set of original values for the object in the + + that has the same key. + + The updated object. + The name of the entity set to which the object belongs. + + The detached object that has original values to apply to the object. The entity key of originalEntity must match the + + property of an entry in the + + . + + The type of the entity object. + entitySetName or original is null. + + The from entitySetName does not match the + + of the object + + or an + + for the object cannot be found in the + + or the object is in an + + or a + + state or the entity key of the supplied object is invalid or has property changes. + + entitySetName is an empty string. + + + Attaches an object or object graph to the object context in a specific entity set. + Represents the entity set name, which may optionally be qualified by the entity container name. + + The to attach. + + The entity is null. + + Invalid entity set or the object has a temporary key or the object has an + + and the + + does not match with the entity set passed in as an argument of the method or the object does not have an + + and no entity set is provided or any object from the object graph has a temporary + + or any object from the object graph has an invalid + + (for example, values in the key do not match values in the object) or the entity set could not be found from a given entitySetName name and entity container name or any object from the object graph already exists in another state manager. + + + + Attaches an object or object graph to the object context when the object has an entity key. + The object to attach. + The entity is null. + Invalid entity key. + + + Creates the entity key for a specific object, or returns the entity key if it already exists. + + The of the object. + + The fully qualified name of the entity set to which the entity object belongs. + The object for which the entity key is being retrieved. + When either parameter is null. + When entitySetName is empty or when the type of the entity object does not exist in the entity set or when the entitySetName is not fully qualified. + When the entity key cannot be constructed successfully based on the supplied parameters. + + + + Creates a new instance that is used to query, add, modify, and delete objects of the specified entity type. + + + The new instance. + + + Entity type of the requested . + + + The property is not set on the + + or the specified type belongs to more than one entity set. + + + + + Creates a new instance that is used to query, add, modify, and delete objects of the specified type and with the specified entity set name. + + + The new instance. + + + Name of the entity set for the returned . The string must be qualified by the default container name if the + + property is not set on the + + . + + + Entity type of the requested . + + + The from entitySetName does not match the + + of the object + + or the + + property is not set on the + + and the name is not qualified as part of the entitySetName parameter or the specified type belongs to more than one entity set. + + + + + Creates an in the current object context by using the specified query string. + + + An of the specified type. + + The query string to be executed. + Parameters to pass to the query. + + The entity type of the returned . + + The queryString or parameters parameter is null. + + + Marks an object for deletion. + + An object that specifies the entity to delete. The object can be in any state except + + . + + + + Removes the object from the object context. + + Object to be detached. Only the entity is removed; if there are any related objects that are being tracked by the same + + , those will not be detached automatically. + + The entity is null. + + The entity is not associated with this (for example, was newly created and not associated with any context yet, or was obtained through some other context, or was already detached). + + + + + Finalizes an instance of the class. + + + + Releases the resources used by the object context. + + + + Releases the resources used by the object context. + + + true to release both managed and unmanaged resources; false to release only unmanaged resources. + + + + Returns an object that has the specified entity key. + + An that is an instance of an entity type. + + The key of the object to be found. + The key parameter is null. + + The object is not found in either the or the data source. + + + + Updates a collection of objects in the object context with data from the database. + + A value that indicates whether + property changes in the object context are overwritten with property values from the database. + + + An collection of objects to refresh. + + collection is null. + refreshMode is not valid. + collection is empty or an object is not attached to the context. + + + Updates an object in the object context with data from the database. + + A value that indicates whether + property changes in the object context are overwritten with property values from the database. + + The object to be refreshed. + entity is null. + refreshMode is not valid. + entity is not attached to the context. + + + Asynchronously updates a collection of objects in the object context with data from the database. + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A value that indicates whether + property changes in the object context are overwritten with property values from the database. + + + An collection of objects to refresh. + + + A task that represents the asynchronous operation. + + collection is null. + refreshMode is not valid. + collection is empty or an object is not attached to the context. + + + Asynchronously updates a collection of objects in the object context with data from the database. + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A value that indicates whether + property changes in the object context are overwritten with property values from the database. + + + An collection of objects to refresh. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + + collection is null. + refreshMode is not valid. + collection is empty or an object is not attached to the context. + + + Asynchronously updates an object in the object context with data from the database. + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A value that indicates whether + property changes in the object context are overwritten with property values from the database. + + The object to be refreshed. + + A task that represents the asynchronous operation. + + entity is null. + refreshMode is not valid. + entity is not attached to the context. + + + Asynchronously updates an object in the object context with data from the database. + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A value that indicates whether + property changes in the object context are overwritten with property values from the database. + + The object to be refreshed. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + + entity is null. + refreshMode is not valid. + entity is not attached to the context. + + + Persists all updates to the database and resets change tracking in the object context. + + The number of state entries written to the underlying database. This can include + state entries for entities and/or relationships. Relationship state entries are created for + many-to-many relationships and relationships where there is no foreign key property + included in the entity class (often referred to as independent associations). + + An optimistic concurrency violation has occurred while saving changes. + + + Asynchronously persists all updates to the database and resets change tracking in the object context. + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A task that represents the asynchronous save operation. + The task result contains the number of state entries written to the underlying database. This can include + state entries for entities and/or relationships. Relationship state entries are created for + many-to-many relationships and relationships where there is no foreign key property + included in the entity class (often referred to as independent associations). + + An optimistic concurrency violation has occurred while saving changes. + + + Asynchronously persists all updates to the database and resets change tracking in the object context. + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous save operation. + The task result contains the number of state entries written to the underlying database. This can include + state entries for entities and/or relationships. Relationship state entries are created for + many-to-many relationships and relationships where there is no foreign key property + included in the entity class (often referred to as independent associations). + + An optimistic concurrency violation has occurred while saving changes. + + + Persists all updates to the database and optionally resets change tracking in the object context. + + This parameter is needed for client-side transaction support. If true, the change tracking on all objects is reset after + + finishes. If false, you must call the + method after . + + + The number of state entries written to the underlying database. This can include + state entries for entities and/or relationships. Relationship state entries are created for + many-to-many relationships and relationships where there is no foreign key property + included in the entity class (often referred to as independent associations). + + An optimistic concurrency violation has occurred while saving changes. + + + Persists all updates to the database and optionally resets change tracking in the object context. + + A value that determines the behavior of the operation. + + + The number of state entries written to the underlying database. This can include + state entries for entities and/or relationships. Relationship state entries are created for + many-to-many relationships and relationships where there is no foreign key property + included in the entity class (often referred to as independent associations). + + An optimistic concurrency violation has occurred while saving changes. + + + Asynchronously persists all updates to the database and optionally resets change tracking in the object context. + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A value that determines the behavior of the operation. + + + A task that represents the asynchronous save operation. + The task result contains the number of state entries written to the underlying database. This can include + state entries for entities and/or relationships. Relationship state entries are created for + many-to-many relationships and relationships where there is no foreign key property + included in the entity class (often referred to as independent associations). + + An optimistic concurrency violation has occurred while saving changes. + + + Asynchronously persists all updates to the database and optionally resets change tracking in the object context. + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A value that determines the behavior of the operation. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous save operation. + The task result contains the number of state entries written to the underlying database. This can include + state entries for entities and/or relationships. Relationship state entries are created for + many-to-many relationships and relationships where there is no foreign key property + included in the entity class (often referred to as independent associations). + + An optimistic concurrency violation has occurred while saving changes. + + + + Ensures that changes are synchronized with changes in all objects that are tracked by the + + . + + + + Returns an object that has the specified entity key. + true if the object was retrieved successfully. false if the key is temporary, the connection is null, or the value is null. + The key of the object to be found. + When this method returns, contains the object. + Incompatible metadata for key . + key is null. + + + + Executes a stored procedure or function that is defined in the data source and mapped in the conceptual model, with the specified parameters. Returns a typed + + . + + + An for the data that is returned by the stored procedure. + + The name of the stored procedure or function. The name can include the container name, such as <Container Name>.<Function Name>. When the default container name is known, only the function name is required. + + An array of objects. If output parameters are used, + their values will not be available until the results have been read completely. This is due to the underlying behavior + of DbDataReader, see http://go.microsoft.com/fwlink/?LinkID=398589 for more details. + + + The entity type of the returned when the function is executed against the data source. This type must implement + + . + + function is null or empty or function is not found. + The entity reader does not support this function or there is a type mismatch on the reader and the function . + + + + Executes the given stored procedure or function that is defined in the data source and expressed in the conceptual model, with the specified parameters, and merge option. Returns a typed + + . + + + An for the data that is returned by the stored procedure. + + The name of the stored procedure or function. The name can include the container name, such as <Container Name>.<Function Name>. When the default container name is known, only the function name is required. + + The to use when executing the query. + + + An array of objects. If output parameters are used, + their values will not be available until the results have been read completely. This is due to the underlying behavior + of DbDataReader, see http://go.microsoft.com/fwlink/?LinkID=398589 for more details. + + + The entity type of the returned when the function is executed against the data source. This type must implement + + . + + function is null or empty or function is not found. + The entity reader does not support this function or there is a type mismatch on the reader and the function . + + + + Executes the given function on the default container. + + Element type for function results. + + Name of function. May include container (e.g. ContainerName.FunctionName) or just function name when DefaultContainerName is known. + + The options for executing this function. + + The parameter values to use for the function. If output parameters are used, their values + will not be available until the results have been read completely. This is due to the underlying + behavior of DbDataReader, see http://go.microsoft.com/fwlink/?LinkID=398589 for more details. + + An object representing the result of executing this function. + If function is null or empty + + If function is invalid (syntax, + does not exist, refers to a function with return type incompatible with T) + + + + Executes a stored procedure or function that is defined in the data source and expressed in the conceptual model; discards any results returned from the function; and returns the number of rows affected by the execution. + The number of rows affected. + The name of the stored procedure or function. The name can include the container name, such as <Container Name>.<Function Name>. When the default container name is known, only the function name is required. + + An array of objects. If output parameters are used, + their values will not be available until the results have been read completely. This is due to the underlying + behavior of DbDataReader, see http://go.microsoft.com/fwlink/?LinkID=398589 for more details. + + function is null or empty or function is not found. + The entity reader does not support this function or there is a type mismatch on the reader and the function . + + + Generates an equivalent type that can be used with the Entity Framework for each type in the supplied enumeration. + + An enumeration of objects that represent custom data classes that map to the conceptual model. + + + + Returns all the existing proxy types. + + An of all the existing proxy types. + + + + Returns the entity type of the POCO entity associated with a proxy object of a specified type. + + The of the associated POCO entity. + + + The of the proxy object. + + + + Creates and returns an instance of the requested type . + An instance of the requested type T , or an instance of a derived type that enables T to be used with the Entity Framework. The returned object is either an instance of the requested type or an instance of a derived type that enables the requested type to be used with the Entity Framework. + Type of object to be returned. + + + + Executes an arbitrary command directly against the data source using the existing connection. + The command is specified using the server's native query language, such as SQL. + + As with any API that accepts SQL it is important to parameterize any user input to protect against a SQL injection attack. You can include parameter place holders in the SQL query string and then supply parameter values as additional arguments. Any parameter values you supply will automatically be converted to a DbParameter. + context.ExecuteStoreCommand("UPDATE dbo.Posts SET Rating = 5 WHERE Author = @p0", userSuppliedAuthor); + Alternatively, you can also construct a DbParameter and supply it to SqlQuery. This allows you to use named parameters in the SQL query string. + context.ExecuteStoreCommand("UPDATE dbo.Posts SET Rating = 5 WHERE Author = @author", new SqlParameter("@author", userSuppliedAuthor)); + + + If there isn't an existing local transaction a new transaction will be used + to execute the command. + + The command specified in the server's native query language. + The parameter values to use for the query. + The number of rows affected. + + + + Executes an arbitrary command directly against the data source using the existing connection. + The command is specified using the server's native query language, such as SQL. + + As with any API that accepts SQL it is important to parameterize any user input to protect against a SQL injection attack. You can include parameter place holders in the SQL query string and then supply parameter values as additional arguments. Any parameter values you supply will automatically be converted to a DbParameter. + context.ExecuteStoreCommand("UPDATE dbo.Posts SET Rating = 5 WHERE Author = @p0", userSuppliedAuthor); + Alternatively, you can also construct a DbParameter and supply it to SqlQuery. This allows you to use named parameters in the SQL query string. + context.ExecuteStoreCommand("UPDATE dbo.Posts SET Rating = 5 WHERE Author = @author", new SqlParameter("@author", userSuppliedAuthor)); + + Controls the creation of a transaction for this command. + The command specified in the server's native query language. + The parameter values to use for the query. + The number of rows affected. + + + + Asynchronously executes an arbitrary command directly against the data source using the existing connection. + The command is specified using the server's native query language, such as SQL. + + As with any API that accepts SQL it is important to parameterize any user input to protect against a SQL injection attack. You can include parameter place holders in the SQL query string and then supply parameter values as additional arguments. Any parameter values you supply will automatically be converted to a DbParameter. + context.ExecuteStoreCommandAsync("UPDATE dbo.Posts SET Rating = 5 WHERE Author = @p0", userSuppliedAuthor); + Alternatively, you can also construct a DbParameter and supply it to SqlQuery. This allows you to use named parameters in the SQL query string. + context.ExecuteStoreCommandAsync("UPDATE dbo.Posts SET Rating = 5 WHERE Author = @author", new SqlParameter("@author", userSuppliedAuthor)); + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + If there isn't an existing local transaction a new transaction will be used + to execute the command. + + The command specified in the server's native query language. + The parameter values to use for the query. + + A task that represents the asynchronous operation. + The task result contains the number of rows affected. + + + + + Asynchronously executes an arbitrary command directly against the data source using the existing connection. + The command is specified using the server's native query language, such as SQL. + + As with any API that accepts SQL it is important to parameterize any user input to protect against a SQL injection attack. You can include parameter place holders in the SQL query string and then supply parameter values as additional arguments. Any parameter values you supply will automatically be converted to a DbParameter. + context.ExecuteStoreCommandAsync("UPDATE dbo.Posts SET Rating = 5 WHERE Author = @p0", userSuppliedAuthor); + Alternatively, you can also construct a DbParameter and supply it to SqlQuery. This allows you to use named parameters in the SQL query string. + context.ExecuteStoreCommandAsync("UPDATE dbo.Posts SET Rating = 5 WHERE Author = @author", new SqlParameter("@author", userSuppliedAuthor)); + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + Controls the creation of a transaction for this command. + The command specified in the server's native query language. + The parameter values to use for the query. + + A task that represents the asynchronous operation. + The task result contains the number of rows affected. + + + + + Asynchronously executes an arbitrary command directly against the data source using the existing connection. + The command is specified using the server's native query language, such as SQL. + + As with any API that accepts SQL it is important to parameterize any user input to protect against a SQL injection attack. You can include parameter place holders in the SQL query string and then supply parameter values as additional arguments. Any parameter values you supply will automatically be converted to a DbParameter. + context.ExecuteStoreCommandAsync("UPDATE dbo.Posts SET Rating = 5 WHERE Author = @p0", userSuppliedAuthor); + Alternatively, you can also construct a DbParameter and supply it to SqlQuery. This allows you to use named parameters in the SQL query string. + context.ExecuteStoreCommandAsync("UPDATE dbo.Posts SET Rating = 5 WHERE Author = @author", new SqlParameter("@author", userSuppliedAuthor)); + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + If there isn't an existing local transaction a new transaction will be used + to execute the command. + + The command specified in the server's native query language. + + A to observe while waiting for the task to complete. + + The parameter values to use for the query. + + A task that represents the asynchronous operation. + The task result contains the number of rows affected. + + + + + Asynchronously executes an arbitrary command directly against the data source using the existing connection. + The command is specified using the server's native query language, such as SQL. + + As with any API that accepts SQL it is important to parameterize any user input to protect against a SQL injection attack. You can include parameter place holders in the SQL query string and then supply parameter values as additional arguments. Any parameter values you supply will automatically be converted to a DbParameter. + context.ExecuteStoreCommandAsync("UPDATE dbo.Posts SET Rating = 5 WHERE Author = @p0", userSuppliedAuthor); + Alternatively, you can also construct a DbParameter and supply it to SqlQuery. This allows you to use named parameters in the SQL query string. + context.ExecuteStoreCommandAsync("UPDATE dbo.Posts SET Rating = 5 WHERE Author = @author", new SqlParameter("@author", userSuppliedAuthor)); + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + Controls the creation of a transaction for this command. + The command specified in the server's native query language. + + A to observe while waiting for the task to complete. + + The parameter values to use for the query. + + A task that represents the asynchronous operation. + The task result contains the number of rows affected. + + + + + Executes a query directly against the data source and returns a sequence of typed results. + The query is specified using the server's native query language, such as SQL. + Results are not tracked by the context, use the overload that specifies an entity set name to track results. + + As with any API that accepts SQL it is important to parameterize any user input to protect against a SQL injection attack. You can include parameter place holders in the SQL query string and then supply parameter values as additional arguments. Any parameter values you supply will automatically be converted to a DbParameter. + context.ExecuteStoreQuery<Post>("SELECT * FROM dbo.Posts WHERE Author = @p0", userSuppliedAuthor); + Alternatively, you can also construct a DbParameter and supply it to SqlQuery. This allows you to use named parameters in the SQL query string. + context.ExecuteStoreQuery<Post>("SELECT * FROM dbo.Posts WHERE Author = @author", new SqlParameter("@author", userSuppliedAuthor)); + + The element type of the result sequence. + The query specified in the server's native query language. + + The parameter values to use for the query. If output parameters are used, their values will not be + available until the results have been read completely. This is due to the underlying behavior + of DbDataReader, see http://go.microsoft.com/fwlink/?LinkID=398589 for more details. + + + An enumeration of objects of type . + + + + + Executes a query directly against the data source and returns a sequence of typed results. + The query is specified using the server's native query language, such as SQL. + Results are not tracked by the context, use the overload that specifies an entity set name to track results. + + As with any API that accepts SQL it is important to parameterize any user input to protect against a SQL injection attack. You can include parameter place holders in the SQL query string and then supply parameter values as additional arguments. Any parameter values you supply will automatically be converted to a DbParameter. + context.ExecuteStoreQuery<Post>("SELECT * FROM dbo.Posts WHERE Author = @p0", userSuppliedAuthor); + Alternatively, you can also construct a DbParameter and supply it to SqlQuery. This allows you to use named parameters in the SQL query string. + context.ExecuteStoreQuery<Post>("SELECT * FROM dbo.Posts WHERE Author = @author", new SqlParameter("@author", userSuppliedAuthor)); + + The element type of the result sequence. + The query specified in the server's native query language. + The options for executing this query. + + The parameter values to use for the query. If output parameters are used, their values will not be + available until the results have been read completely. This is due to the underlying behavior of + DbDataReader, see http://go.microsoft.com/fwlink/?LinkID=398589 for more details. + + + An enumeration of objects of type . + + + + + Executes a query directly against the data source and returns a sequence of typed results. + The query is specified using the server's native query language, such as SQL. + If an entity set name is specified, results are tracked by the context. + + As with any API that accepts SQL it is important to parameterize any user input to protect against a SQL injection attack. You can include parameter place holders in the SQL query string and then supply parameter values as additional arguments. Any parameter values you supply will automatically be converted to a DbParameter. + context.ExecuteStoreQuery<Post>("SELECT * FROM dbo.Posts WHERE Author = @p0", userSuppliedAuthor); + Alternatively, you can also construct a DbParameter and supply it to SqlQuery. This allows you to use named parameters in the SQL query string. + context.ExecuteStoreQuery<Post>("SELECT * FROM dbo.Posts WHERE Author = @author", new SqlParameter("@author", userSuppliedAuthor)); + + The element type of the result sequence. + The query specified in the server's native query language. + The entity set of the TResult type. If an entity set name is not provided, the results are not going to be tracked. + + The to use when executing the query. The default is + . + + + The parameter values to use for the query. If output parameters are used, their values will not be + available until the results have been read completely. This is due to the underlying behavior + of DbDataReader, see http://go.microsoft.com/fwlink/?LinkID=398589 for more details. + + + An enumeration of objects of type . + + + + + Executes a query directly against the data source and returns a sequence of typed results. + The query is specified using the server's native query language, such as SQL. + If an entity set name is specified, results are tracked by the context. + + As with any API that accepts SQL it is important to parameterize any user input to protect against a SQL injection attack. You can include parameter place holders in the SQL query string and then supply parameter values as additional arguments. Any parameter values you supply will automatically be converted to a DbParameter. + context.ExecuteStoreQuery<Post>("SELECT * FROM dbo.Posts WHERE Author = @p0", userSuppliedAuthor); + Alternatively, you can also construct a DbParameter and supply it to SqlQuery. This allows you to use named parameters in the SQL query string. + context.ExecuteStoreQuery<Post>("SELECT * FROM dbo.Posts WHERE Author = @author", new SqlParameter("@author", userSuppliedAuthor)); + + The element type of the result sequence. + The query specified in the server's native query language. + The entity set of the TResult type. If an entity set name is not provided, the results are not going to be tracked. + The options for executing this query. + + The parameter values to use for the query. If output parameters are used, their values will not be + available until the results have been read completely. This is due to the underlying behavior + of DbDataReader, see http://go.microsoft.com/fwlink/?LinkID=398589 for more details. + + + An enumeration of objects of type . + + + + + Asynchronously executes a query directly against the data source and returns a sequence of typed results. + The query is specified using the server's native query language, such as SQL. + Results are not tracked by the context, use the overload that specifies an entity set name to track results. + + As with any API that accepts SQL it is important to parameterize any user input to protect against a SQL injection attack. You can include parameter place holders in the SQL query string and then supply parameter values as additional arguments. Any parameter values you supply will automatically be converted to a DbParameter. + context.ExecuteStoreQueryAsync<Post>("SELECT * FROM dbo.Posts WHERE Author = @p0", userSuppliedAuthor); + Alternatively, you can also construct a DbParameter and supply it to SqlQuery. This allows you to use named parameters in the SQL query string. + context.ExecuteStoreQueryAsync<Post>("SELECT * FROM dbo.Posts WHERE Author = @author", new SqlParameter("@author", userSuppliedAuthor)); + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + The element type of the result sequence. + The query specified in the server's native query language. + + The parameter values to use for the query. If output parameters are used, their values will not be + available until the results have been read completely. This is due to the underlying behavior + of DbDataReader, see http://go.microsoft.com/fwlink/?LinkID=398589 for more details. + + + A task that represents the asynchronous operation. + The task result contains an enumeration of objects of type . + + + + + Asynchronously executes a query directly against the data source and returns a sequence of typed results. + The query is specified using the server's native query language, such as SQL. + Results are not tracked by the context, use the overload that specifies an entity set name to track results. + + As with any API that accepts SQL it is important to parameterize any user input to protect against a SQL injection attack. You can include parameter place holders in the SQL query string and then supply parameter values as additional arguments. Any parameter values you supply will automatically be converted to a DbParameter. + context.ExecuteStoreQueryAsync<Post>("SELECT * FROM dbo.Posts WHERE Author = @p0", userSuppliedAuthor); + Alternatively, you can also construct a DbParameter and supply it to SqlQuery. This allows you to use named parameters in the SQL query string. + context.ExecuteStoreQueryAsync<Post>("SELECT * FROM dbo.Posts WHERE Author = @author", new SqlParameter("@author", userSuppliedAuthor)); + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + The element type of the result sequence. + The query specified in the server's native query language. + + A to observe while waiting for the task to complete. + + + The parameter values to use for the query. If output parameters are used, their values will not be + available until the results have been read completely. This is due to the underlying behavior + of DbDataReader, see http://go.microsoft.com/fwlink/?LinkID=398589 for more details. + + + A task that represents the asynchronous operation. + The task result contains an enumeration of objects of type . + + + + + Asynchronously executes a query directly against the data source and returns a sequence of typed results. + The query is specified using the server's native query language, such as SQL. + Results are not tracked by the context, use the overload that specifies an entity set name to track results. + + As with any API that accepts SQL it is important to parameterize any user input to protect against a SQL injection attack. You can include parameter place holders in the SQL query string and then supply parameter values as additional arguments. Any parameter values you supply will automatically be converted to a DbParameter. + context.ExecuteStoreQueryAsync<Post>("SELECT * FROM dbo.Posts WHERE Author = @p0", userSuppliedAuthor); + Alternatively, you can also construct a DbParameter and supply it to SqlQuery. This allows you to use named parameters in the SQL query string. + context.ExecuteStoreQueryAsync<Post>("SELECT * FROM dbo.Posts WHERE Author = @author", new SqlParameter("@author", userSuppliedAuthor)); + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + The element type of the result sequence. + The query specified in the server's native query language. + The options for executing this query. + + The parameter values to use for the query. If output parameters are used, their values will not be + available until the results have been read completely. This is due to the underlying behavior + of DbDataReader, see http://go.microsoft.com/fwlink/?LinkID=398589 for more details. + + + A task that represents the asynchronous operation. + The task result contains an enumeration of objects of type . + + + + + Asynchronously executes a query directly against the data source and returns a sequence of typed results. + The query is specified using the server's native query language, such as SQL. + Results are not tracked by the context, use the overload that specifies an entity set name to track results. + + As with any API that accepts SQL it is important to parameterize any user input to protect against a SQL injection attack. You can include parameter place holders in the SQL query string and then supply parameter values as additional arguments. Any parameter values you supply will automatically be converted to a DbParameter. + context.ExecuteStoreQueryAsync<Post>("SELECT * FROM dbo.Posts WHERE Author = @p0", userSuppliedAuthor); + Alternatively, you can also construct a DbParameter and supply it to SqlQuery. This allows you to use named parameters in the SQL query string. + context.ExecuteStoreQueryAsync<Post>("SELECT * FROM dbo.Posts WHERE Author = @author", new SqlParameter("@author", userSuppliedAuthor)); + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + The element type of the result sequence. + The query specified in the server's native query language. + The options for executing this query. + + A to observe while waiting for the task to complete. + + + The parameter values to use for the query. If output parameters are used, their values will not be + available until the results have been read completely. This is due to the underlying behavior + of DbDataReader, see http://go.microsoft.com/fwlink/?LinkID=398589 for more details. + + + A task that represents the asynchronous operation. + The task result contains an enumeration of objects of type . + + + + + Asynchronously executes a query directly against the data source and returns a sequence of typed results. + The query is specified using the server's native query language, such as SQL. + If an entity set name is specified, results are tracked by the context. + + As with any API that accepts SQL it is important to parameterize any user input to protect against a SQL injection attack. You can include parameter place holders in the SQL query string and then supply parameter values as additional arguments. Any parameter values you supply will automatically be converted to a DbParameter. + context.ExecuteStoreQueryAsync<Post>("SELECT * FROM dbo.Posts WHERE Author = @p0", userSuppliedAuthor); + Alternatively, you can also construct a DbParameter and supply it to SqlQuery. This allows you to use named parameters in the SQL query string. + context.ExecuteStoreQueryAsync<Post>("SELECT * FROM dbo.Posts WHERE Author = @author", new SqlParameter("@author", userSuppliedAuthor)); + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + The element type of the result sequence. + The query specified in the server's native query language. + The entity set of the TResult type. If an entity set name is not provided, the results are not going to be tracked. + The options for executing this query. + + The parameter values to use for the query. If output parameters are used, their values will not be + available until the results have been read completely. This is due to the underlying behavior + of DbDataReader, see http://go.microsoft.com/fwlink/?LinkID=398589 for more details. + + + A task that represents the asynchronous operation. + The task result contains an enumeration of objects of type . + + + + + Asynchronously executes a query directly against the data source and returns a sequence of typed results. + The query is specified using the server's native query language, such as SQL. + If an entity set name is specified, results are tracked by the context. + + As with any API that accepts SQL it is important to parameterize any user input to protect against a SQL injection attack. You can include parameter place holders in the SQL query string and then supply parameter values as additional arguments. Any parameter values you supply will automatically be converted to a DbParameter. + context.ExecuteStoreQueryAsync<Post>("SELECT * FROM dbo.Posts WHERE Author = @p0", userSuppliedAuthor); + Alternatively, you can also construct a DbParameter and supply it to SqlQuery. This allows you to use named parameters in the SQL query string. + context.ExecuteStoreQueryAsync<Post>("SELECT * FROM dbo.Posts WHERE Author = @author", new SqlParameter("@author", userSuppliedAuthor)); + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + The element type of the result sequence. + The query specified in the server's native query language. + The entity set of the TResult type. If an entity set name is not provided, the results are not going to be tracked. + The options for executing this query. + + A to observe while waiting for the task to complete. + + + The parameter values to use for the query. If output parameters are used, their values will not be + available until the results have been read completely. This is due to the underlying behavior + of DbDataReader, see http://go.microsoft.com/fwlink/?LinkID=398589 for more details. + + + A task that represents the asynchronous operation. + The task result contains an enumeration of objects of type . + + + + + Translates a that contains rows of entity data to objects of the requested entity type. + + The entity type. + An enumeration of objects of type TResult . + + The that contains entity data to translate into entity objects. + + When reader is null. + + + + Translates a that contains rows of entity data to objects of the requested entity type, in a specific entity set, and with the specified merge option. + + The entity type. + An enumeration of objects of type TResult . + + The that contains entity data to translate into entity objects. + + The entity set of the TResult type. + + The to use when translated objects are added to the object context. The default is + + . + + When reader is null. + + When the supplied mergeOption is not a valid value. + + When the supplied entitySetName is not a valid entity set for the TResult type. + + + + Creates the database by using the current data source connection and the metadata in the + + . + + + + Deletes the database that is specified as the database in the current data source connection. + + + + Checks if the database that is specified as the database in the current store connection exists on the store. Most of the actual work + is done by the DbProviderServices implementation for the current store connection. + + true if the database exists; otherwise, false. + + + + Generates a data definition language (DDL) script that creates schema objects (tables, primary keys, foreign keys) for the metadata in the + + . The + + loads metadata from store schema definition language (SSDL) files. + + + A DDL script that creates schema objects for the metadata in the + + . + + + + + Defines options that affect the behavior of the ObjectContext. + + + + + Gets or sets the value that determines whether SQL functions and commands should be always executed in a transaction. + + + This flag determines whether a new transaction will be started when methods such as + and are executed outside of a transaction. + Note that this does not change the behavior of . + + + The default transactional behavior. + + + + Gets or sets a Boolean value that determines whether related objects are loaded automatically when a navigation property is accessed. + true if lazy loading is enabled; otherwise, false. + + + Gets or sets a Boolean value that determines whether proxy instances are created for custom data classes that are persistence ignorant. + true if proxies are created; otherwise, false. The default value is true. + + + Gets or sets a Boolean value that determines whether to use the legacy PreserveChanges behavior. + true if the legacy PreserveChanges behavior should be used; otherwise, false. + + + Gets or sets a Boolean value that determines whether to use the consistent NullReference behavior. + + If this flag is set to false then setting the Value property of the for an + FK relationship to null when it is already null will have no effect. When this flag is set to true, then + setting the value to null will always cause the FK to be nulled and the relationship to be deleted + even if the value is currently null. The default value is false when using ObjectContext and true + when using DbContext. + + true if the consistent NullReference behavior should be used; otherwise, false. + + + Gets or sets a Boolean value that determines whether to use the C# NullComparison behavior. + + This flag determines whether C# behavior should be exhibited when comparing null values in LinqToEntities. + If this flag is set, then any equality comparison between two operands, both of which are potentially + nullable, will be rewritten to show C# null comparison semantics. As an example: + (operand1 = operand2) will be rewritten as + (((operand1 = operand2) AND NOT (operand1 IS NULL OR operand2 IS NULL)) || (operand1 IS NULL && operand2 IS NULL)) + The default value is false when using . + + true if the C# NullComparison behavior should be used; otherwise, false. + + + + EventArgs for the ObjectMaterialized event. + + + + + Constructs new arguments for the ObjectMaterialized event. + + The object that has been materialized. + + + Gets the entity object that was created. + The entity object that was created. + + + + Delegate for the ObjectMaterialized event. + + The ObjectContext responsable for materializing the object. + EventArgs containing a reference to the materialized object. + + + + This class represents a query parameter at the object layer, which consists + of a Name, a Type and a Value. + + + + + Initializes a new instance of the class with the specified name and type. + + The parameter name. This name should not include the "@" parameter marker that is used in the Entity SQL statements, only the actual name. The first character of the expression must be a letter. Any successive characters in the expression must be either letters, numbers, or an underscore (_) character. + The common language runtime (CLR) type of the parameter. + If the value of either argument is null. + If the value of the name argument is invalid. Parameter names must start with a letter and can only contain letters, numbers, and underscores. + + + + Initializes a new instance of the class with the specified name and value. + + The parameter name. This name should not include the "@" parameter marker that is used in Entity SQL statements, only the actual name. The first character of the expression must be a letter. Any successive characters in the expression must be either letters, numbers, or an underscore (_) character. + The initial value (and inherently, the type) of the parameter. + If the value of either argument is null. + If the value of the name argument is not valid. Parameter names must start with a letter and can only contain letters, numbers, and underscores. + + + Gets the parameter name, which can only be set through a constructor. + The parameter name, which can only be set through a constructor. + + + Gets the parameter type. + + The of the parameter. + + + + Gets or sets the parameter value. + The parameter value. + + + + This class represents a collection of query parameters at the object layer. + + + + Gets the number of parameters currently in the collection. + + The number of objects that are currently in the collection. + + + + + This collection is read-write - parameters may be added, removed + and [somewhat] modified at will (value only) - provided that the + implementation the collection belongs to has not locked its parameters + because it's command definition has been prepared. + + + + Provides an indexer that allows callers to retrieve parameters by name. + + The instance. + + The name of the parameter to find. This name should not include the "@" parameter marker that is used in the Entity SQL statements, only the actual name. + No parameter with the specified name is found in the collection. + + + + Adds the specified to the collection. + + The parameter to add to the collection. + The parameter argument is null. + + The parameter argument already exists in the collection. This behavior differs from that of most collections that allow duplicate entries. -or-Another parameter with the same name as the parameter argument already exists in the collection. Note that the lookup is case-insensitive. This behavior differs from that of most collections, and is more like that of a + + . + + The type of the parameter is not valid. + + + + Deletes all instances from the collection. + + + + + Checks for the existence of a specified in the collection by reference. + + Returns true if the parameter object was found in the collection; otherwise, false. + + The to find in the collection. + + The parameter argument is null. + + + + Determines whether an with the specified name is in the collection. + + Returns true if a parameter with the specified name was found in the collection; otherwise, false. + The name of the parameter to look for in the collection. This name should not include the "@" parameter marker that is used in the Entity SQL statements, only the actual name. + The name parameter is null. + + + Allows the parameters in the collection to be copied into a supplied array, starting with the object at the specified index. + The array into which to copy the parameters. + The index in the array at which to start copying the parameters. + + + + Removes an instance of an from the collection by reference if it exists in the collection. + + Returns true if the parameter object was found and removed from the collection; otherwise, false. + An object to remove from the collection. + The parameter argument is null. + + + + These methods return enumerator instances, which allow the collection to + be iterated through and traversed. + + An object that can be used to iterate through the collection. + + + Returns an untyped enumerator over the collection. + + An instance. + + + + + This class implements untyped queries at the object-layer. + + + + Returns the command text for the query. + A string value. + + + Gets the object context associated with this object query. + + The associated with this + + instance. + + + + Gets or sets how objects returned from a query are added to the object context. + + The query . + + + + + Whether the query is streaming or buffering + + + + Gets the parameter collection for this object query. + + The parameter collection for this . + + + + Gets or sets a value that indicates whether the query plan should be cached. + A value that indicates whether the query plan should be cached. + + + Returns the commands to execute against the data source. + A string that represents the commands that the query executes against the data source. + + + Returns information about the result type of the query. + + A value that contains information about the result type of the query. + + + + Executes the untyped object query with the specified merge option. + + The to use when executing the query. + The default is . + + + An that contains a collection of entity objects returned by the query. + + + + + Asynchronously executes the untyped object query with the specified merge option. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The to use when executing the query. + The default is . + + + A task that represents the asynchronous operation. + The task result contains an + that contains a collection of entity objects returned by the query. + + + + + Asynchronously executes the untyped object query with the specified merge option. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The to use when executing the query. + The default is . + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains an + that contains a collection of entity objects returned by the query. + + + + + Returns the collection as an used for data binding. + + + An of entity objects. + + + + + Gets the result element type for this query instance. + + + + + Gets the expression describing this query. For queries built using + LINQ builder patterns, returns a full LINQ expression tree; otherwise, + returns a constant expression wrapping this query. Note that the + default expression is not cached. This allows us to differentiate + between LINQ and Entity-SQL queries. + + + + + Gets the associated with this query instance. + + + + Returns an enumerator that iterates through a collection. + + An that can be used to iterate through the collection. + + + + + Returns an which when enumerated will execute the given SQL query against the database. + + The query results. + + + + ObjectQuery implements strongly-typed queries at the object-layer. + Queries are specified using Entity-SQL strings and may be created by calling + the Entity-SQL-based query builder methods declared by ObjectQuery. + + The result type of this ObjectQuery + + + + Creates a new instance using the specified Entity SQL command as the initial query. + + The Entity SQL query. + + The on which to execute the query. + + + + + Creates a new instance using the specified Entity SQL command as the initial query and the specified merge option. + + The Entity SQL query. + + The on which to execute the query. + + + Specifies how the entities that are retrieved through this query should be merged with the entities that have been returned from previous queries against the same + + . + + + + Gets or sets the name of this object query. + + A string value that is the name of this . + + The value specified on set is not valid. + + + Executes the object query with the specified merge option. + + The to use when executing the query. + The default is . + + + An that contains a collection of entity objects returned by the query. + + + + + Asynchronously executes the object query with the specified merge option. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The to use when executing the query. + The default is . + + + A task that represents the asynchronous operation. + The task result contains an + that contains a collection of entity objects returned by the query. + + + + + Asynchronously executes the object query with the specified merge option. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The to use when executing the query. + The default is . + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains an + that contains a collection of entity objects returned by the query. + + + + Specifies the related objects to include in the query results. + + A new with the defined query path. + + Dot-separated list of related objects to return in the query results. + path is null. + path is empty. + + + Limits the query to unique results. + + A new instance that is equivalent to the original instance with SELECT DISTINCT applied. + + + + + This query-builder method creates a new query whose results are all of + the results of this query, except those that are also part of the other + query specified. + + A query representing the results to exclude. + a new ObjectQuery instance. + If the query parameter is null. + + + Groups the query results by the specified criteria. + + A new instance of type + + that is equivalent to the original instance with GROUP BY applied. + + The key columns by which to group the results. + The list of selected properties that defines the projection. + Zero or more parameters that are used in this method. + The query parameter is null or an empty string + or the projection parameter is null or an empty string. + + + + This query-builder method creates a new query whose results are those that + are both in this query and the other query specified. + + A query representing the results to intersect with. + a new ObjectQuery instance. + If the query parameter is null. + + + Limits the query to only results of a specific type. + + A new instance that is equivalent to the original instance with OFTYPE applied. + + + The type of the returned when the query is executed with the applied filter. + + The type specified is not valid. + + + Orders the query results by the specified criteria. + + A new instance that is equivalent to the original instance with ORDER BY applied. + + The key columns by which to order the results. + Zero or more parameters that are used in this method. + The keys or parameters parameter is null. + The key is an empty string. + + + Limits the query results to only the properties that are defined in the specified projection. + + A new instance of type + + that is equivalent to the original instance with SELECT applied. + + The list of selected properties that defines the projection. + Zero or more parameters that are used in this method. + projection is null or parameters is null. + The projection is an empty string. + + + Limits the query results to only the property specified in the projection. + + A new instance of a type compatible with the specific projection. The returned + + is equivalent to the original instance with SELECT VALUE applied. + + The projection list. + An optional set of query parameters that should be in scope when parsing. + + The type of the returned by the + + method. + + projection is null or parameters is null. + The projection is an empty string. + + + Orders the query results by the specified criteria and skips a specified number of results. + + A new instance that is equivalent to the original instance with both ORDER BY and SKIP applied. + + The key columns by which to order the results. + The number of results to skip. This must be either a constant or a parameter reference. + An optional set of query parameters that should be in scope when parsing. + Any argument is null. + keys is an empty string or count is an empty string. + + + Limits the query results to a specified number of items. + + A new instance that is equivalent to the original instance with TOP applied. + + The number of items in the results as a string. + An optional set of query parameters that should be in scope when parsing. + count is null. + count is an empty string. + + + + This query-builder method creates a new query whose results are all of + the results of this query, plus all of the results of the other query, + without duplicates (i.e., results are unique). + + A query representing the results to add. + a new ObjectQuery instance. + If the query parameter is null. + + + + This query-builder method creates a new query whose results are all of + the results of this query, plus all of the results of the other query, + including any duplicates (i.e., results are not necessarily unique). + + A query representing the results to add. + a new ObjectQuery instance. + If the query parameter is null. + + + Limits the query to results that match specified filtering criteria. + + A new instance that is equivalent to the original instance with WHERE applied. + + The filter predicate. + Zero or more parameters that are used in this method. + predicate is null or parameters is null. + The predicate is an empty string. + + + + Returns an which when enumerated will execute the given SQL query against the database. + + The query results. + + + + Returns an which when enumerated will execute the given SQL query against the database. + + The query results. + + + + This class implements IEnumerable and IDisposable. Instance of this class + is returned from ObjectQuery.Execute method. + + + + + This constructor is intended only for use when creating test doubles that will override members + with mocked or faked behavior. Use of this constructor for other purposes may result in unexpected + behavior including but not limited to throwing . + + + + + + + Returns an enumerator that iterates through the query results. + An enumerator that iterates through the query results. + + + + IListSource.ContainsListCollection implementation. Always returns false. + + + + Returns the results in a format useful for data binding. + + An of entity objects. + + + + + When overridden in a derived class, gets the type of the generic + + . + + + The type of the generic . + + + + Performs tasks associated with freeing, releasing, or resetting resources. + + + Releases the resources used by the object result. + true to release both managed and unmanaged resources; false to release only unmanaged resources. + + + Gets the next result set of a stored procedure. + An ObjectResult that enumerates the values of the next result set. Null, if there are no more, or if the ObjectResult is not the result of a stored procedure call. + The type of the element. + + + + This class represents the result of the method. + + The type of the result. + + + + This constructor is intended only for use when creating test doubles that will override members + with mocked or faked behavior. Use of this constructor for other purposes may result in unexpected + behavior including but not limited to throwing . + + + + Returns an enumerator that iterates through the query results. + An enumerator that iterates through the query results. + + + + + + Releases the unmanaged resources used by the and optionally releases the managed resources. + true to release managed and unmanaged resources; false to release only unmanaged resources. + + + + Gets the type of the . + + + A that is the type of the . + + + + + Represents a typed entity set that is used to perform create, read, update, and delete operations. + + The type of the entity. + + + + Gets the metadata of the entity set represented by this instance. + + + An object. + + + + Adds an object to the object context in the current entity set. + The object to add. + + + Attaches an object or object graph to the object context in the current entity set. + The object to attach. + + + Marks an object for deletion. + + An object that represents the entity to delete. The object can be in any state except + + . + + + + Removes the object from the object context. + + Object to be detached. Only the entity is removed; if there are any related objects that are being tracked by the same + + , those will not be detached automatically. + + + + + Copies the scalar values from the supplied object into the object in the + + that has the same key. + + The updated object. + + The detached object that has property updates to apply to the original object. The entity key of currentEntity must match the + + property of an entry in the + + . + + + + + Sets the property of an + + to match the property values of a supplied object. + + The updated object. + + The detached object that has property updates to apply to the original object. The entity key of originalEntity must match the + + property of an entry in the + + . + + + + Creates a new entity type object. + The new entity type object, or an instance of a proxy type that corresponds to the entity type. + + + Creates an instance of the specified type. + An instance of the requested type T , or an instance of a proxy type that corresponds to the type T . + Type of object to be returned. + + + + Represents either a entity, entity stub or relationship + + + + + Gets the for the + + . + + + The for the + + . + + + + + Gets the for the object or relationship. + + + The for the object or relationship. + + + + + Gets the state of the . + + + The state of the . + + + + Gets the entity object. + The entity object. + + + Gets the entity key. + The entity key. + + + + Gets a value that indicates whether the represents a relationship. + + + true if the represents a relationship; otherwise, false. + + + + Gets the read-only version of original values of the object or relationship. + The read-only version of original values of the relationship set entry or entity. + + + + Gets the updatable version of original values of the object associated with this + + . + + The updatable original values of object data. + + + + Gets the current property values of the object or relationship associated with this + + . + + + A that contains the current values of the object or relationship associated with this + + . + + + + Accepts the current values as original values. + + + Marks an entity as deleted. + + + + Returns the names of an object鈥檚 properties that have changed since the last time + + was called. + + + An collection of names as string. + + + + Sets the state of the object or relationship to modify. + If State is not Modified or Unchanged + + + Marks the specified property as modified. + The name of the property. + If State is not Modified or Unchanged + + + Rejects any changes made to the property with the given name since the property was last loaded, attached, saved, or changes were accepted. The original value of the property is stored and the property will no longer be marked as modified. + The name of the property to change. + + + Uses DetectChanges to determine whether or not the current value of the property with the given name is different from its original value. Note that this may be different from the property being marked as modified since a property which has not changed can still be marked as modified. + + Note that this property always returns the same result as the modified state of the property for change tracking + proxies and entities that derive from the EntityObject base class. This is because original values are not tracked + for these entity types and hence there is no way to know if the current value is really different from the + original value. + + true if the property has changed; otherwise, false. + The name of the property. + + + + Gets the instance for the object represented by entry. + + + The object. + + The entry is a stub or represents a relationship + + + + Changes state of the entry to the specified value. + + + The value to set for the + + property of the entry. + + + + Sets the current values of the entry to match the property values of a supplied object. + The detached object that has updated values to apply to the object. currentEntity can also be the object鈥檚 entity key. + + + Sets the original values of the entry to match the property values of a supplied object. + The detached object that has original values to apply to the object. originalEntity can also be the object鈥檚 entity key. + + + + Used to report that a scalar entity property is about to change + The current value of the specified property is cached when this method is called. + + The name of the entity property that is changing + + + + Used to report that a scalar entity property has been changed + The property value that was cached during EntityMemberChanging is now + added to OriginalValues + + The name of the entity property that has changing + + + + Used to report that a complex property is about to change + The current value of the specified property is cached when this method is called. + + The name of the top-level entity property that is changing + The complex object that contains the property that is changing + The name of the property that is changing on complexObject + + + + Used to report that a complex property has been changed + The property value that was cached during EntityMemberChanging is now added to OriginalValues + + The name of the top-level entity property that has changed + The complex object that contains the property that changed + The name of the property that changed on complexObject + + + + Returns the EntityState from the ObjectStateEntry + + + + + Maintains object state and identity management for entity type instances and relationship instances. + + + + + Initializes a new instance of the class. + + + The , which supplies mapping and metadata information. + + + + + Gets the associated with this state manager. + + + The associated with this + + . + + + + Occurs when entities are added to or removed from the state manager. + + + + Returns a collection of objects for objects or relationships with the given state. + + + A collection of objects in the given + + . + + + An used to filter the returned + + objects. + + + When state is . + + + + + Changes state of the for a specific object to the specified entityState . + + + The for the supplied entity . + + The object for which the state must be changed. + The new state of the object. + When entity is null. + + When the object is not detached and does not have an entry in the state manager + or when you try to change the state to + from any other + or when state is not a valid value. + + + + Changes the state of the relationship between two entity objects that is specified based on the two related objects and the name of the navigation property. + + The for the relationship that was changed. + + + The object instance or of the source entity at one end of the relationship. + + + The object instance or of the target entity at the other end of the relationship. + + The name of the navigation property on source that returns the specified target . + + The requested of the specified relationship. + + When source or target is null. + + When trying to change the state of the relationship to a state other than + or + when either source or target is in a state + or when you try to change the state of the relationship to a state other than + or + when either source or target is in an state + or when state is not a valid value + + + + Changes the state of the relationship between two entity objects that is specified based on the two related objects and a LINQ expression that defines the navigation property. + + The for the relationship that was changed. + + + The object instance or of the source entity at one end of the relationship. + + + The object instance or of the target entity at the other end of the relationship. + + A LINQ expression that selects the navigation property on source that returns the specified target . + + The requested of the specified relationship. + + The entity type of the source object. + When source , target , or selector is null. + selector is malformed or cannot return a navigation property. + + When you try to change the state of the relationship to a state other than + or + when either source or target is in a + state + or when you try to change the state of the relationship to a state other than + or + when either source or target is in an state + or when state is not a valid value. + + + + Changes the state of the relationship between two entity objects that is specified based on the two related objects and the properties of the relationship. + + The for the relationship that was changed. + + + The object instance or of the source entity at one end of the relationship. + + + The object instance or of the target entity at the other end of the relationship. + + The name of the relationship. + The role name at the target end of the relationship. + + The requested of the specified relationship. + + When source or target is null. + + When you try to change the state of the relationship to a state other than + or + when either source or target is in a state + or when you try to change the state of the relationship to a state other than + or + when either source or target is in an + state + or when state is not a valid value. + + + + + Returns an for the object or relationship entry with the specified key. + + + The corresponding for the given + + . + + + The . + + When key is null. + When the specified key cannot be found in the state manager. + + No entity with the specified exists in the + + . + + + + + Returns an for the specified object. + + + The corresponding for the given + + . + + + The to which the retrieved + + belongs. + + + No entity for the specified exists in the + + . + + + + + Tries to retrieve the corresponding for the specified + + . + + + A Boolean value that is true if there is a corresponding + + for the given object; otherwise, false. + + + The to which the retrieved + + belongs. + + + When this method returns, contains the for the given + + This parameter is passed uninitialized. + + + + + Tries to retrieve the corresponding for the object or relationship with the specified + + . + + + A Boolean value that is true if there is a corresponding + + for the given + + ; otherwise, false. + + + The given . + + + When this method returns, contains an for the given + + This parameter is passed uninitialized. + + A null (Nothing in Visual Basic) value is provided for key . + + + + Returns the that is used by the specified object. + + + The for the specified object. + + + The object for which to return the . + + + The entity does not implement IEntityWithRelationships and is not tracked by this ObjectStateManager + + + + + Returns the that is used by the specified object. + + + true if a instance was returned for the supplied entity ; otherwise false. + + + The object for which to return the . + + + When this method returns, contains the + + for the entity . + + + + + The original values of the properties of an entity when it was retrieved from the database. + + + + + A DataContractResolver that knows how to resolve proxy types created for persistent + ignorant classes to their base types. This is used with the DataContractSerializer. + + + + During deserialization, maps any xsi:type information to the actual type of the persistence-ignorant object. + Returns the type that the xsi:type is mapped to. Returns null if no known type was found that matches the xsi:type. + The xsi:type information to map. + The namespace of the xsi:type. + The declared type. + + An instance of . + + + + During serialization, maps actual types to xsi:type information. + true if the type was resolved; otherwise, false. + The actual type of the persistence-ignorant object. + The declared type. + + An instance of . + + When this method returns, contains a list of xsi:type declarations. + When this method returns, contains a list of namespaces used. + + + + Defines the different ways to handle modified properties when refreshing in-memory data from the database. + + + + + For unmodified client objects, same behavior as StoreWins. For modified client + objects, Refresh original values with store value, keeping all values on client + object. The next time an update happens, all the client change units will be + considered modified and require updating. + + + + + Discard all changes on the client and refresh values with store values. + Client original values is updated to match the store. + + + + + Flags used to modify behavior of ObjectContext.SaveChanges() + + + + + Changes are saved without the DetectChanges or the AcceptAllChangesAfterSave methods being called. + + + + + After changes are saved, the AcceptAllChangesAfterSave method is called, which resets change tracking in the ObjectStateManager. + + + + + Before changes are saved, the DetectChanges method is called to synchronize the property values of objects that are attached to the object context with data in the ObjectStateManager. + + + + + This exception is thrown when a update operation violates the concurrency constraint. + + + + + Initializes a new instance of . + + + + + Initializes a new instance of with a specialized error message. + + The message that describes the error. + + + + Initializes a new instance of that uses a specified error message and a reference to the inner exception. + + The message that describes the error. + The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. + + + + Initializes a new instance of that uses a specified error message, a reference to the inner exception, and an enumerable collection of + + objects. + + The message that describes the error. + The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. + + The enumerable collection of objects. + + + + + Property constraint exception class. Note that this class has state - so if you change even + its internals, it can be a breaking change + + + + + Initializes a new instance of the class with default message. + + + + + Initializes a new instance of the class with supplied message. + + A localized error message. + + + + Initializes a new instance of the class with supplied message and inner exception. + + A localized error message. + The inner exception. + + + + Initializes a new instance of the class. + + A localized error message. + The name of the property. + + + + Initializes a new instance of the class. + + A localized error message. + The name of the property. + The inner exception. + + + Gets the name of the property that violated the constraint. + The name of the property that violated the constraint. + + + + Sets the with information about the exception. + + The that holds the serialized object data about the exception being thrown. + The that contains contextual information about the source or destination. + + + + This exception is thrown when the store provider exhibits a behavior incompatible with the entity client provider + + + + + Initializes a new instance of . + + + + + Initializes a new instance of with a specialized error message. + + The message that describes the error. + + + + Initializes a new instance of that uses a specified error message. + + The message that describes the error. + The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. + + + + Used for conversion between different representations of bit array. + Returns (n+(div-1))/div, rearranged to avoid arithmetic overflow. + For example, in the bit to int case, the straightforward calc would + be (n+31)/32, but that would cause overflow. So instead it's + rearranged to ((n-1)/32) + 1, with special casing for 0. + + Usage: + GetArrayLength(77, BitsPerInt32): returns how many ints must be + allocated to store 77 bits. + + length of array + use a conversion constant, e.g. BytesPerInt32 to get + how many ints are required to store n bytes + length of the array + + + + Is this tree uses user-defined functions + Simplifying query with UDFs could caused to suboptimal plans + + Current subtree to process + Mapped variables + + + + + Exception during save changes to store + + + + + Initializes a new instance of . + + + + + Initializes a new instance of with a specialized error message. + + The message that describes the error. + + + + Initializes a new instance of the class that uses a specified error message and a reference to the inner exception that is the cause of this exception. + + The error message that explains the reason for the exception. + The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. + + + + Initializes a new instance of the class that uses a specified error message, a reference to the inner exception, and an enumerable collection of + + objects. + + The error message that explains the reason for the exception. + The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. + + The collection of objects. + + + + + Gets the objects for this + + . + + + A collection of objects comprised of either a single entity and 0 or more relationships, or 0 entities and 1 or more relationships. + + + + + Initializes a new instance of with serialized data. + + + The that holds the serialized object data about the exception being thrown. + + + The that contains contextual information about the source or destination. + + + + + An implementation of IDatabaseInitializer that will recreate and optionally re-seed the + database only if the database does not exist. + To seed the database, create a derived class and override the Seed method. + + The type of the context. + + + Initializes a new instance of the class. + + + + Executes the strategy to initialize the database for the given context. + + The context. + + + + A method that should be overridden to actually add data to the context for seeding. + The default implementation does nothing. + + The context to seed. + + + + An instance of this class is obtained from an object and can be used + to manage the actual database backing a DbContext or connection. + This includes creating, deleting, and checking for the existence of a database. + Note that deletion and checking for existence of a database can be performed using just a + connection (i.e. without a full context) by using the static methods of this class. + + + + + Gets the transaction the underlying store connection is enlisted in. May be null. + + + + + Enables the user to pass in a database transaction created outside of the object + if you want the Entity Framework to execute commands within that external transaction. + Alternatively, pass in null to clear the framework's knowledge of that transaction. + + the external transaction + Thrown if the transaction is already completed + + Thrown if the connection associated with the object is already enlisted in a + + transaction + + + Thrown if the connection associated with the object is already participating in a transaction + + Thrown if the connection associated with the transaction does not match the Entity Framework's connection + + + + Begins a transaction on the underlying store connection + + + a object wrapping access to the underlying store's transaction object + + + + + Begins a transaction on the underlying store connection using the specified isolation level + + The database isolation level with which the underlying store transaction will be created + + a object wrapping access to the underlying store's transaction object + + + + + Returns the connection being used by this context. This may cause the + connection to be created if it does not already exist. + + Thrown if the context has been disposed. + + + + Sets the database initializer to use for the given context type. The database initializer is called when a + the given type is used to access a database for the first time. + The default strategy for Code First contexts is an instance of . + + The type of the context. + The initializer to use, or null to disable initialization for the given context type. + + + + Runs the registered on this context. + If "force" is set to true, then the initializer is run regardless of whether or not it + has been run before. This can be useful if a database is deleted while an app is running + and needs to be reinitialized. + If "force" is set to false, then the initializer is only run if it has not already been + run for this context, model, and connection in this app domain. This method is typically + used when it is necessary to ensure that the database has been created and seeded + before starting some operation where doing so lazily will cause issues, such as when the + operation is part of a transaction. + + + If set to true the initializer is run even if it has already been run. + + + + + Checks whether or not the database is compatible with the current Code First model. + + + Model compatibility currently uses the following rules. + If the context was created using either the Model First or Database First approach then the + model is assumed to be compatible with the database and this method returns true. + For Code First the model is considered compatible if the model is stored in the database + in the Migrations history table and that model has no differences from the current model as + determined by Migrations model differ. + If the model is not stored in the database but an EF 4.1/4.2 model hash is found instead, + then this is used to check for compatibility. + + + If set to true then an exception will be thrown if no model metadata is found in the database. If set to false then this method will return true if metadata is not found. + + True if the model hash in the context and the database match; false otherwise. + + + + Creates a new database on the database server for the model defined in the backing context. + Note that calling this method before the database initialization strategy has run will disable + executing that strategy. + + + + + Creates a new database on the database server for the model defined in the backing context, but only + if a database with the same name does not already exist on the server. + + True if the database did not exist and was created; false otherwise. + + + + Checks whether or not the database exists on the server. + + True if the database exists; false otherwise. + + + + Deletes the database on the database server if it exists, otherwise does nothing. + Calling this method from outside of an initializer will mark the database as having + not been initialized. This means that if an attempt is made to use the database again + after it has been deleted, then any initializer set will run again and, usually, will + try to create the database again automatically. + + True if the database did exist and was deleted; false otherwise. + + + + Checks whether or not the database exists on the server. + The connection to the database is created using the given database name or connection string + in the same way as is described in the documentation for the class. + + The database name or a connection string to the database. + True if the database exists; false otherwise. + + + + Deletes the database on the database server if it exists, otherwise does nothing. + The connection to the database is created using the given database name or connection string + in the same way as is described in the documentation for the class. + + The database name or a connection string to the database. + True if the database did exist and was deleted; false otherwise. + + + + Checks whether or not the database exists on the server. + + An existing connection to the database. + True if the database exists; false otherwise. + + + + Deletes the database on the database server if it exists, otherwise does nothing. + + An existing connection to the database. + True if the database did exist and was deleted; false otherwise. + + + + The connection factory to use when creating a from just + a database name or a connection string. + + + This is used when just a database name or connection string is given to or when + the no database name or connection is given to DbContext in which case the name of + the context class is passed to this factory in order to generate a DbConnection. + By default, the instance to use is read from the application's .config + file from the "EntityFramework DefaultConnectionFactory" entry in appSettings. If no entry is found in + the config file then is used. Setting this property in code + always overrides whatever value is found in the config file. + + + + + Creates a raw SQL query that will return elements of the given generic type. + The type can be any type that has properties that match the names of the columns returned + from the query, or can be a simple primitive type. The type does not have to be an + entity type. The results of this query are never tracked by the context even if the + type of object returned is an entity type. Use the + method to return entities that are tracked by the context. + + As with any API that accepts SQL it is important to parameterize any user input to protect against a SQL injection attack. You can include parameter place holders in the SQL query string and then supply parameter values as additional arguments. Any parameter values you supply will automatically be converted to a DbParameter. + context.Database.SqlQuery<Post>("SELECT * FROM dbo.Posts WHERE Author = @p0", userSuppliedAuthor); + Alternatively, you can also construct a DbParameter and supply it to SqlQuery. This allows you to use named parameters in the SQL query string. + context.Database.SqlQuery<Post>("SELECT * FROM dbo.Posts WHERE Author = @author", new SqlParameter("@author", userSuppliedAuthor)); + + The type of object returned by the query. + The SQL query string. + + The parameters to apply to the SQL query string. If output parameters are used, their values will + not be available until the results have been read completely. This is due to the underlying behavior + of DbDataReader, see http://go.microsoft.com/fwlink/?LinkID=398589 for more details. + + + A object that will execute the query when it is enumerated. + + + + + Creates a raw SQL query that will return elements of the given type. + The type can be any type that has properties that match the names of the columns returned + from the query, or can be a simple primitive type. The type does not have to be an + entity type. The results of this query are never tracked by the context even if the + type of object returned is an entity type. Use the + method to return entities that are tracked by the context. + + As with any API that accepts SQL it is important to parameterize any user input to protect against a SQL injection attack. You can include parameter place holders in the SQL query string and then supply parameter values as additional arguments. Any parameter values you supply will automatically be converted to a DbParameter. + context.Database.SqlQuery(typeof(Post), "SELECT * FROM dbo.Posts WHERE Author = @p0", userSuppliedAuthor); + Alternatively, you can also construct a DbParameter and supply it to SqlQuery. This allows you to use named parameters in the SQL query string. + context.Database.SqlQuery(typeof(Post), "SELECT * FROM dbo.Posts WHERE Author = @author", new SqlParameter("@author", userSuppliedAuthor)); + + The type of object returned by the query. + The SQL query string. + + The parameters to apply to the SQL query string. If output parameters are used, their values + will not be available until the results have been read completely. This is due to the underlying + behavior of DbDataReader, see http://go.microsoft.com/fwlink/?LinkID=398589 for more details. + + + A object that will execute the query when it is enumerated. + + + + + Executes the given DDL/DML command against the database. + + As with any API that accepts SQL it is important to parameterize any user input to protect against a SQL injection attack. You can include parameter place holders in the SQL query string and then supply parameter values as additional arguments. Any parameter values you supply will automatically be converted to a DbParameter. + context.Database.ExecuteSqlCommand("UPDATE dbo.Posts SET Rating = 5 WHERE Author = @p0", userSuppliedAuthor); + Alternatively, you can also construct a DbParameter and supply it to SqlQuery. This allows you to use named parameters in the SQL query string. + context.Database.ExecuteSqlCommand("UPDATE dbo.Posts SET Rating = 5 WHERE Author = @author", new SqlParameter("@author", userSuppliedAuthor)); + + + If there isn't an existing local or ambient transaction a new transaction will be used + to execute the command. + + The command string. + The parameters to apply to the command string. + The result returned by the database after executing the command. + + + + Executes the given DDL/DML command against the database. + + As with any API that accepts SQL it is important to parameterize any user input to protect against a SQL injection attack. You can include parameter place holders in the SQL query string and then supply parameter values as additional arguments. Any parameter values you supply will automatically be converted to a DbParameter. + context.Database.ExecuteSqlCommand("UPDATE dbo.Posts SET Rating = 5 WHERE Author = @p0", userSuppliedAuthor); + Alternatively, you can also construct a DbParameter and supply it to SqlQuery. This allows you to use named parameters in the SQL query string. + context.Database.ExecuteSqlCommand("UPDATE dbo.Posts SET Rating = 5 WHERE Author = @author", new SqlParameter("@author", userSuppliedAuthor)); + + Controls the creation of a transaction for this command. + The command string. + The parameters to apply to the command string. + The result returned by the database after executing the command. + + + + Asynchronously executes the given DDL/DML command against the database. + + As with any API that accepts SQL it is important to parameterize any user input to protect against a SQL injection attack. You can include parameter place holders in the SQL query string and then supply parameter values as additional arguments. Any parameter values you supply will automatically be converted to a DbParameter. + context.Database.ExecuteSqlCommandAsync("UPDATE dbo.Posts SET Rating = 5 WHERE Author = @p0", userSuppliedAuthor); + Alternatively, you can also construct a DbParameter and supply it to SqlQuery. This allows you to use named parameters in the SQL query string. + context.Database.ExecuteSqlCommandAsync("UPDATE dbo.Posts SET Rating = 5 WHERE Author = @author", new SqlParameter("@author", userSuppliedAuthor)); + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + If there isn't an existing local transaction a new transaction will be used + to execute the command. + + The command string. + The parameters to apply to the command string. + + A task that represents the asynchronous operation. + The task result contains the result returned by the database after executing the command. + + + + + Asynchronously executes the given DDL/DML command against the database. + + As with any API that accepts SQL it is important to parameterize any user input to protect against a SQL injection attack. You can include parameter place holders in the SQL query string and then supply parameter values as additional arguments. Any parameter values you supply will automatically be converted to a DbParameter. + context.Database.ExecuteSqlCommandAsync("UPDATE dbo.Posts SET Rating = 5 WHERE Author = @p0", userSuppliedAuthor); + Alternatively, you can also construct a DbParameter and supply it to SqlQuery. This allows you to use named parameters in the SQL query string. + context.Database.ExecuteSqlCommandAsync("UPDATE dbo.Posts SET Rating = 5 WHERE Author = @author", new SqlParameter("@author", userSuppliedAuthor)); + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + Controls the creation of a transaction for this command. + The command string. + The parameters to apply to the command string. + + A task that represents the asynchronous operation. + The task result contains the result returned by the database after executing the command. + + + + + Asynchronously executes the given DDL/DML command against the database. + + As with any API that accepts SQL it is important to parameterize any user input to protect against a SQL injection attack. You can include parameter place holders in the SQL query string and then supply parameter values as additional arguments. Any parameter values you supply will automatically be converted to a DbParameter. + context.Database.ExecuteSqlCommandAsync("UPDATE dbo.Posts SET Rating = 5 WHERE Author = @p0", userSuppliedAuthor); + Alternatively, you can also construct a DbParameter and supply it to SqlQuery. This allows you to use named parameters in the SQL query string. + context.Database.ExecuteSqlCommandAsync("UPDATE dbo.Posts SET Rating = 5 WHERE Author = @author", new SqlParameter("@author", userSuppliedAuthor)); + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + If there isn't an existing local transaction a new transaction will be used + to execute the command. + + The command string. + + A to observe while waiting for the task to complete. + + The parameters to apply to the command string. + + A task that represents the asynchronous operation. + The task result contains the result returned by the database after executing the command. + + + + + Asynchronously executes the given DDL/DML command against the database. + + As with any API that accepts SQL it is important to parameterize any user input to protect against a SQL injection attack. You can include parameter place holders in the SQL query string and then supply parameter values as additional arguments. Any parameter values you supply will automatically be converted to a DbParameter. + context.Database.ExecuteSqlCommandAsync("UPDATE dbo.Posts SET Rating = 5 WHERE Author = @p0", userSuppliedAuthor); + Alternatively, you can also construct a DbParameter and supply it to SqlQuery. This allows you to use named parameters in the SQL query string. + context.Database.ExecuteSqlCommandAsync("UPDATE dbo.Posts SET Rating = 5 WHERE Author = @author", new SqlParameter("@author", userSuppliedAuthor)); + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + Controls the creation of a transaction for this command. + The command string. + + A to observe while waiting for the task to complete. + + The parameters to apply to the command string. + + A task that represents the asynchronous operation. + The task result contains the result returned by the database after executing the command. + + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Gets or sets the timeout value, in seconds, for all context operations. + The default value is null, where null indicates that the default value of the underlying + provider will be used. + + + The timeout, in seconds, or null to use the provider default. + + + + + Set this property to log the SQL generated by the to the given + delegate. For example, to log to the console, set this property to . + + + The format of the log text can be changed by creating a new formatter that derives from + and setting it with . + For more low-level control over logging/interception see and + . + + + + + A class derived from this class can be placed in the same assembly as a class derived from + to define Entity Framework configuration for an application. + Configuration is set by calling protected methods and setting protected properties of this + class in the constructor of your derived type. + The type to use can also be registered in the config file of the application. + See http://go.microsoft.com/fwlink/?LinkId=260883 for more information about Entity Framework configuration. + + + + + Any class derived from must have a public parameterless constructor + and that constructor should call this constructor. + + + + + The Singleton instance of for this app domain. This can be + set at application start before any Entity Framework features have been used and afterwards + should be treated as read-only. + + The instance of . + + + + Attempts to discover and load the associated with the given + type. This method is intended to be used by tooling to ensure that + the correct configuration is loaded into the app domain. Tooling should use this method + before accessing the property. + + A type to use for configuration discovery. + + + + Attempts to discover and load the from the given assembly. + This method is intended to be used by tooling to ensure that the correct configuration is loaded into + the app domain. Tooling should use this method before accessing the + property. If the tooling knows the type being used, then the + method should be used since it gives a greater chance that + the correct configuration will be found. + + An to use for configuration discovery. + + + + Occurs during EF initialization after the DbConfiguration has been constructed but just before + it is locked ready for use. Use this event to inspect and/or override services that have been + registered before the configuration is locked. Note that this event should be used carefully + since it may prevent tooling from discovering the same configuration that is used at runtime. + + + Handlers can only be added before EF starts to use the configuration and so handlers should + generally be added as part of application initialization. Do not access the DbConfiguration + static methods inside the handler; instead use the members of + to get current services and/or add overrides. + + + + + Call this method from the constructor of a class derived from to + add a instance to the Chain of Responsibility of resolvers that + are used to resolve dependencies needed by the Entity Framework. + + + Resolvers are asked to resolve dependencies in reverse order from which they are added. This means + that a resolver can be added to override resolution of a dependency that would already have been + resolved in a different way. + The exceptions to this is that any dependency registered in the application's config file + will always be used in preference to using a dependency resolver added here. + + The resolver to add. + + + + Call this method from the constructor of a class derived from to + add a instance to the Chain of Responsibility of resolvers that + are used to resolve dependencies needed by the Entity Framework. Unlike the AddDependencyResolver + method, this method puts the resolver at the bottom of the Chain of Responsibility such that it will only + be used to resolve a dependency that could not be resolved by any of the other resolvers. + + + A implementation is automatically registered as a default resolver + when it is added with a call to . This allows EF providers to act as + resolvers for other services that may need to be overridden by the provider. + + The resolver to add. + + + + Gets the that is being used to resolve service + dependencies in the Entity Framework. + + + + + Call this method from the constructor of a class derived from to register + an Entity Framework provider. + + + Note that the provider is both registered as a service itself and also registered as a default resolver with + a call to AddDefaultResolver. This allows EF providers to act as resolvers for other services that + may need to be overridden by the provider. + This method is provided as a convenient and discoverable way to add configuration to the Entity Framework. + Internally it works in the same way as using AddDependencyResolver to add an appropriate resolver for + and also using AddDefaultResolver to add the provider as a default + resolver. This means that, if desired, the same functionality can be achieved using a custom resolver or a + resolver backed by an Inversion-of-Control container. + + The ADO.NET provider invariant name indicating the type of ADO.NET connection for which this provider will be used. + The provider instance. + + + + Call this method from the constructor of a class derived from to register + an ADO.NET provider. + + + This method is provided as a convenient and discoverable way to add configuration to the Entity Framework. + Internally it works in the same way as using AddDependencyResolver to add an appropriate resolvers for + and . This means that, if desired, + the same functionality can be achieved using a custom resolver or a resolver backed by an + Inversion-of-Control container. + + The ADO.NET provider invariant name indicating the type of ADO.NET connection for which this provider will be used. + The provider instance. + + + + Call this method from the constructor of a class derived from to register an + for use with the provider represented by the given invariant name. + + + This method is provided as a convenient and discoverable way to add configuration to the Entity Framework. + Internally it works in the same way as using AddDependencyResolver to add an appropriate resolver for + . This means that, if desired, the same functionality can be achieved using + a custom resolver or a resolver backed by an Inversion-of-Control container. + + The ADO.NET provider invariant name indicating the type of ADO.NET connection for which this execution strategy will be used. + A function that returns a new instance of an execution strategy. + + + + Call this method from the constructor of a class derived from to register an + for use with the provider represented by the given invariant name and + for a given server name. + + + This method is provided as a convenient and discoverable way to add configuration to the Entity Framework. + Internally it works in the same way as using to add an appropriate resolver for + . This means that, if desired, the same functionality can be achieved using + a custom resolver or a resolver backed by an Inversion-of-Control container. + + + The ADO.NET provider invariant name indicating the type of ADO.NET connection for which this execution strategy will be used. + + A function that returns a new instance of an execution strategy. + A string that will be matched against the server name in the connection string. + + + + Call this method from the constructor of a class derived from to register a + . + + + This method is provided as a convenient and discoverable way to add configuration to the Entity Framework. + Internally it works in the same way as using to add an appropriate resolver for + . This means that, if desired, the same functionality can be achieved using + a custom resolver or a resolver backed by an Inversion-of-Control container. + + A function that returns a new instance of a transaction handler. + + + + Call this method from the constructor of a class derived from to register a + for use with the provider represented by the given invariant name. + + + This method is provided as a convenient and discoverable way to add configuration to the Entity Framework. + Internally it works in the same way as using to add an appropriate resolver for + . This means that, if desired, the same functionality can be achieved using + a custom resolver or a resolver backed by an Inversion-of-Control container. + + + The ADO.NET provider invariant name indicating the type of ADO.NET connection for which this transaction handler will be used. + + A function that returns a new instance of a transaction handler. + + + + Call this method from the constructor of a class derived from to register a + for use with the provider represented by the given invariant name and + for a given server name. + + + This method is provided as a convenient and discoverable way to add configuration to the Entity Framework. + Internally it works in the same way as using to add an appropriate resolver for + . This means that, if desired, the same functionality can be achieved using + a custom resolver or a resolver backed by an Inversion-of-Control container. + + + The ADO.NET provider invariant name indicating the type of ADO.NET connection for which this transaction handler will be used. + + A function that returns a new instance of a transaction handler. + A string that will be matched against the server name in the connection string. + + + + Sets the that is used to create connections by convention if no other + connection string or connection is given to or can be discovered by . + Note that a default connection factory is set in the app.config or web.config file whenever the + EntityFramework NuGet package is installed. As for all config file settings, the default connection factory + set in the config file will take precedence over any setting made with this method. Therefore the setting + must be removed from the config file before calling this method will have any effect. + Call this method from the constructor of a class derived from to change + the default connection factory being used. + + + This method is provided as a convenient and discoverable way to add configuration to the Entity Framework. + Internally it works in the same way as using AddDependencyResolver to add an appropriate resolver for + . This means that, if desired, the same functionality can be achieved using + a custom resolver or a resolver backed by an Inversion-of-Control container. + + The connection factory. + + + + Call this method from the constructor of a class derived from to + set the pluralization service. + + The pluralization service to use. + + + + Call this method from the constructor of a class derived from to + set the database initializer to use for the given context type. The database initializer is called when a + the given type is used to access a database for the first time. + The default strategy for Code First contexts is an instance of . + + + Calling this method is equivalent to calling . + This method is provided as a convenient and discoverable way to add configuration to the Entity Framework. + Internally it works in the same way as using AddDependencyResolver to add an appropriate resolver for + . This means that, if desired, the same functionality can be achieved using + a custom resolver or a resolver backed by an Inversion-of-Control container. + + The type of the context. + The initializer to use, or null to disable initialization for the given context type. + + + + Call this method from the constructor of a class derived from to register a + for use with the provider represented by the given invariant name. + + + This method is typically used by providers to register an associated SQL generator for Code First Migrations. + It is different from setting the generator in the because it allows + EF to use the Migrations pipeline to create a database even when there is no Migrations configuration in the project + and/or Migrations are not being explicitly used. + This method is provided as a convenient and discoverable way to add configuration to the Entity Framework. + Internally it works in the same way as using AddDependencyResolver to add an appropriate resolver for + . This means that, if desired, the same functionality can be achieved using + a custom resolver or a resolver backed by an Inversion-of-Control container. + + The invariant name of the ADO.NET provider for which this generator should be used. + A delegate that returns a new instance of the SQL generator each time it is called. + + + + Call this method from the constructor of a class derived from to set + an implementation of which allows provider manifest tokens to + be obtained from connections without necessarily opening the connection. + + + This method is provided as a convenient and discoverable way to add configuration to the Entity Framework. + Internally it works in the same way as using AddDependencyResolver to add an appropriate resolver for + . This means that, if desired, the same functionality can be achieved using + a custom resolver or a resolver backed by an Inversion-of-Control container. + + The manifest token resolver. + + + + Call this method from the constructor of a class derived from to set + a factory for implementations of which allows custom annotations + represented by instances to be serialized to and from the EDMX XML. + + + Note that an is not needed if the annotation uses a simple string value. + This method is provided as a convenient and discoverable way to add configuration to the Entity Framework. + Internally it works in the same way as using AddDependencyResolver to add an appropriate resolver for + . This means that, if desired, the same functionality can be achieved using + a custom resolver or a resolver backed by an Inversion-of-Control container. + + The name of custom annotation that will be handled by this serializer. + A delegate that will be used to create serializer instances. + + + + Call this method from the constructor of a class derived from to set + an implementation of which allows a + to be obtained from a in cases where the default implementation is not + sufficient. + + + This method is provided as a convenient and discoverable way to add configuration to the Entity Framework. + Internally it works in the same way as using AddDependencyResolver to add an appropriate resolver for + . This means that, if desired, the same functionality can be achieved using + a custom resolver or a resolver backed by an Inversion-of-Control container. + + The provider factory service. + + + + Call this method from the constructor of a class derived from to set + a as the model cache key factory which allows the key + used to cache the model behind a to be changed. + + + This method is provided as a convenient and discoverable way to add configuration to the Entity Framework. + Internally it works in the same way as using AddDependencyResolver to add an appropriate resolver for + . This means that, if desired, the same functionality can + be achieved using a custom resolver or a resolver backed by an Inversion-of-Control container. + + The key factory. + + + + Call this method from the constructor of a class derived from to set + a delegate which can be used for + creation of the default for a any + . This default factory will only be used if no factory is + set explicitly in the and if no factory has been registered + for the provider in use using the + + method. + + + This method is provided as a convenient and discoverable way to add configuration to the Entity Framework. + Internally it works in the same way as using AddDependencyResolver to add an appropriate resolver for + . This means that, if desired, the same functionality + can be achieved using a custom resolver or a resolver backed by an Inversion-of-Control container. + + + A factory for creating instances for a given and + representing the default schema. + + + + + Call this method from the constructor of a class derived from to set + a delegate which allows for creation of a customized + for the given provider for any + that does not have an explicit factory set. + + + This method is provided as a convenient and discoverable way to add configuration to the Entity Framework. + Internally it works in the same way as using AddDependencyResolver to add an appropriate resolver for + . This means that, if desired, the same functionality + can be achieved using a custom resolver or a resolver backed by an Inversion-of-Control container. + + The invariant name of the ADO.NET provider for which this generator should be used. + + A factory for creating instances for a given and + representing the default schema. + + + + + Call this method from the constructor of a class derived from to set + the global instance of which will be used whenever a spatial provider is + required and a provider-specific spatial provider cannot be found. Normally, a provider-specific spatial provider + is obtained from the a implementation which is in turn returned by resolving + a service for passing the provider invariant name as a key. However, this + cannot work for stand-alone instances of and since + it is impossible to know the spatial provider to use. Therefore, when creating stand-alone instances + of and the global spatial provider is always used. + + + This method is provided as a convenient and discoverable way to add configuration to the Entity Framework. + Internally it works in the same way as using AddDependencyResolver to add an appropriate resolver for + . This means that, if desired, the same functionality can be achieved using + a custom resolver or a resolver backed by an Inversion-of-Control container. + + The spatial provider. + + + + Call this method from the constructor of a class derived from to set + an implementation of to use for a specific provider and provider + manifest token. + + + Use + to register spatial services for use only when a specific manifest token is returned by the provider. + Use to register global + spatial services to be used when provider information is not available or no provider-specific + spatial services are found. + This method is provided as a convenient and discoverable way to add configuration to the Entity Framework. + Internally it works in the same way as using AddDependencyResolver to add an appropriate resolver for + . This means that, if desired, the same functionality can be achieved using + a custom resolver or a resolver backed by an Inversion-of-Control container. + + + The indicating the type of ADO.NET connection for which this spatial provider will be used. + + The spatial provider. + + + + Call this method from the constructor of a class derived from to set + an implementation of to use for a specific provider with any + manifest token. + + + Use + to register spatial services for use when any manifest token is returned by the provider. + Use to register global + spatial services to be used when provider information is not available or no provider-specific + spatial services are found. + + This method is provided as a convenient and discoverable way to add configuration to the Entity Framework. + Internally it works in the same way as using AddDependencyResolver to add an appropriate resolver for + . This means that, if desired, the same functionality can be achieved using + a custom resolver or a resolver backed by an Inversion-of-Control container. + + The ADO.NET provider invariant name indicating the type of ADO.NET connection for which this spatial provider will be used. + The spatial provider. + + + + Call this method from the constructor of a class derived from to set + a factory for the type of to use with . + + + Note that setting the type of formatter to use with this method does change the way command are + logged when is used. It is still necessary to set a + instance onto before any commands will be logged. + For more low-level control over logging/interception see and + . + This method is provided as a convenient and discoverable way to add configuration to the Entity Framework. + Internally it works in the same way as using AddDependencyResolver to add an appropriate resolver for + . This means that, if desired, the same functionality can be achieved using + a custom resolver or a resolver backed by an Inversion-of-Control container. + + A delegate that will create formatter instances. + + + + Call this method from the constructor of a class derived from to + register an at application startup. Note that interceptors can also + be added and removed at any time using . + + + This method is provided as a convenient and discoverable way to add configuration to the Entity Framework. + Internally it works in the same way as using AddDependencyResolver to add an appropriate resolver for + . This means that, if desired, the same functionality can be achieved using + a custom resolver or a resolver backed by an Inversion-of-Control container. + + The interceptor to register. + + + + Call this method from the constructor of a class derived from to set + a factory to allow to create instances of a context that does not have a public, + parameterless constructor. + + + This is typically needed to allow design-time tools like Migrations or scaffolding code to use contexts that + do not have public, parameterless constructors. + This method is provided as a convenient and discoverable way to add configuration to the Entity Framework. + Internally it works in the same way as using AddDependencyResolver to add an appropriate resolver for + with the context as the key. This means that, if desired, + the same functionality can be achieved using a custom resolver or a resolver backed by an + Inversion-of-Control container. + + The context type for which the factory should be used. + The delegate to use to create context instances. + + + + Call this method from the constructor of a class derived from to set + a factory to allow to create instances of a context that does not have a public, + parameterless constructor. + + + This is typically needed to allow design-time tools like Migrations or scaffolding code to use contexts that + do not have public, parameterless constructors. + This method is provided as a convenient and discoverable way to add configuration to the Entity Framework. + Internally it works in the same way as using AddDependencyResolver to add an appropriate resolver for + with the context as the key. This means that, if desired, + the same functionality can be achieved using a custom resolver or a resolver backed by an + Inversion-of-Control container. + + The context type for which the factory should be used. + The delegate to use to create context instances. + + + + Sets a singleton model store implementation (persisted model cache). + + The model store implementation. + + + + Call this method from the constructor of a class derived from to register + a database table existence checker for a given provider. + + + This method is provided as a convenient and discoverable way to add configuration to the Entity Framework. + Internally it works in the same way as using AddDependencyResolver to add an appropriate resolver for + and also using AddDefaultResolver to add the provider as a default + resolver. This means that, if desired, the same functionality can be achieved using a custom resolver or a + resolver backed by an Inversion-of-Control container. + + The ADO.NET provider invariant name indicating the type of ADO.NET connection for which this provider will be used. + The table existence checker to use. + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Creates a shallow copy of the current . + + A shallow copy of the current . + + + + This attribute can be placed on a subclass of to indicate that the subclass of + representing the code-based configuration for the application is in a different + assembly than the context type. + + + Normally a subclass of should be placed in the same assembly as + the subclass of used by the application. It will then be discovered automatically. + However, if this is not possible or if the application contains multiple context types in different + assemblies, then this attribute can be used to direct DbConfiguration discovery to the appropriate type. + An alternative to using this attribute is to specify the DbConfiguration type to use in the application's + config file. See http://go.microsoft.com/fwlink/?LinkId=260883 for more information. + + + + + Indicates that the given subclass of should be used for code-based configuration + for this application. + + + The type to use. + + + + + Indicates that the subclass of represented by the given assembly-qualified + name should be used for code-based configuration for this application. + + + The type to use. + + + + + Gets the subclass of that should be used for code-based configuration + for this application. + + + + + A DbContext instance represents a combination of the Unit Of Work and Repository patterns such that + it can be used to query from a database and group together changes that will then be written + back to the store as a unit. + DbContext is conceptually similar to ObjectContext. + + + DbContext is usually used with a derived type that contains properties for + the root entities of the model. These sets are automatically initialized when the + instance of the derived class is created. This behavior can be modified by applying the + attribute to either the entire derived context + class, or to individual properties on the class. + The Entity Data Model backing the context can be specified in several ways. When using the Code First + approach, the properties on the derived context are used to build a model + by convention. The protected OnModelCreating method can be overridden to tweak this model. More + control over the model used for the Model First approach can be obtained by creating a + explicitly from a and passing this model to one of the DbContext constructors. + When using the Database First or Model First approach the Entity Data Model can be created using the + Entity Designer (or manually through creation of an EDMX file) and then this model can be specified using + entity connection string or an object. + The connection to the database (including the name of the database) can be specified in several ways. + If the parameterless DbContext constructor is called from a derived context, then the name of the derived context + is used to find a connection string in the app.config or web.config file. If no connection string is found, then + the name is passed to the DefaultConnectionFactory registered on the class. The connection + factory then uses the context name as the database name in a default connection string. (This default connection + string points to (localdb)\MSSQLLocalDB unless a different DefaultConnectionFactory is registered.) + Instead of using the derived context name, the connection/database name can also be specified explicitly by + passing the name to one of the DbContext constructors that takes a string. The name can also be passed in + the form "name=myname", in which case the name must be found in the config file or an exception will be thrown. + Note that the connection found in the app.config or web.config file can be a normal database connection + string (not a special Entity Framework connection string) in which case the DbContext will use Code First. + However, if the connection found in the config file is a special Entity Framework connection string, then the + DbContext will use Database/Model First and the model specified in the connection string will be used. + An existing or explicitly created DbConnection can also be used instead of the database/connection name. + A can be applied to a class derived from DbContext to set the + version of conventions used by the context when it creates a model. If no attribute is applied then the + latest version of conventions will be used. + + + + + Constructs a new context instance using conventions to create the name of the database to + which a connection will be made. The by-convention name is the full name (namespace + class name) + of the derived context class. + See the class remarks for how this is used to create a connection. + + + + + Constructs a new context instance using conventions to create the name of the database to + which a connection will be made, and initializes it from the given model. + The by-convention name is the full name (namespace + class name) of the derived context class. + See the class remarks for how this is used to create a connection. + + The model that will back this context. + + + + Constructs a new context instance using the given string as the name or connection string for the + database to which a connection will be made. + See the class remarks for how this is used to create a connection. + + Either the database name or a connection string. + + + + Constructs a new context instance using the given string as the name or connection string for the + database to which a connection will be made, and initializes it from the given model. + See the class remarks for how this is used to create a connection. + + Either the database name or a connection string. + The model that will back this context. + + + + Constructs a new context instance using the existing connection to connect to a database. + The connection will not be disposed when the context is disposed if + is false. + + An existing connection to use for the new context. + + If set to true the connection is disposed when the context is disposed, otherwise the caller must dispose the connection. + + + + + Constructs a new context instance using the existing connection to connect to a database, + and initializes it from the given model. + The connection will not be disposed when the context is disposed if + is false. + + An existing connection to use for the new context. + The model that will back this context. + + If set to true the connection is disposed when the context is disposed, otherwise the caller must dispose the connection. + + + + + Constructs a new context instance around an existing ObjectContext. + + An existing ObjectContext to wrap with the new context. + + If set to true the ObjectContext is disposed when the DbContext is disposed, otherwise the caller must dispose the connection. + + + + + This method is called when the model for a derived context has been initialized, but + before the model has been locked down and used to initialize the context. The default + implementation of this method does nothing, but it can be overridden in a derived class + such that the model can be further configured before it is locked down. + + + Typically, this method is called only once when the first instance of a derived context + is created. The model for that context is then cached and is for all further instances of + the context in the app domain. This caching can be disabled by setting the ModelCaching + property on the given ModelBuilder, but note that this can seriously degrade performance. + More control over caching is provided through use of the DbModelBuilder and DbContextFactory + classes directly. + + The builder that defines the model for the context being created. + + + + Creates a Database instance for this context that allows for creation/deletion/existence checks + for the underlying database. + + + + + Returns a instance for access to entities of the given type in the context + and the underlying store. + + + Note that Entity Framework requires that this method return the same instance each time that it is called + for a given context instance and entity type. Also, the non-generic returned by the + method must wrap the same underlying query and set of entities. These invariants must + be maintained if this method is overridden for anything other than creating test doubles for unit testing. + See the class for more details. + + The type entity for which a set should be returned. + A set for the given entity type. + + + + Returns a non-generic instance for access to entities of the given type in the context + and the underlying store. + + The type of entity for which a set should be returned. + A set for the given entity type. + + Note that Entity Framework requires that this method return the same instance each time that it is called + for a given context instance and entity type. Also, the generic returned by the + method must wrap the same underlying query and set of entities. These invariants must + be maintained if this method is overridden for anything other than creating test doubles for unit testing. + See the class for more details. + + + + + Saves all changes made in this context to the underlying database. + + + The number of state entries written to the underlying database. This can include + state entries for entities and/or relationships. Relationship state entries are created for + many-to-many relationships and relationships where there is no foreign key property + included in the entity class (often referred to as independent associations). + + An error occurred sending updates to the database. + + A database command did not affect the expected number of rows. This usually indicates an optimistic + concurrency violation; that is, a row has been changed in the database since it was queried. + + + The save was aborted because validation of entity property values failed. + + + An attempt was made to use unsupported behavior such as executing multiple asynchronous commands concurrently + on the same context instance. + The context or connection have been disposed. + + Some error occurred attempting to process entities in the context either before or after sending commands + to the database. + + + + + Asynchronously saves all changes made in this context to the underlying database. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A task that represents the asynchronous save operation. + The task result contains the number of state entries written to the underlying database. This can include + state entries for entities and/or relationships. Relationship state entries are created for + many-to-many relationships and relationships where there is no foreign key property + included in the entity class (often referred to as independent associations). + + An error occurred sending updates to the database. + + A database command did not affect the expected number of rows. This usually indicates an optimistic + concurrency violation; that is, a row has been changed in the database since it was queried. + + + The save was aborted because validation of entity property values failed. + + + An attempt was made to use unsupported behavior such as executing multiple asynchronous commands concurrently + on the same context instance. + The context or connection have been disposed. + + Some error occurred attempting to process entities in the context either before or after sending commands + to the database. + + + + + Asynchronously saves all changes made in this context to the underlying database. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous save operation. + The task result contains the number of state entries written to the underlying database. This can include + state entries for entities and/or relationships. Relationship state entries are created for + many-to-many relationships and relationships where there is no foreign key property + included in the entity class (often referred to as independent associations). + + Thrown if the context has been disposed. + + + + Returns the Entity Framework ObjectContext that is underlying this context. + + Thrown if the context has been disposed. + + + + Validates tracked entities and returns a Collection of containing validation results. + + Collection of validation results for invalid entities. The collection is never null and must not contain null values or results for valid entities. + + 1. This method calls DetectChanges() to determine states of the tracked entities unless + DbContextConfiguration.AutoDetectChangesEnabled is set to false. + 2. By default only Added on Modified entities are validated. The user is able to change this behavior + by overriding ShouldValidateEntity method. + + + + + Extension point allowing the user to override the default behavior of validating only + added and modified entities. + + DbEntityEntry instance that is supposed to be validated. + true to proceed with validation; false otherwise. + + + + Extension point allowing the user to customize validation of an entity or filter out validation results. + Called by . + + DbEntityEntry instance to be validated. + + User-defined dictionary containing additional info for custom validation. It will be passed to + + and will be exposed as + + . This parameter is optional and can be null. + + Entity validation result. Possibly null when overridden. + + + + Gets a object for the given entity providing access to + information about the entity and the ability to perform actions on the entity. + + The type of the entity. + The entity. + An entry for the entity. + + + + Gets a object for the given entity providing access to + information about the entity and the ability to perform actions on the entity. + + The entity. + An entry for the entity. + + + + Provides access to features of the context that deal with change tracking of entities. + + An object used to access features that deal with change tracking. + + + + Provides access to configuration options for the context. + + An object used to access configuration options. + + + + Calls the protected Dispose method. + + + + + Disposes the context. The underlying is also disposed if it was created + is by this context or ownership was passed to this context when this context was created. + The connection to the database ( object) is also disposed if it was created + is by this context or ownership was passed to this context when this context was created. + + + true to release both managed and unmanaged resources; false to release only unmanaged resources. + + + + + + + + + + + + + + + + + Wraps access to the transaction object on the underlying store connection and ensures that the + Entity Framework executes commands on the database within the context of that transaction. + An instance of this class is retrieved by calling BeginTransaction() on the + + object. + + + + + Gets the database (store) transaction that is underlying this context transaction. + + + + + Commits the underlying store transaction + + + + + Rolls back the underlying store transaction + + + + + Cleans up this transaction object and ensures the Entity Framework + is no longer using that transaction. + + + + + Releases the resources used by this transaction object + + + true to release both managed and unmanaged resources; false to release only unmanaged resources. + + + + + + + + + + + + + + + + + Indicates that the given method is a proxy for an EDM function. + + + Note that this class was called EdmFunctionAttribute in some previous versions of Entity Framework. + + + + + Initializes a new instance of the class. + + The namespace of the mapped-to function. + The name of the mapped-to function. + + + The namespace of the mapped-to function. + The namespace of the mapped-to function. + + + The name of the mapped-to function. + The name of the mapped-to function. + + + + Provides common language runtime (CLR) methods that expose EDM canonical functions + for use in or LINQ to Entities queries. + + + Note that this class was called EntityFunctions in some previous versions of Entity Framework. + + + + + When used as part of a LINQ to Entities query, this method invokes the canonical StDev EDM function to calculate + the standard deviation of the collection. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The standard deviation. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical StDev EDM function to calculate + the standard deviation of the collection. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The standard deviation. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical StDev EDM function to calculate + the standard deviation of the collection. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The standard deviation. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical StDev EDM function to calculate + the standard deviation of the collection. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The standard deviation. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical StDev EDM function to calculate + the standard deviation of the collection. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The standard deviation. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical StDev EDM function to calculate + the standard deviation of the collection. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The standard deviation. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical StDev EDM function to calculate + the standard deviation of the collection. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The standard deviation. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical StDev EDM function to calculate + the standard deviation of the collection. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The standard deviation. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical StDevP EDM function to calculate + the standard deviation for the population. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The standard deviation for the population. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical StDevP EDM function to calculate + the standard deviation for the population. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The standard deviation for the population. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical StDevP EDM function to calculate + the standard deviation for the population. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The standard deviation for the population. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical StDevP EDM function to calculate + the standard deviation for the population. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The standard deviation for the population. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical StDevP EDM function to calculate + the standard deviation for the population. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The standard deviation for the population. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical StDevP EDM function to calculate + the standard deviation for the population. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The standard deviation for the population. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical StDevP EDM function to calculate + the standard deviation for the population. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The standard deviation for the population. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical StDevP EDM function to calculate + the standard deviation for the population. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The standard deviation for the population. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical Var EDM function to calculate + the variance of the collection. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The variance. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical Var EDM function to calculate + the variance of the collection. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The variance. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical Var EDM function to calculate + the variance of the collection. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The variance. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical Var EDM function to calculate + the variance of the collection. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The variance. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical Var EDM function to calculate + the variance of the collection. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The variance. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical Var EDM function to calculate + the variance of the collection. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The variance. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical Var EDM function to calculate + the variance of the collection. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The variance. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical Var EDM function to calculate + the variance of the collection. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The variance. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical VarP EDM function to calculate + the variance for the population. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The variance for the population. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical VarP EDM function to calculate + the variance for the population. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The variance for the population. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical VarP EDM function to calculate + the variance for the population. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The variance for the population. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical VarP EDM function to calculate + the variance for the population. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The variance for the population. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical VarP EDM function to calculate + the variance for the population. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The variance for the population. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical VarP EDM function to calculate + the variance for the population. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The variance for the population. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical VarP EDM function to calculate + the variance for the population. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The variance for the population. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical VarP EDM function to calculate + the variance for the population. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The collection over which to perform the calculation. + The variance for the population. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical Left EDM function to return a given + number of the leftmost characters in a string. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input string. + The number of characters to return + A string containing the number of characters asked for from the left of the input string. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical Right EDM function to return a given + number of the rightmost characters in a string. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input string. + The number of characters to return + A string containing the number of characters asked for from the right of the input string. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical Reverse EDM function to return a given + string with the order of the characters reversed. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input string. + The input string with the order of the characters reversed. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical GetTotalOffsetMinutes EDM function to + return the number of minutes that the given date/time is offset from UTC. This is generally between +780 + and -780 (+ or - 13 hrs). + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The date/time value to use. + The offset of the input from UTC. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical TruncateTime EDM function to return + the given date with the time portion cleared. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The date/time value to use. + The input date with the time portion cleared. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical TruncateTime EDM function to return + the given date with the time portion cleared. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The date/time value to use. + The input date with the time portion cleared. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical CreateDateTime EDM function to + create a new object. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The year. + The month (1-based). + The day (1-based). + The hours. + The minutes. + The seconds, including fractional parts of the seconds if desired. + The new date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical CreateDateTimeOffset EDM function to + create a new object. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The year. + The month (1-based). + The day (1-based). + The hours. + The minutes. + The seconds, including fractional parts of the seconds if desired. + The time zone offset part of the new date. + The new date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical CreateTime EDM function to + create a new object. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The hours. + The minutes. + The seconds, including fractional parts of the seconds if desired. + The new time span. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddYears EDM function to + add the given number of years to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of years to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddYears EDM function to + add the given number of years to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of years to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddMonths EDM function to + add the given number of months to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of months to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddMonths EDM function to + add the given number of months to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of months to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddDays EDM function to + add the given number of days to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of days to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddDays EDM function to + add the given number of days to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of days to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddHours EDM function to + add the given number of hours to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of hours to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddHours EDM function to + add the given number of hours to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of hours to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddHours EDM function to + add the given number of hours to a time span. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of hours to add. + A resulting time span. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddMinutes EDM function to + add the given number of minutes to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of minutes to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddMinutes EDM function to + add the given number of minutes to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of minutes to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddMinutes EDM function to + add the given number of minutes to a time span. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of minutes to add. + A resulting time span. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddSeconds EDM function to + add the given number of seconds to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of seconds to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddSeconds EDM function to + add the given number of seconds to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of seconds to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddSeconds EDM function to + add the given number of seconds to a time span. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of seconds to add. + A resulting time span. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddMilliseconds EDM function to + add the given number of milliseconds to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of milliseconds to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddMilliseconds EDM function to + add the given number of milliseconds to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of milliseconds to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddMilliseconds EDM function to + add the given number of milliseconds to a time span. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of milliseconds to add. + A resulting time span. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddMicroseconds EDM function to + add the given number of microseconds to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of microseconds to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddMicroseconds EDM function to + add the given number of microseconds to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of microseconds to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddMicroseconds EDM function to + add the given number of microseconds to a time span. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of microseconds to add. + A resulting time span. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddNanoseconds EDM function to + add the given number of nanoseconds to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of nanoseconds to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddNanoseconds EDM function to + add the given number of nanoseconds to a date/time. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of nanoseconds to add. + A resulting date/time. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical AddNanoseconds EDM function to + add the given number of nanoseconds to a time span. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The input date/time. + The number of nanoseconds to add. + A resulting time span. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffYears EDM function to + calculate the number of years between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of years between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffYears EDM function to + calculate the number of years between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of years between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffMonths EDM function to + calculate the number of months between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of months between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffMonths EDM function to + calculate the number of months between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of months between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffDays EDM function to + calculate the number of days between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of days between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffDays EDM function to + calculate the number of days between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of days between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffHours EDM function to + calculate the number of hours between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of hours between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffHours EDM function to + calculate the number of hours between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of hours between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffHours EDM function to + calculate the number of hours between two time spans. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first time span. + The second time span. + The number of hours between the first and second time spans. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffMinutes EDM function to + calculate the number of minutes between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of minutes between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffMinutes EDM function to + calculate the number of minutes between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of minutes between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffMinutes EDM function to + calculate the number of minutes between two time spans. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first time span. + The second time span. + The number of minutes between the first and second time spans. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffSeconds EDM function to + calculate the number of seconds between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of seconds between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffSeconds EDM function to + calculate the number of seconds between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of seconds between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffSeconds EDM function to + calculate the number of seconds between two time spans. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first time span. + The second time span. + The number of seconds between the first and second time spans. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffMilliseconds EDM function to + calculate the number of milliseconds between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of milliseconds between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffMilliseconds EDM function to + calculate the number of milliseconds between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of milliseconds between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffMilliseconds EDM function to + calculate the number of milliseconds between two time spans. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first time span. + The second time span. + The number of milliseconds between the first and second time spans. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffMicroseconds EDM function to + calculate the number of microseconds between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of microseconds between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffMicroseconds EDM function to + calculate the number of microseconds between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of microseconds between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffMicroseconds EDM function to + calculate the number of microseconds between two time spans. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first time span. + The second time span. + The number of microseconds between the first and second time spans. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffNanoseconds EDM function to + calculate the number of nanoseconds between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of nanoseconds between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffNanoseconds EDM function to + calculate the number of nanoseconds between two date/times. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first date/time. + The second date/time. + The number of nanoseconds between the first and second date/times. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical DiffNanoseconds EDM function to + calculate the number of nanoseconds between two time spans. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The first time span. + The second time span. + The number of nanoseconds between the first and second time spans. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical Truncate EDM function to + truncate the given value to the number of specified digits. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The value to truncate. + The number of digits to preserve. + The truncated value. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical Truncate EDM function to + truncate the given value to the number of specified digits. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The value to truncate. + The number of digits to preserve. + The truncated value. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical Like EDM operator to match an expression. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The string to search. + The expression to match against. + True if the searched string matches the expression; otherwise false. + + + + When used as part of a LINQ to Entities query, this method invokes the canonical Like EDM operator to match an expression. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function is translated to a corresponding function in the database. + + The string to search. + The expression to match against. + The string to escape special characters with, must only be a single character. + True if the searched string matches the expression; otherwise false. + + + + When used as part of a LINQ to Entities query, this method acts as an operator that ensures the input + is treated as a Unicode string. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function impacts the way the LINQ query is translated to a query that can be run in the database. + + The input string. + The input string treated as a Unicode string. + + + + When used as part of a LINQ to Entities query, this method acts as an operator that ensures the input + is treated as a non-Unicode string. + + + You cannot call this function directly. This function can only appear within a LINQ to Entities query. + This function impacts the way the LINQ query is translated to a query that can be run in the database. + + The input string. + The input string treated as a non-Unicode string. + + + + DbModelBuilder is used to map CLR classes to a database schema. + This code centric approach to building an Entity Data Model (EDM) model is known as 'Code First'. + + + DbModelBuilder is typically used to configure a model by overriding + DbContext.OnModelCreating(DbModelBuilder) + . + You can also use DbModelBuilder independently of DbContext to build a model and then construct a + or . + The recommended approach, however, is to use OnModelCreating in as + the workflow is more intuitive and takes care of common tasks, such as caching the created model. + Types that form your model are registered with DbModelBuilder and optional configuration can be + performed by applying data annotations to your classes and/or using the fluent style DbModelBuilder + API. + When the Build method is called a set of conventions are run to discover the initial model. + These conventions will automatically discover aspects of the model, such as primary keys, and + will also process any data annotations that were specified on your classes. Finally + any configuration that was performed using the DbModelBuilder API is applied. + Configuration done via the DbModelBuilder API takes precedence over data annotations which + in turn take precedence over the default conventions. + + + + + Initializes a new instance of the class. + The process of discovering the initial model will use the set of conventions included + in the most recent version of the Entity Framework installed on your machine. + + + Upgrading to newer versions of the Entity Framework may cause breaking changes + in your application because new conventions may cause the initial model to be + configured differently. There is an alternate constructor that allows a specific + version of conventions to be specified. + + + + + Initializes a new instance of the class that will use + a specific set of conventions to discover the initial model. + + The version of conventions to be used. + + + + Excludes a type from the model. This is used to remove types from the model that were added + by convention during initial model discovery. + + The type to be excluded. + The same DbModelBuilder instance so that multiple calls can be chained. + + + + Configures the default database schema name. This default database schema name is used + for database objects that do not have an explicitly configured schema name. + + The name of the default database schema. + The same DbModelBuilder instance so that multiple calls can be chained. + + + + Excludes the specified type(s) from the model. This is used to remove types from the model that were added + by convention during initial model discovery. + + The types to be excluded from the model. + The same DbModelBuilder instance so that multiple calls can be chained. + + + + Registers an entity type as part of the model and returns an object that can be used to + configure the entity. This method can be called multiple times for the same entity to + perform multiple lines of configuration. + + The type to be registered or configured. + The configuration object for the specified entity type. + + + + Registers an entity type as part of the model. + + The type to be registered. + + This method is provided as a convenience to allow entity types to be registered dynamically + without the need to use MakeGenericMethod in order to call the normal generic Entity method. + This method does not allow further configuration of the entity type using the fluent APIs since + these APIs make extensive use of generic type parameters. + + + + + Registers a type as a complex type in the model and returns an object that can be used to + configure the complex type. This method can be called multiple times for the same type to + perform multiple lines of configuration. + + The type to be registered or configured. + The configuration object for the specified complex type. + + + + Begins configuration of a lightweight convention that applies to all entities and complex types in + the model. + + A configuration object for the convention. + + + + Begins configuration of a lightweight convention that applies to all entities and complex types + in the model that inherit from or implement the type specified by the generic argument. + This method does not register types as part of the model. + + The type of the entities or complex types that this convention will apply to. + A configuration object for the convention. + + + + Begins configuration of a lightweight convention that applies to all properties + in the model. + + A configuration object for the convention. + + + + Begins configuration of a lightweight convention that applies to all primitive + properties of the specified type in the model. + + The type of the properties that the convention will apply to. + A configuration object for the convention. + + The convention will apply to both nullable and non-nullable properties of the + specified type. + + + + + Provides access to the settings of this DbModelBuilder that deal with conventions. + + + + + Gets the for this DbModelBuilder. + The registrar allows derived entity and complex type configurations to be registered with this builder. + + + + + Creates a based on the configuration performed using this builder. + The connection is used to determine the database provider being used as this + affects the database layer of the generated model. + + Connection to use to determine provider information. + The model that was built. + + + + Creates a based on the configuration performed using this builder. + Provider information must be specified because this affects the database layer of the generated model. + For SqlClient the invariant name is 'System.Data.SqlClient' and the manifest token is the version year (i.e. '2005', '2008' etc.) + + The database provider that the model will be used with. + The model that was built. + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + A value from this enumeration can be provided directly to the + class or can be used in the applied to + a class derived from . The value used defines which version of + the DbContext and DbModelBuilder conventions should be used when building a model from + code--also known as "Code First". + + + Using DbModelBuilderVersion.Latest ensures that all the latest functionality is available + when upgrading to a new release of the Entity Framework. However, it may result in an + application behaving differently with the new release than it did with a previous release. + This can be avoided by using a specific version of the conventions, but if a version + other than the latest is set then not all the latest functionality will be available. + + + + + Indicates that the latest version of the and + conventions should be used. + + + + + Indicates that the version of the and + conventions shipped with Entity Framework v4.1 + should be used. + + + + + Indicates that the version of the and + conventions shipped with Entity Framework v5.0 + when targeting .Net Framework 4 should be used. + + + + + Indicates that the version of the and + conventions shipped with Entity Framework v5.0 + should be used. + + + + + Indicates that the version of the and + conventions shipped with Entity Framework v6.0 + should be used. + + + + + This attribute can be applied to a class derived from to set which + version of the DbContext and conventions should be used when building + a model from code--also known as "Code First". See the + enumeration for details about DbModelBuilder versions. + + + If the attribute is missing from DbContextthen DbContext will always use the latest + version of the conventions. This is equivalent to using DbModelBuilderVersion.Latest. + + + + + Initializes a new instance of the class. + + + The conventions version to use. + + + + + Gets the conventions version. + + + The conventions version. + + + + + A non-generic version of which can be used when the type of entity + is not known at build time. + + + + + Creates an instance of a when called from the constructor of a derived + type that will be used as a test double for DbSets. Methods and properties that will be used by the + test double must be implemented by the test double except AsNoTracking, AsStreaming, an Include where + the default implementation is a no-op. + + + + + Finds an entity with the given primary key values. + If an entity with the given primary key values exists in the context, then it is + returned immediately without making a request to the store. Otherwise, a request + is made to the store for an entity with the given primary key values and this entity, + if found, is attached to the context and returned. If no entity is found in the + context or the store, then null is returned. + + + The ordering of composite key values is as defined in the EDM, which is in turn as defined in + the designer, by the Code First fluent API, or by the DataMember attribute. + + The values of the primary key for the entity to be found. + The entity found, or null. + Thrown if multiple entities exist in the context with the primary key values given. + Thrown if the type of entity is not part of the data model for this context. + Thrown if the types of the key values do not match the types of the key values for the entity type to be found. + Thrown if the context has been disposed. + + + + Asynchronously finds an entity with the given primary key values. + If an entity with the given primary key values exists in the context, then it is + returned immediately without making a request to the store. Otherwise, a request + is made to the store for an entity with the given primary key values and this entity, + if found, is attached to the context and returned. If no entity is found in the + context or the store, then null is returned. + + + The ordering of composite key values is as defined in the EDM, which is in turn as defined in + the designer, by the Code First fluent API, or by the DataMember attribute. + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + The values of the primary key for the entity to be found. + A task that represents the asynchronous find operation. The task result contains the entity found, or null. + Thrown if multiple entities exist in the context with the primary key values given. + Thrown if the type of entity is not part of the data model for this context. + Thrown if the types of the key values do not match the types of the key values for the entity type to be found. + Thrown if the context has been disposed. + + + + Asynchronously finds an entity with the given primary key values. + If an entity with the given primary key values exists in the context, then it is + returned immediately without making a request to the store. Otherwise, a request + is made to the store for an entity with the given primary key values and this entity, + if found, is attached to the context and returned. If no entity is found in the + context or the store, then null is returned. + + + The ordering of composite key values is as defined in the EDM, which is in turn as defined in + the designer, by the Code First fluent API, or by the DataMember attribute. + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A to observe while waiting for the task to complete. + + The values of the primary key for the entity to be found. + A task that represents the asynchronous find operation. The task result contains the entity found, or null. + Thrown if multiple entities exist in the context with the primary key values given. + Thrown if the type of entity is not part of the data model for this context. + Thrown if the types of the key values do not match the types of the key values for the entity type to be found. + Thrown if the context has been disposed. + + + + Gets an that represents a local view of all Added, Unchanged, + and Modified entities in this set. This local view will stay in sync as entities are added or + removed from the context. Likewise, entities added to or removed from the local view will automatically + be added to or removed from the context. + + + This property can be used for data binding by populating the set with data, for example by using the Load + extension method, and then binding to the local data through this property. For WPF bind to this property + directly. For Windows Forms bind to the result of calling ToBindingList on this property + + The local view. + + + + Attaches the given entity to the context underlying the set. That is, the entity is placed + into the context in the Unchanged state, just as if it had been read from the database. + + The entity to attach. + The entity. + + Attach is used to repopulate a context with an entity that is known to already exist in the database. + SaveChanges will therefore not attempt to insert an attached entity into the database because + it is assumed to already be there. + Note that entities that are already in the context in some other state will have their state set + to Unchanged. Attach is a no-op if the entity is already in the context in the Unchanged state. + + + + + Adds the given entity to the context underlying the set in the Added state such that it will + be inserted into the database when SaveChanges is called. + + The entity to add. + The entity. + + Note that entities that are already in the context in some other state will have their state set + to Added. Add is a no-op if the entity is already in the context in the Added state. + + + + + Adds the given collection of entities into context underlying the set with each entity being put into + the Added state such that it will be inserted into the database when SaveChanges is called. + + The collection of entities to add. + + The collection of entities. + + + Note that if is set to true (which is + the default), then DetectChanges will be called once before adding any entities and will not be called + again. This means that in some situations AddRange may perform significantly better than calling + Add multiple times would do. + Note that entities that are already in the context in some other state will have their state set to + Added. AddRange is a no-op for entities that are already in the context in the Added state. + + + + + Marks the given entity as Deleted such that it will be deleted from the database when SaveChanges + is called. Note that the entity must exist in the context in some other state before this method + is called. + + The entity to remove. + The entity. + + Note that if the entity exists in the context in the Added state, then this method + will cause it to be detached from the context. This is because an Added entity is assumed not to + exist in the database such that trying to delete it does not make sense. + + + + + Removes the given collection of entities from the context underlying the set with each entity being put into + the Deleted state such that it will be deleted from the database when SaveChanges is called. + + The collection of entities to delete. + + The collection of entities. + + + Note that if is set to true (which is + the default), then DetectChanges will be called once before delete any entities and will not be called + again. This means that in some situations RemoveRange may perform significantly better than calling + Remove multiple times would do. + Note that if any entity exists in the context in the Added state, then this method + will cause it to be detached from the context. This is because an Added entity is assumed not to + exist in the database such that trying to delete it does not make sense. + + + + + Creates a new instance of an entity for the type of this set. + Note that this instance is NOT added or attached to the set. + The instance returned will be a proxy if the underlying context is configured to create + proxies and the entity type meets the requirements for creating a proxy. + + The entity instance, which may be a proxy. + + + + Creates a new instance of an entity for the type of this set or for a type derived + from the type of this set. + Note that this instance is NOT added or attached to the set. + The instance returned will be a proxy if the underlying context is configured to create + proxies and the entity type meets the requirements for creating a proxy. + + The type of entity to create. + The entity instance, which may be a proxy. + + + + Returns the equivalent generic object. + + The type of entity for which the set was created. + The generic set object. + + + + Creates a raw SQL query that will return entities in this set. By default, the + entities returned are tracked by the context; this can be changed by calling + AsNoTracking on the returned. + Note that the entities returned are always of the type for this set and never of + a derived type. If the table or tables queried may contain data for other entity + types, then the SQL query must be written appropriately to ensure that only entities of + the correct type are returned. + + As with any API that accepts SQL it is important to parameterize any user input to protect against a SQL injection attack. You can include parameter place holders in the SQL query string and then supply parameter values as additional arguments. Any parameter values you supply will automatically be converted to a DbParameter. + context.Set(typeof(Blog)).SqlQuery("SELECT * FROM dbo.Posts WHERE Author = @p0", userSuppliedAuthor); + Alternatively, you can also construct a DbParameter and supply it to SqlQuery. This allows you to use named parameters in the SQL query string. + context.Set(typeof(Blog)).SqlQuery("SELECT * FROM dbo.Posts WHERE Author = @author", new SqlParameter("@author", userSuppliedAuthor)); + + The SQL query string. + + The parameters to apply to the SQL query string. If output parameters are used, their values + will not be available until the results have been read completely. This is due to the underlying + behavior of DbDataReader, see http://go.microsoft.com/fwlink/?LinkID=398589 for more details. + + + A object that will execute the query when it is enumerated. + + + + + + + + + + + + + + A DbSet represents the collection of all entities in the context, or that can be queried from the + database, of a given type. DbSet objects are created from a DbContext using the DbContext.Set method. + + + Note that DbSet does not support MEST (Multiple Entity Sets per Type) meaning that there is always a + one-to-one correlation between a type and a set. + + The type that defines the set. + + + + Creates an instance of a when called from the constructor of a derived + type that will be used as a test double for DbSets. Methods and properties that will be used by the + test double must be implemented by the test double except AsNoTracking, AsStreaming, an Include where + the default implementation is a no-op. + + + + + Finds an entity with the given primary key values. + If an entity with the given primary key values exists in the context, then it is + returned immediately without making a request to the store. Otherwise, a request + is made to the store for an entity with the given primary key values and this entity, + if found, is attached to the context and returned. If no entity is found in the + context or the store, then null is returned. + + + The ordering of composite key values is as defined in the EDM, which is in turn as defined in + the designer, by the Code First fluent API, or by the DataMember attribute. + + The values of the primary key for the entity to be found. + The entity found, or null. + Thrown if multiple entities exist in the context with the primary key values given. + Thrown if the type of entity is not part of the data model for this context. + Thrown if the types of the key values do not match the types of the key values for the entity type to be found. + Thrown if the context has been disposed. + + + + Asynchronously finds an entity with the given primary key values. + If an entity with the given primary key values exists in the context, then it is + returned immediately without making a request to the store. Otherwise, a request + is made to the store for an entity with the given primary key values and this entity, + if found, is attached to the context and returned. If no entity is found in the + context or the store, then null is returned. + + + The ordering of composite key values is as defined in the EDM, which is in turn as defined in + the designer, by the Code First fluent API, or by the DataMember attribute. + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A to observe while waiting for the task to complete. + + The values of the primary key for the entity to be found. + A task that represents the asynchronous find operation. The task result contains the entity found, or null. + Thrown if multiple entities exist in the context with the primary key values given. + Thrown if the type of entity is not part of the data model for this context. + Thrown if the types of the key values do not match the types of the key values for the entity type to be found. + Thrown if the context has been disposed. + + + + Asynchronously finds an entity with the given primary key values. + If an entity with the given primary key values exists in the context, then it is + returned immediately without making a request to the store. Otherwise, a request + is made to the store for an entity with the given primary key values and this entity, + if found, is attached to the context and returned. If no entity is found in the + context or the store, then null is returned. + + + The ordering of composite key values is as defined in the EDM, which is in turn as defined in + the designer, by the Code First fluent API, or by the DataMember attribute. + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + The values of the primary key for the entity to be found. + A task that represents the asynchronous find operation. The task result contains the entity found, or null. + + + + + + + + + + + + + Adds the given collection of entities into context underlying the set with each entity being put into + the Added state such that it will be inserted into the database when SaveChanges is called. + + The collection of entities to add. + + The collection of entities. + + + Note that if is set to true (which is + the default), then DetectChanges will be called once before adding any entities and will not be called + again. This means that in some situations AddRange may perform significantly better than calling + Add multiple times would do. + Note that entities that are already in the context in some other state will have their state set to + Added. AddRange is a no-op for entities that are already in the context in the Added state. + + + + + + + + Removes the given collection of entities from the context underlying the set with each entity being put into + the Deleted state such that it will be deleted from the database when SaveChanges is called. + + The collection of entities to delete. + + The collection of entities. + + + Note that if is set to true (which is + the default), then DetectChanges will be called once before delete any entities and will not be called + again. This means that in some situations RemoveRange may perform significantly better than calling + Remove multiple times would do. + Note that if any entity exists in the context in the Added state, then this method + will cause it to be detached from the context. This is because an Added entity is assumed not to + exist in the database such that trying to delete it does not make sense. + + + + + + + + + + + Returns the equivalent non-generic object. + + The generic set object. + The non-generic set object. + + + + Creates a raw SQL query that will return entities in this set. By default, the + entities returned are tracked by the context; this can be changed by calling + AsNoTracking on the returned. + Note that the entities returned are always of the type for this set and never of + a derived type. If the table or tables queried may contain data for other entity + types, then the SQL query must be written appropriately to ensure that only entities of + the correct type are returned. + + As with any API that accepts SQL it is important to parameterize any user input to protect against a SQL injection attack. You can include parameter place holders in the SQL query string and then supply parameter values as additional arguments. Any parameter values you supply will automatically be converted to a DbParameter. + context.Blogs.SqlQuery("SELECT * FROM dbo.Posts WHERE Author = @p0", userSuppliedAuthor); + Alternatively, you can also construct a DbParameter and supply it to SqlQuery. This allows you to use named parameters in the SQL query string. + context.Blogs.SqlQuery("SELECT * FROM dbo.Posts WHERE Author = @author", new SqlParameter("@author", userSuppliedAuthor)); + + The SQL query string. + + The parameters to apply to the SQL query string. If output parameters are used, their values will + not be available until the results have been read completely. This is due to the underlying behavior + of DbDataReader, see http://go.microsoft.com/fwlink/?LinkID=398589 for more details. + + + A object that will execute the query when it is enumerated. + + + + + + + + + + + + + + An implementation of IDatabaseInitializer that will always recreate and optionally re-seed the + database the first time that a context is used in the app domain. + To seed the database, create a derived class and override the Seed method. + + The type of the context. + + + Initializes a new instance of the class. + + + + Executes the strategy to initialize the database for the given context. + + The context. + + + is + null + . + + + + + A method that should be overridden to actually add data to the context for seeding. + The default implementation does nothing. + + The context to seed. + + + + An implementation of IDatabaseInitializer that will DELETE, recreate, and optionally re-seed the + database only if the model has changed since the database was created. + + The type of the context. + + Whether or not the model has changed is determined by the + method. + To seed the database create a derived class and override the Seed method. + + + + Initializes a new instance of the class. + + + + Executes the strategy to initialize the database for the given context. + + The context. + + + is + null + . + + + + + A method that should be overridden to actually add data to the context for seeding. + The default implementation does nothing. + + The context to seed. + + + + Describes the state of an entity. + + + + + The entity is not being tracked by the context. + An entity is in this state immediately after it has been created with the new operator + or with one of the Create methods. + + + + + The entity is being tracked by the context and exists in the database, and its property + values have not changed from the values in the database. + + + + + The entity is being tracked by the context but does not yet exist in the database. + + + + + The entity is being tracked by the context and exists in the database, but has been marked + for deletion from the database the next time SaveChanges is called. + + + + + The entity is being tracked by the context and exists in the database, and some or all of its + property values have been modified. + + + + + A provider-independent service API for HierarchyId type support. + + + + + Returns a hierarchyid representing the nth ancestor of this. + + A hierarchyid representing the nth ancestor of this. + n + + + + Returns a child node of the parent. + + null or the hierarchyid of a child of the current node. + null or the hierarchyid of a child of the current node. + + Returns one child node that is a descendant of the parent. + If parent is null, returns null. + If parent is not null, and both child1 and child2 are null, returns a child of parent. + If parent and child1 are not null, and child2 is null, returns a child of parent greater than child1. + If parent and child2 are not null and child1 is null, returns a child of parent less than child2. + If parent, child1, and child2 are not null, returns a child of parent greater than child1 and less than child2. + If child1 is not null and not a child of parent, an exception is raised. + If child2 is not null and not a child of parent, an exception is raised. + If child1 >= child2, an exception is raised. + + + + + Returns an integer that represents the depth of the node this in the tree. + + An integer that represents the depth of the node this in the tree. + + + + Returns the root of the hierarchy tree. + + The root of the hierarchy tree. + + + + Returns true if this is a descendant of parent. + + True if this is a descendant of parent. + parent + + + + Returns a node whose path from the root is the path to newRoot, followed by the path from oldRoot to this. + + Hierarchyid value. + oldRoot + newRoot + + + + Converts the canonical string representation of a hierarchyid to a hierarchyid value. + + Hierarchyid value. + input + + + + Represents hierarchical data. + + + + + The Path separator character + + + + + Constructs an HierarchyId. + + + + + Constructs an HierarchyId with the given canonical string representation value. + + Hierarchyid value. + Canonical string representation + + + + Returns a hierarchyid representing the nth ancestor of this. + + A hierarchyid representing the nth ancestor of this. + n + + + + Returns a child node of the parent. + + null or the hierarchyid of a child of the current node. + null or the hierarchyid of a child of the current node. + + Returns one child node that is a descendant of the parent. + If parent is null, returns null. + If parent is not null, and both child1 and child2 are null, returns a child of parent. + If parent and child1 are not null, and child2 is null, returns a child of parent greater than child1. + If parent and child2 are not null and child1 is null, returns a child of parent less than child2. + If parent, child1, and child2 are not null, returns a child of parent greater than child1 and less than child2. + If child1 is not null and not a child of parent, an exception is raised. + If child2 is not null and not a child of parent, an exception is raised. + If child1 >= child2, an exception is raised. + + + + + Returns an integer that represents the depth of the node this in the tree. + + An integer that represents the depth of the node this in the tree. + + + + Returns the root of the hierarchy tree. + + The root of the hierarchy tree. + + + + Returns true if this is a descendant of parent. + + True if this is a descendant of parent. + parent + + + + Returns a node whose path from the root is the path to newRoot, followed by the path from oldRoot to this. + + Hierarchyid value. + oldRoot + newRoot + + + + Converts the canonical string representation of a hierarchyid to a hierarchyid value. + + Hierarchyid value. + input + + + + Compares two HierarchyIds by their values. + + a HierarchyId to compare + a HierarchyId to compare + + A 32-bit signed integer that indicates the lexical relationship between the two comparands. + Value Condition Less than zero: hid1 is less than hid2. + Zero: hid1 equals hid2. + Greater than zero: hid1 is greater than hid2. + + + + + Compares two HierarchyIds by their values. + + a HierarchyId to compare + a HierarchyId to compare + + true if the first parameter is less than the second parameter, false otherwise + + + + + Compares two HierarchyIds by their values. + + a HierarchyId to compare + a HierarchyId to compare + + true if the first parameter is greater than the second parameter, false otherwise + + + + + Compares two HierarchyIds by their values. + + a HierarchyId to compare + a HierarchyId to compare + + true if the first parameter is less or equal than the second parameter, false otherwise + + + + + Compares two HierarchyIds by their values. + + a HierarchyId to compare + a HierarchyId to compare + + true if the first parameter is greater or equal than the second parameter, false otherwise + + + + + Compares two HierarchyIds by their values. + + a HierarchyId to compare + a HierarchyId to compare + true if the two HierarchyIds are equal, false otherwise + + + + Compares two HierarchyIds by their values. + + a HierarchyId to compare + a HierarchyId to compare + true if the two HierarchyIds are not equal, false otherwise + + + + Compares this instance to a given HierarchyId by their values. + + the HierarchyId to compare against this instance + true if this instance is equal to the given HierarchyId, and false otherwise + + + + Returns a value-based hash code, to allow HierarchyId to be used in hash tables. + + the hash value of this HierarchyId + + + + Compares this instance to a given HierarchyId by their values. + + the HierarchyId to compare against this instance + true if this instance is equal to the given HierarchyId, and false otherwise + + + + Returns a string representation of the hierarchyid value. + + A string representation of the hierarchyid value. + + + + Implementation of IComparable.CompareTo() + + The object to compare to + 0 if the HierarchyIds are "equal" (i.e., have the same _hierarchyId value) + + + + An implementation of this interface is used to initialize the underlying database when + an instance of a derived class is used for the first time. + This initialization can conditionally create the database and/or seed it with data. + The strategy used is set using the static InitializationStrategy property of the + class. + The following implementations are provided: , + , . + + The type of the context. + + + + Executes the strategy to initialize the database for the given context. + + The context. + + + + An represents the collection of all entities in the context, or that + can be queried from the database, of a given type. is a concrete + implementation of IDbSet. + + + was originally intended to allow creation of test doubles (mocks or + fakes) for . However, this approach has issues in that adding new members + to an interface breaks existing code that already implements the interface without the new members. + Therefore, starting with EF6, no new members will be added to this interface and it is recommended + that be used as the base class for test doubles. + + The type that defines the set. + + + + Finds an entity with the given primary key values. + If an entity with the given primary key values exists in the context, then it is + returned immediately without making a request to the store. Otherwise, a request + is made to the store for an entity with the given primary key values and this entity, + if found, is attached to the context and returned. If no entity is found in the + context or the store, then null is returned. + + + The ordering of composite key values is as defined in the EDM, which is in turn as defined in + the designer, by the Code First fluent API, or by the DataMember attribute. + + The values of the primary key for the entity to be found. + The entity found, or null. + + + + Adds the given entity to the context underlying the set in the Added state such that it will + be inserted into the database when SaveChanges is called. + + The entity to add. + The entity. + + Note that entities that are already in the context in some other state will have their state set + to Added. Add is a no-op if the entity is already in the context in the Added state. + + + + + Marks the given entity as Deleted such that it will be deleted from the database when SaveChanges + is called. Note that the entity must exist in the context in some other state before this method + is called. + + The entity to remove. + The entity. + + Note that if the entity exists in the context in the Added state, then this method + will cause it to be detached from the context. This is because an Added entity is assumed not to + exist in the database such that trying to delete it does not make sense. + + + + + Attaches the given entity to the context underlying the set. That is, the entity is placed + into the context in the Unchanged state, just as if it had been read from the database. + + The entity to attach. + The entity. + + Attach is used to repopulate a context with an entity that is known to already exist in the database. + SaveChanges will therefore not attempt to insert an attached entity into the database because + it is assumed to already be there. + Note that entities that are already in the context in some other state will have their state set + to Unchanged. Attach is a no-op if the entity is already in the context in the Unchanged state. + + + + + Gets an that represents a local view of all Added, Unchanged, + and Modified entities in this set. This local view will stay in sync as entities are added or + removed from the context. Likewise, entities added to or removed from the local view will automatically + be added to or removed from the context. + + + This property can be used for data binding by populating the set with data, for example by using the Load + extension method, and then binding to the local data through this property. For WPF bind to this property + directly. For Windows Forms bind to the result of calling ToBindingList on this property + + The local view. + + + + Creates a new instance of an entity for the type of this set. + Note that this instance is NOT added or attached to the set. + The instance returned will be a proxy if the underlying context is configured to create + proxies and the entity type meets the requirements for creating a proxy. + + The entity instance, which may be a proxy. + + + + Creates a new instance of an entity for the type of this set or for a type derived + from the type of this set. + Note that this instance is NOT added or attached to the set. + The instance returned will be a proxy if the underlying context is configured to create + proxies and the entity type meets the requirements for creating a proxy. + + The type of entity to create. + The entity instance, which may be a proxy. + + + + Inherit from this class to create a service that allows for code generation of custom annotations as part of + scaffolding Migrations. The derived class should be set onto the . + + + Note that an is not needed if the annotation uses a simple string value, + or if calling ToString on the annotation object is sufficient for use in the scaffolded Migration. + + + + + Override this method to return additional namespaces that should be included in the code generated for the + scaffolded migration. The default implementation returns an empty enumeration. + + The names of the annotations that are being included in the generated code. + A list of additional namespaces to include. + + + + Implement this method to generate code for the given annotation value. + + The name of the annotation for which a value is being generated. + The annotation value. + The writer to which generated code should be written. + + + + Represents a pair of annotation values in a scaffolded or hand-coded . + + + Code First allows for custom annotations to be associated with columns and tables in the + generated model. This class represents a pair of annotation values in a migration such + that when the Code First model changes the old annotation value and the new annotation + value can be provided to the migration and used in SQL generation. + + + + + Creates a new pair of annotation values. + + The old value of the annotation, which may be null if the annotation has just been created. + The new value of the annotation, which may be null if the annotation has been deleted. + + + + Gets the old value of the annotation, which may be null if the annotation has just been created. + + + + + Gets the new value of the annotation, which may be null if the annotation has been deleted. + + + + + + + + + + + Returns true if both annotation pairs contain the same values, otherwise false. + + A pair of annotation values. + A pair of annotation values. + True if both pairs contain the same values. + + + + Returns true if the two annotation pairs contain different values, otherwise false. + + A pair of annotation values. + A pair of annotation values. + True if the pairs contain different values. + + + + Returned by and related methods to indicate whether or + not one object does not conflict with another such that the two can be combined into one. + + + If the two objects are not compatible then information about why they are not compatible is contained + in the property. + + + + + Creates a new instance. + + Indicates whether or not the two tested objects are compatible. + + An error message indicating how the objects are not compatible. Expected to be null if isCompatible is true. + + + + + True if the two tested objects are compatible; otherwise false. + + + + + If is true, then returns an error message indicating how the two tested objects + are incompatible. + + + + + Implicit conversion to a bool to allow the result object to be used directly in checks. + + The object to convert. + True if the result is compatible; false otherwise. + + + + Types used as custom annotations can implement this interface to indicate that an attempt to use + multiple annotations with the same name on a given table or column may be possible by merging + the multiple annotations into one. + + + Normally there can only be one custom annotation with a given name on a given table or + column. If a table or column ends up with multiple annotations, for example, because + multiple CLR properties map to the same column, then an exception will be thrown. + However, if the annotation type implements this interface, then the two annotations will be + checked for compatibility using the method and, if compatible, + will be merged into one using the method. + + + + + Returns true if this annotation does not conflict with the given annotation such that + the two can be combined together using the method. + + The annotation to compare. + A CompatibilityResult indicating whether or not this annotation is compatible with the other. + + + + Merges this annotation with the given annotation and returns a new merged annotation. This method is + only expected to succeed if returns true. + + The annotation to merge with this one. + A new merged annotation. + + + + Instances of this class are used as custom annotations for representing database indexes in an + Entity Framework model. + + + An index annotation is added to a Code First model when an is placed on + a mapped property of that model. This is used by Entity Framework Migrations to create indexes on + mapped database columns. Note that multiple index attributes on a property will be merged into a + single annotation for the column. Similarly, index attributes on multiple properties that map to the + same column will be merged into a single annotation for the column. This means that one index + annotation can represent multiple indexes. Within an annotation there can be only one index with any + given name. + + + + + The name used when this annotation is stored in Entity Framework metadata or serialized into + an SSDL/EDMX file. + + + + + Creates a new annotation for the given index. + + An index attributes representing an index. + + + + Creates a new annotation for the given collection of indexes. + + Index attributes representing one or more indexes. + + + + Gets the indexes represented by this annotation. + + + + + Returns true if this annotation does not conflict with the given annotation such that + the two can be combined together using the method. + + + Each index annotation contains at most one with a given name. + Two annotations are considered compatible if each IndexAttribute with a given name is only + contained in one annotation or the other, or if both annotations contain an IndexAttribute + with the given name. + + The annotation to compare. + A CompatibilityResult indicating whether or not this annotation is compatible with the other. + + + + Merges this annotation with the given annotation and returns a new annotation containing the merged indexes. + + + Each index annotation contains at most one with a given name. + The merged annotation will contain IndexAttributes from both this and the other annotation. + If both annotations contain an IndexAttribute with the same name, then the merged annotation + will contain one IndexAttribute with that name. + + The annotation to merge with this one. + A new annotation with indexes from both annotations merged. + + The other annotation contains indexes that are not compatible with indexes in this annotation. + + + + + + + + This class is used to serialize and deserialize objects so that they + can be stored in the EDMX form of the Entity Framework model. + + + An example of the serialized format is: + { Name: 'MyIndex', Order: 7, IsClustered: True, IsUnique: False } { } { Name: 'MyOtherIndex' }. + Note that properties that have not been explicitly set in an index attribute will be excluded from + the serialized output. So, in the example above, the first index has all properties specified, + the second has none, and the third has just the name set. + + + + + Serializes the given into a string for storage in the EDMX XML. + + The name of the annotation that is being serialized. + The value to serialize which must be an IndexAnnotation object. + The serialized value. + + + + Deserializes the given string back into an object. + + The name of the annotation that is being deserialized. + The string to deserialize. + The deserialized annotation value. + If there is an error reading the serialized value. + + + + Returned by the ChangeTracker method of to provide access to features of + the context that are related to change tracking of entities. + + + + + Gets objects for all the entities tracked by this context. + + The entries. + + + + Gets objects for all the entities of the given type + tracked by this context. + + The type of the entity. + The entries. + + + + Checks if the is tracking any new, deleted, or changed entities or + relationships that will be sent to the database if is called. + + + Functionally, calling this method is equivalent to checking if there are any entities or + relationships in the Added, Updated, or Deleted state. + Note that this method calls unless + has been set to false. + + + True if underlying have changes, else false. + + + + + Detects changes made to the properties and relationships of POCO entities. Note that some types of + entity (such as change tracking proxies and entities that derive from + ) + report changes automatically and a call to DetectChanges is not normally needed for these types of entities. + Also note that normally DetectChanges is called automatically by many of the methods of + and its related classes such that it is rare that this method will need to be called explicitly. + However, it may be desirable, usually for performance reasons, to turn off this automatic calling of + DetectChanges using the AutoDetectChangesEnabled flag from . + + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + A non-generic version of the class. + + + + + Gets the property name. + + The property name. + + + + Gets or sets the current value of the navigation property. The current value is + the entity that the navigation property references. + + The current value. + + + + Loads the collection of entities from the database. + Note that entities that already exist in the context are not overwritten with values from the database. + + + + + Asynchronously loads the collection of entities from the database. + Note that entities that already exist in the context are not overwritten with values from the database. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A task that represents the asynchronous operation. + + + + + Asynchronously loads the collection of entities from the database. + Note that entities that already exist in the context are not overwritten with values from the database. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + + + + + Gets or sets a value indicating whether all entities of this collection have been loaded from the database. + + + Loading the related entities from the database either using lazy-loading, as part of a query, or explicitly + with one of the Load methods will set the IsLoaded flag to true. + IsLoaded can be explicitly set to true to prevent the related entities of this collection from being lazy-loaded. + This can be useful if the application has caused a subset of related entities to be loaded into this collection + and wants to prevent any other entities from being loaded automatically. + Note that explict loading using one of the Load methods will load all related entities from the database + regardless of whether or not IsLoaded is true. + When any related entity in the collection is detached the IsLoaded flag is reset to false indicating that the + not all related entities are now loaded. + + + true if all the related entities are loaded or the IsLoaded has been explicitly set to true; otherwise, false. + + + + + Returns the query that would be used to load this collection from the database. + The returned query can be modified using LINQ to perform filtering or operations in the database, such + as counting the number of entities in the collection in the database without actually loading them. + + A query for the collection. + + + + The to which this navigation property belongs. + + An entry for the entity that owns this navigation property. + + + + Returns the equivalent generic object. + + The type of entity on which the member is declared. + The type of the collection element. + The equivalent generic object. + + + + Instances of this class are returned from the Collection method of + and allow operations such as loading to + be performed on the an entity's collection navigation properties. + + The type of the entity to which this property belongs. + The type of the element in the collection of entities. + + + + Gets the property name. + + The property name. + + + + Gets or sets the current value of the navigation property. The current value is + the entity that the navigation property references. + + The current value. + + + + Loads the collection of entities from the database. + Note that entities that already exist in the context are not overwritten with values from the database. + + + + + Asynchronously loads the collection of entities from the database. + Note that entities that already exist in the context are not overwritten with values from the database. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A task that represents the asynchronous operation. + + + + + Asynchronously loads the collection of entities from the database. + Note that entities that already exist in the context are not overwritten with values from the database. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + + + + + Gets or sets a value indicating whether all entities of this collection have been loaded from the database. + + + Loading the related entities from the database either using lazy-loading, as part of a query, or explicitly + with one of the Load methods will set the IsLoaded flag to true. + IsLoaded can be explicitly set to true to prevent the related entities of this collection from being lazy-loaded. + This can be useful if the application has caused a subset of related entities to be loaded into this collection + and wants to prevent any other entities from being loaded automatically. + Note that explict loading using one of the Load methods will load all related entities from the database + regardless of whether or not IsLoaded is true. + When any related entity in the collection is detached the IsLoaded flag is reset to false indicating that the + not all related entities are now loaded. + + + true if all the related entities are loaded or the IsLoaded has been explicitly set to true; otherwise, false. + + + + + Returns the query that would be used to load this collection from the database. + The returned query can be modified using LINQ to perform filtering or operations in the database, such + as counting the number of entities in the collection in the database without actually loading them. + + A query for the collection. + + + + Returns a new instance of the non-generic class for + the navigation property represented by this object. + + The object representing the navigation property. + A non-generic version. + + + + The to which this navigation property belongs. + + An entry for the entity that owns this navigation property. + + + + An immutable representation of an Entity Data Model (EDM) model that can be used to create an + or can be passed to the constructor of a . + For increased performance, instances of this type should be cached and re-used to construct contexts. + + + + + Creates an instance of ObjectContext or class derived from ObjectContext. Note that an instance + of DbContext can be created instead by using the appropriate DbContext constructor. + If a derived ObjectContext is used, then it must have a public constructor with a single + EntityConnection parameter. + The connection passed is used by the ObjectContext created, but is not owned by the context. The caller + must dispose of the connection once the context has been disposed. + + The type of context to create. + An existing connection to a database for use by the context. + The context. + + + + A non-generic version of the class. + + + + + Gets an object that represents a nested property of this property. + This method can be used for both scalar or complex properties. + + The name of the nested property. + An object representing the nested property. + + + + Gets an object that represents a nested complex property of this property. + + The name of the nested property. + An object representing the nested property. + + + + Returns the equivalent generic object. + + The type of entity on which the member is declared. + The type of the complex property. + The equivalent generic object. + + + + Instances of this class are returned from the ComplexProperty method of + and allow access to the state of a complex property. + + The type of the entity to which this property belongs. + The type of the property. + + + + Returns a new instance of the non-generic class for + the property represented by this object. + + The object representing the property. + A non-generic version. + + + + Gets an object that represents a nested property of this property. + This method can be used for both scalar or complex properties. + + The name of the nested property. + An object representing the nested property. + + + + Gets an object that represents a nested property of this property. + This method can be used for both scalar or complex properties. + + The type of the nested property. + The name of the nested property. + An object representing the nested property. + + + + Gets an object that represents a nested property of this property. + This method can be used for both scalar or complex properties. + + The type of the nested property. + An expression representing the nested property. + An object representing the nested property. + + + + Gets an object that represents a nested complex property of this property. + + The name of the nested property. + An object representing the nested property. + + + + Gets an object that represents a nested complex property of this property. + + The type of the nested property. + The name of the nested property. + An object representing the nested property. + + + + Gets an object that represents a nested complex property of this property. + + The type of the nested property. + An expression representing the nested property. + An object representing the nested property. + + + + Represents information about a database connection. + + + + + Creates a new instance of DbConnectionInfo representing a connection that is specified in the application configuration file. + + The name of the connection string in the application configuration. + + + + Creates a new instance of DbConnectionInfo based on a connection string. + + The connection string to use for the connection. + The name of the provider to use for the connection. Use 'System.Data.SqlClient' for SQL Server. + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Describes the origin of the database connection string associated with a . + + + + + The connection string was created by convention. + + + + + The connection string was read from external configuration. + + + + + The connection string was explicitly specified at runtime. + + + + + The connection string was overridden by connection information supplied to DbContextInfo. + + + + + Returned by the Configuration method of to provide access to configuration + options for the context. + + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Gets or sets the value that determines whether SQL functions and commands should be always executed in a transaction. + + + This flag determines whether a new transaction will be started when methods such as + are executed outside of a transaction. + Note that this does not change the behavior of . + + + The default transactional behavior. + + + + + Gets or sets a value indicating whether lazy loading of relationships exposed as + navigation properties is enabled. Lazy loading is enabled by default. + + + true if lazy loading is enabled; otherwise, false . + + + + + Gets or sets a value indicating whether or not the framework will create instances of + dynamically generated proxy classes whenever it creates an instance of an entity type. + Note that even if proxy creation is enabled with this flag, proxy instances will only + be created for entity types that meet the requirements for being proxied. + Proxy creation is enabled by default. + + + true if proxy creation is enabled; otherwise, false . + + + + + Gets or sets a value indicating whether database null semantics are exhibited when comparing + two operands, both of which are potentially nullable. The default value is false. + + For example (operand1 == operand2) will be translated as: + + (operand1 = operand2) + + if UseDatabaseNullSemantics is true, respectively + + (((operand1 = operand2) AND (NOT (operand1 IS NULL OR operand2 IS NULL))) OR ((operand1 IS NULL) AND (operand2 IS NULL))) + + if UseDatabaseNullSemantics is false. + + + true if database null comparison behavior is enabled, otherwise false . + + + + + By default expression like + .Select(x => NewProperty = func(x.Property)).Where(x => x.NewProperty == ...) + are simplified to avoid nested SELECT + In some cases, simplifying query with UDFs could caused to suboptimal plans due to calling UDF twice. + Also some SQL functions aren't allow in WHERE clause. + Disabling that behavior + + + + + Gets or sets a value indicating whether the + method is called automatically by methods of and related classes. + The default value is true. + + + true if should be called automatically; otherwise, false. + + + + + Gets or sets a value indicating whether tracked entities should be validated automatically when + is invoked. + The default value is true. + + + + + Provides runtime information about a given type. + + + + + Creates a new instance representing a given type. + + + The type deriving from . + + + + + Creates a new instance representing a given targeting a specific database. + + + The type deriving from . + + Connection information for the database to be used. + + + + Creates a new instance representing a given type. An external list of + connection strings can be supplied and will be used during connection string resolution in place + of any connection strings specified in external configuration files. + + + It is preferable to use the constructor that accepts the entire config document instead of using this + constructor. Providing the entire config document allows DefaultConnectionFactroy entries in the config + to be found in addition to explicitly specified connection strings. + + + The type deriving from . + + A collection of connection strings. + + + + Creates a new instance representing a given type. An external config + object (e.g. app.config or web.config) can be supplied and will be used during connection string + resolution. This includes looking for connection strings and DefaultConnectionFactory entries. + + + The type deriving from . + + An object representing the config file. + + + + Creates a new instance representing a given , targeting a specific database. + An external config object (e.g. app.config or web.config) can be supplied and will be used during connection string + resolution. This includes looking for connection strings and DefaultConnectionFactory entries. + + + The type deriving from . + + An object representing the config file. + Connection information for the database to be used. + + + + Creates a new instance representing a given type. A + can be supplied in order to override the default determined provider used when constructing + the underlying EDM model. + + + The type deriving from . + + + A specifying the underlying ADO.NET provider to target. + + + + + Creates a new instance representing a given type. An external config + object (e.g. app.config or web.config) can be supplied and will be used during connection string + resolution. This includes looking for connection strings and DefaultConnectionFactory entries. + A can be supplied in order to override the default determined + provider used when constructing the underlying EDM model. This can be useful to prevent EF from + connecting to discover a manifest token. + + + The type deriving from . + + An object representing the config file. + + A specifying the underlying ADO.NET provider to target. + + + + + The concrete type. + + + + + Whether or not instances of the underlying type can be created. + + + + + The connection string used by the underlying type. + + + + + The connection string name used by the underlying type. + + + + + The ADO.NET provider name of the connection used by the underlying type. + + + + + The origin of the connection string used by the underlying type. + + + + + An action to be run on the DbModelBuilder after OnModelCreating has been run on the context. + + + + + If instances of the underlying type can be created, returns + a new instance; otherwise returns null. + + + A instance. + + + + + A non-generic version of the class. + + + + + Gets the entity. + + The entity. + + + + Gets or sets the state of the entity. + + The state. + + + + Gets the current property values for the tracked entity represented by this object. + + The current values. + + + + Gets the original property values for the tracked entity represented by this object. + The original values are usually the entity's property values as they were when last queried from + the database. + + The original values. + + + + Queries the database for copies of the values of the tracked entity as they currently exist in the database. + Note that changing the values in the returned dictionary will not update the values in the database. + If the entity is not found in the database then null is returned. + + The store values. + + + + Asynchronously queries the database for copies of the values of the tracked entity as they currently exist in the database. + Note that changing the values in the returned dictionary will not update the values in the database. + If the entity is not found in the database then null is returned. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A task that represents the asynchronous operation. + The task result contains the store values. + + + + + Asynchronously queries the database for copies of the values of the tracked entity as they currently exist in the database. + Note that changing the values in the returned dictionary will not update the values in the database. + If the entity is not found in the database then null is returned. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the store values. + + + + + Reloads the entity from the database overwriting any property values with values from the database. + The entity will be in the Unchanged state after calling this method. + + + + + Asynchronously reloads the entity from the database overwriting any property values with values from the database. + The entity will be in the Unchanged state after calling this method. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A task that represents the asynchronous operation. + + + + + Asynchronously reloads the entity from the database overwriting any property values with values from the database. + The entity will be in the Unchanged state after calling this method. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + + + + + Gets an object that represents the reference (i.e. non-collection) navigation property from this + entity to another entity. + + The name of the navigation property. + An object representing the navigation property. + + + + Gets an object that represents the collection navigation property from this + entity to a collection of related entities. + + The name of the navigation property. + An object representing the navigation property. + + + + Gets an object that represents a scalar or complex property of this entity. + + The name of the property. + An object representing the property. + + + + Gets an object that represents a complex property of this entity. + + The name of the complex property. + An object representing the complex property. + + + + Gets an object that represents a member of the entity. The runtime type of the returned object will + vary depending on what kind of member is asked for. The currently supported member types and their return + types are: + Reference navigation property: . + Collection navigation property: . + Primitive/scalar property: . + Complex property: . + + The name of the member. + An object representing the member. + + + + Returns a new instance of the generic class for the given + generic type for the tracked entity represented by this object. + Note that the type of the tracked entity must be compatible with the generic type or + an exception will be thrown. + + The type of the entity. + A generic version. + + + + Validates this instance and returns validation result. + + + Entity validation result. Possibly null if + DbContext.ValidateEntity(DbEntityEntry, IDictionary{object,object}) + method is overridden. + + + + + Determines whether the specified is equal to this instance. + Two instances are considered equal if they are both entries for + the same entity on the same . + + + The to compare with this instance. + + + true if the specified is equal to this instance; otherwise, false . + + + + + Determines whether the specified is equal to this instance. + Two instances are considered equal if they are both entries for + the same entity on the same . + + + The to compare with this instance. + + + true if the specified is equal to this instance; otherwise, false . + + + + + Returns a hash code for this instance. + + A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Instances of this class provide access to information about and control of entities that + are being tracked by the . Use the Entity or Entities methods of + the context to obtain objects of this type. + + The type of the entity. + + + + Gets the entity. + + The entity. + + + + Gets or sets the state of the entity. + + The state. + + + + Gets the current property values for the tracked entity represented by this object. + + The current values. + + + + Gets the original property values for the tracked entity represented by this object. + The original values are usually the entity's property values as they were when last queried from + the database. + + The original values. + + + + Queries the database for copies of the values of the tracked entity as they currently exist in the database. + Note that changing the values in the returned dictionary will not update the values in the database. + If the entity is not found in the database then null is returned. + + The store values. + + + + Asynchronously queries the database for copies of the values of the tracked entity as they currently exist in the database. + Note that changing the values in the returned dictionary will not update the values in the database. + If the entity is not found in the database then null is returned. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A task that represents the asynchronous operation. + The task result contains the store values. + + + + + Asynchronously queries the database for copies of the values of the tracked entity as they currently exist in the database. + Note that changing the values in the returned dictionary will not update the values in the database. + If the entity is not found in the database then null is returned. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the store values. + + + + + Reloads the entity from the database overwriting any property values with values from the database. + The entity will be in the Unchanged state after calling this method. + + + + + Asynchronously reloads the entity from the database overwriting any property values with values from the database. + The entity will be in the Unchanged state after calling this method. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A task that represents the asynchronous operation. + + + + + Asynchronously reloads the entity from the database overwriting any property values with values from the database. + The entity will be in the Unchanged state after calling this method. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + + + + + Gets an object that represents the reference (i.e. non-collection) navigation property from this + entity to another entity. + + The name of the navigation property. + An object representing the navigation property. + + + + Gets an object that represents the reference (i.e. non-collection) navigation property from this + entity to another entity. + + The type of the property. + The name of the navigation property. + An object representing the navigation property. + + + + Gets an object that represents the reference (i.e. non-collection) navigation property from this + entity to another entity. + + The type of the property. + An expression representing the navigation property. + An object representing the navigation property. + + + + Gets an object that represents the collection navigation property from this + entity to a collection of related entities. + + The name of the navigation property. + An object representing the navigation property. + + + + Gets an object that represents the collection navigation property from this + entity to a collection of related entities. + + The type of elements in the collection. + The name of the navigation property. + An object representing the navigation property. + + + + Gets an object that represents the collection navigation property from this + entity to a collection of related entities. + + The type of elements in the collection. + An expression representing the navigation property. + An object representing the navigation property. + + + + Gets an object that represents a scalar or complex property of this entity. + + The name of the property. + An object representing the property. + + + + Gets an object that represents a scalar or complex property of this entity. + + The type of the property. + The name of the property. + An object representing the property. + + + + Gets an object that represents a scalar or complex property of this entity. + + The type of the property. + An expression representing the property. + An object representing the property. + + + + Gets an object that represents a complex property of this entity. + + The name of the complex property. + An object representing the complex property. + + + + Gets an object that represents a complex property of this entity. + + The type of the complex property. + The name of the complex property. + An object representing the complex property. + + + + Gets an object that represents a complex property of this entity. + + The type of the complex property. + An expression representing the complex property. + An object representing the complex property. + + + + Gets an object that represents a member of the entity. The runtime type of the returned object will + vary depending on what kind of member is asked for. The currently supported member types and their return + types are: + Reference navigation property: . + Collection navigation property: . + Primitive/scalar property: . + Complex property: . + + The name of the member. + An object representing the member. + + + + Gets an object that represents a member of the entity. The runtime type of the returned object will + vary depending on what kind of member is asked for. The currently supported member types and their return + types are: + Reference navigation property: . + Collection navigation property: . + Primitive/scalar property: . + Complex property: . + + The type of the member. + The name of the member. + An object representing the member. + + + + Returns a new instance of the non-generic class for + the tracked entity represented by this object. + + The object representing the tracked entity. + A non-generic version. + + + + Validates this instance and returns validation result. + + + Entity validation result. Possibly null if + DbContext.ValidateEntity(DbEntityEntry, IDictionary{object, object}) + method is overridden. + + + + + Determines whether the specified is equal to this instance. + Two instances are considered equal if they are both entries for + the same entity on the same . + + + The to compare with this instance. + + + true if the specified is equal to this instance; otherwise, false . + + + + + Determines whether the specified is equal to this instance. + Two instances are considered equal if they are both entries for + the same entity on the same . + + + The to compare with this instance. + + + true if the specified is equal to this instance; otherwise, false . + + + + + Returns a hash code for this instance. + + A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Provides the base implementation of the retry mechanism for unreliable operations and transient conditions that uses + exponentially increasing delays between retries. + + + A new instance will be created each time an operation is executed. + The following formula is used to calculate the delay after retryCount number of attempts: + min(random(1, 1.1) * (2 ^ retryCount - 1), maxDelay) + The retryCount starts at 0. + The random factor distributes uniformly the retry attempts from multiple simultaneous operations failing simultaneously. + + + + + Creates a new instance of . + + + The default retry limit is 5, which means that the total amount of time spent between retries is 26 seconds plus the random factor. + + + + + Creates a new instance of with the specified limits for number of retries and the delay between retries. + + The maximum number of retry attempts. + The maximum delay in milliseconds between retries. + + + + Returns true to indicate that might retry the execution after a failure. + + + + + Indicates whether the strategy is suspended. The strategy is typically suspending while executing to avoid + recursive execution from nested operations. + + + + + Repetitively executes the specified operation while it satisfies the current retry policy. + + A delegate representing an executable operation that doesn't return any results. + if the retry delay strategy determines the operation shouldn't be retried anymore + if an existing transaction is detected and the execution strategy doesn't support it + if this instance was already used to execute an operation + + + + Repetitively executes the specified operation while it satisfies the current retry policy. + + The type of result expected from the executable operation. + + A delegate representing an executable operation that returns the result of type . + + The result from the operation. + if the retry delay strategy determines the operation shouldn't be retried anymore + if an existing transaction is detected and the execution strategy doesn't support it + if this instance was already used to execute an operation + + + + Repetitively executes the specified asynchronous operation while it satisfies the current retry policy. + + A function that returns a started task. + + A cancellation token used to cancel the retry operation, but not operations that are already in flight + or that already completed successfully. + + + A task that will run to completion if the original task completes successfully (either the + first time or after retrying transient failures). If the task fails with a non-transient error or + the retry limit is reached, the returned task will become faulted and the exception must be observed. + + if the retry delay strategy determines the operation shouldn't be retried anymore + if an existing transaction is detected and the execution strategy doesn't support it + if this instance was already used to execute an operation + + + + Repeatedly executes the specified asynchronous operation while it satisfies the current retry policy. + + + The result type of the returned by . + + + A function that returns a started task of type . + + + A cancellation token used to cancel the retry operation, but not operations that are already in flight + or that already completed successfully. + + + A task that will run to completion if the original task completes successfully (either the + first time or after retrying transient failures). If the task fails with a non-transient error or + the retry limit is reached, the returned task will become faulted and the exception must be observed. + + if the retry delay strategy determines the operation shouldn't be retried anymore + if an existing transaction is detected and the execution strategy doesn't support it + if this instance was already used to execute an operation + + + + Determines whether the operation should be retried and the delay before the next attempt. + + The exception thrown during the last execution attempt. + + Returns the delay indicating how long to wait for before the next execution attempt if the operation should be retried; + null otherwise + + + + + Recursively gets InnerException from as long as it's an + , or + and passes it to + + The type of the unwrapped exception. + The exception to be unwrapped. + A delegate that will be called with the unwrapped exception. + + The result from . + + + + + Determines whether the specified exception represents a transient failure that can be compensated by a retry. + + The exception object to be verified. + + true if the specified exception is considered as transient, otherwise false. + + + + + This is an abstract base class use to represent a scalar or complex property, or a navigation property + of an entity. Scalar and complex properties use the derived class , + reference navigation properties use the derived class , and collection + navigation properties use the derived class . + + + + + Gets the name of the property. + + The property name. + + + + Gets or sets the current value of this property. + + The current value. + + + + The to which this member belongs. + + An entry for the entity that owns this member. + + + + Validates this property. + + + Collection of objects. Never null. If the entity is valid the collection will be empty. + + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Returns the equivalent generic object. + + The type of entity on which the member is declared. + The type of the property. + The equivalent generic object. + + + + This is an abstract base class use to represent a scalar or complex property, or a navigation property + of an entity. Scalar and complex properties use the derived class , + reference navigation properties use the derived class , and collection + navigation properties use the derived class . + + The type of the entity to which this property belongs. + The type of the property. + + + Gets the name of the property. + The name of the property. + + + + Gets or sets the current value of this property. + + The current value. + + + + Returns a new instance of the non-generic class for + the property represented by this object. + + The object representing the property. + A non-generic version. + + + + The to which this member belongs. + + An entry for the entity that owns this member. + + + + Validates this property. + + + Collection of objects. Never null. If the entity is valid the collection will be empty. + + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Represents an Entity Data Model (EDM) created by the . + The Compile method can be used to go from this EDM representation to a + which is a compiled snapshot of the model suitable for caching and creation of + or instances. + + + + + Gets the provider information. + + + + + Gets the provider manifest. + + + + + Gets the conceptual model. + + + + + Gets the store model. + + + + + Gets the mapping model. + + + + + Creates a for this mode which is a compiled snapshot + suitable for caching and creation of instances. + + The compiled model. + + + + Base class for persisted model cache. + + + + + Loads a model from the store. + + The type of context representing the model. + The loaded metadata model. + + + + Retrieves an edmx XDocument version of the model from the store. + + The type of context representing the model. + The loaded XDocument edmx. + + + + Saves a model to the store. + + The type of context representing the model. + The metadata model to save. + + + + Gets the default database schema used by a model. + + The type of context representing the model. + The default database schema. + + + + A non-generic version of the class. + + + + + Gets the property name. + + The property name. + + + + Gets or sets the original value of this property. + + The original value. + + + + Gets or sets the current value of this property. + + The current value. + + + + Gets or sets a value indicating whether the value of this property has been modified since + it was loaded from the database. + + + Setting this value to false for a modified property will revert the change by setting the + current value to the original value. If the result is that no properties of the entity are + marked as modified, then the entity will be marked as Unchanged. + Setting this value to false for properties of Added, Unchanged, or Deleted entities + is a no-op. + + + true if this instance is modified; otherwise, false . + + + + + The to which this property belongs. + + An entry for the entity that owns this property. + + + + The of the property for which this is a nested property. + This method will only return a non-null entry for properties of complex objects; it will + return null for properties of the entity itself. + + An entry for the parent complex property, or null if this is an entity property. + + + + Returns the equivalent generic object. + + The type of entity on which the member is declared. + The type of the property. + The equivalent generic object. + + + + Instances of this class are returned from the Property method of + and allow access to the state of the scalar + or complex property. + + The type of the entity to which this property belongs. + The type of the property. + + + + Gets the property name. + + The property name. + + + + Gets or sets the original value of this property. + + The original value. + + + + Gets or sets the current value of this property. + + The current value. + + + + Gets or sets a value indicating whether the value of this property has been modified since + it was loaded from the database. + + + true if this instance is modified; otherwise, false . + + + + + Returns a new instance of the non-generic class for + the property represented by this object. + + The object representing the property. + A non-generic version. + + + + The to which this property belongs. + + An entry for the entity that owns this property. + + + + The of the property for which this is a nested property. + This method will only return a non-null entry for properties of complex objects; it will + return null for properties of the entity itself. + + An entry for the parent complex property, or null if this is an entity property. + + + + A collection of all the properties for an underlying entity or complex object. + + + An instance of this class can be converted to an instance of the generic class + using the Cast method. + Complex properties in the underlying entity or complex object are represented in + the property values as nested instances of this class. + + + + + Creates an object of the underlying type for this dictionary and hydrates it with property + values from this dictionary. + + The properties of this dictionary copied into a new object. + + + + Sets the values of this dictionary by reading values out of the given object. + The given object can be of any type. Any property on the object with a name that + matches a property name in the dictionary and can be read will be read. Other + properties will be ignored. This allows, for example, copying of properties from + simple Data Transfer Objects (DTOs). + + The object to read values from. + + + + Creates a new dictionary containing copies of all the properties in this dictionary. + Changes made to the new dictionary will not be reflected in this dictionary and vice versa. + + A clone of this dictionary. + + + + Sets the values of this dictionary by reading values from another dictionary. + The other dictionary must be based on the same type as this dictionary, or a type derived + from the type for this dictionary. + + The dictionary to read values from. + + + + Gets the set of names of all properties in this dictionary as a read-only set. + + The property names. + + + + Gets or sets the value of the property with the specified property name. + The value may be a nested instance of this class. + + The property name. + The value of the property. + + + + Gets the value of the property just like using the indexed property getter but + typed to the type of the generic parameter. This is useful especially with + nested dictionaries to avoid writing expressions with lots of casts. + + The type of the property. + Name of the property. + The value of the property. + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Groups a pair of strings that identify a provider and server version together into a single object. + + + Instances of this class act as the key for resolving a for a specific + provider from a . This is typically used when registering spatial services + in or when the spatial services specific to a provider is + resolved by an implementation of . + + + + + Creates a new object for a given provider invariant name and manifest token. + + + A string that identifies that provider. For example, the SQL Server + provider uses the string "System.Data.SqlCient". + + + A string that identifies that version of the database server being used. For example, the SQL Server + provider uses the string "2008" for SQL Server 2008. This cannot be null but may be empty. + The manifest token is sometimes referred to as a version hint. + + + + + A string that identifies that provider. For example, the SQL Server + provider uses the string "System.Data.SqlCient". + + + + + A string that identifies that version of the database server being used. For example, the SQL Server + provider uses the string "2008" for SQL Server 2008. This cannot be null but may be empty. + + + + + + + + + + + Represents a non-generic LINQ to Entities query against a DbContext. + + + + + Returns false. + + + false . + + + + + Throws an exception indicating that binding directly to a store query is not supported. + Instead populate a DbSet with data, for example by using the Load extension method, and + then bind to local data. For WPF bind to DbSet.Local. For Windows Forms bind to + DbSet.Local.ToBindingList(). + + Never returns; always throws. + + + + Returns an which when enumerated will execute the query against the database. + + The query results. + + + + Returns an which when enumerated will execute the query against the database. + + The query results. + + + + The IQueryable element type. + + + + + The IQueryable LINQ Expression. + + + + + The IQueryable provider. + + + + + Specifies the related objects to include in the query results. + + + Paths are all-inclusive. For example, if an include call indicates Include("Orders.OrderLines"), not only will + OrderLines be included, but also Orders. When you call the Include method, the query path is only valid on + the returned instance of the DbQuery<T>. Other instances of DbQuery<T> and the object context itself are not affected. + Because the Include method returns the query object, you can call this method multiple times on an DbQuery<T> to + specify multiple paths for the query. + + The dot-separated list of related objects to return in the query results. + + A new DbQuery<T> with the defined query path. + + + + + Returns a new query where the entities returned will not be cached in the . + + A new query with NoTracking applied. + + + + Returns a new query that will stream the results instead of buffering. + + A new query with AsStreaming applied. + + + + Returns the equivalent generic object. + + The type of element for which the query was created. + The generic set object. + + + + Returns a representation of the underlying query. + + The query string. + + + + Gets a representation of the underlying query. + + + + + + + + + + + + + + Represents a LINQ to Entities query against a DbContext. + + The type of entity to query for. + + + + Specifies the related objects to include in the query results. + + + Paths are all-inclusive. For example, if an include call indicates Include("Orders.OrderLines"), not only will + OrderLines be included, but also Orders. When you call the Include method, the query path is only valid on + the returned instance of the DbQuery<T>. Other instances of DbQuery<T> and the object context itself are not affected. + Because the Include method returns the query object, you can call this method multiple times on an DbQuery<T> to + specify multiple paths for the query. + + The dot-separated list of related objects to return in the query results. + + A new with the defined query path. + + + + + Returns a new query where the entities returned will not be cached in the . + + A new query with NoTracking applied. + + + + Returns a new query that will stream the results instead of buffering. + + A new query with AsStreaming applied. + + + + Returns false. + + + false . + + + + + Throws an exception indicating that binding directly to a store query is not supported. + Instead populate a DbSet with data, for example by using the Load extension method, and + then bind to local data. For WPF bind to DbSet.Local. For Windows Forms bind to + DbSet.Local.ToBindingList(). + + Never returns; always throws. + + + + Returns an which when enumerated will execute the query against the database. + + The query results. + + + + Returns an which when enumerated will execute the query against the database. + + The query results. + + + + Returns an which when enumerated will execute the query against the database. + + The query results. + + + + Returns an which when enumerated will execute the query against the database. + + The query results. + + + + The IQueryable element type. + + + + + The IQueryable LINQ Expression. + + + + + The IQueryable provider. + + + + + Returns a representation of the underlying query. + + The query string. + + + + Gets a representation of the underlying query. + + + + + Returns a new instance of the non-generic class for this query. + + The query. + A non-generic version. + + + + + + + + + + + + + Represents a SQL query for non-entities that is created from a + and is executed using the connection from that context. + Instances of this class are obtained from the instance. + The query is not executed when this object is created; it is executed + each time it is enumerated, for example by using foreach. + SQL queries for entities are created using . + See for a generic version of this class. + + + + + Returns a new query that will stream the results instead of buffering. + + A new query with AsStreaming applied. + + + + Returns an which when enumerated will execute the SQL query against the database. + + + An object that can be used to iterate through the elements. + + + + + Returns an which when enumerated will execute the SQL query against the database. + + + An object that can be used to iterate through the elements. + + + + + Asynchronously enumerates the query results and performs the specified action on each element. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + The action to perform on each element. + A task that represents the asynchronous operation. + + + + Asynchronously enumerates the query results and performs the specified action on each element. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + The action to perform on each element. + + A to observe while waiting for the task to complete. + + A task that represents the asynchronous operation. + + + + Creates a from the query by enumerating it asynchronously. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A task that represents the asynchronous operation. + The task result contains a that contains elements from the query. + + + + + Creates a from the query by enumerating it asynchronously. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains a that contains elements from the query. + + + + + Returns a that contains the SQL string that was set + when the query was created. The parameters are not included. + + + A that represents this instance. + + + + + Returns false. + + + false . + + + + + Throws an exception indicating that binding directly to a store query is not supported. + + Never returns; always throws. + + + + + + + + + + + + + Represents a SQL query for non-entities that is created from a + and is executed using the connection from that context. + Instances of this class are obtained from the instance. + The query is not executed when this object is created; it is executed + each time it is enumerated, for example by using foreach. + SQL queries for entities are created using . + See for a non-generic version of this class. + + The type of elements returned by the query. + + + + Returns a new query that will stream the results instead of buffering. + + A new query with AsStreaming applied. + + + + Returns an which when enumerated will execute the SQL query against the database. + + + An object that can be used to iterate through the elements. + + + + + Returns an which when enumerated will execute the SQL query against the database. + + + An object that can be used to iterate through the elements. + + + + + Returns an which when enumerated will execute the SQL query against the database. + + + An object that can be used to iterate through the elements. + + + + + Returns an which when enumerated will execute the SQL query against the database. + + + An object that can be used to iterate through the elements. + + + + + Asynchronously enumerates the query results and performs the specified action on each element. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + The action to be executed. + A task that represents the asynchronous operation. + + + + Asynchronously enumerates the query results and performs the specified action on each element. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + The action to be executed. + + A to observe while waiting for the task to complete. + + A task that represents the asynchronous operation. + + + + Creates a from the query by enumerating it asynchronously. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A task that represents the asynchronous operation. + The task result contains a that contains elements from the input sequence. + + + + + Creates a from the query by enumerating it asynchronously. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains a that contains elements from the input sequence. + + + + + Creates an array from the query by enumerating it asynchronously. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A task that represents the asynchronous operation. + The task result contains an array that contains elements from the input sequence. + + + + + Creates an array from the query by enumerating it asynchronously. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains an array that contains elements from the input sequence. + + + + + Creates a from the query by enumerating it asynchronously + according to a specified key selector function. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the key returned by . + + A function to extract a key from each element. + + A task that represents the asynchronous operation. + The task result contains a that contains selected keys and values. + + + + + Creates a from the query by enumerating it asynchronously + according to a specified key selector function. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the key returned by . + + A function to extract a key from each element. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains a that contains selected keys and values. + + + + + Creates a from the query by enumerating it asynchronously + according to a specified key selector function and a comparer. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the key returned by . + + A function to extract a key from each element. + + An to compare keys. + + + A task that represents the asynchronous operation. + The task result contains a that contains selected keys and values. + + + + + Creates a from the query by enumerating it asynchronously + according to a specified key selector function and a comparer. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the key returned by . + + A function to extract a key from each element. + + An to compare keys. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains a that contains selected keys and values. + + + + + Creates a from the query by enumerating it asynchronously + according to a specified key selector and an element selector function. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the key returned by . + + + The type of the value returned by . + + A function to extract a key from each element. + A transform function to produce a result element value from each element. + + A task that represents the asynchronous operation. + The task result contains a that contains values of type + selected from the query. + + + + + Creates a from the query by enumerating it asynchronously + according to a specified key selector and an element selector function. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the key returned by . + + + The type of the value returned by . + + A function to extract a key from each element. + A transform function to produce a result element value from each element. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains a that contains values of type + selected from the query. + + + + + Creates a from the query by enumerating it asynchronously + according to a specified key selector function, a comparer, and an element selector function. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the key returned by . + + + The type of the value returned by . + + A function to extract a key from each element. + A transform function to produce a result element value from each element. + + An to compare keys. + + + A task that represents the asynchronous operation. + The task result contains a that contains values of type + selected from the input sequence. + + + + + Creates a from the query by enumerating it asynchronously + according to a specified key selector function, a comparer, and an element selector function. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the key returned by . + + + The type of the value returned by . + + A function to extract a key from each element. + A transform function to produce a result element value from each element. + + An to compare keys. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains a that contains values of type + selected from the input sequence. + + + + + Asynchronously returns the first element of the query. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A task that represents the asynchronous operation. + The task result contains the first element in the query result. + + The query result is empty. + + + + Asynchronously returns the first element of the query. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the first element in the query result. + + The query result is empty. + + + + Asynchronously returns the first element of the query that satisfies a specified condition. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + A function to test each element for a condition. + + A task that represents the asynchronous operation. + The task result contains the first element in the query result that satisfies a specified condition. + + + + is + null + . + + The query result is empty. + + + + Asynchronously returns the first element of the query that satisfies a specified condition. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + A function to test each element for a condition. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the first element in the query result that satisfies a specified condition. + + + + is + null + . + + The query result is empty. + + + + Asynchronously returns the first element of the query, or a default value if the query result contains no elements. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A task that represents the asynchronous operation. + The task result contains default ( ) if query result is empty; + otherwise, the first element in the query result. + + + + + Asynchronously returns the first element of the query, or a default value if the query result contains no elements. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains default ( ) if query result is empty; + otherwise, the first element in the query result. + + + + + Asynchronously returns the first element of the query that satisfies a specified condition + or a default value if no such element is found. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + A function to test each element for a condition. + + A task that represents the asynchronous operation. + The task result contains default ( ) if query result is empty + or if no element passes the test specified by ; otherwise, the first element + in the query result that passes the test specified by . + + + + is + null + . + + + + + Asynchronously returns the first element of the query that satisfies a specified condition + or a default value if no such element is found. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + A function to test each element for a condition. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains default ( ) if query result is empty + or if no element passes the test specified by ; otherwise, the first element + in the query result that passes the test specified by . + + + + is + null + . + + + + + Asynchronously returns the only element of the query, and throws an exception + if there is not exactly one element in the sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A task that represents the asynchronous operation. + The task result contains the single element of the query result. + + The query result has more than one element. + The query result is empty. + + + + Asynchronously returns the only element of the query, and throws an exception + if there is not exactly one element in the sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the single element of the query result. + + The query result has more than one element. + The query result is empty. + + + + Asynchronously returns the only element of the query that satisfies a specified condition, + and throws an exception if more than one such element exists. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + A function to test each element for a condition. + + A task that represents the asynchronous operation. + The task result contains the single element of the query result that satisfies the condition in + . + + + + is + null + . + + + No element satisfies the condition in + + . + + + More than one element satisfies the condition in + + . + + + + + Asynchronously returns the only element of the query that satisfies a specified condition, + and throws an exception if more than one such element exists. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + A function to test each element for a condition. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the single element of the query result that satisfies the condition in + . + + + + is + null + . + + + No element satisfies the condition in + + . + + + More than one element satisfies the condition in + + . + + + + + Asynchronously returns the only element of a sequence, or a default value if the sequence is empty; + this method throws an exception if there is more than one element in the sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A task that represents the asynchronous operation. + The task result contains the single element of the query result, or default () + if the sequence contains no elements. + + The query result has more than one element. + + + + Asynchronously returns the only element of a sequence, or a default value if the sequence is empty; + this method throws an exception if there is more than one element in the sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the single element of the query result, or default () + if the sequence contains no elements. + + The query result has more than one element. + + + + Asynchronously returns the only element of the query that satisfies a specified condition or + a default value if no such element exists; this method throws an exception if more than one element + satisfies the condition. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + A function to test each element for a condition. + + A task that represents the asynchronous operation. + The task result contains the single element of the query result that satisfies the condition in + , or default ( ) if no such element is found. + + + + is + null + . + + + More than one element satisfies the condition in + + . + + + + + Asynchronously returns the only element of the query that satisfies a specified condition or + a default value if no such element exists; this method throws an exception if more than one element + satisfies the condition. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + A function to test each element for a condition. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the single element of the query result that satisfies the condition in + , or default ( ) if no such element is found. + + + + is + null + . + + + More than one element satisfies the condition in + + . + + + + + Asynchronously determines whether the query contains a specified element by using the default equality comparer. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + The object to locate in the query result. + + A task that represents the asynchronous operation. + The task result contains true if the query result contains the specified value; otherwise, false. + + + + + Asynchronously determines whether the query contains a specified element by using the default equality comparer. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + The object to locate in the query result. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains true if the query result contains the specified value; otherwise, false. + + + + + Asynchronously determines whether the query contains any elements. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A task that represents the asynchronous operation. + The task result contains true if the query result contains any elements; otherwise, false. + + + + + Asynchronously determines whether the query contains any elements. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains true if the query result contains any elements; otherwise, false. + + + + + Asynchronously determines whether any element of the query satisfies a condition. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + A function to test each element for a condition. + + A task that represents the asynchronous operation. + The task result contains true if any elements in the query result pass the test in the specified predicate; otherwise, false. + + + + + Asynchronously determines whether any element of the query satisfies a condition. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + A function to test each element for a condition. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains true if any elements in the query result pass the test in the specified predicate; otherwise, false. + + + + + Asynchronously determines whether all the elements of the query satisfy a condition. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + A function to test each element for a condition. + + A task that represents the asynchronous operation. + The task result contains true if every element of the query result passes the test in the specified predicate; otherwise, false. + + + + is + null + . + + + + + Asynchronously determines whether all the elements of the query satisfy a condition. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + A function to test each element for a condition. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains true if every element of the query result passes the test in the specified predicate; otherwise, false. + + + + is + null + . + + + + + Asynchronously returns the number of elements in the query. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A task that represents the asynchronous operation. + The task result contains the number of elements in the query result. + + + The number of elements in the query result is larger than + + . + + + + + Asynchronously returns the number of elements in the query. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the number of elements in the query result. + + + The number of elements in the query result is larger than + + . + + + + + Asynchronously returns the number of elements in the query that satisfy a condition. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + A function to test each element for a condition. + + A task that represents the asynchronous operation. + The task result contains the number of elements in the query result that satisfy the condition in the predicate function. + + + The number of elements in the query result that satisfy the condition in the predicate function + is larger than + + . + + + + + Asynchronously returns the number of elements in the query that satisfy a condition. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + A function to test each element for a condition. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the number of elements in the query result that satisfy the condition in the predicate function. + + + The number of elements in the query result that satisfy the condition in the predicate function + is larger than + + . + + + + + Asynchronously returns an that represents the total number of elements in the query. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A task that represents the asynchronous operation. + The task result contains the number of elements in the query result. + + + The number of elements in the query result is larger than + + . + + + + + Asynchronously returns an that represents the total number of elements in the query. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the number of elements in the query result. + + + The number of elements in the query result is larger than + + . + + + + + Asynchronously returns an that represents the number of elements in the query + that satisfy a condition. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + A function to test each element for a condition. + + A task that represents the asynchronous operation. + The task result contains the number of elements in the query result that satisfy the condition in the predicate function. + + + The number of elements in the query result that satisfy the condition in the predicate function + is larger than + + . + + + + + Asynchronously returns an that represents the number of elements in the query + that satisfy a condition. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + A function to test each element for a condition. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the number of elements in the query result that satisfy the condition in the predicate function. + + + The number of elements in the query result that satisfy the condition in the predicate function + is larger than + + . + + + + + Asynchronously returns the minimum value of the query. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A task that represents the asynchronous operation. + The task result contains the minimum value in the query result. + + + + + Asynchronously returns the minimum value of the query. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the minimum value in the query result. + + + + + Asynchronously returns the maximum value of the query. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A task that represents the asynchronous operation. + The task result contains the maximum value in the query result. + + + + + Asynchronously returns the maximum value of the query. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the maximum value in the query result. + + + + + Returns a that contains the SQL string that was set + when the query was created. The parameters are not included. + + + A that represents this instance. + + + + + Returns false. + + + false . + + + + + Throws an exception indicating that binding directly to a store query is not supported. + + Never returns; always throws. + + + + + + + + + + + + + A non-generic version of the class. + + + + + Gets the property name. + + The property name. + + + + Gets or sets the current value of the navigation property. The current value is + the entity that the navigation property references. + + The current value. + + + + Loads the entity from the database. + Note that if the entity already exists in the context, then it will not overwritten with values from the database. + + + + + Asynchronously loads the entity from the database. + Note that if the entity already exists in the context, then it will not overwritten with values from the database. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A task that represents the asynchronous operation. + + + + + Asynchronously loads the entity from the database. + Note that if the entity already exists in the context, then it will not overwritten with values from the database. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + + + + + Gets or sets a value indicating whether the entity has been loaded from the database. + + + Loading the related entity from the database either using lazy-loading, as part of a query, or explicitly + with one of the Load methods will set the IsLoaded flag to true. + IsLoaded can be explicitly set to true to prevent the related entity from being lazy-loaded. + Note that explict loading using one of the Load methods will load the related entity from the database + regardless of whether or not IsLoaded is true. + When a related entity is detached the IsLoaded flag is reset to false indicating that the related entity is + no longer loaded. + + + true if the entity is loaded or the IsLoaded has been explicitly set to true; otherwise, false. + + + + + Returns the query that would be used to load this entity from the database. + The returned query can be modified using LINQ to perform filtering or operations in the database. + + A query for the entity. + + + + The to which this navigation property belongs. + + An entry for the entity that owns this navigation property. + + + + Returns the equivalent generic object. + + The type of entity on which the member is declared. + The type of the property. + The equivalent generic object. + + + + Instances of this class are returned from the Reference method of + and allow operations such as loading to + be performed on the an entity's reference navigation properties. + + The type of the entity to which this property belongs. + The type of the property. + + + + Gets the property name. + + The property name. + + + + Gets or sets the current value of the navigation property. The current value is + the entity that the navigation property references. + + The current value. + + + + Loads the entity from the database. + Note that if the entity already exists in the context, then it will not overwritten with values from the database. + + + + + Asynchronously loads the entity from the database. + Note that if the entity already exists in the context, then it will not overwritten with values from the database. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A task that represents the asynchronous operation. + + + + + Asynchronously loads the entity from the database. + Note that if the entity already exists in the context, then it will not overwritten with values from the database. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + + + + + Gets or sets a value indicating whether the entity has been loaded from the database. + + + Loading the related entity from the database either using lazy-loading, as part of a query, or explicitly + with one of the Load methods will set the IsLoaded flag to true. + IsLoaded can be explicitly set to true to prevent the related entity from being lazy-loaded. + Note that explict loading using one of the Load methods will load the related entity from the database + regardless of whether or not IsLoaded is true. + When a related entity is detached the IsLoaded flag is reset to false indicating that the related entity is + no longer loaded. + + + true if the entity is loaded or the IsLoaded has been explicitly set to true; otherwise, false. + + + + + Returns the query that would be used to load this entity from the database. + The returned query can be modified using LINQ to perform filtering or operations in the database. + + A query for the entity. + + + + Returns a new instance of the non-generic class for + the navigation property represented by this object. + + The object representing the navigation property. + A non-generic version. + + + + The to which this navigation property belongs. + + An entry for the entity that owns this navigation property. + + + + Represents a SQL query for entities that is created from a + and is executed using the connection from that context. + Instances of this class are obtained from the instance for the + entity type. The query is not executed when this object is created; it is executed + each time it is enumerated, for example by using foreach. + SQL queries for non-entities are created using . + See for a generic version of this class. + + + + + Creates an instance of a when called from the constructor of a derived + type that will be used as a test double for . Methods and properties + that will be used by the test double must be implemented by the test double except AsNoTracking + and AsStreaming where the default implementation is a no-op. + + + + + Returns a new query where the results of the query will not be tracked by the associated + . + + A new query with NoTracking applied. + + + + Returns a new query that will stream the results instead of buffering. + + A new query with AsStreaming applied. + + + + + + + + + + + + + + + + Represents a SQL query for entities that is created from a + and is executed using the connection from that context. + Instances of this class are obtained from the instance for the + entity type. The query is not executed when this object is created; it is executed + each time it is enumerated, for example by using foreach. + SQL queries for non-entities are created using . + See for a non-generic version of this class. + + The type of entities returned by the query. + + + + Creates an instance of a when called from the constructor of a derived + type that will be used as a test double for . Methods and properties + that will be used by the test double must be implemented by the test double except AsNoTracking and + AsStreaming where the default implementation is a no-op. + + + + + Returns a new query where the entities returned will not be cached in the . + + A new query with NoTracking applied. + + + + Returns a new query that will stream the results instead of buffering. + + A new query with AsStreaming applied. + + + + + + + + + + + + + + + + Exception thrown by when it was expected that SaveChanges for an entity would + result in a database update but in fact no rows in the database were affected. This usually indicates + that the database has been concurrently updated such that a concurrency token that was expected to match + did not actually match. + Note that state entries referenced by this exception are not serialized due to security and accesses to + the state entries after serialization will return null. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class. + + The message. + + + + Initializes a new instance of the class. + + The message. + The inner exception. + + + + Initializes a new instance of the DbUpdateConcurrencyException class with the specified serialization information and context. + + The data necessary to serialize or deserialize an object. + Description of the source and destination of the specified serialized stream. + + + + Exception thrown by when the saving of changes to the database fails. + Note that state entries referenced by this exception are not serialized due to security and accesses to the + state entries after serialization will return null. + + + + + Gets objects that represents the entities that could not + be saved to the database. + + The entries representing the entities that could not be saved. + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class. + + The message. + + + + Initializes a new instance of the class. + + The message. + The inner exception. + + + + Initializes a new instance of the DbUpdateException class with the specified serialization information and context. + + The data necessary to serialize or deserialize an object. + Description of the source and destination of the specified serialized stream. + + + + Sets the with information about the exception. + + The that holds the serialized object data about the exception being thrown. + The that contains contextual information about the source or destination. + + + + Loads or saves models from/into .edmx files at a specified location. + + + + + Initializes a new DefaultDbModelStore instance. + + The parent directory for the .edmx files. + + + + Gets the location of the .edmx files. + + + + + Loads a model from the store. + + The type of context representing the model. + The loaded metadata model. + + + + Retrieves an edmx XDocument version of the model from the store. + + The type of context representing the model. + The loaded XDocument edmx. + + + + Saves a model to the store. + + The type of context representing the model. + The metadata model to save. + + + + Gets the path of the .edmx file corresponding to the specified context type. + + A context type. + The .edmx file path. + + + + Validates the model store is valid. + The default implementation verifies that the .edmx file was last + written after the context assembly was last written. + + The type of context representing the model. + The path of the stored model. + Whether the edmx file should be invalidated. + + + + An that doesn't retry operations if they fail. + + + + + Returns false to indicate that will not retry the execution after a failure. + + + + + Executes the specified operation once. + + A delegate representing an executable operation that doesn't return any results. + + + + Executes the specified operation once and returns the result. + + + The return type of . + + + A delegate representing an executable operation that returns the result of type . + + The result from the operation. + + + + Executes the specified asynchronous operation once, without retrying on failure. + + A function that returns a started task. + + A cancellation token used to cancel the retry operation, but not operations that are already in flight + or that already completed successfully. + + + A task that will run to completion if the original task completes successfully. + + + + + Executes the specified asynchronous operation once, without retrying on failure. + + + The result type of the returned by . + + A function that returns a started task. + + A cancellation token used to cancel the retry operation, but not operations that are already in flight + or that already completed successfully. + + + A task that will run to completion if the original task completes successfully. + + + + + A default implementation of that uses the + underlying provider to get the manifest token. + Note that to avoid multiple queries, this implementation using caching based on the actual type of + instance, the property, + and the property. + + + + + + + + Event arguments passed to event handlers. + + + + + Returns a snapshot of the that is about to be locked. + Use the GetService methods on this object to get services that have been registered. + + + + + Call this method to add a instance to the Chain of + Responsibility of resolvers that are used to resolve dependencies needed by the Entity Framework. + + + Resolvers are asked to resolve dependencies in reverse order from which they are added. This means + that a resolver can be added to override resolution of a dependency that would already have been + resolved in a different way. + The only exception to this is that any dependency registered in the application's config file + will always be used in preference to using a dependency resolver added here, unless the + overrideConfigFile is set to true in which case the resolver added here will also override config + file settings. + + The resolver to add. + If true, then the resolver added will take precedence over settings in the config file. + + + + Call this method to add a instance to the Chain of Responsibility + of resolvers that are used to resolve dependencies needed by the Entity Framework. Unlike the AddDependencyResolver + method, this method puts the resolver at the bottom of the Chain of Responsibility such that it will only + be used to resolve a dependency that could not be resolved by any of the other resolvers. + + The resolver to add. + + + + Adds a wrapping resolver to the configuration that is about to be locked. A wrapping + resolver is a resolver that incepts a service would have been returned by the resolver + chain and wraps or replaces it with another service of the same type. + + The type of service to wrap or replace. + A delegate that takes the unwrapped service and key and returns the wrapped or replaced service. + + + + + + + + + + + + + + + + An implementation used for resolving + factories. + + + This class can be used by to aid in the resolving + of factories as a default service for the provider. + + The type of execution strategy that is resolved. + + + + Initializes a new instance of + + + The ADO.NET provider invariant name indicating the type of ADO.NET connection for which this execution strategy will be used. + + + A string that will be matched against the server name in the connection string. null will match anything. + + A function that returns a new instance of an execution strategy. + + + + If the given type is , then this resolver will attempt + to return the service to use, otherwise it will return null. When the given type is + Func{IExecutionStrategy}, then the key is expected to be an . + + The service type to resolve. + A key used to make a determination of the service to return. + + An , or null. + + + + + If the given type is , then this resolver will attempt + to return the service to use, otherwise it will return an empty enumeration. When the given type is + Func{IExecutionStrategy}, then the key is expected to be an . + + The service type to resolve. + A key used to make a determination of the service to return. + + An enumerable of , or an empty enumeration. + + + + + This interface is implemented by any object that can resolve a dependency, either directly + or through use of an external container. + + + The public services currently resolved using IDbDependencyResolver are documented here: + http://msdn.microsoft.com/en-us/data/jj680697 + + + + + Attempts to resolve a dependency for a given contract type and optionally a given key. + If the resolver cannot resolve the dependency then it must return null and not throw. This + allows resolvers to be used in a Chain of Responsibility pattern such that multiple resolvers + can be asked to resolve a dependency until one finally does. + + The interface or abstract base class that defines the dependency to be resolved. The returned object is expected to be an instance of this type. + Optionally, the key of the dependency to be resolved. This may be null for dependencies that are not differentiated by key. + The resolved dependency, which must be an instance of the given contract type, or null if the dependency could not be resolved. + + + + Attempts to resolve a dependencies for a given contract type and optionally a given key. + If the resolver cannot resolve the dependency then it must return an empty enumeration and + not throw. This method differs from in that it returns all registered + services for the given type and key combination. + + The interface or abstract base class that defines the dependency to be resolved. Every returned object is expected to be an instance of this type. + Optionally, the key of the dependency to be resolved. This may be null for dependencies that are not differentiated by key. + All services that resolve the dependency, which must be instances of the given contract type, or an empty enumeration if the dependency could not be resolved. + + + + Extension methods to call the method using + a generic type parameter and/or no name. + + + + + Calls passing the generic type of the method and the given + name as arguments. + + The contract type to resolve. + The resolver to use. + The key of the dependency to resolve. + The resolved dependency, or null if the resolver could not resolve it. + + + + Calls passing the generic type of the method as + the type argument and null for the name argument. + + The contract type to resolve. + The resolver to use. + The resolved dependency, or null if the resolver could not resolve it. + + + + Calls passing the given type argument and using + null for the name argument. + + The resolver to use. + The contract type to resolve. + The resolved dependency, or null if the resolver could not resolve it. + + + + Calls passing the generic type of the method and the given + name as arguments. + + The contract type to resolve. + The resolver to use. + The key of the dependency to resolve. + All resolved dependencies, or an if no services are resolved. + + + + Calls passing the generic type of the method as + the type argument and null for the name argument. + + The contract type to resolve. + The resolver to use. + All resolved dependencies, or an if no services are resolved. + + + + Calls passing the given type argument and using + null for the name argument. + + The resolver to use. + The contract type to resolve. + All resolved dependencies, or an if no services are resolved. + + + + Implements to resolve a dependency such that it always returns + the same instance. + + The type that defines the contract for the dependency that will be resolved. + + This class is immutable such that instances can be accessed by multiple threads at the same time. + + + + + Constructs a new resolver that will return the given instance for the contract type + regardless of the key passed to the Get method. + + The instance to return. + + + + Constructs a new resolver that will return the given instance for the contract type + if the given key matches exactly the key passed to the Get method. + + The instance to return. + Optionally, the key of the dependency to be resolved. This may be null for dependencies that are not differentiated by key. + + + + Constructs a new resolver that will return the given instance for the contract type + if the given key matches the key passed to the Get method based on the given predicate. + + The instance to return. + A predicate that takes the key object and returns true if and only if it matches. + + + + + + + + + + An implementation used for resolving + factories. + + + + + Initializes a new instance of + + A function that returns a new instance of a transaction handler. + + The ADO.NET provider invariant name indicating the type of ADO.NET connection for which the transaction handler will be used. + null will match anything. + + + A string that will be matched against the server name in the connection string. null will match anything. + + + + + If the given type is , then this method will attempt + to return the service to use, otherwise it will return null. When the given type is + , then the key is expected to be a . + + The service type to resolve. + A key used to make a determination of the service to return. + + An , or null. + + + + + If the given type is , then this resolver will attempt + to return the service to use, otherwise it will return an empty enumeration. When the given type is + , then the key is expected to be an . + + The service type to resolve. + A key used to make a determination of the service to return. + + An enumerable of , or an empty enumeration. + + + + + + + + + + + Provides utility methods for reading from an App.config or Web.config file. + + + + + Initializes a new instance of . + + The configuration to read from. + + + + Gets the specified provider services from the configuration. + + The invariant name of the provider services. + The provider services type name, or null if not found. + + + + Used for design-time scenarios where the user's code needs to be executed inside + of an isolated, runtime-like . + + Instances of this class should be created inside of the guest domain. + Handlers should be created inside of the host domain. To invoke operations, + create instances of the nested classes inside + + + + + Initializes a new instance of the class. Do this inside of the guest + domain. + + The path for the assembly containing the user's code. + The parameter is not used. + + + + Used to get the assembly-qualified name of the DbProviderServices type for the + specified provider invariant name. + + + + + Represents an operation. + + + + + Initializes a new instance of the class. + + An object to handle callbacks during the operation. + + + + Executes an action passing exceptions to the handler. + + The action to execute. + + + + Executes an action passing the result or exceptions to the handler. + + The result type. + The action to execute. + + + + Executes an action passing results or exceptions to the handler. + + The type of results. + The action to execute. + + + + Base handler type. Handlers aren't required to use this exact type. Only the + namespace, name, and member signatures need to be the same. This also applies to + handler contracts types + + + + + Indicates whether the specified contract is implemented by this handler. + + The full name of the contract interface. + True if the contract is implemented, otherwise false. + + + + Used to handle reported design-time activity. + + + + + Invoked when an error is reported. + + The message. + + + + Invoked when a warning is reported. + + The message. + + + + Invoked when information is reported. + + The message. + + + + Invoked when verbose information is reported. + + The message. + + + + A contract handlers can use to accept a single result. + + + + + + Sets the result. + + The result. + + + + Invoked when an error occurs. + + The exception type. + The error message. + The stack trace. + true if the error was handled; otherwise, false. + + + + Used to handle reported design-time activity. + + + + + Initializes a new instance of the class. + + A callback for . + A callback for . + A callback for . + A callback for . + + + + Invoked when an error is reported. + + The message. + + + + Invoked when a warning is reported. + + The message. + + + + Invoked when information is reported. + + The message. + + + + Invoked when verbose information is reported. + + The message. + + + + Used with to handle operation results. + + + + + Gets a value indicating whether a result is available. + + A value indicating whether a result is available. + + + + Gets the result. + + The result. + + + + Gets the type of the exception if any. + + The exception type. + + + + Gets the error message if any. + + The error message. + + + + Get the error stack trace if any. + + The stack trace. + + + + Invoked when a result is available. + + The result. + + + + Invoked when an error occurs. + + The exception type. + The error message. + The stack trace. + + + + Represents an entity used to store metadata about an EDM in the database. + + + + + Gets or sets the ID of the metadata entity, which is currently always 1. + + The id. + + + + Gets or sets the model hash which is used to check whether the model has + changed since the database was created from it. + + The model hash. + + + + Attempts to get the model hash calculated by Code First for the given context. + This method will return null if the context is not being used in Code First mode. + + The context. + The hash string. + + + + Utility class for reading a metadata model from .edmx. + + + + + Reads a metadata model from .edmx. + + XML reader for the .edmx + Default database schema used by the model. + The loaded metadata model. + + + + Contains methods used to access the Entity Data Model created by Code First in the EDMX form. + These methods are typically used for debugging when there is a need to look at the model that + Code First creates internally. + + + + + Uses Code First with the given context and writes the resulting Entity Data Model to the given + writer in EDMX form. This method can only be used with context instances that use Code First + and create the model internally. The method cannot be used for contexts created using Database + First or Model First, for contexts created using a pre-existing , or + for contexts created using a pre-existing . + + The context. + The writer. + + + + Writes the Entity Data Model represented by the given to the + given writer in EDMX form. + + An object representing the EDM. + The writer. + + + + A key used for resolving . It consists of the ADO.NET provider invariant name + and the database server name as specified in the connection string. + + + + + Initializes a new instance of + + + The ADO.NET provider invariant name indicating the type of ADO.NET connection for which this execution strategy will be used. + + A string that will be matched against the server name in the connection string. + + + + The ADO.NET provider invariant name indicating the type of ADO.NET connection for which this execution strategy will be used. + + + + + A string that will be matched against the server name in the connection string. + + + + + + + + + + + Asynchronous version of the interface that allows elements to be retrieved asynchronously. + This interface is used to interact with Entity Framework queries and shouldn't be implemented by custom classes. + + + + + Gets an enumerator that can be used to asynchronously enumerate the sequence. + + Enumerator for asynchronous enumeration over the sequence. + + + + Asynchronous version of the interface that allows elements of the enumerable sequence to be retrieved asynchronously. + This interface is used to interact with Entity Framework queries and shouldn't be implemented by custom classes. + + The type of objects to enumerate. + + + + Gets an enumerator that can be used to asynchronously enumerate the sequence. + + Enumerator for asynchronous enumeration over the sequence. + + + + Asynchronous version of the interface that allows elements to be retrieved asynchronously. + This interface is used to interact with Entity Framework queries and shouldn't be implemented by custom classes. + + + + + Advances the enumerator to the next element in the sequence, returning the result asynchronously. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the sequence. + + + + + Gets the current element in the iteration. + + + + + Asynchronous version of the interface that allows elements to be retrieved asynchronously. + This interface is used to interact with Entity Framework queries and shouldn't be implemented by custom classes. + + The type of objects to enumerate. + + + + Gets the current element in the iteration. + + + + + Defines methods to create and asynchronously execute queries that are described by an + object. + This interface is used to interact with Entity Framework queries and shouldn't be implemented by custom classes. + + + + + Asynchronously executes the query represented by a specified expression tree. + + An expression tree that represents a LINQ query. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the value that results from executing the specified query. + + + + + Asynchronously executes the strongly-typed query represented by a specified expression tree. + + The type of the value that results from executing the query. + An expression tree that represents a LINQ query. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the value that results from executing the specified query. + + + + + Implementations of this interface are used to create DbConnection objects for + a type of database server based on a given database name. + An Instance is set on the class to + cause all DbContexts created with no connection information or just a database + name or connection string to use a certain type of database server by default. + Two implementations of this interface are provided: + is used to create connections to Microsoft SQL Server, including EXPRESS editions. + is used to create connections to Microsoft SQL + Server Compact Editions. + Other implementations for other database servers can be added as needed. + Note that implementations should be thread safe or immutable since they may + be accessed by multiple threads at the same time. + + + + + Creates a connection based on the given database name or connection string. + + The database name or connection string. + An initialized DbConnection. + + + + A factory for creating derived instances. Implement this + interface to enable design-time services for context types that do not have a + public default constructor. + At design-time, derived instances can be created in order to enable specific + design-time experiences such as model rendering, DDL generation etc. To enable design-time instantiation + for derived types that do not have a public, default constructor, implement + this interface. Design-time services will auto-discover implementations of this interface that are in the + same assembly as the derived type. + + The type of the context. + + + + Creates a new instance of a derived type. + + An instance of TContext + + + + A strategy that is used to execute a command or query against the database, possibly with logic to retry when a failure occurs. + + + + + Indicates whether this might retry the execution after a failure. + + + + + Executes the specified operation. + + A delegate representing an executable operation that doesn't return any results. + + + + Executes the specified operation and returns the result. + + + The return type of . + + + A delegate representing an executable operation that returns the result of type . + + The result from the operation. + + + + Executes the specified asynchronous operation. + + A function that returns a started task. + + A cancellation token used to cancel the retry operation, but not operations that are already in flight + or that already completed successfully. + + + A task that will run to completion if the original task completes successfully (either the + first time or after retrying transient failures). If the task fails with a non-transient error or + the retry limit is reached, the returned task will become faulted and the exception must be observed. + + + + + Executes the specified asynchronous operation and returns the result. + + + The result type of the returned by . + + + A function that returns a started task of type . + + + A cancellation token used to cancel the retry operation, but not operations that are already in flight + or that already completed successfully. + + + A task that will run to completion if the original task completes successfully (either the + first time or after retrying transient failures). If the task fails with a non-transient error or + the retry limit is reached, the returned task will become faulted and the exception must be observed. + + + + + Represents a key value that uniquely identifies an Entity Framework model that has been loaded into memory. + + + + Determines whether the current cached model key is equal to the specified cached model key. + true if the current cached model key is equal to the specified cached model key; otherwise, false. + The cached model key to compare to the current cached model key. + + + Returns the hash function for this cached model key. + The hash function for this cached model key. + + + + Implement this interface on your context to use custom logic to calculate the key used to lookup an already created model in the cache. + This interface allows you to have a single context type that can be used with different models in the same AppDomain, + or multiple context types that use the same model. + + + + Gets the cached key associated with the provider. + The cached key associated with the provider. + + + + A service for obtaining the correct from a given + . + + + On .NET 4.5 the provider is publicly accessible from the connection. On .NET 4 the + default implementation of this service uses some heuristics to find the matching + provider. If these fail then a new implementation of this service can be registered + on to provide an appropriate resolution. + + + + + Returns the for the given connection. + + The connection. + The provider factory for the connection. + + + + A service for getting a provider manifest token given a connection. + The class is used by default and makes use of the + underlying provider to get the token which often involves opening the connection. + A different implementation can be used instead by adding an + to that may use any information in the connection to return + the token. For example, if the connection is known to point to a SQL Server 2008 database then + "2008" can be returned without opening the connection. + + + + + Returns the manifest token to use for the given connection. + + The connection for which a manifest token is required. + The manifest token to use. + + + + Implement this interface to allow custom annotations represented by instances to be + serialized to and from the EDMX XML. Usually a serializer instance is set using the + method. + + + + + Serializes the given annotation value into a string for storage in the EDMX XML. + + The name of the annotation that is being serialized. + The value to serialize. + The serialized value. + + + + Deserializes the given string back into the expected annotation value. + + The name of the annotation that is being deserialized. + The string to deserialize. + The deserialized annotation value. + + + + This convention causes DbModelBuilder to include metadata about the model + when it builds the model. When creates a model by convention it will + add this convention to the list of those used by the DbModelBuilder. This will then result in + model metadata being written to the database if the DbContext is used to create the database. + This can then be used as a quick check to see if the model has changed since the last time it was + used against the database. + This convention can be removed from the conventions by overriding + the OnModelCreating method on a derived DbContext class. + + + + + Represents contextual information associated with calls to + implementations. + + + Instances of this class are publicly immutable for contextual information. To add + contextual information use one of the With... or As... methods to create a new + interception context containing the new information. + + + + + Constructs a new with no state. + + + + + Creates a new by copying immutable state from the given + interception context. Also see + + The context from which to copy state. + + + + Creates a new that contains all the contextual information in this + interception context together with the flag set to true. + + A new interception context associated with the async flag set. + + + + The that will be used or has been used to start a transaction. + + + + + Creates a new that contains all the contextual information in this + interception context together with the given . + + The isolation level to associate. + A new interception context associated with the given isolation level. + + + + + + + Creates a new that contains all the contextual information in this + interception context with the addition of the given . + + The context to associate. + A new interception context associated with the given context. + + + + Creates a new that contains all the contextual information in this + interception context with the addition of the given . + + The context to associate. + A new interception context associated with the given context. + + + + + + + + + + + + + + + + This is the default log formatter used when some is set onto the + property. A different formatter can be used by creating a class that inherits from this class and overrides + some or all methods to change behavior. + + + To set the new formatter create a code-based configuration for EF using and then + set the formatter class to use with . + Note that setting the type of formatter to use with this method does change the way command are + logged when is used. It is still necessary to set a + onto before any commands will be logged. + For more low-level control over logging/interception see and + . + Interceptors can also be registered in the config file of the application. + See http://go.microsoft.com/fwlink/?LinkId=260883 for more information about Entity Framework configuration. + + + + + Creates a formatter that will not filter by any and will instead log every command + from any context and also commands that do not originate from a context. + + + This constructor is not used when a delegate is set on . Instead it can be + used by setting the formatter directly using . + + The delegate to which output will be sent. + + + + Creates a formatter that will only log commands the come from the given instance. + + + This constructor must be called by a class that inherits from this class to override the behavior + of . + + + The context for which commands should be logged. Pass null to log every command + from any context and also commands that do not originate from a context. + + The delegate to which output will be sent. + + + + The context for which commands are being logged, or null if commands from all contexts are + being logged. + + + + + Writes the given string to the underlying write delegate. + + The string to write. + + + + This property is obsolete. Using it can result in logging incorrect execution times. Call + instead. + + + + + The stopwatch used to time executions. This stopwatch is started at the end of + , , and + methods and is stopped at the beginning of the , , + and methods. If these methods are overridden and the stopwatch is being used + then the overrides should either call the base method or start/stop the stopwatch themselves. + + The interception context for which the stopwatch will be obtained. + The stopwatch. + + + + This method is called before a call to or + one of its async counterparts is made. + The default implementation calls and starts the stopwatch returned from + . + + The command being executed. + Contextual information associated with the call. + + + + This method is called after a call to or + one of its async counterparts is made. + The default implementation stopsthe stopwatch returned from and calls + . + + The command being executed. + Contextual information associated with the call. + + + + This method is called before a call to or + one of its async counterparts is made. + The default implementation calls and starts the stopwatch returned from + . + + The command being executed. + Contextual information associated with the call. + + + + This method is called after a call to or + one of its async counterparts is made. + The default implementation stopsthe stopwatch returned from and calls + . + + The command being executed. + Contextual information associated with the call. + + + + This method is called before a call to or + one of its async counterparts is made. + The default implementation calls and starts the stopwatch returned from + . + + The command being executed. + Contextual information associated with the call. + + + + This method is called after a call to or + one of its async counterparts is made. + The default implementation stopsthe stopwatch returned from and calls + . + + The command being executed. + Contextual information associated with the call. + + + + Called whenever a command is about to be executed. The default implementation of this method + filters by set into , if any, and then calls + . This method would typically only be overridden to change the + context filtering behavior. + + The type of the operation's results. + The command that will be executed. + Contextual information associated with the command. + + + + Called whenever a command has completed executing. The default implementation of this method + filters by set into , if any, and then calls + . This method would typically only be overridden to change the context + filtering behavior. + + The type of the operation's results. + The command that was executed. + Contextual information associated with the command. + + + + Called to log a command that is about to be executed. Override this method to change how the + command is logged to . + + The type of the operation's results. + The command to be logged. + Contextual information associated with the command. + + + + Called by to log each parameter. This method can be called from an overridden + implementation of to log parameters, and/or can be overridden to + change the way that parameters are logged to . + + The type of the operation's results. + The command being logged. + Contextual information associated with the command. + The parameter to log. + + + + Called to log the result of executing a command. Override this method to change how results are + logged to . + + The type of the operation's results. + The command being logged. + Contextual information associated with the command. + + + + Does not write to log unless overridden. + + The connection beginning the transaction. + Contextual information associated with the call. + + + + Called after is invoked. + The default implementation of this method filters by set into + , if any, and then logs the event. + + The connection that began the transaction. + Contextual information associated with the call. + + + + Does not write to log unless overridden. + + The connection. + Contextual information associated with the call. + + + + Does not write to log unless overridden. + + The connection. + Contextual information associated with the call. + + + + Does not write to log unless overridden. + + The connection being opened. + Contextual information associated with the call. + + + + Called after or its async counterpart is invoked. + The default implementation of this method filters by set into + , if any, and then logs the event. + + The connection that was opened. + Contextual information associated with the call. + + + + Does not write to log unless overridden. + + The connection being closed. + Contextual information associated with the call. + + + + Called after is invoked. + The default implementation of this method filters by set into + , if any, and then logs the event. + + The connection that was closed. + Contextual information associated with the call. + + + + Does not write to log unless overridden. + + The connection. + Contextual information associated with the call. + + + + Does not write to log unless overridden. + + The connection. + Contextual information associated with the call. + + + + Does not write to log unless overridden. + + The connection. + Contextual information associated with the call. + + + + Does not write to log unless overridden. + + The connection. + Contextual information associated with the call. + + + + Does not write to log unless overridden. + + The connection. + Contextual information associated with the call. + + + + Does not write to log unless overridden. + + The connection. + Contextual information associated with the call. + + + + Does not write to log unless overridden. + + The connection. + Contextual information associated with the call. + + + + Does not write to log unless overridden. + + The connection. + Contextual information associated with the call. + + + + Does not write to log unless overridden. + + The connection. + Contextual information associated with the call. + + + + Does not write to log unless overridden. + + The connection. + Contextual information associated with the call. + + + + Called before is invoked. + The default implementation of this method filters by set into + , if any, and then logs the event. + + The connection being disposed. + Contextual information associated with the call. + + + + Does not write to log unless overridden. + + The connection that was disposed. + Contextual information associated with the call. + + + + Does not write to log unless overridden. + + The connection. + Contextual information associated with the call. + + + + Does not write to log unless overridden. + + The connection. + Contextual information associated with the call. + + + + Does not write to log unless overridden. + + The connection. + Contextual information associated with the call. + + + + Does not write to log unless overridden. + + The connection. + Contextual information associated with the call. + + + + Does not write to log unless overridden. + + The transaction. + Contextual information associated with the call. + + + + Does not write to log unless overridden. + + The transaction. + Contextual information associated with the call. + + + + Does not write to log unless overridden. + The transaction. + Contextual information associated with the call. + + + + Does not write to log unless overridden. + + The transaction. + Contextual information associated with the call. + + + + Does not write to log unless overridden. + + The transaction being committed. + Contextual information associated with the call. + + + + This method is called after is invoked. + The default implementation of this method filters by set into + , if any, and then logs the event. + + The transaction that was committed. + Contextual information associated with the call. + + + + This method is called before is invoked. + The default implementation of this method filters by set into + , if any, and then logs the event. + + The transaction being disposed. + Contextual information associated with the call. + + + + Does not write to log unless overridden. + + The transaction that was disposed. + Contextual information associated with the call. + + + + Does not write to log unless overridden. + + The transaction being rolled back. + Contextual information associated with the call. + + + + This method is called after is invoked. + The default implementation of this method filters by set into + , if any, and then logs the event. + + The transaction that was rolled back. + Contextual information associated with the call. + + + + + + + + + + + + + + + + A simple logger for logging SQL and other database operations to the console or a file. + A logger can be registered in code or in the application's web.config /app.config file. + + + + + Creates a new logger that will send log output to the console. + + + + + Creates a new logger that will send log output to a file. If the file already exists then + it is overwritten. + + A path to the file to which log output will be written. + + + + Creates a new logger that will send log output to a file. + + A path to the file to which log output will be written. + True to append data to the file if it exists; false to overwrite the file. + + + + Stops logging and closes the underlying file if output is being written to a file. + + + + + Stops logging and closes the underlying file if output is being written to a file. + + + True to release both managed and unmanaged resources; False to release only unmanaged resources. + + + + + Starts logging. This method is a no-op if logging is already started. + + + + + Stops logging. This method is a no-op if logging is not started. + + + + + Called to start logging during Entity Framework initialization when this logger is registered. + as an . + + Arguments to the event that this interceptor mirrors. + Contextual information about the event. + + + + Used for dispatching operations to a such that any + registered on will be notified before and after the + operation executes. + Instances of this class are obtained through the fluent API. + + + This class is used internally by Entity Framework when executing commands. It is provided publicly so that + code that runs outside of the core EF assemblies can opt-in to command interception/tracing. This is + typically done by EF providers that are executing commands on behalf of EF. + + + + + Sends and + to any + registered on before/after making a + call to . + + + Note that the result of executing the command is returned by this method. The result is not available + in the interception context passed into this method since the interception context is cloned before + being passed to interceptors. + + The command on which the operation will be executed. + Optional information about the context of the call being made. + The result of the operation, which may have been modified by interceptors. + + + + Sends and + to any + registered on before/after making a + call to . + + + Note that the result of executing the command is returned by this method. The result is not available + in the interception context passed into this method since the interception context is cloned before + being passed to interceptors. + + The command on which the operation will be executed. + Optional information about the context of the call being made. + The result of the operation, which may have been modified by interceptors. + + + + Sends and + to any + registered on before/after making a + call to . + + + Note that the result of executing the command is returned by this method. The result is not available + in the interception context passed into this method since the interception context is cloned before + being passed to interceptors. + + The command on which the operation will be executed. + Optional information about the context of the call being made. + The result of the operation, which may have been modified by interceptors. + + + + Sends and + to any + registered on before/after making a + call to . + + + Note that the result of executing the command is returned by this method. The result is not available + in the interception context passed into this method since the interception context is cloned before + being passed to interceptors. + + The command on which the operation will be executed. + Optional information about the context of the call being made. + The cancellation token for the asynchronous operation. + The result of the operation, which may have been modified by interceptors. + + + + Sends and + to any + registered on before/after making a + call to . + + + Note that the result of executing the command is returned by this method. The result is not available + in the interception context passed into this method since the interception context is cloned before + being passed to interceptors. + + The command on which the operation will be executed. + Optional information about the context of the call being made. + The cancellation token for the asynchronous operation. + The result of the operation, which may have been modified by interceptors. + + + + Sends and + to any + registered on before/after making a + call to . + + + Note that the result of executing the command is returned by this method. The result is not available + in the interception context passed into this method since the interception context is cloned before + being passed to interceptors. + + The command on which the operation will be executed. + Optional information about the context of the call being made. + The cancellation token for the asynchronous operation. + The result of the operation, which may have been modified by interceptors. + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Represents contextual information associated with calls into + implementations. + + + An instance of this class is passed to the dispatch methods of + and does not contain mutable information such as the result of the operation. This mutable information + is obtained from the that is passed to the interceptors. + Instances of this class are publicly immutable. To add contextual information use one of the + With... or As... methods to create a new interception context containing the new information. + + + + + Constructs a new with no state. + + + + + Creates a new by copying state from the given + interception context. Also see + + The context from which to copy state. + + + + The that will be used or has been used to execute the command with a + . This property is only used for + and its async counterparts. + + + + + Creates a new that contains all the contextual information in this + interception context together with the given . + + The command behavior to associate. + A new interception context associated with the given command behavior. + + + + + + + Creates a new that contains all the contextual information in this + interception context with the addition of the given . + + The context to associate. + A new interception context associated with the given context. + + + + Creates a new that contains all the contextual information in this + interception context with the addition of the given . + + The context to associate. + A new interception context associated with the given context. + + + + Creates a new that contains all the contextual information in this + interception context the flag set to true. + + A new interception context associated with the async flag set. + + + + + + + + + + + + + + + + Represents contextual information associated with calls into + implementations including the result of the operation. + + The type of the operation's results. + + Instances of this class are publicly immutable for contextual information. To add + contextual information use one of the With... or As... methods to create a new + interception context containing the new information. + + + + + Constructs a new with no state. + + + + + Creates a new by copying immutable state from the given + interception context. Also see + + The context from which to copy state. + + + + If execution of the operation completes without throwing, then this property will contain + the result of the operation. If the operation was suppressed or did not fail, then this property + will always contain the default value for the generic type. + + + When an operation completes without throwing both this property and the + property are set. However, the property can be set or changed by interceptors, + while this property will always represent the actual result returned by the operation, if any. + + + + + If this property is set before the operation has executed, then execution of the operation will + be suppressed and the set result will be returned instead. Otherwise, if the operation succeeds, then + this property will be set to the returned result. In either case, interceptors that run + after the operation can change this property to change the result that will be returned. + + + When an operation completes without throwing both this property and the + property are set. However, this property can be set or changed by interceptors, while the + property will always represent the actual result returned by the + operation, if any. + + + + + When true, this flag indicates that execution of the operation has been suppressed by + one of the interceptors. This can be done before the operation has executed by calling + , by setting an to be thrown, or + by setting the operation result using . + + + + + Gets or sets a value containing arbitrary user-specified state information associated with the operation. + + + + + Gets a value containing arbitrary user-specified state information associated with the operation. + + A key used to identify the user state. + The user state set, or null if none was found for the given key. + + + + Sets a value containing arbitrary user-specified state information associated with the operation. + + A key used to identify the user state. + The state to set. + + + + Prevents the operation from being executed if called before the operation has executed. + + + Thrown if this method is called after the operation has already executed. + + + + + If execution of the operation fails, then this property will contain the exception that was + thrown. If the operation was suppressed or did not fail, then this property will always be null. + + + When an operation fails both this property and the property are set + to the exception that was thrown. However, the property can be set or + changed by interceptors, while this property will always represent the original exception thrown. + + + + + If this property is set before the operation has executed, then execution of the operation will + be suppressed and the set exception will be thrown instead. Otherwise, if the operation fails, then + this property will be set to the exception that was thrown. In either case, interceptors that run + after the operation can change this property to change the exception that will be thrown, or set this + property to null to cause no exception to be thrown at all. + + + When an operation fails both this property and the property are set + to the exception that was thrown. However, the this property can be set or changed by + interceptors, while the property will always represent + the original exception thrown. + + + + + Set to the status of the after an async operation has finished. Not used for + synchronous operations. + + + + + Creates a new that contains all the contextual information in this + interception context together with the flag set to true. + + A new interception context associated with the async flag set. + + + + Creates a new that contains all the contextual information in this + interception context together with the given . + + The command behavior to associate. + A new interception context associated with the given command behavior. + + + + + + + Creates a new that contains all the contextual information in this + interception context with the addition of the given . + + The context to associate. + A new interception context associated with the given context. + + + + Creates a new that contains all the contextual information in this + interception context with the addition of the given . + + The context to associate. + A new interception context associated with the given context. + + + + + + + + + + + + + + + + Base class that implements . This class is a convenience for + use when only one or two methods of the interface actually need to have any implementation. + + + + + + + + + + + + + + + + + + + + + + + Represents contextual information associated with calls into + implementations. + + + Instances of this class are publicly immutable for contextual information. To add + contextual information use one of the With... or As... methods to create a new + interception context containing the new information. + + + + + Constructs a new with no state. + + + + + Creates a new by copying state from the given + interception context. Also see + + The context from which to copy state. + + + + The original tree created by Entity Framework. Interceptors can change the + property to change the tree that will be used, but the + will always be the tree created by Entity Framework. + + + + + The command tree that will be used by Entity Framework. This starts as the tree contained in the + the property but can be set by interceptors to change + the tree that will be used by Entity Framework. + + + + + Gets or sets a value containing arbitrary user-specified state information associated with the operation. + + + + + Gets a value containing arbitrary user-specified state information associated with the operation. + + A key used to identify the user state. + The user state set, or null if none was found for the given key. + + + + Sets a value containing arbitrary user-specified state information associated with the operation. + + A key used to identify the user state. + The state to set. + + + + + + + Creates a new that contains all the contextual information in this + interception context with the addition of the given . + + The context to associate. + A new interception context associated with the given context. + + + + Creates a new that contains all the contextual information in this + interception context with the addition of the given . + + The context to associate. + A new interception context associated with the given context. + + + + Creates a new that contains all the contextual information in this + interception context the flag set to true. + + A new interception context associated with the async flag set. + + + + + + + + + + + + + + + + Represents contextual information associated with calls into + implementations. + + + Instances of this class are publicly immutable for contextual information. To add + contextual information use one of the With... or As... methods to create a new + interception context containing the new information. + + + + + Constructs a new with no state. + + + + + Creates a new by copying state from the given + interception context. Also see + + The context from which to copy state. + + + + + + + Creates a new that contains all the contextual information in + this interception context with the addition of the given . + + The context to associate. + A new interception context associated with the given context. + + + + Creates a new that contains all the contextual information in + this interception context with the addition of the given . + + The context to associate. + A new interception context associated with the given context. + + + + Creates a new that contains all the contextual information in + this interception context the flag set to true. + + A new interception context associated with the async flag set. + + + + + + + + + + + + + + + + Used for dispatching operations to a such that any + registered on will be notified before and after the + operation executes. + Instances of this class are obtained through the fluent API. + + + This class is used internally by Entity Framework when interacting with . + It is provided publicly so that code that runs outside of the core EF assemblies can opt-in to command + interception/tracing. This is typically done by EF providers that are executing commands on behalf of EF. + + + + + Sends and + to any + registered on before/after making a + call to . + + + Note that the result of executing the command is returned by this method. The result is not available + in the interception context passed into this method since the interception context is cloned before + being passed to interceptors. + + The connection on which the operation will be executed. + Optional information about the context of the call being made. + The result of the operation, which may have been modified by interceptors. + + + + Sends and + to any + registered on before/after making a + call to . + + The connection on which the operation will be executed. + Optional information about the context of the call being made. + + + + Sends and + to any + registered on before/after making a + call to . + + The connection on which the operation will be executed. + Optional information about the context of the call being made. + + + + Sends and + to any + registered on before/after + getting . + + + Note that the value of the property is returned by this method. The result is not available + in the interception context passed into this method since the interception context is cloned before + being passed to interceptors. + + The connection on which the operation will be executed. + Optional information about the context of the call being made. + The result of the operation, which may have been modified by interceptors. + + + + Sends and + to any + registered on before/after + setting . + + The connection on which the operation will be executed. + Information about the context of the call being made, including the value to be set. + + + + Sends and + to any + registered on before/after + getting . + + + Note that the value of the property is returned by this method. The result is not available + in the interception context passed into this method since the interception context is cloned before + being passed to interceptors. + + The connection on which the operation will be executed. + Optional information about the context of the call being made. + The result of the operation, which may have been modified by interceptors. + + + + Sends and + to any + registered on before/after + getting . + + + Note that the value of the property is returned by this method. The result is not available + in the interception context passed into this method since the interception context is cloned before + being passed to interceptors. + + The connection on which the operation will be executed. + Optional information about the context of the call being made. + The result of the operation, which may have been modified by interceptors. + + + + Sends and + to any + registered on before/after + getting . + + + Note that the value of the property is returned by this method. The result is not available + in the interception context passed into this method since the interception context is cloned before + being passed to interceptors. + + The connection on which the operation will be executed. + Optional information about the context of the call being made. + The result of the operation, which may have been modified by interceptors. + + + + Sends and + to any + registered on before/after making a + call to . + + The connection on which the operation will be executed. + Optional information about the context of the call being made. + + + + Sends and + to any + registered on before/after making a + call to . + + The connection on which the operation will be executed. + Optional information about the context of the call being made. + + + + Sends and + to any + registered on before/after making a + call to . + + The connection on which the operation will be executed. + Optional information about the context of the call being made. + The cancellation token. + A task that represents the asynchronous operation. + + + + Sends and + to any + registered on before/after + getting . + + + Note that the value of the property is returned by this method. The result is not available + in the interception context passed into this method since the interception context is cloned before + being passed to interceptors. + + The connection on which the operation will be executed. + Optional information about the context of the call being made. + The result of the operation, which may have been modified by interceptors. + + + + Sends and + to any + registered on before/after + getting . + + + Note that the value of the property is returned by this method. The result is not available + in the interception context passed into this method since the interception context is cloned before + being passed to interceptors. + + The connection on which the operation will be executed. + Optional information about the context of the call being made. + The result of the operation, which may have been modified by interceptors. + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Represents contextual information associated with calls to that don't return any results. + + + + + Constructs a new with no state. + + + + + Creates a new by copying immutable state from the given + interception context. Also see + + The context from which to copy state. + + + + Creates a new that contains all the contextual information in this + interception context together with the flag set to true. + + A new interception context associated with the async flag set. + + + + Creates a new that contains all the contextual information in this + interception context with the addition of the given . + + The context to associate. + A new interception context associated with the given context. + + + + Creates a new that contains all the contextual information in this + interception context with the addition of the given . + + The context to associate. + A new interception context associated with the given context. + + + + + + + + + + + + + + + + + + + Represents contextual information associated with calls to with return type . + + The return type of the target method. + + + + Constructs a new with no state. + + + + + Creates a new by copying immutable state from the given + interception context. Also see + + The context from which to copy state. + + + + Creates a new that contains all the contextual information in this + interception context together with the flag set to true. + + A new interception context associated with the async flag set. + + + + Creates a new that contains all the contextual information in this + interception context with the addition of the given . + + The context to associate. + A new interception context associated with the given context. + + + + Creates a new that contains all the contextual information in this + interception context with the addition of the given . + + The context to associate. + A new interception context associated with the given context. + + + + + + + + + + + + + + + + + + + Represents contextual information associated with calls to property setters of type on a . + + The type of the target property. + + + + Constructs a new with no state. + + + + + Creates a new by copying immutable state from the given + interception context. Also see + + The context from which to copy state. + + + + Creates a new that contains all the contextual information in this + interception context together with the given property value. + + The value that will be assigned to the target property. + A new interception context associated with the given property value. + + + + + + + Creates a new that contains all the contextual information in this + interception context together with the flag set to true. + + A new interception context associated with the async flag set. + + + + Creates a new that contains all the contextual information in this + interception context with the addition of the given . + + The context to associate. + A new interception context associated with the given context. + + + + Creates a new that contains all the contextual information in this + interception context with the addition of the given . + + The context to associate. + A new interception context associated with the given context. + + + + + + + + + + + + + + + + Provides access to all dispatchers through the fluent API. + + + + + Provides methods for dispatching to interceptors for + interception of methods on . + + + + + Provides methods for dispatching to interceptors for + interception of methods on . + + + + + Provides methods for dispatching to interceptors for + interception of methods on . + + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + This is the registration point for interceptors. Interceptors + receive notifications when EF performs certain operations such as executing commands against + the database. For example, see . + + + + + Registers a new to receive notifications. Note that the interceptor + must implement some interface that extends from to be useful. + + The interceptor to add. + + + + Removes a registered so that it will no longer receive notifications. + If the given interceptor is not registered, then this is a no-op. + + The interceptor to remove. + + + + This is the entry point for dispatching to interceptors. This is usually only used internally by + Entity Framework but it is provided publicly so that other code can make sure that registered + interceptors are called when operations are performed on behalf of EF. For example, EF providers + a may make use of this when executing commands. + + + + + Represents contextual information associated with calls into + implementations. + + + Note that specific types/operations that can be intercepted may use a more specific + interception context derived from this class. For example, if SQL is being executed by + a , then the DbContext will be contained in the + instance that is passed to the methods + of . + Instances of this class are publicly immutable for contextual information. To add + contextual information use one of the With... or As... methods to create a new + interception context containing the new information. + + + + + Constructs a new with no state. + + + + + Creates a new by copying state from the given + interception context. See + + The context from which to copy state. + + + + Gets all the instances associated with this interception context. + + + This list usually contains zero or one items. However, it can contain more than one item if + a single has been used to construct multiple + instances. + + + + + Creates a new that contains all the contextual information in this + interception context with the addition of the given . + + The context to associate. + A new interception context associated with the given context. + + + + Gets all the instances associated with this interception context. + + + This list usually contains zero or one items. However, it can contain more than one item when + EF has created a new for use in database creation and initialization, or + if a single is used with multiple . + + + + + Creates a new that contains all the contextual information in this + interception context with the addition of the given . + + The context to associate. + A new interception context associated with the given context. + + + + True if the operation is being executed asynchronously, otherwise false. + + + + + Creates a new that contains all the contextual information in this + interception context the flag set to true. + + A new interception context associated with the async flag set. + + + + Call this method when creating a copy of an interception context in order to add new state + to it. Using this method instead of calling the constructor directly ensures virtual dispatch + so that the new type will have the same type (and any specialized state) as the context that + is being cloned. + + A new context with all state copied. + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Used for dispatching operations to a such that any + registered on will be notified before and after the + operation executes. + Instances of this class are obtained through the fluent API. + + + This class is used internally by Entity Framework when interacting with . + It is provided publicly so that code that runs outside of the core EF assemblies can opt-in to command + interception/tracing. This is typically done by EF providers that are executing commands on behalf of EF. + + + + + Sends and + to any + registered on before/after + getting . + + + Note that the value of the property is returned by this method. The result is not available + in the interception context passed into this method since the interception context is cloned before + being passed to interceptors. + + The transaction on which the operation will be executed. + Optional information about the context of the call being made. + The result of the operation, which may have been modified by interceptors. + + + + Sends and + to any + registered on before/after + getting . + + + Note that the value of the property is returned by this method. The result is not available + in the interception context passed into this method since the interception context is cloned before + being passed to interceptors. + + The transaction on which the operation will be executed. + Optional information about the context of the call being made. + The result of the operation, which may have been modified by interceptors. + + + + Sends and + to any + registered on before/after making a + call to . + + The transaction on which the operation will be executed. + Optional information about the context of the call being made. + + + + Sends and + to any + registered on before/after making a + call to . + + The transaction on which the operation will be executed. + Optional information about the context of the call being made. + + + + Sends and + to any + registered on before/after making a + call to . + + The transaction on which the operation will be executed. + Optional information about the context of the call being made. + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Represents contextual information associated with calls to that don't return any results. + + + + + Constructs a new with no state. + + + + + Creates a new by copying immutable state from the given + interception context. Also see + + The context from which to copy state. + + + + The connection on which the transaction was started + + + + + Creates a new that contains all the contextual information in this + interception context with the addition of the given . + + The connection on which the transaction was started. + A new interception context that also contains the connection on which the transaction was started. + + + + Creates a new that contains all the contextual information in this + interception context together with the flag set to true. + + A new interception context associated with the async flag set. + + + + Creates a new that contains all the contextual information in this + interception context with the addition of the given . + + The context to associate. + A new interception context associated with the given context. + + + + Creates a new that contains all the contextual information in this + interception context with the addition of the given . + + The context to associate. + A new interception context associated with the given context. + + + + + + + + + + + + + + + + + + + Represents contextual information associated with calls to with return type . + + The return type of the target method. + + + + Constructs a new with no state. + + + + + Creates a new by copying immutable state from the given + interception context. Also see + + The context from which to copy state. + + + + Creates a new that contains all the contextual information in this + interception context together with the flag set to true. + + A new interception context associated with the async flag set. + + + + Creates a new that contains all the contextual information in this + interception context with the addition of the given . + + The context to associate. + A new interception context associated with the given context. + + + + Creates a new that contains all the contextual information in this + interception context with the addition of the given . + + The context to associate. + A new interception context associated with the given context. + + + + + + + + + + + + + + + + + + + Represents contextual information associated with calls to + implementations. + + + Instances of this class are publicly immutable for contextual information. To add + contextual information use one of the With... or As... methods to create a new + interception context containing the new information. + + + + + Constructs a new with no state. + + + + + Creates a new by copying immutable state from the given + interception context. Also see + + The context from which to copy state. + + + + Creates a new that contains all the contextual information in this + interception context together with the flag set to true. + + A new interception context associated with the async flag set. + + + + The that will be used or has been used to enlist a connection. + + + + + Creates a new that contains all the contextual information in this + interception context together with the given . + + The transaction to be used in the invocation. + A new interception context associated with the given isolation level. + + + + + + + Creates a new that contains all the contextual information in this + interception context with the addition of the given . + + The context to associate. + A new interception context associated with the given context. + + + + Creates a new that contains all the contextual information in this + interception context with the addition of the given . + + The context to associate. + A new interception context associated with the given context. + + + + + + + + + + + + + + + + An object that implements this interface can be registered with to + receive notifications when Entity Framework executes commands. + + + Interceptors can also be registered in the config file of the application. + See http://go.microsoft.com/fwlink/?LinkId=260883 for more information about Entity Framework configuration. + + + + + This method is called before a call to or + one of its async counterparts is made. + + The command being executed. + Contextual information associated with the call. + + + + This method is called after a call to or + one of its async counterparts is made. The result used by Entity Framework can be changed by setting + . + + + For async operations this method is not called until after the async task has completed + or failed. + + The command being executed. + Contextual information associated with the call. + + + + This method is called before a call to or + one of its async counterparts is made. + + The command being executed. + Contextual information associated with the call. + + + + This method is called after a call to or + one of its async counterparts is made. The result used by Entity Framework can be changed by setting + . + + + For async operations this method is not called until after the async task has completed + or failed. + + The command being executed. + Contextual information associated with the call. + + + + This method is called before a call to or + one of its async counterparts is made. + + The command being executed. + Contextual information associated with the call. + + + + This method is called after a call to or + one of its async counterparts is made. The result used by Entity Framework can be changed by setting + . + + + For async operations this method is not called until after the async task has completed + or failed. + + The command being executed. + Contextual information associated with the call. + + + + An object that implements this interface can be registered with to + receive notifications when Entity Framework creates command trees. + + + Interceptors can also be registered in the config file of the application. + See http://go.microsoft.com/fwlink/?LinkId=260883 for more information about Entity Framework configuration. + + + + + This method is called after a new has been created. + The tree that is used after interception can be changed by setting + while intercepting. + + + Command trees are created for both queries and insert/update/delete commands. However, query + command trees are cached by model which means that command tree creation only happens the + first time a query is executed and this notification will only happen at that time + + Contextual information associated with the call. + + + + An object that implements this interface can be registered with to + receive notifications when Entity Framework loads the application's . + + + Interceptors can also be registered in the config file of the application. + See http://go.microsoft.com/fwlink/?LinkId=260883 for more information about Entity Framework configuration. + + + + + Occurs during EF initialization after the has been constructed but just before + it is locked ready for use. Use this event to inspect and/or override services that have been + registered before the configuration is locked. Note that an interceptor of this type should be used carefully + since it may prevent tooling from discovering the same configuration that is used at runtime. + + + Handlers can only be added before EF starts to use the configuration and so handlers should + generally be added as part of application initialization. Do not access the DbConfiguration + static methods inside the handler; instead use the members of + to get current services and/or add overrides. + + Arguments to the event that this interceptor mirrors. + Contextual information about the event. + + + + An object that implements this interface can be registered with to + receive notifications when Entity Framework performs operations on a . + + + Interceptors can also be registered in the config file of the application. + See http://go.microsoft.com/fwlink/?LinkId=260883 for more information about Entity Framework configuration. + + + + + Called before is invoked. + + The connection beginning the transaction. + Contextual information associated with the call. + + + + Called after is invoked. + The transaction used by Entity Framework can be changed by setting + . + + The connection that began the transaction. + Contextual information associated with the call. + + + + Called before is invoked. + + The connection being closed. + Contextual information associated with the call. + + + + Called after is invoked. + + The connection that was closed. + Contextual information associated with the call. + + + + Called before is retrieved. + + The connection. + Contextual information associated with the call. + + + + Called after is retrieved. + + The connection. + Contextual information associated with the call. + + + + Called before is set. + + The connection. + Contextual information associated with the call. + + + + Called after is set. + + The connection. + Contextual information associated with the call. + + + + Called before is retrieved. + + The connection. + Contextual information associated with the call. + + + + Called after is retrieved. + + The connection. + Contextual information associated with the call. + + + + Called before is retrieved. + + The connection. + Contextual information associated with the call. + + + + Called after is retrieved. + + The connection. + Contextual information associated with the call. + + + + Called before is retrieved. + + The connection. + Contextual information associated with the call. + + + + Called after is retrieved. + + The connection. + Contextual information associated with the call. + + + + Called before is invoked. + + The connection being disposed. + Contextual information associated with the call. + + + + Called after is invoked. + + The connection that was disposed. + Contextual information associated with the call. + + + + Called before is invoked. + + The connection. + Contextual information associated with the call. + + + + Called after is invoked. + + The connection. + Contextual information associated with the call. + + + + Called before or its async counterpart is invoked. + + The connection being opened. + Contextual information associated with the call. + + + + Called after or its async counterpart is invoked. + + The connection that was opened. + Contextual information associated with the call. + + + + Called before is retrieved. + + The connection. + Contextual information associated with the call. + + + + Called after is retrieved. + + The connection. + Contextual information associated with the call. + + + + Called before is retrieved. + + The connection. + Contextual information associated with the call. + + + + Called after is retrieved. + + The connection. + Contextual information associated with the call. + + + + This is the base interface for all interfaces that provide interception points for various + different types and operations. For example, see . + Interceptors are registered on the class. + + + + + An object that implements this interface can be registered with to + receive notifications when Entity Framework commits or rollbacks a transaction. + + + Interceptors can also be registered in the config file of the application. + See http://go.microsoft.com/fwlink/?LinkId=260883 for more information about Entity Framework configuration. + + + + + Called before is retrieved. + + The transaction. + Contextual information associated with the call. + + + + Called after is retrieved. + + The transaction. + Contextual information associated with the call. + + + + Called before is retrieved. + + The transaction. + Contextual information associated with the call. + + + + Called after is retrieved. + + The transaction. + Contextual information associated with the call. + + + + This method is called before is invoked. + + The transaction being committed. + Contextual information associated with the call. + + + + This method is called after is invoked. + + The transaction that was committed. + Contextual information associated with the call. + + + + This method is called before is invoked. + + The transaction being disposed. + Contextual information associated with the call. + + + + This method is called after is invoked. + + The transaction that was disposed. + Contextual information associated with the call. + + + + This method is called before is invoked. + + The transaction being rolled back. + Contextual information associated with the call. + + + + This method is called after is invoked. + + The transaction that was rolled back. + Contextual information associated with the call. + + + + Represents contextual information associated with calls that don't return any results. + + + + + Constructs a new with no state. + + + + + Creates a new by copying immutable state from the given + interception context. Also see + + The context from which to copy state. + + + + When true, this flag indicates that execution of the operation has been suppressed by + one of the interceptors. This can be done before the operation has executed by calling + or by setting an to be thrown + + + + + Prevents the operation from being executed if called before the operation has executed. + + + Thrown if this method is called after the operation has already executed. + + + + + If execution of the operation fails, then this property will contain the exception that was + thrown. If the operation was suppressed or did not fail, then this property will always be null. + + + When an operation fails both this property and the property are set + to the exception that was thrown. However, the property can be set or + changed by interceptors, while this property will always represent the original exception thrown. + + + + + If this property is set before the operation has executed, then execution of the operation will + be suppressed and the set exception will be thrown instead. Otherwise, if the operation fails, then + this property will be set to the exception that was thrown. In either case, interceptors that run + after the operation can change this property to change the exception that will be thrown, or set this + property to null to cause no exception to be thrown at all. + + + When an operation fails both this property and the property are set + to the exception that was thrown. However, the this property can be set or changed by + interceptors, while the property will always represent + the original exception thrown. + + + + + Set to the status of the after an async operation has finished. Not used for + synchronous operations. + + + + + Gets or sets a value containing arbitrary user-specified state information associated with the operation. + + + + + Gets a value containing arbitrary user-specified state information associated with the operation. + + A key used to identify the user state. + The user state set, or null if none was found for the given key. + + + + Sets a value containing arbitrary user-specified state information associated with the operation. + + A key used to identify the user state. + The state to set. + + + + Creates a new that contains all the contextual information in this + interception context together with the flag set to true. + + A new interception context associated with the async flag set. + + + + Creates a new that contains all the contextual information in this + interception context with the addition of the given . + + The context to associate. + A new interception context associated with the given context. + + + + Creates a new that contains all the contextual information in this + interception context with the addition of the given . + + The context to associate. + A new interception context associated with the given context. + + + + + + + + + + + + + + + + Represents contextual information associated with calls with return type . + + The return type of the target method. + + + + Constructs a new with no state. + + + + + Creates a new by copying immutable state from the given + interception context. Also see + + The context from which to copy state. + + + + If execution of the operation completes without throwing, then this property will contain + the result of the operation. If the operation was suppressed or did not fail, then this property + will always contain the default value for the generic type. + + + When an operation completes without throwing both this property and the + property are set. However, the property can be set or changed by interceptors, + while this property will always represent the actual result returned by the operation, if any. + + + + + If this property is set before the operation has executed, then execution of the operation will + be suppressed and the set result will be returned instead. Otherwise, if the operation succeeds, then + this property will be set to the returned result. In either case, interceptors that run + after the operation can change this property to change the result that will be returned. + + + When an operation completes without throwing both this property and the + property are set. However, this property can be set or changed by interceptors, while the + property will always represent the actual result returned by the + operation, if any. + + + + + When true, this flag indicates that execution of the operation has been suppressed by + one of the interceptors. This can be done before the operation has executed by calling + , by setting an to be thrown, or + by setting the operation result using . + + + + + Gets or sets a value containing arbitrary user-specified state information associated with the operation. + + + + + Gets a value containing arbitrary user-specified state information associated with the operation. + + A key used to identify the user state. + The user state set, or null if none was found for the given key. + + + + Sets a value containing arbitrary user-specified state information associated with the operation. + + A key used to identify the user state. + The state to set. + + + + Prevents the operation from being executed if called before the operation has executed. + + + Thrown if this method is called after the operation has already executed. + + + + + If execution of the operation fails, then this property will contain the exception that was + thrown. If the operation was suppressed or did not fail, then this property will always be null. + + + When an operation fails both this property and the property are set + to the exception that was thrown. However, the property can be set or + changed by interceptors, while this property will always represent the original exception thrown. + + + + + If this property is set before the operation has executed, then execution of the operation will + be suppressed and the set exception will be thrown instead. Otherwise, if the operation fails, then + this property will be set to the exception that was thrown. In either case, interceptors that run + after the operation can change this property to change the exception that will be thrown, or set this + property to null to cause no exception to be thrown at all. + + + When an operation fails both this property and the property are set + to the exception that was thrown. However, the this property can be set or changed by + interceptors, while the property will always represent + the original exception thrown. + + + + + Set to the status of the after an async operation has finished. Not used for + synchronous operations. + + + + + Creates a new that contains all the contextual information in this + interception context together with the flag set to true. + + A new interception context associated with the async flag set. + + + + Creates a new that contains all the contextual information in this + interception context with the addition of the given . + + The context to associate. + A new interception context associated with the given context. + + + + Creates a new that contains all the contextual information in this + interception context with the addition of the given . + + The context to associate. + A new interception context associated with the given context. + + + + + + + + + + + + + + + + Represents contextual information associated with calls to property setters of type . + + + An instance of this class is passed to the dispatch methods and does not contain mutable information such as + the result of the operation. This mutable information is obtained from the + that is passed to the interceptors. Instances of this class are publicly immutable. To add contextual information + use one of the With... or As... methods to create a new interception context containing the new information. + + The type of the target property. + + + + Constructs a new with no state. + + + + + Creates a new by copying immutable state from the given + interception context. Also see + + The context from which to copy state. + + + + The value that will be assigned to the target property. + + + + + Gets or sets a value containing arbitrary user-specified state information associated with the operation. + + + + + Gets a value containing arbitrary user-specified state information associated with the operation. + + A key used to identify the user state. + The user state set, or null if none was found for the given key. + + + + Sets a value containing arbitrary user-specified state information associated with the operation. + + A key used to identify the user state. + The state to set. + + + + Creates a new that contains all the contextual information in this + interception context together with the given property value. + + The value that will be assigned to the target property. + A new interception context associated with the given property value. + + + + + + + When true, this flag indicates that execution of the operation has been suppressed by + one of the interceptors. This can be done before the operation has executed by calling + or by setting an to be thrown + + + + + Prevents the operation from being executed if called before the operation has executed. + + + Thrown if this method is called after the operation has already executed. + + + + + If execution of the operation fails, then this property will contain the exception that was + thrown. If the operation was suppressed or did not fail, then this property will always be null. + + + When an operation fails both this property and the property are set + to the exception that was thrown. However, the property can be set or + changed by interceptors, while this property will always represent the original exception thrown. + + + + + If this property is set before the operation has executed, then execution of the operation will + be suppressed and the set exception will be thrown instead. Otherwise, if the operation fails, then + this property will be set to the exception that was thrown. In either case, interceptors that run + after the operation can change this property to change the exception that will be thrown, or set this + property to null to cause no exception to be thrown at all. + + + When an operation fails both this property and the property are set + to the exception that was thrown. However, the this property can be set or changed by + interceptors, while the property will always represent + the original exception thrown. + + + + + Set to the status of the after an async operation has finished. Not used for + synchronous operations. + + + + + Creates a new that contains all the contextual information in this + interception context together with the flag set to true. + + A new interception context associated with the async flag set. + + + + Creates a new that contains all the contextual information in this + interception context with the addition of the given . + + The context to associate. + A new interception context associated with the given context. + + + + Creates a new that contains all the contextual information in this + interception context with the addition of the given . + + The context to associate. + A new interception context associated with the given context. + + + + + + + + + + + + + + + + Interface implemented by objects that can provide an instance. + The class implements this interface to provide access to the underlying + ObjectContext. + + + + + Gets the object context. + + The object context. + + + + Used by and when resolving + a provider invariant name from a . + + + + Gets the name of the provider. + The name of the provider. + + + + Instances of this class are used to create DbConnection objects for + SQL Server LocalDb based on a given database name or connection string. + + + An instance of this class can be set on the class or in the + app.config/web.config for the application to cause all DbContexts created with no + connection information or just a database name to use SQL Server LocalDb by default. + This class is immutable since multiple threads may access instances simultaneously + when creating connections. + + + + + Initializes a new instance of the class. + + + + + Creates a new instance of the connection factory for the given version of LocalDb. + For SQL Server 2012 LocalDb use "v11.0". + For SQL Server 2014 and later LocalDb use "mssqllocaldb". + + The LocalDb version to use. + + + + Creates a new instance of the connection factory for the given version of LocalDb. + For SQL Server 2012 LocalDb use "v11.0". + For SQL Server 2014 and later LocalDb use "mssqllocaldb". + + The LocalDb version to use. + The connection string to use for options to the database other than the 'Initial Catalog', 'Data Source', and 'AttachDbFilename'. The 'Initial Catalog' and 'AttachDbFilename' will be prepended to this string based on the database name when CreateConnection is called. The 'Data Source' will be set based on the LocalDbVersion argument. + + + + The connection string to use for options to the database other than the 'Initial Catalog', + 'Data Source', and 'AttachDbFilename'. + The 'Initial Catalog' and 'AttachDbFilename' will be prepended to this string based on the + database name when CreateConnection is called. + The 'Data Source' will be set based on the LocalDbVersion argument. + The default is 'Integrated Security=True;'. + + + + + Creates a connection for SQL Server LocalDb based on the given database name or connection string. + If the given string contains an '=' character then it is treated as a full connection string, + otherwise it is treated as a database name only. + + The database name or connection string. + An initialized DbConnection. + + + + Represents a mapping view. + + + + + Creates a instance having the specified entity SQL. + + A string that specifies the entity SQL. + + + + Gets the entity SQL. + + + + + Base abstract class for mapping view cache implementations. + Derived classes must have a parameterless constructor if used with . + + + + + Gets a hash value computed over the mapping closure. + + + + + Gets a view corresponding to the specified extent. + + An that specifies the extent. + A that specifies the mapping view, + or null if the extent is not associated with a mapping view. + + + + Specifies the means to create concrete instances. + + + + + Creates a generated view cache instance for the container mapping specified by + the names of the mapped containers. + + The name of a container in the conceptual model. + The name of a container in the store model. + + A that specifies the generated view cache. + + + + + Defines a custom attribute that specifies the mapping view cache type (subclass of ) + associated with a context type (subclass of or ). + The cache type is instantiated at runtime and used to retrieve pre-generated views in the + corresponding context. + + + + + Creates a instance that associates a context type + with a mapping view cache type. + + + A subclass of or . + + + A subclass of . + + + + + Creates a instance that associates a context type + with a mapping view cache type. + + + A subclass of or . + + The assembly qualified full name of the cache type. + + + + This convention uses the name of the derived + class as the container for the conceptual model built by + Code First. + + + + + Applies the convention to the given model. + + The container to apply the convention to. + The model. + + + + This convention uses the namespace of the derived + class as the namespace of the conceptual model built by + Code First. + + + + + Compares objects using reference equality. + + + + + Gets the default instance. + + + + + Represents a custom pluralization term to be used by the + + + + + Get the singular. + + + + + Get the plural. + + + + + Create a new instance + + A non null or empty string representing the singular. + A non null or empty string representing the plural. + + + + Default pluralization service implementation to be used by Entity Framework. This pluralization + service is based on English locale. + + + + + Constructs a new instance of default pluralization service + used in Entity Framework. + + + + + Constructs a new instance of default pluralization service + used in Entity Framework. + + + A collection of user dictionary entries to be used by this service.These inputs + can customize the service according the user needs. + + + + Returns the plural form of the specified word. + The plural form of the input parameter. + The word to be made plural. + + + Returns the singular form of the specified word. + The singular form of the input parameter. + The word to be made singular. + + + + Pluralization services to be used by the EF runtime implement this interface. + By default the is used, but the pluralization service to use + can be set in a class derived from . + + + + + Pluralize a word using the service. + + The word to pluralize. + The pluralized word + + + + Singularize a word using the service. + + The word to singularize. + The singularized word. + + + + Instances of this class are used internally to create constant expressions for + that are inserted into the expression tree to replace references to + and . + + The type of the element. + + + + The public property expected in the LINQ expression tree. + + The query. + + + + The exception that is thrown when the action failed again after being retried the configured number of times. + + + + + Initializes a new instance of the class with no error message. + + + + + Initializes a new instance of the class with a specified error message. + + The message that describes the error. + + + + Initializes a new instance of the class. + + The message that describes the error. + The exception that is the cause of the current exception. + + + + Instances of this class are used to create DbConnection objects for + SQL Server Compact Edition based on a given database name or connection string. + + + It is necessary to provide the provider invariant name of the SQL Server Compact + Edition to use when creating an instance of this class. This is because different + versions of SQL Server Compact Editions use different invariant names. + An instance of this class can be set on the class to + cause all DbContexts created with no connection information or just a database + name or connection string to use SQL Server Compact Edition by default. + This class is immutable since multiple threads may access instances simultaneously + when creating connections. + + + + + Creates a new connection factory with empty (default) DatabaseDirectory and BaseConnectionString + properties. + + The provider invariant name that specifies the version of SQL Server Compact Edition that should be used. + + + + Creates a new connection factory with the given DatabaseDirectory and BaseConnectionString properties. + + The provider invariant name that specifies the version of SQL Server Compact Edition that should be used. + The path to prepend to the database name that will form the file name used by SQL Server Compact Edition when it creates or reads the database file. An empty string means that SQL Server Compact Edition will use its default for the database file location. + The connection string to use for options to the database other than the 'Data Source'. The Data Source will be prepended to this string based on the database name when CreateConnection is called. + + + + The path to prepend to the database name that will form the file name used by + SQL Server Compact Edition when it creates or reads the database file. + The default value is "|DataDirectory|", which means the file will be placed + in the designated data directory. + + + + + The connection string to use for options to the database other than the 'Data Source'. + The Data Source will be prepended to this string based on the database name when + CreateConnection is called. + The default is the empty string, which means no other options will be used. + + + + + The provider invariant name that specifies the version of SQL Server Compact Edition + that should be used. + + + + + Creates a connection for SQL Server Compact Edition based on the given database name or connection string. + If the given string contains an '=' character then it is treated as a full connection string, + otherwise it is treated as a database name only. + + The database name or connection string. + An initialized DbConnection. + + + + Instances of this class are used to create DbConnection objects for + SQL Server based on a given database name or connection string. By default, the connection is + made to '.\SQLEXPRESS'. This can be changed by changing the base connection + string when constructing a factory instance. + + + An instance of this class can be set on the class to + cause all DbContexts created with no connection information or just a database + name or connection string to use SQL Server by default. + This class is immutable since multiple threads may access instances simultaneously + when creating connections. + + + + + Creates a new connection factory with a default BaseConnectionString property of + 'Data Source=.\SQLEXPRESS; Integrated Security=True; MultipleActiveResultSets=True;'. + + + + + Creates a new connection factory with the given BaseConnectionString property. + + The connection string to use for options to the database other than the 'Initial Catalog'. The 'Initial Catalog' will be prepended to this string based on the database name when CreateConnection is called. + + + + The connection string to use for options to the database other than the 'Initial Catalog'. + The 'Initial Catalog' will be prepended to this string based on the database name when + CreateConnection is called. + The default is 'Data Source=.\SQLEXPRESS; Integrated Security=True;'. + + + + + Creates a connection for SQL Server based on the given database name or connection string. + If the given string contains an '=' character then it is treated as a full connection string, + otherwise it is treated as a database name only. + + The database name or connection string. + An initialized DbConnection. + + + + This attribute can be applied to either an entire derived class or to + individual or properties on that class. When applied + any discovered or properties will still be included + in the model but will not be automatically initialized. + + + + + Implemented by Entity Framework providers and used to check whether or not tables exist + in a given database. This is used by database initializers when determining whether or not to + treat an existing database as empty such that tables should be created. + + + + + When overridden in a derived class checks where the given tables exist in the database + for the given connection. + + + The context for which table checking is being performed, usually used to obtain an appropriate + . + + + A connection to the database. May be open or closed; should be closed again if opened. Do not + dispose. + + The tables to check for existence. + The name of the EdmMetadata table to check for existence. + True if any of the model tables or EdmMetadata table exists. + + + + Helper method to get the table name for the given s-space . + + The s-space entity set for the table. + The table name. + + + + Thrown when an error occurs committing a . + + + + + Initializes a new instance of + + + + + Initializes a new instance of + + The exception message. + + + + Initializes a new instance of + + The exception message. + The inner exception. + + + + Initializes a new instance of the class. + + The data necessary to serialize or deserialize an object. + Description of the source and destination of the specified serialized stream. + + + + A transaction handler that allows to gracefully recover from connection failures + during transaction commit by storing transaction tracing information in the database. + It needs to be registered by using . + + + This transaction handler uses to store the transaction information + the schema used can be configured by creating a class derived from + that overrides and passing it to the constructor of this class. + + + + + Initializes a new instance of the class using the default . + + + One of the Initialize methods needs to be called before this instance can be used. + + + + + Initializes a new instance of the class. + + The transaction context factory. + + One of the Initialize methods needs to be called before this instance can be used. + + + + + Gets the transaction context. + + + The transaction context. + + + + + The map between the store transactions and the transaction tracking objects + + + + + Creates a new instance of an to use for quering the transaction log. + If null the default will be used. + + An instance or null. + + + + + + + + + + Gets the number of transactions to be executed on the context before the transaction log will be cleaned. + The default value is 20. + + + + + + + + + + + Stores the tracking information for the new transaction to the database in the same transaction. + + The connection that began the transaction. + Contextual information associated with the call. + + + + + If there was an exception thrown checks the database for this transaction and rethrows it if not found. + Otherwise marks the commit as succeeded and queues the transaction information to be deleted. + + The transaction that was committed. + Contextual information associated with the call. + + + + + Stops tracking the transaction that was rolled back. + + The transaction that was rolled back. + Contextual information associated with the call. + + + + + Stops tracking the transaction that was disposed. + + The transaction that was disposed. + Contextual information associated with the call. + + + + + Removes all the transaction history. + + + This method should only be invoked when there are no active transactions to remove any leftover history + that was not deleted due to catastrophic failures + + + + + Asynchronously removes all the transaction history. + + + This method should only be invoked when there are no active transactions to remove any leftover history + that was not deleted due to catastrophic failures + + A task that represents the asynchronous operation. + + + + Asynchronously removes all the transaction history. + + + This method should only be invoked when there are no active transactions to remove any leftover history + that was not deleted due to catastrophic failures + + The cancellation token. + A task that represents the asynchronous operation. + + + + Adds the specified transaction to the list of transactions that can be removed from the database + + The transaction to be removed from the database. + + + + Removes the transactions marked for deletion. + + + + + Asynchronously removes the transactions marked for deletion. + + A task that represents the asynchronous operation. + + + + Asynchronously removes the transactions marked for deletion. + + The cancellation token. + A task that represents the asynchronous operation. + + + + Removes the transactions marked for deletion if their number exceeds . + + + if set to true will remove all the old transactions even if their number does not exceed . + + + if set to true the operation will be executed using the associated execution strategy + + + + + Removes the transactions marked for deletion if their number exceeds . + + + if set to true will remove all the old transactions even if their number does not exceed . + + + if set to true the operation will be executed using the associated execution strategy + + The cancellation token. + A task that represents the asynchronous operation. + + + + Gets the associated with the if there is one; + otherwise returns null. + + The context + The associated . + + + + Gets the associated with the if there is one; + otherwise returns null. + + The context + The associated . + + + + This class is used by to write and read transaction tracing information + from the database. + To customize the definition of the transaction table you can derive from + this class and override . Derived classes can be registered + using . + + + By default EF will poll the resolved to check wether the database schema is compatible and + will try to modify it accordingly if it's not. To disable this check call + Database.SetInitializer<TTransactionContext>(null) where TTransactionContext is the type of the resolved context. + + + + + Initializes a new instance of the class. + + The connection used by the context for which the transactions will be recorded. + + + + Gets or sets a that can be used to read and write instances. + + + + + + + + The base class for interceptors that handle the transaction operations. Derived classes can be registered using + or + . + + + + + Initializes a new instance of the class. + + + One of the Initialize methods needs to be called before this instance can be used. + + + + + Initializes this instance using the specified context. + + The context for which transaction operations will be handled. + + + + Initializes this instance using the specified context. + + The context for which transaction operations will be handled. + The connection to use for the initialization. + + This method is called by migrations. It is important that no action is performed on the + specified context that causes it to be initialized. + + + + + Gets the context. + + + The for which the transaction operations will be handled. + + + + + Gets the context. + + + The for which the transaction operations will be handled, could be null. + + + + + Gets the connection. + + + The for which the transaction operations will be handled. + + + This connection object is only used to determine whether a particular operation needs to be handled + in cases where a context is not available. + + + + + + + + Gets or sets a value indicating whether this transaction handler is disposed. + + + true if disposed; otherwise, false. + + + + + Releases the resources used by this transaction handler. + + + true to release both managed and unmanaged resources; false to release only unmanaged resources. + + + + + Checks whether the supplied interception context contains the target context + or the supplied connection is the same as the one used by the target context. + + A connection. + An interception context. + + true if the supplied interception context contains the target context or + the supplied connection is the same as the one used by the target context if + the supplied interception context doesn't contain any contexts; false otherwise. + + + Note that calling this method will trigger initialization of any DbContext referenced from the + + + + + When implemented in a derived class returns the script to prepare the database + for this transaction handler. + + A script to change the database schema for this transaction handler. + + + + Can be implemented in a derived class. + + The connection beginning the transaction. + Contextual information associated with the call. + + + + + Can be implemented in a derived class. + + The connection that began the transaction. + Contextual information associated with the call. + + + + + Can be implemented in a derived class. + + The connection being closed. + Contextual information associated with the call. + + + + + Can be implemented in a derived class. + + The connection that was closed. + Contextual information associated with the call. + + + + + Can be implemented in a derived class. + + The connection. + Contextual information associated with the call. + + + + + Can be implemented in a derived class. + + The connection. + Contextual information associated with the call. + + + + + Can be implemented in a derived class. + + The connection. + Contextual information associated with the call. + + + + + Can be implemented in a derived class. + + The connection. + Contextual information associated with the call. + + + + + Can be implemented in a derived class. + + The connection. + Contextual information associated with the call. + + + + + Can be implemented in a derived class. + + The connection. + Contextual information associated with the call. + + + + + Can be implemented in a derived class. + + The connection. + Contextual information associated with the call. + + + + + Can be implemented in a derived class. + + The connection. + Contextual information associated with the call. + + + + + Can be implemented in a derived class. + + The connection. + Contextual information associated with the call. + + + + + Can be implemented in a derived class. + + The connection. + Contextual information associated with the call. + + + + + Can be implemented in a derived class. + + The connection being disposed. + Contextual information associated with the call. + + + + Can be implemented in a derived class. + + The connection that was disposed. + Contextual information associated with the call. + + + + Can be implemented in a derived class. + + The connection. + Contextual information associated with the call. + + + + + Can be implemented in a derived class. + + The connection. + Contextual information associated with the call. + + + + + Can be implemented in a derived class. + + The connection being opened. + Contextual information associated with the call. + + + + + Can be implemented in a derived class. + + The connection that was opened. + Contextual information associated with the call. + + + + + Can be implemented in a derived class. + + The connection. + Contextual information associated with the call. + + + + + Can be implemented in a derived class. + + The connection. + Contextual information associated with the call. + + + + + Can be implemented in a derived class. + + The connection. + Contextual information associated with the call. + + + + + Can be implemented in a derived class. + + The connection. + Contextual information associated with the call. + + + + + Can be implemented in a derived class. + + The transaction. + Contextual information associated with the call. + + + + + Can be implemented in a derived class. + + The transaction. + Contextual information associated with the call. + + + + + Can be implemented in a derived class. + + The transaction. + Contextual information associated with the call. + + + + + Can be implemented in a derived class. + + The transaction. + Contextual information associated with the call. + + + + + Can be implemented in a derived class. + + The transaction being committed. + Contextual information associated with the call. + + + + + Can be implemented in a derived class. + + The transaction that was committed. + Contextual information associated with the call. + + + + + Can be implemented in a derived class. + + The transaction being disposed. + Contextual information associated with the call. + + + + + Can be implemented in a derived class. + + The transaction that was disposed. + Contextual information associated with the call. + + + + + Can be implemented in a derived class. + + The transaction being rolled back. + Contextual information associated with the call. + + + + + Can be implemented in a derived class. + + The transaction that was rolled back. + Contextual information associated with the call. + + + + + Rrepresents a transaction + + + + + A unique id assigned to a transaction object. + + + + + The local time when the transaction was started. + + + + + + + + + + + Thrown when a context is generated from the templates in Database First or Model + First mode and is then used in Code First mode. + + + Code generated using the T4 templates provided for Database First and Model First use may not work + correctly if used in Code First mode. To use these classes with Code First please add any additional + configuration using attributes or the DbModelBuilder API and then remove the code that throws this + exception. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class. + + The object that holds the serialized object data. + The contextual information about the source or destination. + + + + Initializes a new instance of the class. + + The message. + + + + Initializes a new instance of the class. + + The message. + The inner exception. + + + + Allows configuration to be performed for an complex type in a model. + A ComplexTypeConfiguration can be obtained via the ComplexType method on + or a custom type derived from ComplexTypeConfiguration + can be registered via the Configurations property on . + + The complex type to be configured. + + + + Initializes a new instance of ComplexTypeConfiguration + + + + + Excludes a property from the model so that it will not be mapped to the database. + + The type of the property to be ignored. + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The same ComplexTypeConfiguration instance so that multiple calls can be chained. + + + + + + + + + + + + + + + + Allows derived configuration classes for entities and complex types to be registered with a + . + + + Derived configuration classes are created by deriving from + or and using a type to be included in the model as the generic + parameter. + Configuration can be performed without creating derived configuration classes via the Entity and ComplexType + methods on . + + + + + Discovers all types that inherit from or + in the given assembly and adds an instance + of each discovered type to this registrar. + + + Note that only types that are abstract or generic type definitions are skipped. Every + type that is discovered and added must provide a parameterless constructor. + + The assembly containing model configurations to add. + The same ConfigurationRegistrar instance so that multiple calls can be chained. + + + + Adds an to the . + Only one can be added for each type in a model. + + The entity type being configured. + The entity type configuration to be added. + The same ConfigurationRegistrar instance so that multiple calls can be chained. + + + + Adds an to the . + Only one can be added for each type in a model. + + The complex type being configured. + The complex type configuration to be added + The same ConfigurationRegistrar instance so that multiple calls can be chained. + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Allows the conventions used by a instance to be customized. + The default conventions can be found in the System.Data.Entity.ModelConfiguration.Conventions namespace. + + + + + Discover all conventions in the given assembly and add them to the . + + + This method add all conventions ordered by type name. The order in which conventions are added + can have an impact on how they behave because it governs the order in which they are run. + All conventions found must have a parameterless public constructor. + + The assembly containing conventions to be added. + + + + Enables one or more conventions for the . + + The conventions to be enabled. + + + + Enables a convention for the . + + The type of the convention to be enabled. + + + + Enables a convention for the . This convention + will run after the one specified. + + The type of the convention after which the enabled one will run. + The convention to enable. + + + + Enables a configuration convention for the . This convention + will run before the one specified. + + The type of the convention before which the enabled one will run. + The convention to enable. + + + + Disables one or more conventions for the . + + The conventions to be disabled. + + + + Disables a convention for the . + The default conventions that are available for removal can be found in the + System.Data.Entity.ModelConfiguration.Conventions namespace. + + The type of the convention to be disabled. + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Allows configuration to be performed for a lightweight convention based on + the properties in a model. + + + + + Filters the properties that this convention applies to based on a predicate. + + A function to test each property for a condition. + + A instance so that multiple calls can be chained. + + + + + Filters the properties that this convention applies to based on a predicate + while capturing a value to use later during configuration. + + Type of the captured value. + + A function to capture a value for each property. If the value is null, the + property will be filtered out. + + + A instance so that multiple calls can be chained. + + + + + Allows configuration of the properties that this convention applies to. + + + An action that performs configuration against a + + . + + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Allows configuration to be performed for a lightweight convention based on + the properties of entity types in a model and a captured value. + + The type of the captured value. + + + + Allows configuration of the properties that this convention applies to. + + + An action that performs configuration against a + using a captured value. + + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Allows configuration to be performed for a lightweight convention based on + the entity types in a model. + + + + + Filters the entity types that this convention applies to based on a + predicate. + + A function to test each entity type for a condition. + + An instance so that multiple calls can be chained. + + + + + Filters the entity types that this convention applies to based on a predicate + while capturing a value to use later during configuration. + + Type of the captured value. + + A function to capture a value for each entity type. If the value is null, the + entity type will be filtered out. + + + An instance so that multiple calls can be chained. + + + + + Allows configuration of the entity types that this convention applies to. + + + An action that performs configuration against a + + . + + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Allows configuration to be performed for a lightweight convention based on + the entity types in a model that inherit from a common, specified type. + + The common type of the entity types that this convention applies to. + + + + Filters the entity types that this convention applies to based on a + predicate. + + A function to test each entity type for a condition. + + An instance so that multiple calls can be chained. + + + + + Filters the entity types that this convention applies to based on a predicate + while capturing a value to use later during configuration. + + Type of the captured value. + + A function to capture a value for each entity type. If the value is null, the + entity type will be filtered out. + + + An instance so that multiple calls can be chained. + + + + + Allows configuration of the entity types that this convention applies to. + + + An action that performs configuration against a + + . + + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Allows configuration to be performed for a lightweight convention based on + the entity types in a model and a captured value. + + Type of the captured value. + + + + Allows configuration of the entity types that this convention applies to. + + + An action that performs configuration against a + using a captured value. + + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Allows configuration to be performed for a lightweight convention based on + the entity types in a model that inherit from a common, specified type and a + captured value. + + The common type of the entity types that this convention applies to. + Type of the captured value. + + + + Allows configuration of the entity types that this convention applies to. + + + An action that performs configuration against a + using a captured value. + + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Allows configuration to be performed for a stored procedure that is used to modify a relationship. + + The type of the entity that the relationship is being configured from. + + + Configures a parameter for this stored procedure. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the parameter for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the parameter. + The type of the property. + + + Configures a parameter for this stored procedure. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the parameter for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the parameter. + The type of the property. + + + Configures a parameter for this stored procedure. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the parameter for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the parameter. + + + Configures a parameter for this stored procedure. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the parameter for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the parameter. + + + + Creates a convention that configures stored procedures to be used to delete entities in the database. + + + + Configures the name of the stored procedure. + The same configuration instance so that multiple calls can be chained. + The stored procedure name. + + + Configures the name of the stored procedure. + The same configuration instance so that multiple calls can be chained. + The stored procedure name. + The schema name. + + + Configures a parameter for this stored procedure. + The same configuration instance so that multiple calls can be chained. + The name of the property to configure the parameter for. + The name of the parameter. + + + Configures a parameter for this stored procedure. + The same configuration instance so that multiple calls can be chained. + The property to configure the parameter for. + The name of the parameter. + + + Configures the output parameter that returns the rows affected by this stored procedure. + The same configuration instance so that multiple calls can be chained. + The name of the parameter. + + + + + + + + + + + + + + + + Creates a convention that configures stored procedures to be used to insert entities in the database. + + + + Configures the name of the stored procedure. + The same configuration instance so that multiple calls can be chained. + The stored procedure name. + + + Configures the name of the stored procedure. + The same configuration instance so that multiple calls can be chained. + The stored procedure name. + The schema name. + + + Configures a parameter for this stored procedure. + The same configuration instance so that multiple calls can be chained. + The name of the property to configure the parameter for. + The name of the parameter. + + + Configures a parameter for this stored procedure. + The same configuration instance so that multiple calls can be chained. + The property to configure the parameter for. + The name of the parameter. + + + + Configures a column of the result for this stored procedure to map to a property. + This is used for database generated columns. + + The same configuration instance so that multiple calls can be chained. + The name of the property to configure the result for. + The name of the result column. + + + + Configures a column of the result for this stored procedure to map to a property. + This is used for database generated columns. + + The same configuration instance so that multiple calls can be chained. + The property to configure the result for. + The name of the result column. + + + + + + + + + + + + + + + + Creates a convention that configures stored procedures to be used to modify entities in the database. + + + + + Creates a convention that configures stored procedures to be used to modify entities in the database. + + + + Configures stored procedure used to insert entities. + The same configuration instance so that multiple calls can be chained. + A lambda expression that performs configuration for the stored procedure. + + + Configures stored procedure used to update entities. + The same configuration instance so that multiple calls can be chained. + A lambda expression that performs configuration for the stored procedure. + + + Configures stored procedure used to delete entities. + The same configuration instance so that multiple calls can be chained. + A lambda expression that performs configuration for the stored procedure. + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Creates a convention that configures stored procedures to be used to update entities in the database. + + + + Configures the name of the stored procedure. + The same configuration instance so that multiple calls can be chained. + The stored procedure name. + + + Configures the name of the stored procedure. + The same configuration instance so that multiple calls can be chained. + The stored procedure name. + The schema name. + + + Configures a parameter for this stored procedure. + The same configuration instance so that multiple calls can be chained. + The name of the property to configure the parameter for. + The name of the parameter. + + + Configures a parameter for this stored procedure. + The same configuration instance so that multiple calls can be chained. + The property to configure the parameter for. + The name of the parameter. + + + Configures a parameter for this stored procedure. + The same configuration instance so that multiple calls can be chained. + The name of the property to configure the parameter for. + The current value parameter name. + The original value parameter name. + + + Configures a parameter for this stored procedure. + The same configuration instance so that multiple calls can be chained. + The property to configure the parameter for. + The current value parameter name. + The original value parameter name. + + + + Configures a column of the result for this stored procedure to map to a property. + This is used for database generated columns. + + The same configuration instance so that multiple calls can be chained. + The name of the property to configure the result for. + The name of the result column. + + + + Configures a column of the result for this stored procedure to map to a property. + This is used for database generated columns. + + The same configuration instance so that multiple calls can be chained. + The property to configure the result for. + The name of the result column. + + + Configures the output parameter that returns the rows affected by this stored procedure. + The same configuration instance so that multiple calls can be chained. + The name of the parameter. + + + + + + + + + + + + + + + + Allows configuration to be performed for a stored procedure that is used to delete entities. + + The type of the entity that the stored procedure can be used to delete. + + + Configures the name of the stored procedure. + The same configuration instance so that multiple calls can be chained. + The stored procedure name. + + + Configures the name of the stored procedure. + The same configuration instance so that multiple calls can be chained. + The stored procedure name. + The schema name. + + + Configures a parameter for this stored procedure. + The type of the property to configure. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the parameter for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the parameter. + + + Configures a parameter for this stored procedure. + The type of the property to configure. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the parameter for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the parameter. + + + Configures a parameter for this stored procedure. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the parameter for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the parameter. + + + Configures a parameter for this stored procedure. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the parameter for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the parameter. + + + Configures a parameter for this stored procedure. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the parameter for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the parameter. + + + Configures a parameter for this stored procedure. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the parameter for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the parameter. + + + Configures the output parameter that returns the rows affected by this stored procedure. + The same configuration instance so that multiple calls can be chained. + The name of the parameter. + + + Configures parameters for a relationship where the foreign key property is not included in the class. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the navigation property for the relationship. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A lambda expression that performs the configuration. + The type of the principal entity in the relationship. + + + Configures parameters for a relationship where the foreign key property is not included in the class. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the navigation property for the relationship. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A lambda expression that performs the configuration. + The type of the principal entity in the relationship. + + + + + + + + + + + + + + + + Allows configuration to be performed for a stored procedure that is used to insert entities. + + The type of the entity that the stored procedure can be used to insert. + + + Configures the name of the stored procedure. + The same configuration instance so that multiple calls can be chained. + The stored procedure name. + + + Configures the name of the stored procedure. + The same configuration instance so that multiple calls can be chained. + The stored procedure name. + The schema name. + + + Configures a parameter for this stored procedure. + The type of the property to configure. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the parameter for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the parameter. + + + Configures a parameter for this stored procedure. + The type of the property to configure. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the parameter for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the parameter. + + + Configures a parameter for this stored procedure. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the parameter for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the parameter. + + + Configures a parameter for this stored procedure. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the parameter for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the parameter. + + + Configures a parameter for this stored procedure. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the parameter for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the parameter. + + + Configures a parameter for this stored procedure. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the parameter for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the parameter. + + + + Configures a column of the result for this stored procedure to map to a property. + This is used for database generated columns. + + The type of the property to configure. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the result for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the result column. + + + + Configures a column of the result for this stored procedure to map to a property. + This is used for database generated columns. + + The type of the property to configure. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the result for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the result column. + + + + Configures a column of the result for this stored procedure to map to a property. + This is used for database generated columns. + + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the result for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the result column. + + + + Configures a column of the result for this stored procedure to map to a property. + This is used for database generated columns. + + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the result for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the result column. + + + + Configures a column of the result for this stored procedure to map to a property. + This is used for database generated columns. + + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the result for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the result column. + + + + Configures a column of the result for this stored procedure to map to a property. + This is used for database generated columns. + + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the result for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the result column. + + + Configures parameters for a relationship where the foreign key property is not included in the class. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the navigation property for the relationship. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A lambda expression that performs the configuration. + The type of the principal entity in the relationship. + + + Configures parameters for a relationship where the foreign key property is not included in the class. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the navigation property for the relationship. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A lambda expression that performs the configuration. + The type of the principal entity in the relationship. + + + + + + + + + + + + + + + + Allows configuration to be performed for a stored procedure that is used to modify a many to many relationship. + + The type of the entity that the relationship is being configured from. + The type of the entity that the other end of the relationship targets. + + + + Sets the name of the stored procedure. + + Name of the procedure. + The same configuration instance so that multiple calls can be chained. + + + + Sets the name of the stored procedure. + + Name of the procedure. + Name of the schema. + The same configuration instance so that multiple calls can be chained. + + + + Configures the parameter for the left key value(s). + + The type of the property to configure. + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + Name of the parameter. + The same configuration instance so that multiple calls can be chained. + + + + Configures the parameter for the left key value(s). + + The type of the property to configure. + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + Name of the parameter. + The same configuration instance so that multiple calls can be chained. + + + + Configures the parameter for the left key value(s). + + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + Name of the parameter. + The same configuration instance so that multiple calls can be chained. + + + + Configures the parameter for the left key value(s). + + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + Name of the parameter. + The same configuration instance so that multiple calls can be chained. + + + + Configures the parameter for the right key value(s). + + The type of the property to configure. + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + Name of the parameter. + The same configuration instance so that multiple calls can be chained. + + + + Configures the parameter for the right key value(s). + + The type of the property to configure. + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + Name of the parameter. + The same configuration instance so that multiple calls can be chained. + + + + Configures the parameter for the right key value(s). + + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + Name of the parameter. + The same configuration instance so that multiple calls can be chained. + + + + Configures the parameter for the right key value(s). + + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + Name of the parameter. + The same configuration instance so that multiple calls can be chained. + + + + + + + + + + + + + + + + Allows configuration to be performed for a stored procedure that is used to modify a many to many relationship. + + The type of the entity that the relationship is being configured from. + The type of the entity that the other end of the relationship targets. + + + Configures stored procedure used to insert relationships. + The same configuration instance so that multiple calls can be chained. + A lambda expression that performs configuration for the stored procedure. + + + Configures stored procedure used to delete relationships. + The same configuration instance so that multiple calls can be chained. + A lambda expression that performs configuration for the stored procedure. + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Performs configuration of a stored procedure uses to modify an entity in the database. + + + + + Allows configuration to be performed for a stored procedure that is used to modify entities. + + The type of the entity that the stored procedure can be used to modify. + + + Configures stored procedure used to insert entities. + The same configuration instance so that multiple calls can be chained. + A lambda expression that performs configuration for the stored procedure. + + + Configures stored procedure used to update entities. + The same configuration instance so that multiple calls can be chained. + A lambda expression that performs configuration for the stored procedure. + + + Configures stored procedure used to delete entities. + The same configuration instance so that multiple calls can be chained. + A lambda expression that performs configuration for the stored procedure. + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Allows configuration to be performed for a stored procedure that is used to update entities. + + The type of the entity that the stored procedure can be used to update. + + + Configures the name of the stored procedure. + The same configuration instance so that multiple calls can be chained. + The stored procedure name. + + + Configures the name of the stored procedure. + The same configuration instance so that multiple calls can be chained. + The stored procedure name. + The schema name. + + + Configures a parameter for this stored procedure. + The type of the property to configure. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the parameter for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the parameter. + + + Configures a parameter for this stored procedure. + The type of the property to configure. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the parameter for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the parameter. + + + Configures a parameter for this stored procedure. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the parameter for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the parameter. + + + Configures a parameter for this stored procedure. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the parameter for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the parameter. + + + Configures a parameter for this stored procedure. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the parameter for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the parameter. + + + Configures a parameter for this stored procedure. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the parameter for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the parameter. + + + Configures a parameter for this stored procedure. + The type of the property to configure. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the parameter for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The current value parameter name. + The original value parameter name. + + + Configures a parameter for this stored procedure. + The type of the property to configure. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the parameter for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The current value parameter name. + The original value parameter name. + + + Configures a parameter for this stored procedure. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the parameter for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The current value parameter name. + The original value parameter name. + + + Configures a parameter for this stored procedure. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the parameter for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The current value parameter name. + The original value parameter name. + + + Configures a parameter for this stored procedure. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the parameter for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The current value parameter name. + The original value parameter name. + + + Configures a parameter for this stored procedure. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the parameter for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The current value parameter name. + The original value parameter name. + + + + Configures a column of the result for this stored procedure to map to a property. + This is used for database generated columns. + + The type of the property to configure. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the result for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the result column. + + + + Configures a column of the result for this stored procedure to map to a property. + This is used for database generated columns. + + The type of the property to configure. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the result for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the result column. + + + + Configures a column of the result for this stored procedure to map to a property. + This is used for database generated columns. + + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the result for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the result column. + + + + Configures a column of the result for this stored procedure to map to a property. + This is used for database generated columns. + + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the result for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the result column. + + + + Configures a column of the result for this stored procedure to map to a property. + This is used for database generated columns. + + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the result for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the result column. + + + + Configures a column of the result for this stored procedure to map to a property. + This is used for database generated columns. + + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the property to configure the result for. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The name of the result column. + + + Configures the output parameter that returns the rows affected by this stored procedure. + The same configuration instance so that multiple calls can be chained. + The name of the parameter. + + + Configures parameters for a relationship where the foreign key property is not included in the class. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the navigation property for the relationship. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A lambda expression that performs the configuration. + The type of the principal entity in the relationship. + + + Configures parameters for a relationship where the foreign key property is not included in the class. + The same configuration instance so that multiple calls can be chained. + A lambda expression representing the navigation property for the relationship. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A lambda expression that performs the configuration. + The type of the principal entity in the relationship. + + + + + + + + + + + + + + + + Configures the table and column mapping for an entity type or a sub-set of properties from an entity type. + This configuration functionality is available via the Code First Fluent API, see . + + The entity type to be mapped. + + + Initializes a new instance of the class. + + + + Configures the properties that will be included in this mapping fragment. + If this method is not called then all properties that have not yet been + included in a mapping fragment will be configured. + + An anonymous type including the properties to be mapped. + A lambda expression to an anonymous type that contains the properties to be mapped. C#: t => new { t.Id, t.Property1, t.Property2 } VB.Net: Function(t) New With { p.Id, t.Property1, t.Property2 } + + + + Configures a property that is included in this mapping fragment. + + The type of the property being configured. + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to configure the property. + + + + Configures a property that is included in this mapping fragment. + + The type of the property being configured. + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to configure the property. + + + + Configures a property that is included in this mapping fragment. + + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to configure the property. + + + + Configures a property that is included in this mapping fragment. + + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to configure the property. + + + + Configures a property that is included in this mapping fragment. + + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to configure the property. + + + + Configures a property that is included in this mapping fragment. + + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to configure the property. + + + + Configures a property that is included in this mapping fragment. + + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to configure the property. + + + + Configures a property that is included in this mapping fragment. + + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to configure the property. + + + + Configures a property that is included in this mapping fragment. + + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to configure the property. + + + + Configures a property that is included in this mapping fragment. + + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to configure the property. + + + + Configures a property that is included in this mapping fragment. + + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to configure the property. + + + + Configures a property that is included in this mapping fragment. + + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to configure the property. + + + + Configures a property that is included in this mapping fragment. + + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to configure the property. + + + + Configures a property that is included in this mapping fragment. + + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to configure the property. + + + + Re-maps all properties inherited from base types. + When configuring a derived type to be mapped to a separate table this will cause all properties to + be included in the table rather than just the non-inherited properties. This is known as + Table per Concrete Type (TPC) mapping. + + The same configuration instance so that multiple calls can be chained. + + + + Configures the table name to be mapped to. + + Name of the table. + The same configuration instance so that multiple calls can be chained. + + + + Configures the table name and schema to be mapped to. + + Name of the table. + Schema of the table. + The same configuration instance so that multiple calls can be chained. + + + + Sets an annotation in the model for the table to which this entity is mapped. The annotation + value can later be used when processing the table such as when creating migrations. + + + It will likely be necessary to register a if the type of + the annotation value is anything other than a string. Passing a null value clears any annotation with + the given name on the column that had been previously set. + + The annotation name, which must be a valid C#/EDM identifier. + The annotation value, which may be a string or some other type that + can be serialized with an . + The same configuration instance so that multiple calls can be chained. + + + + Configures the discriminator column used to differentiate between types in an inheritance hierarchy. + + The name of the discriminator column. + A configuration object to further configure the discriminator column and values. + + + + Configures the discriminator condition used to differentiate between types in an inheritance hierarchy. + + The type of the property being used to discriminate between types. + A lambda expression representing the property being used to discriminate between types. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object to further configure the discriminator condition. + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Used to configure a column with length facets for an entity type or complex type. This configuration functionality is exposed by the Code First Fluent API, see . + + + + Configures the column to allow the maximum length supported by the database provider. + The same instance so that multiple calls can be chained. + + + Configures the column to have the specified maximum length. + The same instance so that multiple calls can be chained. + The maximum length for the column. Setting the value to null will remove any maximum length restriction from the column and a default length will be used for the database column. + + + Configures the column to be fixed length. + The same instance so that multiple calls can be chained. + + + Configures the column to be variable length. + The same instance so that multiple calls can be chained. + + + + + + + + + + + + + + + + Configures a condition used to discriminate between types in an inheritance hierarchy based on the values assigned to a property. + This configuration functionality is available via the Code First Fluent API, see . + + + + + Configures the condition to require a value in the property. + Rows that do not have a value assigned to column that this property is stored in are + assumed to be of the base type of this entity type. + + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Configures a primitive column from an entity type. + + + + Configures the primitive column to be optional. + The same instance so that multiple calls can be chained. + + + Configures the primitive column to be required. + The same instance so that multiple calls can be chained. + + + Configures the data type of the primitive column used to store the property. + The same instance so that multiple calls can be chained. + The name of the database provider specific data type. + + + Configures the order of the primitive column used to store the property. This method is also used to specify key ordering when an entity type has a composite key. + The same instance so that multiple calls can be chained. + The order that this column should appear in the database table. + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Configures a database column used to store a string values. + This configuration functionality is available via the Code First Fluent API, see . + + + + + Configures the column to allow the maximum length supported by the database provider. + + The same StringColumnConfiguration instance so that multiple calls can be chained. + + + + Configures the property to have the specified maximum length. + + + The maximum length for the property. Setting 'null' will result in a default length being used for the column. + + The same StringColumnConfiguration instance so that multiple calls can be chained. + + + + Configures the column to be fixed length. + Use HasMaxLength to set the length that the property is fixed to. + + The same StringColumnConfiguration instance so that multiple calls can be chained. + + + + Configures the column to be variable length. + Columns are variable length by default. + + The same StringColumnConfiguration instance so that multiple calls can be chained. + + + + Configures the column to be optional. + + The same StringColumnConfiguration instance so that multiple calls can be chained. + + + + Configures the column to be required. + + The same StringColumnConfiguration instance so that multiple calls can be chained. + + + + Configures the data type of the database column. + + Name of the database provider specific data type. + The same StringColumnConfiguration instance so that multiple calls can be chained. + + + + Configures the order of the database column. + + The order that this column should appear in the database table. + The same StringColumnConfiguration instance so that multiple calls can be chained. + + + + Configures the column to support Unicode string content. + + The same StringColumnConfiguration instance so that multiple calls can be chained. + + + + Configures whether or not the column supports Unicode string content. + + Value indicating if the column supports Unicode string content or not. Specifying 'null' will remove the Unicode facet from the column. Specifying 'null' will cause the same runtime behavior as specifying 'false'. + The same StringColumnConfiguration instance so that multiple calls can be chained. + + + + + + + + + + + + + + + + Configures a discriminator column used to differentiate between types in an inheritance hierarchy. + This configuration functionality is available via the Code First Fluent API, see . + + + + + Configures the discriminator value used to identify the entity type being + configured from other types in the inheritance hierarchy. + + Type of the discriminator value. + The value to be used to identify the entity type. + A configuration object to configure the column used to store discriminator values. + + + + Configures the discriminator value used to identify the entity type being + configured from other types in the inheritance hierarchy. + + Type of the discriminator value. + The value to be used to identify the entity type. + A configuration object to configure the column used to store discriminator values. + + + + Configures the discriminator value used to identify the entity type being + configured from other types in the inheritance hierarchy. + + The value to be used to identify the entity type. + A configuration object to configure the column used to store discriminator values. + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Configures an index. + + + + + Configures the index to be unique. + + The same IndexConfiguration instance so that multiple calls can be chained. + + + + Configures whether the index will be unique. + + Value indicating if the index should be unique or not. + The same IndexConfiguration instance so that multiple calls can be chained. + + + + Configures the index to be clustered. + + The same IndexConfigurationBase instance so that multiple calls can be chained. + + + + Configures whether or not the index will be clustered. + + Value indicating if the index should be clustered or not. + The same IndexConfigurationBase instance so that multiple calls can be chained. + + + + Configures the index to have a specific name. + + Value indicating what the index name should be. + The same IndexConfigurationBase instance so that multiple calls can be chained. + + + + Configures a primary key index. + + + + + Configures the index to be clustered. + + The same IndexConfigurationBase instance so that multiple calls can be chained. + + + + Configures whether or not the index will be clustered. + + Value indicating if the index should be clustered or not. + The same IndexConfigurationBase instance so that multiple calls can be chained. + + + + Configures the index to have a specific name. + + Value indicating what the index name should be. + The same IndexConfigurationBase instance so that multiple calls can be chained. + + + + Configures a many relationship from an entity type. + + The entity type that the relationship originates from. + The entity type that the relationship targets. + + + + Configures the relationship to be many:many with a navigation property on the other side of the relationship. + + An lambda expression representing the navigation property on the other end of the relationship. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to further configure the relationship. + + + + Configures the relationship to be many:many without a navigation property on the other side of the relationship. + + A configuration object that can be used to further configure the relationship. + + + + Configures the relationship to be many:required with a navigation property on the other side of the relationship. + + An lambda expression representing the navigation property on the other end of the relationship. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to further configure the relationship. + + + + Configures the relationship to be many:required without a navigation property on the other side of the relationship. + + A configuration object that can be used to further configure the relationship. + + + + Configures the relationship to be many:optional with a navigation property on the other side of the relationship. + + An lambda expression representing the navigation property on the other end of the relationship. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to further configure the relationship. + + + + Configures the relationship to be many:optional without a navigation property on the other side of the relationship. + + A configuration object that can be used to further configure the relationship. + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Configures an optional relationship from an entity type. + + The entity type that the relationship originates from. + The entity type that the relationship targets. + + + + Configures the relationship to be optional:many with a navigation property on the other side of the relationship. + + An lambda expression representing the navigation property on the other end of the relationship. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to further configure the relationship. + + + + Configures the relationship to be optional:many without a navigation property on the other side of the relationship. + + A configuration object that can be used to further configure the relationship. + + + + Configures the relationship to be optional:required with a navigation property on the other side of the relationship. + + An lambda expression representing the navigation property on the other end of the relationship. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to further configure the relationship. + + + + Configures the relationship to be optional:required without a navigation property on the other side of the relationship. + + A configuration object that can be used to further configure the relationship. + + + + Configures the relationship to be optional:optional with a navigation property on the other side of the relationship. + The entity type being configured will be the dependent and contain a foreign key to the principal. + The entity type that the relationship targets will be the principal in the relationship. + + An lambda expression representing the navigation property on the other end of the relationship. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to further configure the relationship. + + + + Configures the relationship to be optional:optional without a navigation property on the other side of the relationship. + The entity type being configured will be the dependent and contain a foreign key to the principal. + The entity type that the relationship targets will be the principal in the relationship. + + A configuration object that can be used to further configure the relationship. + + + + Configures the relationship to be optional:optional with a navigation property on the other side of the relationship. + The entity type being configured will be the principal in the relationship. + The entity type that the relationship targets will be the dependent and contain a foreign key to the principal. + + A lambda expression representing the navigation property on the other end of the relationship. + A configuration object that can be used to further configure the relationship. + + + + Configures the relationship to be optional:optional without a navigation property on the other side of the relationship. + The entity type being configured will be the principal in the relationship. + The entity type that the relationship targets will be the dependent and contain a foreign key to the principal. + + A configuration object that can be used to further configure the relationship. + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Configures an required relationship from an entity type. + + The entity type that the relationship originates from. + The entity type that the relationship targets. + + + + Configures the relationship to be required:many with a navigation property on the other side of the relationship. + + An lambda expression representing the navigation property on the other end of the relationship. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to further configure the relationship. + + + + Configures the relationship to be required:many without a navigation property on the other side of the relationship. + + A configuration object that can be used to further configure the relationship. + + + + Configures the relationship to be required:optional with a navigation property on the other side of the relationship. + + An lambda expression representing the navigation property on the other end of the relationship. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to further configure the relationship. + + + + Configures the relationship to be required:optional without a navigation property on the other side of the relationship. + + A configuration object that can be used to further configure the relationship. + + + + Configures the relationship to be required:required with a navigation property on the other side of the relationship. + The entity type being configured will be the dependent and contain a foreign key to the principal. + The entity type that the relationship targets will be the principal in the relationship. + + An lambda expression representing the navigation property on the other end of the relationship. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to further configure the relationship. + + + + Configures the relationship to be required:required without a navigation property on the other side of the relationship. + The entity type being configured will be the dependent and contain a foreign key to the principal. + The entity type that the relationship targets will be the principal in the relationship. + + A configuration object that can be used to further configure the relationship. + + + + Configures the relationship to be required:required with a navigation property on the other side of the relationship. + The entity type being configured will be the principal in the relationship. + The entity type that the relationship targets will be the dependent and contain a foreign key to the principal. + + An lambda expression representing the navigation property on the other end of the relationship. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to further configure the relationship. + + + + Configures the relationship to be required:required without a navigation property on the other side of the relationship. + The entity type being configured will be the principal in the relationship. + The entity type that the relationship targets will be the dependent and contain a foreign key to the principal. + + A configuration object that can be used to further configure the relationship. + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Base class for performing configuration of a relationship. + This configuration functionality is available via the Code First Fluent API, see . + + + + + Configures a relationship that can support cascade on delete functionality. + + + + + Configures cascade delete to be on for the relationship. + + + + + Configures whether or not cascade delete is on for the relationship. + + Value indicating if cascade delete is on or not. + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Configures a relationship that can support foreign key properties that are exposed in the object model. + This configuration functionality is available via the Code First Fluent API, see . + + The dependent entity type. + + + + Configures the relationship to use foreign key property(s) that are exposed in the object model. + If the foreign key property(s) are not exposed in the object model then use the Map method. + + The type of the key. + A lambda expression representing the property to be used as the foreign key. If the foreign key is made up of multiple properties then specify an anonymous type including the properties. When using multiple foreign key properties, the properties must be specified in the same order that the primary key properties were configured for the principal entity type. + A configuration object that can be used to further configure the relationship. + + + + + + + + + + + + + + + + Configures the table and column mapping of a relationship that does not expose foreign key properties in the object model. + This configuration functionality is available via the Code First Fluent API, see . + + + + + Configures the name of the column(s) for the foreign key. + + The foreign key column names. When using multiple foreign key properties, the properties must be specified in the same order that the primary key properties were configured for the target entity type. + The same ForeignKeyAssociationMappingConfiguration instance so that multiple calls can be chained. + + + + Sets an annotation in the model for a database column that has been configured with . + The annotation value can later be used when processing the column such as when creating migrations. + + + It will likely be necessary to register a if the type of + the annotation value is anything other than a string. Passing a null value clears any annotation with + the given name on the column that had been previously set. + + The name of the column that was configured with the HasKey method. + The annotation name, which must be a valid C#/EDM identifier. + The annotation value, which may be a string or some other type that + can be serialized with an . + The same ForeignKeyAssociationMappingConfiguration instance so that multiple calls can be chained. + + + + Configures the table name that the foreign key column(s) reside in. + The table that is specified must already be mapped for the entity type. + If you want the foreign key(s) to reside in their own table then use the Map method + on to perform + entity splitting to create the table with just the primary key property. Foreign keys can + then be added to the table via this method. + + Name of the table. + The same ForeignKeyAssociationMappingConfiguration instance so that multiple calls can be chained. + + + + Configures the table name and schema that the foreign key column(s) reside in. + The table that is specified must already be mapped for the entity type. + If you want the foreign key(s) to reside in their own table then use the Map method + on to perform + entity splitting to create the table with just the primary key property. Foreign keys can + then be added to the table via this method. + + Name of the table. + Schema of the table. + The same ForeignKeyAssociationMappingConfiguration instance so that multiple calls can be chained. + + + + + + + + + + + + + + + + + + + Configures a relationship that can only support foreign key properties that are not exposed in the object model. + This configuration functionality is available via the Code First Fluent API, see . + + + + + Configures the relationship to use foreign key property(s) that are not exposed in the object model. + The column(s) and table can be customized by specifying a configuration action. + If an empty configuration action is specified then column name(s) will be generated by convention. + If foreign key properties are exposed in the object model then use the HasForeignKey method. + Not all relationships support exposing foreign key properties in the object model. + + Action that configures the foreign key column(s) and table. + A configuration object that can be used to further configure the relationship. + + + + + + + + + + + + + + + + Configures the table and column mapping of a many:many relationship. + This configuration functionality is available via the Code First Fluent API, see . + + + + + Configures the join table name for the relationship. + + Name of the table. + The same ManyToManyAssociationMappingConfiguration instance so that multiple calls can be chained. + + + + Configures the join table name and schema for the relationship. + + Name of the table. + Schema of the table. + The same ManyToManyAssociationMappingConfiguration instance so that multiple calls can be chained. + + + + Sets an annotation in the model for the join table. The annotation value can later be used when + processing the table such as when creating migrations. + + + It will likely be necessary to register a if the type of + the annotation value is anything other than a string. Passing a null value clears any annotation with + the given name on the column that had been previously set. + + The annotation name, which must be a valid C#/EDM identifier. + The annotation value, which may be a string or some other type that + can be serialized with an . + The same configuration instance so that multiple calls can be chained. + + + + Configures the name of the column(s) for the left foreign key. + The left foreign key points to the parent entity of the navigation property specified in the HasMany call. + + The foreign key column names. When using multiple foreign key properties, the properties must be specified in the same order that the primary key properties were configured for the target entity type. + The same ManyToManyAssociationMappingConfiguration instance so that multiple calls can be chained. + + + + Configures the name of the column(s) for the right foreign key. + The right foreign key points to the parent entity of the navigation property specified in the WithMany call. + + The foreign key column names. When using multiple foreign key properties, the properties must be specified in the same order that the primary key properties were configured for the target entity type. + The same ManyToManyAssociationMappingConfiguration instance so that multiple calls can be chained. + + + + + + Determines whether the specified object is equal to the current object. + true if the specified object is equal to the current object; otherwise, false. + The object to compare with the current object. + + + + + + + + + + + + + Configures a many:many relationship. + This configuration functionality is available via the Code First Fluent API, see . + + The type of the parent entity of the navigation property specified in the HasMany call. + The type of the parent entity of the navigation property specified in the WithMany call. + + + + Configures the foreign key column(s) and table used to store the relationship. + + Action that configures the foreign key column(s) and table. + The same instance so that multiple calls can be chained. + + + + Configures stored procedures to be used for modifying this relationship. + The default conventions for procedure and parameter names will be used. + + The same instance so that multiple calls can be chained. + + + + Configures stored procedures to be used for modifying this relationship. + + + Configuration to override the default conventions for procedure and parameter names. + + The same instance so that multiple calls can be chained. + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Used to configure a property of an entity type or complex type. + This configuration functionality is available via the Code First Fluent API, see . + + + + + Configures the property to allow the maximum length supported by the database provider. + + The same BinaryPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the property to have the specified maximum length. + + The maximum length for the property. Setting 'null' will remove any maximum length restriction from the property. + The same BinaryPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the property to be fixed length. + Use HasMaxLength to set the length that the property is fixed to. + + The same BinaryPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the property to be variable length. + properties are variable length by default. + + The same BinaryPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the property to be optional. + The database column used to store this property will be nullable. + properties are optional by default. + + The same BinaryPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the property to be required. + The database column used to store this property will be non-nullable. + + The same BinaryPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures how values for the property are generated by the database. + + + The pattern used to generate values for the property in the database. + Setting 'null' will cause the default option to be used, which may be 'None', 'Identity', or 'Computed' depending + on the type of the property, its semantics in the model (e.g. primary keys are treated differently), and which + set of conventions are being used. + + The same BinaryPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the property to be used as an optimistic concurrency token. + + The same BinaryPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures whether or not the property is to be used as an optimistic concurrency token. + + Value indicating if the property is a concurrency token or not. Specifying 'null' will remove the concurrency token facet from the property. Specifying 'null' will cause the same runtime behavior as specifying 'false'. + The same BinaryPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the name of the database column used to store the property. + + The name of the column. + The same BinaryPropertyConfiguration instance so that multiple calls can be chained. + + + + Sets an annotation in the model for the database column used to store the property. The annotation + value can later be used when processing the column such as when creating migrations. + + + It will likely be necessary to register a if the type of + the annotation value is anything other than a string. Passing a null value clears any annotation with + the given name on the column that had been previously set. + + The annotation name, which must be a valid C#/EDM identifier. + The annotation value, which may be a string or some other type that + can be serialized with an . + The same BinaryPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the data type of the database column used to store the property. + + Name of the database provider specific data type. + The same BinaryPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the order of the database column used to store the property. + This method is also used to specify key ordering when an entity type has a composite key. + + The order that this column should appear in the database table. + The same BinaryPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the property to be a row version in the database. + The actual data type will vary depending on the database provider being used. + Setting the property to be a row version will automatically configure it to be an + optimistic concurrency token. + + The same BinaryPropertyConfiguration instance so that multiple calls can be chained. + + + + Used to configure a property of an entity type or complex type. + This configuration functionality is available via the Code First Fluent API, see . + + + + + Configures the property to be optional. + The database column used to store this property will be nullable. + + The same DateTimePropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the property to be required. + The database column used to store this property will be non-nullable. + properties are required by default. + + The same DateTimePropertyConfiguration instance so that multiple calls can be chained. + + + + Configures how values for the property are generated by the database. + + + The pattern used to generate values for the property in the database. + Setting 'null' will cause the default option to be used, which may be 'None', 'Identity', or 'Computed' depending + on the type of the property, its semantics in the model (e.g. primary keys are treated differently), and which + set of conventions are being used. + + The same DateTimePropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the property to be used as an optimistic concurrency token. + + The same DateTimePropertyConfiguration instance so that multiple calls can be chained. + + + + Configures whether or not the property is to be used as an optimistic concurrency token. + + Value indicating if the property is a concurrency token or not. Specifying 'null' will remove the concurrency token facet from the property. Specifying 'null' will cause the same runtime behavior as specifying 'false'. + The same DateTimePropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the name of the database column used to store the property. + + The name of the column. + The same DateTimePropertyConfiguration instance so that multiple calls can be chained. + + + + Sets an annotation in the model for the database column used to store the property. The annotation + value can later be used when processing the column such as when creating migrations. + + + It will likely be necessary to register a if the type of + the annotation value is anything other than a string. Passing a null value clears any annotation with + the given name on the column that had been previously set. + + The annotation name, which must be a valid C#/EDM identifier. + The annotation value, which may be a string or some other type that + can be serialized with an . + The same DateTimePropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the data type of the database column used to store the property. + + Name of the database provider specific data type. + The same DateTimePropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the order of the database column used to store the property. + This method is also used to specify key ordering when an entity type has a composite key. + + The order that this column should appear in the database table. + The same DateTimePropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the precision of the property. + If the database provider does not support precision for the data type of the column then the value is ignored. + + Precision of the property. + The same DateTimePropertyConfiguration instance so that multiple calls can be chained. + + + + Used to configure a property of an entity type or complex type. + This configuration functionality is available via the Code First Fluent API, see . + + + + + Configures the property to be optional. + The database column used to store this property will be nullable. + + The same DecimalPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the property to be required. + The database column used to store this property will be non-nullable. + properties are required by default. + + The same DecimalPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures how values for the property are generated by the database. + + + The pattern used to generate values for the property in the database. + Setting 'null' will cause the default option to be used, which may be 'None', 'Identity', or 'Computed' depending + on the type of the property, its semantics in the model (e.g. primary keys are treated differently), and which + set of conventions are being used. + + The same DecimalPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the property to be used as an optimistic concurrency token. + + The same DecimalPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures whether or not the property is to be used as an optimistic concurrency token. + + Value indicating if the property is a concurrency token or not. Specifying 'null' will remove the concurrency token facet from the property. Specifying 'null' will cause the same runtime behavior as specifying 'false'. + The same DecimalPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the name of the database column used to store the property. + + The name of the column. + The same DecimalPropertyConfiguration instance so that multiple calls can be chained. + + + + Sets an annotation in the model for the database column used to store the property. The annotation + value can later be used when processing the column such as when creating migrations. + + + It will likely be necessary to register a if the type of + the annotation value is anything other than a string. Passing a null value clears any annotation with + the given name on the column that had been previously set. + + The annotation name, which must be a valid C#/EDM identifier. + The annotation value, which may be a string or some other type that + can be serialized with an . + The same DecimalPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the data type of the database column used to store the property. + + Name of the database provider specific data type. + The same DecimalPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the order of the database column used to store the property. + This method is also used to specify key ordering when an entity type has a composite key. + + The order that this column should appear in the database table. + The same DecimalPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the precision and scale of the property. + + The precision of the property. + The scale of the property. + The same DecimalPropertyConfiguration instance so that multiple calls can be chained. + + + + Used to configure a property with length facets for an entity type or complex type. + This configuration functionality is available via the Code First Fluent API, see . + + + + + Configures the property to allow the maximum length supported by the database provider. + + The same LengthPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the property to have the specified maximum length. + + The maximum length for the property. Setting 'null' will remove any maximum length restriction from the property and a default length will be used for the database column. + The same LengthPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the property to be fixed length. + Use HasMaxLength to set the length that the property is fixed to. + + The same LengthPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the property to be variable length. + Properties are variable length by default. + + The same LengthPropertyConfiguration instance so that multiple calls can be chained. + + + + Used to configure a primitive property of an entity type or complex type. + This configuration functionality is available via the Code First Fluent API, see . + + + + + Configures the property to be optional. + The database column used to store this property will be nullable. + + The same PrimitivePropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the property to be required. + The database column used to store this property will be non-nullable. + + The same PrimitivePropertyConfiguration instance so that multiple calls can be chained. + + + + Configures how values for the property are generated by the database. + + + The pattern used to generate values for the property in the database. + Setting 'null' will cause the default option to be used, which may be 'None', 'Identity', or 'Computed' depending + on the type of the property, its semantics in the model (e.g. primary keys are treated differently), and which + set of conventions are being used. + + The same PrimitivePropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the property to be used as an optimistic concurrency token. + + The same PrimitivePropertyConfiguration instance so that multiple calls can be chained. + + + + Configures whether or not the property is to be used as an optimistic concurrency token. + + Value indicating if the property is a concurrency token or not. Specifying 'null' will remove the concurrency token facet from the property. Specifying 'null' will cause the same runtime behavior as specifying 'false'. + The same PrimitivePropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the data type of the database column used to store the property. + + Name of the database provider specific data type. + The same PrimitivePropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the name of the database column used to store the property. + + The name of the column. + The same PrimitivePropertyConfiguration instance so that multiple calls can be chained. + + + + Sets an annotation in the model for the database column used to store the property. The annotation + value can later be used when processing the column such as when creating migrations. + + + It will likely be necessary to register a if the type of + the annotation value is anything other than a string. Passing a null value clears any annotation with + the given name on the column that had been previously set. + + The annotation name, which must be a valid C#/EDM identifier. + The annotation value, which may be a string or some other type that + can be serialized with an . + The same PrimitivePropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the name of the parameter used in stored procedures for this property. + + Name of the parameter. + The same PrimitivePropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the order of the database column used to store the property. + This method is also used to specify key ordering when an entity type has a composite key. + + The order that this column should appear in the database table. + The same PrimitivePropertyConfiguration instance so that multiple calls can be chained. + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Used to configure a property in a mapping fragment. + This configuration functionality is available via the Code First Fluent API, see . + + + + + Configures the name of the database column used to store the property, in a mapping fragment. + + The name of the column. + The same PropertyMappingConfiguration instance so that multiple calls can be chained. + + + + Sets an annotation in the model for the database column used to store the property. The annotation + value can later be used when processing the column such as when creating migrations. + + + It will likely be necessary to register a if the type of + the annotation value is anything other than a string. Passing a null value clears any annotation with + the given name on the column that had been previously set. + + The annotation name, which must be a valid C#/EDM identifier. + The annotation value, which may be a string or some other type that + can be serialized with an . + The same PropertyMappingConfiguration instance so that multiple calls can be chained. + + + + Used to configure a property of an entity type or complex type. + This configuration functionality is available via the Code First Fluent API, see . + + + + + Configures the property to allow the maximum length supported by the database provider. + + The same StringPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the property to have the specified maximum length. + + The maximum length for the property. Setting 'null' will remove any maximum length restriction from the property and a default length will be used for the database column.. + The same StringPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the property to be fixed length. + Use HasMaxLength to set the length that the property is fixed to. + + The same StringPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the property to be variable length. + properties are variable length by default. + + The same StringPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the property to be optional. + The database column used to store this property will be nullable. + properties are optional by default. + + The same StringPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the property to be required. + The database column used to store this property will be non-nullable. + + The same StringPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures how values for the property are generated by the database. + + + The pattern used to generate values for the property in the database. + Setting 'null' will cause the default option to be used, which may be 'None', 'Identity', or 'Computed' depending + on the type of the property, its semantics in the model (e.g. primary keys are treated differently), and which + set of conventions are being used. + + The same StringPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the property to be used as an optimistic concurrency token. + + The same StringPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures whether or not the property is to be used as an optimistic concurrency token. + + Value indicating if the property is a concurrency token or not. Specifying 'null' will remove the concurrency token facet from the property. Specifying 'null' will cause the same runtime behavior as specifying 'false'. + The same StringPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the name of the database column used to store the property. + + The name of the column. + The same StringPropertyConfiguration instance so that multiple calls can be chained. + + + + Sets an annotation in the model for the database column used to store the property. The annotation + value can later be used when processing the column such as when creating migrations. + + + It will likely be necessary to register a if the type of + the annotation value is anything other than a string. Passing a null value clears any annotation with + the given name on the column that had been previously set. + + The annotation name, which must be a valid C#/EDM identifier. + The annotation value, which may be a string or some other type that + can be serialized with an . + The same StringPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the data type of the database column used to store the property. + + Name of the database provider specific data type. + The same StringPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the order of the database column used to store the property. + This method is also used to specify key ordering when an entity type has a composite key. + + The order that this column should appear in the database table. + The same StringPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures the property to support Unicode string content. + + The same StringPropertyConfiguration instance so that multiple calls can be chained. + + + + Configures whether or not the property supports Unicode string content. + + Value indicating if the property supports Unicode string content or not. Specifying 'null' will remove the Unicode facet from the property. Specifying 'null' will cause the same runtime behavior as specifying 'false'. + The same StringPropertyConfiguration instance so that multiple calls can be chained. + + + + Used to configure a primitive property of an entity type or complex type. + This configuration functionality is available via lightweight conventions. + + + + + Gets the for this property. + + + + + Configures the name of the database column used to store the property. + + The name of the column. + + The same instance so that multiple calls can be chained. + + + Calling this will have no effect once it has been configured. + + + + + Sets an annotation in the model for the database column used to store the property. The annotation + value can later be used when processing the column such as when creating migrations. + + + It will likely be necessary to register a if the type of + the annotation value is anything other than a string. Calling this method will have no effect if the + annotation with the given name has already been configured. + + The annotation name, which must be a valid C#/EDM identifier. + The annotation value, which may be a string or some other type that + can be serialized with an . + The same configuration instance so that multiple calls can be chained. + + + + Configures the name of the parameter used in stored procedures for this property. + + Name of the parameter. + + The same instance so that multiple calls can be chained. + + + + + Configures the order of the database column used to store the property. + This method is also used to specify key ordering when an entity type has a composite key. + + The order that this column should appear in the database table. + + The same instance so that multiple calls can be chained. + + + Calling this will have no effect once it has been configured. + + + + + Configures the data type of the database column used to store the property. + + Name of the database provider specific data type. + + The same instance so that multiple calls can be chained. + + + Calling this will have no effect once it has been configured. + + + + + Configures the property to be used as an optimistic concurrency token. + + + The same instance so that multiple calls can be chained. + + + Calling this will have no effect once it has been configured. + + + + + Configures whether or not the property is to be used as an optimistic concurrency token. + + Value indicating if the property is a concurrency token or not. + + The same instance so that multiple calls can be chained. + + + Calling this will have no effect once it has been configured. + + + + + Configures how values for the property are generated by the database. + + The pattern used to generate values for the property in the database. + + The same instance so that multiple calls can be chained. + + + Calling this will have no effect once it has been configured. + + + + + Configures the property to be optional. + The database column used to store this property will be nullable. + + + The same instance so that multiple calls can be chained. + + + Calling this will have no effect once it has been configured. + + + + + Configures the property to be required. + The database column used to store this property will be non-nullable. + + + The same instance so that multiple calls can be chained. + + + Calling this will have no effect once it has been configured. + + + + + Configures the property to support Unicode string content. + + + The same instance so that multiple calls can be chained. + + + Calling this will have no effect once it has been configured. + This method throws if the property is not a . + + + + + Configures whether or not the property supports Unicode string content. + + Value indicating if the property supports Unicode string content or not. + + The same instance so that multiple calls can be chained. + + + Calling this will have no effect once it has been configured. + This method throws if the property is not a . + + + + + Configures the property to be fixed length. + Use HasMaxLength to set the length that the property is fixed to. + + + The same instance so that multiple calls can be chained. + + + Calling this will have no effect once it has been configured. + This method throws if the property does not have length facets. + + + + + Configures the property to be variable length. + Properties are variable length by default. + + + The same instance so that multiple calls can be chained. + + + Calling this will have no effect once it has been configured. + This method throws if the property does not have length facets. + + + + + Configures the property to have the specified maximum length. + + The maximum length for the property. + + The same instance so that multiple calls can be chained. + + + Calling this will have no effect once it has been configured. + This method throws if the property does not have length facets. + + + + + Configures the property to allow the maximum length supported by the database provider. + + + The same instance so that multiple calls can be chained. + + + Calling this will have no effect once it has been configured. + This method throws if the property does not have length facets. + + + + + Configures the precision of the property. + If the database provider does not support precision for the data type of the column then the value is ignored. + + Precision of the property. + + The same instance so that multiple calls can be chained. + + + Calling this will have no effect once it has been configured. + This method will throw if the property is not a . + + + + + Configures the precision and scale of the property. + + The precision of the property. + The scale of the property. + + The same instance so that multiple calls can be chained. + + + Calling this will have no effect once it has been configured. + This method will throw if the property is not a . + + + + + Configures the property to be a row version in the database. + The actual data type will vary depending on the database provider being used. + Setting the property to be a row version will automatically configure it to be an + optimistic concurrency token. + + + The same instance so that multiple calls can be chained. + + + Calling this will have no effect once it has been configured. + This method throws if the property is not a . + + + + + Configures this property to be part of the entity type's primary key. + + + The same instance so that + multiple calls can be chained. + + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Allows configuration to be performed for an entity type in a model. + This configuration functionality is available via lightweight conventions. + + + + + Gets the of this entity type. + + + + + Configures the entity set name to be used for this entity type. + The entity set name can only be configured for the base type in each set. + + The name of the entity set. + + The same instance so that multiple calls can be chained. + + + Calling this will have no effect once it has been configured. + + + + + Excludes this entity type from the model so that it will not be mapped to the database. + + + The same instance so that multiple calls can be chained. + + + + + Changes this entity type to a complex type. + + + The same instance so that multiple calls can be chained. + + + + + Excludes a property from the model so that it will not be mapped to the database. + + The name of the property to be configured. + + The same instance so that multiple calls can be chained. + + + Calling this will have no effect if the property does not exist. + + + + + Excludes a property from the model so that it will not be mapped to the database. + + The property to be configured. + + The same instance so that multiple calls can be chained. + + + Calling this will have no effect if the property does not exist. + + + + + Configures a property that is defined on this type. + + The name of the property being configured. + A configuration object that can be used to configure the property. + + + + Configures a property that is defined on this type. + + The property being configured. + A configuration object that can be used to configure the property. + + + + Configures the primary key property for this entity type. + + The name of the property to be used as the primary key. + + The same instance so that multiple calls can be chained. + + + + + Configures the primary key property for this entity type. + + The property to be used as the primary key. + + The same instance so that multiple calls can be chained. + + + + + Configures the primary key property(s) for this entity type. + + The names of the properties to be used as the primary key. + + The same instance so that multiple calls can be chained. + + + + + Configures the primary key property(s) for this entity type. + + The properties to be used as the primary key. + + The same instance so that multiple calls can be chained. + + + Calling this will have no effect once it has been configured or if any + property does not exist. + + + + + Configures the table name that this entity type is mapped to. + + The name of the table. + + The same instance so that multiple calls can be chained. + + + Calling this will have no effect once it has been configured. + + + + + Configures the table name that this entity type is mapped to. + + The name of the table. + The database schema of the table. + + The same instance so that multiple calls can be chained. + + + Calling this will have no effect once it has been configured. + + + + + Sets an annotation in the model for the table to which this entity is mapped. The annotation + value can later be used when processing the table such as when creating migrations. + + + It will likely be necessary to register a if the type of + the annotation value is anything other than a string. Calling this method will have no effect if the + annotation with the given name has already been configured. + + The annotation name, which must be a valid C#/EDM identifier. + The annotation value, which may be a string or some other type that + can be serialized with an . + The same configuration instance so that multiple calls can be chained. + + + + Configures this type to use stored procedures for insert, update and delete. + The default conventions for procedure and parameter names will be used. + + The same configuration instance so that multiple calls can be chained. + + + + Configures this type to use stored procedures for insert, update and delete. + + + Configuration to override the default conventions for procedure and parameter names. + + The same configuration instance so that multiple calls can be chained. + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Allows configuration to be performed for an entity type in a model. + This configuration functionality is available via lightweight conventions. + + A type inherited by the entity type. + + + + Gets the of this entity type. + + + + + Configures the entity set name to be used for this entity type. + The entity set name can only be configured for the base type in each set. + + The name of the entity set. + + The same instance so that multiple calls can be chained. + + + Calling this will have no effect once it has been configured. + + + + + Excludes this entity type from the model so that it will not be mapped to the database. + + + The same instance so that multiple calls can be chained. + + + + + Changes this entity type to a complex type. + + + The same instance so that multiple calls can be chained. + + + + + Excludes a property from the model so that it will not be mapped to the database. + + The type of the property to be ignored. + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + + The same instance so that multiple calls can be chained. + + + + + Configures a property that is defined on this type. + + The type of the property being configured. + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to configure the property. + + + + Configures the primary key property(s) for this entity type. + + The type of the key. + A lambda expression representing the property to be used as the primary key. C#: t => t.Id VB.Net: Function(t) t.Id If the primary key is made up of multiple properties then specify an anonymous type including the properties. C#: t => new { t.Id1, t.Id2 } VB.Net: Function(t) New With { t.Id1, t.Id2 } + + The same instance so that multiple calls can be chained. + + + Calling this will have no effect once it has been configured. + + + + + Configures the table name that this entity type is mapped to. + + The name of the table. + + The same instance so that multiple calls can be chained. + + + Calling this will have no effect once it has been configured. + + + + + Configures the table name that this entity type is mapped to. + + The name of the table. + The database schema of the table. + + The same instance so that multiple calls can be chained. + + + Calling this will have no effect once it has been configured. + + + + + Sets an annotation in the model for the table to which this entity is mapped. The annotation + value can later be used when processing the table such as when creating migrations. + + + It will likely be necessary to register a if the type of + the annotation value is anything other than a string. Calling this method will have no effect if the + annotation with the given name has already been configured. + + The annotation name, which must be a valid C#/EDM identifier. + The annotation value, which may be a string or some other type that + can be serialized with an . + The same configuration instance so that multiple calls can be chained. + + + + Configures this type to use stored procedures for insert, update and delete. + The default conventions for procedure and parameter names will be used. + + The same configuration instance so that multiple calls can be chained. + + + + Configures this type to use stored procedures for insert, update and delete. + + + Configuration to override the default conventions for procedure and parameter names. + + The same configuration instance so that multiple calls can be chained. + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Allows configuration to be performed for a type in a model. + + The type to be configured. + + + + Configures a property that is defined on this type. + + The type of the property being configured. + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to configure the property. + + + + Configures a property that is defined on this type. + + The type of the property being configured. + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to configure the property. + + + + Configures a property that is defined on this type. + + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to configure the property. + + + + Configures a property that is defined on this type. + + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to configure the property. + + + + Configures a property that is defined on this type. + + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to configure the property. + + + + Configures a property that is defined on this type. + + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to configure the property. + + + + Configures a property that is defined on this type. + + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to configure the property. + + + + Configures a property that is defined on this type. + + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to configure the property. + + + + Configures a property that is defined on this type. + + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to configure the property. + + + + Configures a property that is defined on this type. + + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to configure the property. + + + + Configures a property that is defined on this type. + + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to configure the property. + + + + Configures a property that is defined on this type. + + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to configure the property. + + + + Configures a property that is defined on this type. + + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to configure the property. + + + + Configures a property that is defined on this type. + + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to configure the property. + + + + Configures a property that is defined on this type. + + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to configure the property. + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + A general purpose class for Code First conventions that read attributes from .NET properties + and generate column annotations based on those attributes. + + The type of attribute to discover. + The type of annotation that will be created. + + + + Constructs a convention that will create column annotations with the given name and + using the given factory delegate. + + The name of the annotations to create. + A factory for creating the annotation on each column. + + + + A general purpose class for Code First conventions that read attributes from .NET types + and generate table annotations based on those attributes. + + The type of attribute to discover. + The type of annotation that will be created. + + + + Constructs a convention that will create table annotations with the given name and + using the given factory delegate. + + The name of the annotations to create. + A factory for creating the annotation on each table. + + + + Convention to process instances of found on properties in the model + + + + + + + + Convention to process instances of found on properties in the model. + + + + + + + + Convention to process instances of found on properties in the model. + + + + + + + + Convention to process instances of found on foreign key properties in the model. + + + + + + + + A convention for discovering attributes on properties and generating + column annotations in the model. + + + + + Constructs a new instance of the convention. + + + + + Convention to process instances of found on properties in the model. + + + + + + + + Convention to process instances of found on properties in the model. + + + + + Convention to process instances of found on properties in the model. + + + + + + + + Convention to process instances of found on properties in the model. + + + + + + + + Base class for conventions that process CLR attributes found on primitive properties in the model. + + The type of the attribute to look for. + + + + Initializes a new instance of the class. + + + + + Applies this convention to a property that has an attribute of type TAttribute applied. + + The configuration for the property that has the attribute. + The attribute. + + + + Base class for conventions that process CLR attributes found on properties of types in the model. + + + Note that the derived convention will be applied for any non-static property on the mapped type that has + the specified attribute, even if it wasn't included in the model. + + The type of the attribute to look for. + + + + Initializes a new instance of the class. + + + + + Applies this convention to a property that has an attribute of type TAttribute applied. + + The member info for the property that has the attribute. + The configuration for the class that contains the property. + The attribute. + + + + Convention to process instances of found on navigation properties in the model. + + + + + Convention to process instances of found on primitive properties in the model. + + + + + + + + Convention to process instances of found on properties in the model. + + + + + + + + Convention to process instances of found on properties in the model. + + + + + + + + Convention to process instances of found on types in the model. + + + + + + + + Convention to process instances of found on types in the model. + + + + + + + + Convention to process instances of found on types in the model. + + + + + + + + Base class for conventions that process CLR attributes found in the model. + + The type of the attribute to look for. + + + + Initializes a new instance of the class. + + + + + Applies this convention to a class that has an attribute of type TAttribute applied. + + The configuration for the class that contains the property. + The attribute. + + + + A convention that doesn't override configuration. + + + + + The derived class can use the default constructor to apply a set rule of that change the model configuration. + + + + + Begins configuration of a lightweight convention that applies to all mapped types in + the model. + + A configuration object for the convention. + + + + Begins configuration of a lightweight convention that applies to all mapped types in + the model that derive from or implement the specified type. + + The type of the entities that this convention will apply to. + A configuration object for the convention. + This method does not add new types to the model. + + + + Begins configuration of a lightweight convention that applies to all properties + in the model. + + A configuration object for the convention. + + + + Begins configuration of a lightweight convention that applies to all primitive + properties of the specified type in the model. + + The type of the properties that the convention will apply to. + A configuration object for the convention. + + The convention will apply to both nullable and non-nullable properties of the + specified type. + + + + + Convention to detect navigation properties to be inverses of each other when only one pair + of navigation properties exists between the related types. + + + + + + + + Convention to configure a type as a complex type if it has no primary key, no mapped base type and no navigation properties. + + + + + + + + Convention to apply column ordering specified via + + or the API. + + + + + + + + Validates the ordering configuration supplied for columns. + This base implementation is a no-op. + + The name of the table that the columns belong to. + The definition of the table. + + + + Convention to apply column ordering specified via + + or the API. This convention throws if a duplicate configured column order + is detected. + + + + + Validates the ordering configuration supplied for columns to ensure + that the same ordinal was not supplied for two columns. + + The name of the table that the columns belong to. + The definition of the table. + + + + Convention to introduce indexes for foreign keys. + + + + + + + + Convention to add a cascade delete to the join table from both tables involved in a many to many relationship. + + + + + Convention to ensure an invalid/unsupported mapping is not created when mapping inherited properties + + + + + Convention to set the table name to be a pluralized version of the entity type name. + + + + + + + + Convention to set precision to 18 and scale to 2 for decimal properties. + + + + + Initializes a new instance of with the default precision and scale. + + + + + Initializes a new instance of with the specified precision and scale. + + Precision + Scale + + + + + + + Convention to move primary key properties to appear first. + + + + + + + + Convention to distinguish between optional and required relationships based on CLR nullability of the foreign key property. + + + + + + + + Base class for conventions that discover foreign key properties. + + + + + Returns true if the convention supports pairs of entity types that have multiple associations defined between them. + + + + + When overridden returns true if should be part of the foreign key. + + The association type being configured. + The dependent end. + The candidate property on the dependent end. + The principal end entity type. + A key property on the principal end that is a candidate target for the foreign key. + true if dependentProperty should be a part of the foreign key; otherwise, false. + + + + + + + Convention to process instances of found on navigation properties in the model. + + + + + + + + Convention to detect primary key properties. + Recognized naming patterns in order of precedence are: + 1. 'Id' + 2. [type name]Id + Primary key detection is case insensitive. + + + + + + + + Base class for conventions that discover primary key properties. + + + + + + + + When overridden returns the subset of properties that will be part of the primary key. + + The entity type. + The primitive types of the entities + The properties that should be part of the primary key. + + + + Convention to discover foreign key properties whose names are a combination + of the dependent navigation property name and the principal type primary key property name(s). + + + + + + + + + + + Convention to enable cascade delete for any required relationships. + + + + + + + + Convention to configure the primary key(s) of the dependent entity type as foreign key(s) in a one:one relationship. + + + + + + + + Convention to set the entity set name to be a pluralized version of the entity type name. + + + + + + + + Convention to discover foreign key properties whose names match the principal type primary key property name(s). + + + + + + + + Convention to set a maximum length for properties whose type supports length facets. The default value is 128. + + + + + Initializes a new instance of with the default length. + + + + + Initializes a new instance of with the specified length. + + The maximum length of properties. + + + + + + + + + + + + + Convention to set a default maximum length of 4000 for properties whose type supports length facets when SqlCe is the provider. + + + + + Initializes a new instance of with the default length. + + + + + Initializes a new instance of with the specified length. + + The default maximum length for properties. + + + + + + + + + + Convention to configure integer primary keys to be identity. + + + + + + + + Convention to discover foreign key properties whose names are a combination + of the principal type name and the principal type primary key property name(s). + + + + + + + + A convention that operates on the conceptual section of the model after the model is created. + + The type of metadata item that this convention operates on. + + + + Applies this convention to an item in the model. + + The item to apply the convention to. + The model. + + + + Identifies conventions that can be added to or removed from a instance. + + + Note that implementations of this interface must be immutable. + + + + + A convention that operates on the database section of the model after the model is created. + + The type of metadata item that this convention operates on. + + + + Applies this convention to an item in the model. + + The item to apply the convention to. + The model. + + + + Allows configuration to be performed for an entity type in a model. + An EntityTypeConfiguration can be obtained via the Entity method on + or a custom type derived from EntityTypeConfiguration + can be registered via the Configurations property on . + + The entity type being configured. + + + + Initializes a new instance of EntityTypeConfiguration + + + + + Configures the primary key property(s) for this entity type. + + The type of the key. + A lambda expression representing the property to be used as the primary key. C#: t => t.Id VB.Net: Function(t) t.Id If the primary key is made up of multiple properties then specify an anonymous type including the properties. C#: t => new { t.Id1, t.Id2 } VB.Net: Function(t) New With { t.Id1, t.Id2 } + The same EntityTypeConfiguration instance so that multiple calls can be chained. + + + + Configures the primary key property(s) for this entity type. + + The type of the key. + A lambda expression representing the property to be used as the primary key. C#: t => t.Id VB.Net: Function(t) t.Id If the primary key is made up of multiple properties then specify an anonymous type including the properties. C#: t => new { t.Id1, t.Id2 } VB.Net: Function(t) New With { t.Id1, t.Id2 } + A builder to configure the key. + The same EntityTypeConfiguration instance so that multiple calls can be chained. + + + + Configures index property(s) for this entity type. + + The type of the index. + A lambda expression representing the property to apply an index to. C#: t => t.Id VB.Net: Function(t) t.Id If the index is made up of multiple properties then specify an anonymous type including the properties. C#: t => new { t.Id1, t.Id2 } VB.Net: Function(t) New With { t.Id1, t.Id2 } + The IndexConfiguration instance so that the index can be further configured. + + + + Configures the entity set name to be used for this entity type. + The entity set name can only be configured for the base type in each set. + + The name of the entity set. + The same EntityTypeConfiguration instance so that multiple calls can be chained. + + + + Excludes a property from the model so that it will not be mapped to the database. + + The type of the property to be ignored. + A lambda expression representing the property to be configured. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + The same EntityTypeConfiguration instance so that multiple calls can be chained. + + + + Configures the table name that this entity type is mapped to. + + The name of the table. + The same EntityTypeConfiguration instance so that multiple calls can be chained. + + + + Configures the table name that this entity type is mapped to. + + The name of the table. + The database schema of the table. + The same EntityTypeConfiguration instance so that multiple calls can be chained. + + + + Sets an annotation in the model for the table to which this entity is mapped. The annotation + value can later be used when processing the table such as when creating migrations. + + + It will likely be necessary to register a if the type of + the annotation value is anything other than a string. Passing a null value clears any annotation with + the given name on the column that had been previously set. + + The annotation name, which must be a valid C#/EDM identifier. + The annotation value, which may be a string or some other type that + can be serialized with an . + The same configuration instance so that multiple calls can be chained. + + + + Configures this type to use stored procedures for insert, update and delete. + The default conventions for procedure and parameter names will be used. + + The same configuration instance so that multiple calls can be chained. + + + + Configures this type to use stored procedures for insert, update and delete. + + + Configuration to override the default conventions for procedure and parameter names. + + The same configuration instance so that multiple calls can be chained. + + + + Allows advanced configuration related to how this entity type is mapped to the database schema. + By default, any configuration will also apply to any type derived from this entity type. + Derived types can be configured via the overload of Map that configures a derived type or + by using an EntityTypeConfiguration for the derived type. + The properties of an entity can be split between multiple tables using multiple Map calls. + Calls to Map are additive, subsequent calls will not override configuration already preformed via Map. + + + An action that performs configuration against an + + . + + The same EntityTypeConfiguration instance so that multiple calls can be chained. + + + + Allows advanced configuration related to how a derived entity type is mapped to the database schema. + Calls to Map are additive, subsequent calls will not override configuration already preformed via Map. + + The derived entity type to be configured. + + An action that performs configuration against an + + . + + The same EntityTypeConfiguration instance so that multiple calls can be chained. + + + + Configures an optional relationship from this entity type. + Instances of the entity type will be able to be saved to the database without this relationship being specified. + The foreign key in the database will be nullable. + + The type of the entity at the other end of the relationship. + A lambda expression representing the navigation property for the relationship. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to further configure the relationship. + + + + Configures a required relationship from this entity type. + Instances of the entity type will not be able to be saved to the database unless this relationship is specified. + The foreign key in the database will be non-nullable. + + The type of the entity at the other end of the relationship. + A lambda expression representing the navigation property for the relationship. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to further configure the relationship. + + + + Configures a many relationship from this entity type. + + The type of the entity at the other end of the relationship. + A lambda expression representing the navigation property for the relationship. C#: t => t.MyProperty VB.Net: Function(t) t.MyProperty + A configuration object that can be used to further configure the relationship. + + + + + + + + + + + + + + + + Exception thrown by during model creation when an invalid model is generated. + + + + + Initializes a new instance of ModelValidationException + + + + + Initializes a new instance of ModelValidationException + + The exception message. + + + + Initializes a new instance of ModelValidationException + + The exception message. + The inner exception. + + + Initializes a new instance of class serialization info and streaming context. + The serialization info. + The streaming context. + + + + By default expression like + .Select(x => NewProperty = func(x.Property)).Where(x => x.NewProperty == ...) + are simplified to avoid nested SELECT + In some cases, simplifying query with UDFs could caused to suboptimal plans due to calling UDF twice. + Also some SQL functions aren't allow in WHERE clause. + Disabling that behavior + + + + + An implementation of that will use Code First Migrations + to update the database to the latest version. + + The type of the context. + The type of the migrations configuration to use during initialization. + + + + Initializes a new instance of the MigrateDatabaseToLatestVersion class that will use + the connection information from a context constructed using the default constructor + or registered factory if applicable + + + + + Initializes a new instance of the MigrateDatabaseToLatestVersion class specifying whether to + use the connection information from the context that triggered initialization to perform the migration. + + + If set to true the initializer is run using the connection information from the context that + triggered initialization. Otherwise, the connection information will be taken from a context constructed + using the default constructor or registered factory if applicable. + + + + + Initializes a new instance of the MigrateDatabaseToLatestVersion class specifying whether to + use the connection information from the context that triggered initialization to perform the migration. + Also allows specifying migrations configuration to use during initialization. + + + If set to true the initializer is run using the connection information from the context that + triggered initialization. Otherwise, the connection information will be taken from a context constructed + using the default constructor or registered factory if applicable. + + Migrations configuration to use during initialization. + + + + Initializes a new instance of the MigrateDatabaseToLatestVersion class that will + use a specific connection string from the configuration file to connect to + the database to perform the migration. + + The name of the connection string to use for migration. + + + + + + + Helper class that is used to configure a column. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Creates a new column definition to store Binary data. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Value indicating whether or not the column allows null values. + The maximum allowable length of the array data. + Value indicating whether or not all data should be padded to the maximum length. + Constant value to use as the default value for this column. + SQL expression used as the default value for this column. + Value indicating whether or not this column should be configured as a timestamp. + The name of the column. + Provider specific data type to use for this column. + Custom annotations usually from the Code First model. + The newly constructed column definition. + + + + Creates a new column definition to store Boolean data. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Value indicating whether or not the column allows null values. + Constant value to use as the default value for this column. + SQL expression used as the default value for this column. + The name of the column. + Provider specific data type to use for this column. + Custom annotations usually from the Code First model. + The newly constructed column definition. + + + + Creates a new column definition to store Byte data. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Value indicating whether or not the column allows null values. + Value indicating whether or not the database will generate values for this column during insert. + Constant value to use as the default value for this column. + SQL expression used as the default value for this column. + The name of the column. + Provider specific data type to use for this column. + Custom annotations usually from the Code First model. + The newly constructed column definition. + + + + Creates a new column definition to store DateTime data. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Value indicating whether or not the column allows null values. + The precision of the column. + Constant value to use as the default value for this column. + SQL expression used as the default value for this column. + The name of the column. + Provider specific data type to use for this column. + Custom annotations usually from the Code First model. + The newly constructed column definition. + + + + Creates a new column definition to store Decimal data. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Value indicating whether or not the column allows null values. + The numeric precision of the column. + The numeric scale of the column. + Constant value to use as the default value for this column. + SQL expression used as the default value for this column. + The name of the column. + Provider specific data type to use for this column. + Value indicating whether or not the database will generate values for this column during insert. + Custom annotations usually from the Code First model. + The newly constructed column definition. + + + + Creates a new column definition to store Double data. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Value indicating whether or not the column allows null values. + Constant value to use as the default value for this column. + SQL expression used as the default value for this column. + The name of the column. + Provider specific data type to use for this column. + Custom annotations usually from the Code First model. + The newly constructed column definition. + + + + Creates a new column definition to store GUID data. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Value indicating whether or not the column allows null values. + Value indicating whether or not the database will generate values for this column during insert. + Constant value to use as the default value for this column. + SQL expression used as the default value for this column. + The name of the column. + Provider specific data type to use for this column. + Custom annotations usually from the Code First model. + The newly constructed column definition. + + + + Creates a new column definition to store Single data. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Value indicating whether or not the column allows null values. + Constant value to use as the default value for this column. + SQL expression used as the default value for this column. + The name of the column. + Provider specific data type to use for this column. + Custom annotations usually from the Code First model. + The newly constructed column definition. + + + + Creates a new column definition to store Short data. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Value indicating whether or not the column allows null values. + Value indicating whether or not the database will generate values for this column during insert. + Constant value to use as the default value for this column. + SQL expression used as the default value for this column. + The name of the column. + Provider specific data type to use for this column. + Custom annotations usually from the Code First model. + The newly constructed column definition. + + + + Creates a new column definition to store Integer data. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Value indicating whether or not the column allows null values. + Value indicating whether or not the database will generate values for this column during insert. + Constant value to use as the default value for this column. + SQL expression used as the default value for this column. + The name of the column. + Provider specific data type to use for this column. + Custom annotations usually from the Code First model. + The newly constructed column definition. + + + + Creates a new column definition to store Long data. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Value indicating whether or not the column allows null values. + Value indicating whether or not the database will generate values for this column during insert. + Constant value to use as the default value for this column. + SQL expression used as the default value for this column. + The name of the column. + Provider specific data type to use for this column. + Custom annotations usually from the Code First model. + The newly constructed column definition. + + + + Creates a new column definition to store String data. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Value indicating whether or not the column allows null values. + The maximum allowable length of the string data. + Value indicating whether or not all data should be padded to the maximum length. + Value indicating whether or not the column supports Unicode content. + Constant value to use as the default value for this column. + SQL expression used as the default value for this column. + The name of the column. + Provider specific data type to use for this column. + Custom annotations usually from the Code First model. + The newly constructed column definition. + + + + Creates a new column definition to store Time data. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Value indicating whether or not the column allows null values. + The precision of the column. + Constant value to use as the default value for this column. + SQL expression used as the default value for this column. + The name of the column. + Provider specific data type to use for this column. + Custom annotations usually from the Code First model. + The newly constructed column definition. + + + + Creates a new column definition to store DateTimeOffset data. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Value indicating whether or not the column allows null values. + The precision of the column. + Constant value to use as the default value for this column. + SQL expression used as the default value for this column. + The name of the column. + Provider specific data type to use for this column. + Custom annotations usually from the Code First model. + The newly constructed column definition. + + + + Creates a new column definition to store hierarchyid data. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Value indicating whether or not the column allows null values. + Constant value to use as the default value for this column. + SQL expression used as the default value for this column. + The name of the column. + Provider specific data type to use for this column. + Custom annotations usually from the Code First model. + The newly constructed column definition. + + + + Creates a new column definition to store geography data. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Value indicating whether or not the column allows null values. + Constant value to use as the default value for this column. + SQL expression used as the default value for this column. + The name of the column. + Provider specific data type to use for this column. + Custom annotations usually from the Code First model. + The newly constructed column definition. + + + + Creates a new column definition to store geometry data. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Value indicating whether or not the column allows null values. + Constant value to use as the default value for this column. + SQL expression used as the default value for this column. + The name of the column. + Provider specific data type to use for this column. + Custom annotations usually from the Code First model. + The newly constructed column definition. + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Creates a shallow copy of the current . + + A shallow copy of the current . + + + + Helper class that is used to configure a parameter. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Creates a new parameter definition to pass Binary data. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The maximum allowable length of the array data. + Value indicating whether or not all data should be padded to the maximum length. + Constant value to use as the default value for this parameter. + SQL expression used as the default value for this parameter. + The name of the parameter. + Provider specific data type to use for this parameter. + A value indicating whether the parameter is an output parameter. + The newly constructed parameter definition. + + + + Creates a new parameter definition to pass Boolean data. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Constant value to use as the default value for this parameter. + SQL expression used as the default value for this parameter. + The name of the parameter. + Provider specific data type to use for this parameter. + A value indicating whether the parameter is an output parameter. + The newly constructed parameter definition. + + + + Creates a new parameter definition to pass Byte data. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Constant value to use as the default value for this parameter. + SQL expression used as the default value for this parameter. + The name of the parameter. + Provider specific data type to use for this parameter. + A value indicating whether the parameter is an output parameter. + The newly constructed parameter definition. + + + + Creates a new parameter definition to pass DateTime data. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The precision of the parameter. + Constant value to use as the default value for this parameter. + SQL expression used as the default value for this parameter. + The name of the parameter. + Provider specific data type to use for this parameter. + A value indicating whether the parameter is an output parameter. + The newly constructed parameter definition. + + + + Creates a new parameter definition to pass Decimal data. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The numeric precision of the parameter. + The numeric scale of the parameter. + Constant value to use as the default value for this parameter. + SQL expression used as the default value for this parameter. + The name of the parameter. + Provider specific data type to use for this parameter. + A value indicating whether the parameter is an output parameter. + The newly constructed parameter definition. + + + + Creates a new parameter definition to pass Double data. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Constant value to use as the default value for this parameter. + SQL expression used as the default value for this parameter. + The name of the parameter. + Provider specific data type to use for this parameter. + A value indicating whether the parameter is an output parameter. + The newly constructed parameter definition. + + + + Creates a new parameter definition to pass GUID data. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Constant value to use as the default value for this parameter. + SQL expression used as the default value for this parameter. + The name of the parameter. + Provider specific data type to use for this parameter. + A value indicating whether the parameter is an output parameter. + The newly constructed parameter definition. + + + + Creates a new parameter definition to pass Single data. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Constant value to use as the default value for this parameter. + SQL expression used as the default value for this parameter. + The name of the parameter. + Provider specific data type to use for this parameter. + A value indicating whether the parameter is an output parameter. + The newly constructed parameter definition. + + + + Creates a new parameter definition to pass Short data. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Constant value to use as the default value for this parameter. + SQL expression used as the default value for this parameter. + The name of the parameter. + Provider specific data type to use for this parameter. + A value indicating whether the parameter is an output parameter. + The newly constructed parameter definition. + + + + Creates a new parameter definition to pass Integer data. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Constant value to use as the default value for this parameter. + SQL expression used as the default value for this parameter. + The name of the parameter. + Provider specific data type to use for this parameter. + A value indicating whether the parameter is an output parameter. + The newly constructed parameter definition. + + + + Creates a new parameter definition to pass Long data. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Constant value to use as the default value for this parameter. + SQL expression used as the default value for this parameter. + The name of the parameter. + Provider specific data type to use for this parameter. + A value indicating whether the parameter is an output parameter. + The newly constructed parameter definition. + + + + Creates a new parameter definition to pass String data. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The maximum allowable length of the string data. + Value indicating whether or not all data should be padded to the maximum length. + Value indicating whether or not the parameter supports Unicode content. + Constant value to use as the default value for this parameter. + SQL expression used as the default value for this parameter. + The name of the parameter. + Provider specific data type to use for this parameter. + A value indicating whether the parameter is an output parameter. + The newly constructed parameter definition. + + + + Creates a new parameter definition to pass Time data. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The precision of the parameter. + Constant value to use as the default value for this parameter. + SQL expression used as the default value for this parameter. + The name of the parameter. + Provider specific data type to use for this parameter. + A value indicating whether the parameter is an output parameter. + The newly constructed parameter definition. + + + + Creates a new parameter definition to pass DateTimeOffset data. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The precision of the parameter. + Constant value to use as the default value for this parameter. + SQL expression used as the default value for this parameter. + The name of the parameter. + Provider specific data type to use for this parameter. + A value indicating whether the parameter is an output parameter. + The newly constructed parameter definition. + + + + Creates a new parameter definition to pass geography data. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Constant value to use as the default value for this parameter. + SQL expression used as the default value for this parameter. + The name of the parameter. + Provider specific data type to use for this parameter. + A value indicating whether the parameter is an output parameter. + The newly constructed parameter definition. + + + + Creates a new parameter definition to pass geometry data. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Constant value to use as the default value for this parameter. + SQL expression used as the default value for this parameter. + The name of the parameter. + Provider specific data type to use for this parameter. + A value indicating whether the parameter is an output parameter. + The newly constructed parameter definition. + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Creates a shallow copy of the current . + + A shallow copy of the current . + + + + Helper class that is used to further configure a table being created from a CreateTable call on + + . + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The type that represents the table's columns. + + + + Initializes a new instance of the TableBuilder class. + + The table creation operation to be further configured. + The migration the table is created in. + + + + Specifies a primary key for the table. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + A lambda expression representing the property to be used as the primary key. C#: t => t.Id VB.Net: Function(t) t.Id If the primary key is made up of multiple properties then specify an anonymous type including the properties. C#: t => new { t.Id1, t.Id2 } VB.Net: Function(t) New With { t.Id1, t.Id2 } + The name of the primary key. If null is supplied, a default name will be generated. + A value indicating whether or not this is a clustered primary key. + Additional arguments that may be processed by providers. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + Itself, so that multiple calls can be chained. + + + + Specifies an index to be created on the table. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + A lambda expression representing the property to be indexed. C#: t => t.PropertyOne VB.Net: Function(t) t.PropertyOne If multiple properties are to be indexed then specify an anonymous type including the properties. C#: t => new { t.PropertyOne, t.PropertyTwo } VB.Net: Function(t) New With { t.PropertyOne, t.PropertyTwo } + The name of the index. + A value indicating whether or not this is a unique index. + A value indicating whether or not this is a clustered index. + Additional arguments that may be processed by providers. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + Itself, so that multiple calls can be chained. + + + + Specifies a foreign key constraint to be created on the table. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Name of the table that the foreign key constraint targets. + A lambda expression representing the properties of the foreign key. C#: t => t.PropertyOne VB.Net: Function(t) t.PropertyOne If multiple properties make up the foreign key then specify an anonymous type including the properties. C#: t => new { t.PropertyOne, t.PropertyTwo } VB.Net: Function(t) New With { t.PropertyOne, t.PropertyTwo } + A value indicating whether or not cascade delete should be configured on the foreign key constraint. + The name of this foreign key constraint. If no name is supplied, a default name will be calculated. + Additional arguments that may be processed by providers. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + Itself, so that multiple calls can be chained. + + + + + + + + + + + + + Gets the of the current instance. + + The exact runtime type of the current instance. + + + + Creates a shallow copy of the current . + + A shallow copy of the current . + + + + Base class for code-based migrations. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Operations to be performed during the upgrade process. + + + + + Operations to be performed during the downgrade process. + + + + + Adds an operation to create a new stored procedure. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The name of the stored procedure. Schema name is optional, if no schema is specified then dbo is + assumed. + + The body of the stored procedure. + + The additional arguments that may be processed by providers. Use anonymous type syntax + to specify arguments. For example, 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to create a new stored procedure. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The name of the stored procedure. Schema name is optional, if no schema is specified then dbo is + assumed. + + The action that specifies the parameters of the stored procedure. + The body of the stored procedure. + + The additional arguments that may be processed by providers. Use anonymous type syntax + to specify arguments. For example, 'new { SampleArgument = "MyValue" }'. + + + The parameters in this create stored procedure operation. You do not need to specify this + type, it will be inferred from the parameter you supply. + + + + + Adds an operation to alter a stored procedure. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The name of the stored procedure. Schema name is optional, if no schema is specified then dbo is + assumed. + + The body of the stored procedure. + + The additional arguments that may be processed by providers. Use anonymous type syntax + to specify arguments. For example, 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to alter a stored procedure. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The parameters in this alter stored procedure operation. You do not need to specify this + type, it will be inferred from the parameter you supply. + + + The name of the stored procedure. Schema name is optional, if no schema is specified then dbo is + assumed. + + The action that specifies the parameters of the stored procedure. + The body of the stored procedure. + + The additional arguments that may be processed by providers. Use anonymous type syntax + to specify arguments. For example, 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to drop an existing stored procedure with the specified name. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The name of the procedure to drop. Schema name is optional, if no schema is specified then dbo is + assumed. + + + The additional arguments that may be processed by providers. Use anonymous type syntax + to specify arguments. For example, 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to create a new table. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The columns in this create table operation. You do not need to specify this type, it will + be inferred from the columnsAction parameter you supply. + + The name of the table. Schema name is optional, if no schema is specified then dbo is assumed. + + An action that specifies the columns to be included in the table. i.e. t => new { Id = + t.Int(identity: true), Name = t.String() } + + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + An object that allows further configuration of the table creation operation. + + + + Adds an operation to create a new table. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The columns in this create table operation. You do not need to specify this type, it will + be inferred from the columnsAction parameter you supply. + + The name of the table. Schema name is optional, if no schema is specified then dbo is assumed. + + An action that specifies the columns to be included in the table. i.e. t => new { Id = + t.Int(identity: true), Name = t.String() } + + Custom annotations that exist on the table to be created. May be null or empty. + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + An object that allows further configuration of the table creation operation. + + + + Adds an operation to handle changes in the annotations defined on tables. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The columns in this operation. You do not need to specify this type, it will + be inferred from the columnsAction parameter you supply. + + The name of the table. Schema name is optional, if no schema is specified then dbo is assumed. + + An action that specifies the columns to be included in the table. i.e. t => new { Id = + t.Int(identity: true), Name = t.String() } + + The custom annotations on the table that have changed. + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to create a new foreign key constraint. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The table that contains the foreign key column. Schema name is optional, if no schema is + specified then dbo is assumed. + + The foreign key column. + + The table that contains the column this foreign key references. Schema name is optional, + if no schema is specified then dbo is assumed. + + + The column this foreign key references. If no value is supplied the primary key of the + principal table will be referenced. + + + A value indicating if cascade delete should be configured for the foreign key + relationship. If no value is supplied, cascade delete will be off. + + + The name of the foreign key constraint in the database. If no value is supplied a unique name will + be generated. + + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to create a new foreign key constraint. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The table that contains the foreign key columns. Schema name is optional, if no schema is + specified then dbo is assumed. + + The foreign key columns. + + The table that contains the columns this foreign key references. Schema name is optional, + if no schema is specified then dbo is assumed. + + + The columns this foreign key references. If no value is supplied the primary key of the + principal table will be referenced. + + + A value indicating if cascade delete should be configured for the foreign key + relationship. If no value is supplied, cascade delete will be off. + + + The name of the foreign key constraint in the database. If no value is supplied a unique name will + be generated. + + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to drop a foreign key constraint based on its name. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The table that contains the foreign key column. Schema name is optional, if no schema is + specified then dbo is assumed. + + The name of the foreign key constraint in the database. + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to drop a foreign key constraint based on the column it targets. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The table that contains the foreign key column. Schema name is optional, if no schema is + specified then dbo is assumed. + + The foreign key column. + + The table that contains the column this foreign key references. Schema name is optional, + if no schema is specified then dbo is assumed. + + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to drop a foreign key constraint based on the column it targets. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The table that contains the foreign key column. + Schema name is optional, if no schema is specified then dbo is assumed. + + The foreign key column. + + The table that contains the column this foreign key references. + Schema name is optional, if no schema is specified then dbo is assumed. + + The columns this foreign key references. + + Additional arguments that may be processed by providers. + Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to drop a foreign key constraint based on the columns it targets. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The table that contains the foreign key columns. Schema name is optional, if no schema is + specified then dbo is assumed. + + The foreign key columns. + + The table that contains the columns this foreign key references. Schema name is optional, + if no schema is specified then dbo is assumed. + + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to drop a table. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The name of the table to be dropped. Schema name is optional, if no schema is specified then dbo is + assumed. + + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to drop a table. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The name of the table to be dropped. Schema name is optional, if no schema is specified then dbo is + assumed. + + Custom annotations that exist on columns of the table that is being dropped. May be null or empty. + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to drop a table. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The name of the table to be dropped. Schema name is optional, if no schema is specified then dbo is + assumed. + + Custom annotations that exist on the table that is being dropped. May be null or empty. + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to drop a table. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The name of the table to be dropped. Schema name is optional, if no schema is specified then dbo is + assumed. + + Custom annotations that exist on the table that is being dropped. May be null or empty. + Custom annotations that exist on columns of the table that is being dropped. May be null or empty. + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to move a table to a new schema. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The name of the table to be moved. Schema name is optional, if no schema is specified then dbo is + assumed. + + The schema the table is to be moved to. + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to move a stored procedure to a new schema. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The name of the stored procedure to be moved. Schema name is optional, if no schema is specified + then dbo is assumed. + + The schema the stored procedure is to be moved to. + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to rename a table. To change the schema of a table use MoveTable. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The name of the table to be renamed. Schema name is optional, if no schema is specified then dbo is + assumed. + + + The new name for the table. Schema name is optional, if no schema is specified then dbo is + assumed. + + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to rename a stored procedure. To change the schema of a stored procedure use MoveStoredProcedure + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The name of the stored procedure to be renamed. Schema name is optional, if no schema is specified + then dbo is assumed. + + + The new name for the stored procedure. Schema name is optional, if no schema is specified then + dbo is assumed. + + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to rename a column. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The name of the table that contains the column to be renamed. Schema name is optional, if no + schema is specified then dbo is assumed. + + The name of the column to be renamed. + The new name for the column. + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to add a column to an existing table. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The name of the table to add the column to. Schema name is optional, if no schema is specified + then dbo is assumed. + + The name of the column to be added. + + An action that specifies the column to be added. i.e. c => c.Int(nullable: false, + defaultValue: 3) + + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to drop an existing column. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The name of the table to drop the column from. Schema name is optional, if no schema is specified + then dbo is assumed. + + The name of the column to be dropped. + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to drop an existing column. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The name of the table to drop the column from. Schema name is optional, if no schema is specified + then dbo is assumed. + + The name of the column to be dropped. + Custom annotations that exist on the column that is being dropped. May be null or empty. + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to alter the definition of an existing column. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The name of the table the column exists in. Schema name is optional, if no schema is specified + then dbo is assumed. + + The name of the column to be changed. + + An action that specifies the new definition for the column. i.e. c => c.String(nullable: + false, defaultValue: "none") + + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to create a new primary key. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The table that contains the primary key column. Schema name is optional, if no schema is specified + then dbo is assumed. + + The primary key column. + + The name of the primary key in the database. If no value is supplied a unique name will be + generated. + + A value indicating whether or not this is a clustered primary key. + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to create a new primary key based on multiple columns. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The table that contains the primary key columns. Schema name is optional, if no schema is + specified then dbo is assumed. + + The primary key columns. + + The name of the primary key in the database. If no value is supplied a unique name will be + generated. + + A value indicating whether or not this is a clustered primary key. + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to drop an existing primary key that does not have the default name. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The table that contains the primary key column. Schema name is optional, if no schema is specified + then dbo is assumed. + + The name of the primary key to be dropped. + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to drop an existing primary key that was created with the default name. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The table that contains the primary key column. Schema name is optional, if no schema is specified + then dbo is assumed. + + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to create an index on a single column. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The name of the table to create the index on. Schema name is optional, if no schema is specified + then dbo is assumed. + + The name of the column to create the index on. + + A value indicating if this is a unique index. If no value is supplied a non-unique index will be + created. + + + The name to use for the index in the database. If no value is supplied a unique name will be + generated. + + A value indicating whether or not this is a clustered index. + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to create an index on multiple columns. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The name of the table to create the index on. Schema name is optional, if no schema is specified + then dbo is assumed. + + The name of the columns to create the index on. + + A value indicating if this is a unique index. If no value is supplied a non-unique index will be + created. + + + The name to use for the index in the database. If no value is supplied a unique name will be + generated. + + A value indicating whether or not this is a clustered index. + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to drop an index based on its name. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The name of the table to drop the index from. Schema name is optional, if no schema is specified + then dbo is assumed. + + The name of the index to be dropped. + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to drop an index based on the columns it targets. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The name of the table to drop the index from. Schema name is optional, if no schema is specified + then dbo is assumed. + + The name of the column(s) the index targets. + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to rename an index. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The name of the table that contains the index to be renamed. Schema name is optional, if no + schema is specified then dbo is assumed. + + The name of the index to be renamed. + The new name for the index. + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to execute a SQL command or set of SQL commands. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The SQL to be executed. + + A value indicating if the SQL should be executed outside of the transaction being + used for the migration process. If no value is supplied the SQL will be executed within the transaction. + + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to execute a SQL file. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The SQL file to be executed. Relative paths are assumed to be relative to the current AppDomain's BaseDirectory. + + + A value indicating if the SQL should be executed outside of the transaction being + used for the migration process. If no value is supplied the SQL will be executed within the transaction. + + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + Adds an operation to execute a SQL resource file. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The manifest resource name of the SQL resource file to be executed. + + The assembly containing the resource file. The calling assembly is assumed if not provided. + + + A value indicating if the SQL should be executed outside of the transaction being + used for the migration process. If no value is supplied the SQL will be executed within the transaction. + + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + + + + + + + + + + + + + + + + + + + Configuration relating to the use of migrations for a given model. + You will typically create a configuration class that derives + from rather than + using this class. + + + + + The default directory that migrations are stored in. + + + + + Initializes a new instance of the DbMigrationsConfiguration class. + + + + + Gets or sets a value indicating if automatic migrations can be used when migrating the database. + + + + + Gets or sets the string used to distinguish migrations belonging to this configuration + from migrations belonging to other configurations using the same database. + This property enables migrations from multiple different models to be applied to a single database. + + + + + Gets or sets a value indicating if data loss is acceptable during automatic migration. + If set to false an exception will be thrown if data loss may occur as part of an automatic migration. + + + + + Adds a new SQL generator to be used for a given database provider. + + Name of the database provider to set the SQL generator for. + The SQL generator to be used. + + + + Gets the SQL generator that is set to be used with a given database provider. + + Name of the database provider to get the SQL generator for. + The SQL generator that is set for the database provider. + + + + Adds a new factory for creating instances to be used for a given database provider. + + Name of the database provider to set the SQL generator for. + + A factory for creating instances for a given and + representing the default schema. + + + + + Gets the history context factory that is set to be used with a given database provider. + + Name of the database provider to get thefactory for. + The history context factory that is set for the database provider. + + + + Gets or sets the derived DbContext representing the model to be migrated. + + + + + Gets or sets the namespace used for code-based migrations. + + + + + Gets or sets the sub-directory that code-based migrations are stored in. + Note that this property must be set to a relative path for a sub-directory under the + Visual Studio project root; it cannot be set to an absolute path. + + + + + Gets or sets the code generator to be used when scaffolding migrations. + + + + + Gets or sets the assembly containing code-based migrations. + + + + + Gets or sets a value to override the connection of the database to be migrated. + + + + + Gets or sets the timeout value used for the individual commands within a + migration. + + + The time in seconds to wait for the command to execute. A null value indicates + that the default value of the underlying provider will be used. + + + + + Configuration relating to the use of migrations for a given model. + + The context representing the model that this configuration applies to. + + + + Initializes a new instance of the DbMigrationsConfiguration class. + + + + + Runs after upgrading to the latest migration to allow seed data to be updated. + + + Note that the database may already contain seed data when this method runs. This means that + implementations of this method must check whether or not seed data is present and/or up-to-date + and then only make changes if necessary and in a non-destructive way. The + + can be used to help with this, but for seeding large amounts of data it may be necessary to do less + granular checks if performance is an issue. + If the database + initializer is being used, then this method will be called each time that the initializer runs. + If one of the , , + or initializers is being used, then this method will not be + called and the Seed method defined in the initializer should be used instead. + + Context to be used for updating seed data. + + + + + + + + + + + + + + + + + + + DbMigrator is used to apply existing migrations to a database. + DbMigrator can be used to upgrade and downgrade to any given migration. + To scaffold migrations based on changes to your model use + + + + + Migration Id representing the state of the database before any migrations are applied. + + + + + Initializes a new instance of the DbMigrator class. + + Configuration to be used for the migration process. + + + + Initializes a new instance of the DbMigrator class using the supplied context. + Use this constructor when applying migrations from code to avoid having migrations attempt + to create a context/connection for you. + + Configuration to be used for the migration process. + The to use. + + + + Gets the configuration that is being used for the migration process. + + + + + Gets all migrations that are defined in the configured migrations assembly. + + The list of migrations. + + + + Gets all migrations that have been applied to the target database. + + The list of migrations. + + + + Gets all migrations that are defined in the assembly but haven't been applied to the target database. + + The list of migrations. + + + + Updates the target database to a given migration. + + The migration to upgrade/downgrade to. + + + + A set of extension methods for + + + + + Adds or updates entities by key when SaveChanges is called. Equivalent to an "upsert" operation + from database terminology. + This method can be useful when seeding data using Migrations. + + The type of entities to add or update. + The set to which the entities belong. + The entities to add or update. + + When the parameter is a custom or fake IDbSet implementation, this method will + attempt to locate and invoke a public, instance method with the same signature as this extension method. + + + + + Adds or updates entities by a custom identification expression when SaveChanges is called. + Equivalent to an "upsert" operation from database terminology. + This method can useful when seeding data using Migrations. + + The type of entities to add or update. + The set to which the entities belong. + An expression specifying the properties that should be used when determining whether an Add or Update operation should be performed. + The entities to add or update. + + When the parameter is a custom or fake IDbSet implementation, this method will + attempt to locate and invoke a public, instance method with the same signature as this extension method. + + + + + Generates C# code for a code-based migration. + + + + + + + + Generates the primary code file that the user can view and edit. + + Operations to be performed by the migration. + Namespace that code should be generated in. + Name of the class that should be generated. + The generated code. + + + + Generates the code behind file with migration metadata. + + Unique identifier of the migration. + Source model to be stored in the migration metadata. + Target model to be stored in the migration metadata. + Namespace that code should be generated in. + Name of the class that should be generated. + The generated code. + + + + Generates a property to return the source or target model in the code behind file. + + Name of the property. + Value to be returned. + Text writer to add the generated code to. + + + + Generates class attributes. + + Text writer to add the generated code to. + A value indicating if this class is being generated for a code-behind file. + + + + Generates a namespace, using statements and class definition. + + Namespace that code should be generated in. + Name of the class that should be generated. + Text writer to add the generated code to. + Base class for the generated class. + A value indicating if this class is being generated for a code-behind file. + Namespaces for which using directives will be added. If null, then the namespaces returned from GetDefaultNamespaces will be used. + + + + Generates the closing code for a class that was started with WriteClassStart. + + Namespace that code should be generated in. + Text writer to add the generated code to. + + + + Generates code to perform an . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform an . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code for to re-create the given dictionary of annotations for use when passing + these annotations as a parameter of a . call. + + The annotations to generate. + The writer to which generated code should be written. + + + + Generates code for to re-create the given dictionary of annotations for use when passing + these annotations as a parameter of a . call. + + The annotations to generate. + The writer to which generated code should be written. + + + + Generates code for the given annotation value, which may be null. The default behavior is to use an + if one is registered, otherwise call ToString on the annotation value. + + + Note that a can be registered to generate code for custom annotations + without the need to override the entire code generator. + + The name of the annotation for which code is needed. + The annotation value to generate. + The writer to which generated code should be written. + + + Generates code to perform a . + The operation to generate code for. + Text writer to add the generated code to. + + + Generates code to perform a . + The operation to generate code for. + Text writer to add the generated code to. + + + Generates code to specify the definition for a . + The parameter definition to generate code for. + Text writer to add the generated code to. + A value indicating whether to include the column name in the definition. + + + Generates code to perform a . + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code for an . + + The operation for which code should be generated. + The writer to which generated code should be written. + + + + Generates code to perform an as part of a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform an as part of a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform a as part of a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to specify a set of column names using a lambda expression. + + The columns to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform an . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform an . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to specify the definition for a . + + The column definition to generate code for. + Text writer to add the generated code to. + A value indicating whether to include the column name in the definition. + + + + Generates code to specify the default value for a column. + + The value to be used as the default. + Code representing the default value. + + + + Generates code to specify the default value for a column. + + The value to be used as the default. + Code representing the default value. + + + + Generates code to specify the default value for a column. + + The value to be used as the default. + Code representing the default value. + + + + Generates code to specify the default value for a column. + + The value to be used as the default. + Code representing the default value. + + + + Generates code to specify the default value for a column. + + The value to be used as the default. + Code representing the default value. + + + + Generates code to specify the default value for a column. + + The value to be used as the default. + Code representing the default value. + + + + Generates code to specify the default value for a column. + + The value to be used as the default. + Code representing the default value. + + + + Generates code to specify the default value for a column. + + The value to be used as the default. + Code representing the default value. + + + + Generates code to specify the default value for a column. + + The value to be used as the default. + Code representing the default value. + + + + Generates code to specify the default value for a column. + + The value to be used as the default. + Code representing the default value. + + + + Generates code to specify the default value for a column. + + The value to be used as the default. + Code representing the default value. + + + + Generates code to specify the default value for a column. + + The value to be used as the default. + Code representing the default value. + + + + Generates code to specify the default value for a column of unknown data type. + + The value to be used as the default. + Code representing the default value. + + + + Generates code to perform a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Removes any invalid characters from the name of an database artifact. + + The name to be scrubbed. + The scrubbed name. + + + + Gets the type name to use for a column of the given data type. + + The data type to translate. + The type name to use in the generated migration. + + + + Quotes an identifier using appropriate escaping to allow it to be stored in a string. + + The identifier to be quoted. + The quoted identifier. + + + + Base class for providers that generate code for code-based migrations. + + + + + Generates the code that should be added to the users project. + + Unique identifier of the migration. + Operations to be performed by the migration. + Source model to be stored in the migration metadata. + Target model to be stored in the migration metadata. + Namespace that code should be generated in. + Name of the class that should be generated. + The generated code. + + + + Gets the namespaces that must be output as "using" or "Imports" directives to handle + the code generated by the given operations. + + The operations for which code is going to be generated. + An ordered list of namespace names. + + + + Gets the default namespaces that must be output as "using" or "Imports" directives for + any code generated. + + A value indicating if this class is being generated for a code-behind file. + An ordered list of namespace names. + + + + Gets the instances that are being used. + + + + + Scaffolds code-based migrations to apply pending model changes to the database. + + + + + Initializes a new instance of the MigrationScaffolder class. + + Configuration to be used for scaffolding. + + + + Gets or sets the namespace used in the migration's generated code. + By default, this is the same as MigrationsNamespace on the migrations + configuration object passed into the constructor. For VB.NET projects, this + will need to be updated to take into account the project's root namespace. + + + + + Scaffolds a code based migration to apply any pending model changes to the database. + + The name to use for the scaffolded migration. + The scaffolded migration. + + + + Scaffolds a code based migration to apply any pending model changes to the database. + + The name to use for the scaffolded migration. + Whether or not to include model changes. + The scaffolded migration. + + + + Scaffolds the initial code-based migration corresponding to a previously run database initializer. + + The scaffolded migration. + + + + Represents a code-based migration that has been scaffolded and is ready to be written to a file. + + + + + Gets or sets the unique identifier for this migration. + Typically used for the file name of the generated code. + + + + + Gets or sets the scaffolded migration code that the user can edit. + + + + + Gets or sets the scaffolded migration code that should be stored in a code behind file. + + + + + Gets or sets the programming language used for this migration. + Typically used for the file extension of the generated code. + + + + + Gets or sets the subdirectory in the user's project that this migration should be saved in. + + + + + Gets a dictionary of string resources to add to the migration resource file. + + + + + Gets or sets whether the migration was re-scaffolded. + + + + + Represents an exception that occurred while running an operation in another AppDomain in the + . + + + + + Initializes a new instance of the ToolingException class. + + + + + Initializes a new instance of the class with a specified error message. + + The message that describes the error. + + + + Initializes a new instance of the ToolingException class. + + Error that explains the reason for the exception. + The type of the exception that was thrown. + The stack trace of the exception that was thrown. + + + + Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception. + + The error message that explains the reason for the exception. + The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. + + + + Gets the type of the exception that was thrown. + + + + + Gets the stack trace of the exception that was thrown. + + + + + Helper class that is used by design time tools to run migrations related + commands that need to interact with an application that is being edited + in Visual Studio. + Because the application is being edited the assemblies need to + be loaded in a separate AppDomain to ensure the latest version + is always loaded. + The App/Web.config file from the startup project is also copied + to ensure that any configuration is applied. + + + + + Gets or sets an action to be run to log information. + + + + + Gets or sets an action to be run to log warnings. + + + + + Gets or sets an action to be run to log verbose information. + + + + + Initializes a new instance of the ToolingFacade class. + + The name of the assembly that contains the migrations configuration to be used. + The name of the assembly that contains the DbContext to be used. + The namespace qualified name of migrations configuration to be used. + The working directory containing the compiled assemblies. + The path of the config file from the startup project. + The path of the application data directory from the startup project. Typically the App_Data directory for web applications or the working directory for executables. + The connection to the database to be migrated. If null is supplied, the default connection for the context will be used. + + + + Releases all unmanaged resources used by the facade. + + + + + Gets the fully qualified name of all types deriving from . + + All context types found. + + + + Gets the fully qualified name of a type deriving from . + + The name of the context type. If null, the single context type found in the assembly will be returned. + The context type found. + + + + Gets a list of all migrations that have been applied to the database. + + Ids of applied migrations. + + + + Gets a list of all migrations that have not been applied to the database. + + Ids of pending migrations. + + + + Updates the database to the specified migration. + + The Id of the migration to migrate to. If null is supplied, the database will be updated to the latest migration. + Value indicating if data loss during automatic migration is acceptable. + + + + Generates a SQL script to migrate between two migrations. + + The migration to update from. If null is supplied, a script to update the current database will be produced. + The migration to update to. If null is supplied, a script to update to the latest migration will be produced. + Value indicating if data loss during automatic migration is acceptable. + The generated SQL script. + + + + Scaffolds a code-based migration to apply any pending model changes. + + The name for the generated migration. + The programming language of the generated migration. + The root namespace of the project the migration will be added to. + Whether or not to include model changes. + The scaffolded migration. + + + + Scaffolds the initial code-based migration corresponding to a previously run database initializer. + + The programming language of the generated migration. + The root namespace of the project the migration will be added to. + The scaffolded migration. + + + + + + + Releases all resources used by the facade. + + + true to release both managed and unmanaged resources; false to release only unmanaged resources. + + + + + Generates VB.Net code for a code-based migration. + + + + + + + + Generates the primary code file that the user can view and edit. + + Operations to be performed by the migration. + Namespace that code should be generated in. + Name of the class that should be generated. + The generated code. + + + + Generates the code behind file with migration metadata. + + Unique identifier of the migration. + Source model to be stored in the migration metadata. + Target model to be stored in the migration metadata. + Namespace that code should be generated in. + Name of the class that should be generated. + The generated code. + + + + Generates a property to return the source or target model in the code behind file. + + Name of the property. + Value to be returned. + Text writer to add the generated code to. + + + + Generates class attributes. + + Text writer to add the generated code to. + A value indicating if this class is being generated for a code-behind file. + + + + Generates a namespace, using statements and class definition. + + Namespace that code should be generated in. + Name of the class that should be generated. + Text writer to add the generated code to. + Base class for the generated class. + A value indicating if this class is being generated for a code-behind file. + Namespaces for which Imports directives will be added. If null, then the namespaces returned from GetDefaultNamespaces will be used. + + + + Generates the closing code for a class that was started with WriteClassStart. + + Namespace that code should be generated in. + Text writer to add the generated code to. + + + + Generates code to perform an . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform an . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code for to re-create the given dictionary of annotations for use when passing + these annotations as a parameter of a . call. + + The annotations to generate. + The writer to which generated code should be written. + + + + Generates code for to re-create the given dictionary of annotations for use when passing + these annotations as a parameter of a . call. + + The annotations to generate. + The writer to which generated code should be written. + + + + Generates code for the given annotation value, which may be null. The default behavior is to use an + if one is registered, otherwise call ToString on the annotation value. + + + Note that a can be registered to generate code for custom annotations + without the need to override the entire code generator. + + The name of the annotation for which code is needed. + The annotation value to generate. + The writer to which generated code should be written. + + + Generates code to perform a . + The operation to generate code for. + Text writer to add the generated code to. + + + Generates code to perform a . + The operation to generate code for. + Text writer to add the generated code to. + + + Generates code to perform a . + The parameter model definition to generate code for. + Text writer to add the generated code to. + true to include the column name in the definition; otherwise, false. + + + Generates code to perform a . + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code for an . + + The operation for which code should be generated. + The writer to which generated code should be written. + + + + Generates code to perform an as part of a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform an as part of a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform a as part of a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to specify a set of column names using a lambda expression. + + The columns to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform an . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform an . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to specify the definition for a . + + The column definition to generate code for. + Text writer to add the generated code to. + A value indicating whether to include the column name in the definition. + + + + Generates code to specify the default value for a column. + + The value to be used as the default. + Code representing the default value. + + + + Generates code to specify the default value for a column. + + The value to be used as the default. + Code representing the default value. + + + + Generates code to specify the default value for a column. + + The value to be used as the default. + Code representing the default value. + + + + Generates code to specify the default value for a column. + + The value to be used as the default. + Code representing the default value. + + + + Generates code to specify the default value for a column. + + The value to be used as the default. + Code representing the default value. + + + + Generates code to specify the default value for a column. + + The value to be used as the default. + Code representing the default value. + + + + Generates code to specify the default value for a column. + + The value to be used as the default. + Code representing the default value. + + + + Generates code to specify the default value for a column. + + The value to be used as the default. + Code representing the default value. + + + + Generates code to specify the default value for a column. + + The value to be used as the default. + Code representing the default value. + + + + Generates code to specify the default value for a column. + + The value to be used as the default. + Code representing the default value. + + + + Generates code to specify the default value for a column. + + The value to be used as the default. + Code representing the default value. + + + + Generates code to specify the default value for a column. + + The value to be used as the default. + Code representing the default value. + + + + Generates code to specify the default value for a column of unknown data type. + + The value to be used as the default. + Code representing the default value. + + + + Generates code to perform a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Generates code to perform a . + + The operation to generate code for. + Text writer to add the generated code to. + + + + Removes any invalid characters from the name of an database artifact. + + The name to be scrubbed. + The scrubbed name. + + + + Gets the type name to use for a column of the given data type. + + The data type to translate. + The type name to use in the generated migration. + + + + Quotes an identifier using appropriate escaping to allow it to be stored in a string. + + The identifier to be quoted. + The quoted identifier. + + + + This class is used by Code First Migrations to read and write migration history + from the database. + To customize the definition of the migrations history table you can derive from + this class and override OnModelCreating. Derived instances can either be registered + on a per migrations configuration basis using , + or globally using . + + + + + The default name used for the migrations history table. + + + + + Initializes a new instance of the HistoryContext class. + If you are creating a derived history context you will generally expose a constructor + that accepts these same parameters and passes them to this base constructor. + + + An existing connection to use for the new context. + + + The default schema of the model being migrated. + This schema will be used for the migrations history table unless a different schema is configured in OnModelCreating. + + + + + Gets the key used to locate a model that was previously built for this context. This is used + to avoid processing OnModelCreating and calculating the model every time a new context instance is created. + By default this property returns the default schema. + In most cases you will not need to override this property. However, if your implementation of OnModelCreating + contains conditional logic that results in a different model being built for the same database provider and + default schema you should override this property and calculate an appropriate key. + + + + + Gets the default schema of the model being migrated. + This schema will be used for the migrations history table unless a different schema is configured in OnModelCreating. + + + + + Gets or sets a that can be used to read and write instances. + + + + + Applies the default configuration for the migrations history table. If you override + this method it is recommended that you call this base implementation before applying your + custom configuration. + + The builder that defines the model for the context being created. + + + + This class is used by Code First Migrations to read and write migration history + from the database. + + + + + Gets or sets the Id of the migration this row represents. + + + + + Gets or sets a key representing to which context the row applies. + + + + + Gets or sets the state of the model after this migration was applied. + + + + + Gets or sets the version of Entity Framework that created this entry. + + + + + Represents an error that occurs when an automatic migration would result in data loss. + + + + + Initializes a new instance of the AutomaticDataLossException class. + + + + + Initializes a new instance of the AutomaticDataLossException class. + + The message that describes the error. + + + + Initializes a new instance of the MigrationsException class. + + The message that describes the error. + The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. + + + + Represents an error that occurs when there are pending model changes after applying the last migration and automatic migration is disabled. + + + + + Initializes a new instance of the AutomaticMigrationsDisabledException class. + + + + + Initializes a new instance of the AutomaticMigrationsDisabledException class. + + The message that describes the error. + + + + Initializes a new instance of the MigrationsException class. + + The message that describes the error. + The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. + + + + Explicitly implemented by to prevent certain members from showing up + in the IntelliSense of scaffolded migrations. + + + + + Adds a custom to the migration. + Custom operation implementors are encouraged to create extension methods on + that provide a fluent-style API for adding new operations. + + The operation to add. + + + + Provides additional metadata about a code-based migration. + + + + + Gets the unique identifier for the migration. + + + + + Gets the state of the model before this migration is run. + + + + + Gets the state of the model after this migration is run. + + + + + Represents errors that occur inside the Code First Migrations pipeline. + + + + + Initializes a new instance of the MigrationsException class. + + + + + Initializes a new instance of the MigrationsException class. + + The message that describes the error. + + + + Initializes a new instance of the MigrationsException class. + + The message that describes the error. + The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. + + + + Initializes a new instance of the MigrationsException class with serialized data. + + + The that holds the serialized object data about the exception being thrown. + + + The that contains contextual information about the source or destination. + + + + + Base class for loggers that can be used for the migrations process. + + + + + Logs an informational message. + + The message to be logged. + + + + Logs a warning that the user should be made aware of. + + The message to be logged. + + + + Logs some additional information that should only be presented to the user if they request verbose output. + + The message to be logged. + + + + Thrown when an operation can't be performed because there are existing migrations that have not been applied to the database. + + + + + Initializes a new instance of the MigrationsPendingException class. + + + + + Initializes a new instance of the MigrationsPendingException class. + + The message that describes the error. + + + + Initializes a new instance of the MigrationsPendingException class. + + The message that describes the error. + The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. + + + + Base class for decorators that wrap the core + + + + + Initializes a new instance of the MigratorBase class. + + The migrator that this decorator is wrapping. + + + + Gets a list of the pending migrations that have not been applied to the database. + + List of migration Ids + + + + Gets the configuration being used for the migrations process. + + + + + Updates the target database to the latest migration. + + + + + Updates the target database to a given migration. + + The migration to upgrade/downgrade to. + + + + Gets a list of the migrations that are defined in the assembly. + + List of migration Ids + + + + Gets a list of the migrations that have been applied to the database. + + List of migration Ids + + + + Decorator to provide logging during migrations operations.. + + + + + Initializes a new instance of the MigratorLoggingDecorator class. + + The migrator that this decorator is wrapping. + The logger to write messages to. + + + + Decorator to produce a SQL script instead of applying changes to the database. + Using this decorator to wrap will prevent + from applying any changes to the target database. + + + + + Initializes a new instance of the MigratorScriptingDecorator class. + + The migrator that this decorator is wrapping. + + + + Produces a script to update the database. + + + The migration to update from. If null is supplied, a script to update the + current database will be produced. + + + The migration to update to. If null is supplied, + a script to update to the latest migration will be produced. + + The generated SQL script. + + + + Represents a column being added to a table. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Initializes a new instance of the AddColumnOperation class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The name of the table the column should be added to. + Details of the column being added. + Additional arguments that may be processed by providers. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + Gets the name of the table the column should be added to. + + + + + Gets the details of the column being added. + + + + + Gets an operation that represents dropping the added column. + + + + + + + + Represents a foreign key constraint being added to a table. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Initializes a new instance of the AddForeignKeyOperation class. + The PrincipalTable, PrincipalColumns, DependentTable and DependentColumns properties should also be populated. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Additional arguments that may be processed by providers. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + The names of the column(s) that the foreign key constraint should target. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Gets or sets a value indicating if cascade delete should be configured on the foreign key constraint. + + + + + Gets an operation to create an index on the foreign key column(s). + + An operation to add the index. + + + + Gets an operation to drop the foreign key constraint. + + + + + + + + Represents adding a primary key to a table. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Initializes a new instance of the AddPrimaryKeyOperation class. + The Table and Columns properties should also be populated. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Additional arguments that may be processed by providers. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + Gets an operation to drop the primary key. + + + + + Represents altering an existing column. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Initializes a new instance of the AlterColumnOperation class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The name of the table that the column belongs to. + Details of what the column should be altered to. + Value indicating if this change will result in data loss. + Additional arguments that may be processed by providers. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + Initializes a new instance of the AlterColumnOperation class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The name of the table that the column belongs to. + Details of what the column should be altered to. + Value indicating if this change will result in data loss. + An operation to revert this alteration of the column. + Additional arguments that may be processed by providers. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + Gets the name of the table that the column belongs to. + + + + + Gets the new definition for the column. + + + + + Gets an operation that represents reverting the alteration. + The inverse cannot be automatically calculated, + if it was not supplied to the constructor this property will return null. + + + + + + + + Represents altering an existing stored procedure. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Initializes a new instance of the class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The name of the stored procedure. + The body of the stored procedure expressed in SQL. + Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + Gets an operation that will revert this operation. + Always returns a . + + + + + Represents changes made to custom annotations on a table. + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Initializes a new instance of the AlterTableOperation class. + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Name of the table on which annotations have changed. + The custom annotations on the table that have changed. + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + Gets the name of the table on which annotations have changed. + + + + + Gets the columns to be included in the table for which annotations have changed. + + + + + Gets the custom annotations that have changed on the table. + + + + + Gets an operation that is the inverse of this one such that annotations will be changed back to how + they were before this operation was applied. + + + + + + + + Represents information about a column. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Initializes a new instance of the ColumnModel class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The data type for this column. + + + + Initializes a new instance of the ColumnModel class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The data type for this column. + Additional details about the data type. This includes details such as maximum length, nullability etc. + + + + Gets the CLR type corresponding to the database type of this column. + + + + + Gets the default value for the CLR type corresponding to the database type of this column. + + + + + Gets or sets a value indicating if this column can store null values. + + + + + Gets or sets a value indicating if values for this column will be generated by the database using the identity pattern. + + + + + Gets or sets a value indicating if this property model should be configured as a timestamp. + + + + + Gets or sets the custom annotations that have changed on the column. + + + + + Determines if this column is a narrower data type than another column. + Used to determine if altering the supplied column definition to this definition will result in data loss. + + The column to compare to. + Details of the database provider being used. + True if this column is of a narrower data type. + + + + Represents creating a database index. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Initializes a new instance of the CreateIndexOperation class. + The Table and Columns properties should also be populated. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Additional arguments that may be processed by providers. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + Gets or sets a value indicating if this is a unique index. + + + + + Gets an operation to drop this index. + + + + + + + + Gets or sets whether this is a clustered index. + + + + + A migration operation to add a new stored procedure to the database. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Initializes a new instance of the class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The name of the stored procedure. + The body of the stored procedure expressed in SQL. + Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + Gets an operation to drop the stored procedure. + + + + + Represents creating a table. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Initializes a new instance of the CreateTableOperation class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Name of the table to be created. + Additional arguments that may be processed by providers. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + Initializes a new instance of the CreateTableOperation class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Name of the table to be created. + Custom annotations that exist on the table to be created. May be null or empty. + Additional arguments that may be processed by providers. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + Gets the name of the table to be created. + + + + + Gets the columns to be included in the new table. + + + + + Gets or sets the primary key for the new table. + + + + + Gets custom annotations that exist on the table to be created. + + + + + Gets an operation to drop the table. + + + + + + + + Represents a column being dropped from a table. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Initializes a new instance of the DropColumnOperation class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The name of the table the column should be dropped from. + The name of the column to be dropped. + Additional arguments that may be processed by providers. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + Initializes a new instance of the DropColumnOperation class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The name of the table the column should be dropped from. + The name of the column to be dropped. + Custom annotations that exist on the column that is being dropped. May be null or empty. + Additional arguments that may be processed by providers. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + Initializes a new instance of the DropColumnOperation class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The name of the table the column should be dropped from. + The name of the column to be dropped. + The operation that represents reverting the drop operation. + Additional arguments that may be processed by providers. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + Initializes a new instance of the DropColumnOperation class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The name of the table the column should be dropped from. + The name of the column to be dropped. + Custom annotations that exist on the column that is being dropped. May be null or empty. + The operation that represents reverting the drop operation. + Additional arguments that may be processed by providers. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + Gets the name of the table the column should be dropped from. + + + + + Gets the name of the column to be dropped. + + + + + Gets custom annotations that exist on the column that is being dropped. + + + + + Gets an operation that represents reverting dropping the column. + The inverse cannot be automatically calculated, + if it was not supplied to the constructor this property will return null. + + + + + + + + Represents a foreign key constraint being dropped from a table. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Initializes a new instance of the DropForeignKeyOperation class. + The PrincipalTable, DependentTable and DependentColumns properties should also be populated. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Additional arguments that may be processed by providers. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + Initializes a new instance of the DropForeignKeyOperation class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc.. + + The operation that represents reverting dropping the foreign key constraint. + Additional arguments that may be processed by providers. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + Gets an operation to drop the associated index on the foreign key column(s). + + An operation to drop the index. + + + + Gets an operation that represents reverting dropping the foreign key constraint. + The inverse cannot be automatically calculated, + if it was not supplied to the constructor this property will return null. + + + + + + + + Represents dropping an existing index. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Initializes a new instance of the DropIndexOperation class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Additional arguments that may be processed by providers. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + Initializes a new instance of the DropIndexOperation class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The operation that represents reverting dropping the index. + Additional arguments that may be processed by providers. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + Gets an operation that represents reverting dropping the index. + The inverse cannot be automatically calculated, + if it was not supplied to the constructor this property will return null. + + + + + + + + Represents dropping a primary key from a table. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Initializes a new instance of the DropPrimaryKeyOperation class. + The Table and Columns properties should also be populated. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Additional arguments that may be processed by providers. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + Gets an operation to add the primary key. + + + + + Used when altering the migrations history table so that the table can be rebuilt rather than just dropping and adding the primary key. + + + The create table operation for the migrations history table. + + + + + Drops a stored procedure from the database. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Initializes a new instance of the class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The name of the stored procedure to drop. + Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + Gets the name of the stored procedure to drop. + + + The name of the stored procedure to drop. + + + + + Gets an operation that will revert this operation. + Always returns a . + + + + + Gets a value indicating if this operation may result in data loss. Always returns false. + + + + + Represents dropping an existing table. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Initializes a new instance of the DropTableOperation class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The name of the table to be dropped. + Additional arguments that may be processed by providers. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + Initializes a new instance of the DropTableOperation class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The name of the table to be dropped. + Custom annotations that exist on the table that is being dropped. May be null or empty. + Custom annotations that exist on columns of the table that is being dropped. May be null or empty. + Additional arguments that may be processed by providers. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + Initializes a new instance of the DropTableOperation class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The name of the table to be dropped. + An operation that represents reverting dropping the table. + Additional arguments that may be processed by providers. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + Initializes a new instance of the DropTableOperation class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The name of the table to be dropped. + Custom annotations that exist on the table that is being dropped. May be null or empty. + Custom annotations that exist on columns of the table that is being dropped. May be null or empty. + An operation that represents reverting dropping the table. + Additional arguments that may be processed by providers. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + Gets the name of the table to be dropped. + + + + + Gets custom annotations that exist on the table that is being dropped. + + + + + Gets custom annotations that exist on columns of the table that is being dropped. + + + + + Gets an operation that represents reverting dropping the table. + The inverse cannot be automatically calculated, + if it was not supplied to the constructor this property will return null. + + + + + + + + Base class for changes that affect foreign key constraints. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Initializes a new instance of the ForeignKeyOperation class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Additional arguments that may be processed by providers. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + Gets or sets the name of the table that the foreign key constraint targets. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Gets or sets the name of the table that the foreign key columns exist in. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + The names of the foreign key column(s). + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Gets a value indicating if a specific name has been supplied for this foreign key constraint. + + + + + Gets or sets the name of this foreign key constraint. + If no name is supplied, a default name will be calculated. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Operation representing DML changes to the migrations history table. + The migrations history table is used to store a log of the migrations that have been applied to the database. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Initializes a new instance of the HistoryOperation class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + A sequence of command trees representing the operations being applied to the history table. + Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + A sequence of commands representing the operations being applied to the history table. + + + + + + + + Common base class for operations affecting indexes. + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Creates a default index name based on the supplied column names. + + The column names used to create a default index name. + A default index name. + + + + Initializes a new instance of the IndexOperation class. + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + Additional arguments that may be processed by providers. Use anonymous type syntax to + specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + + Gets or sets the table the index belongs to. + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Gets the columns that are indexed. + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Gets a value indicating if a specific name has been supplied for this index. + + + + + Gets or sets the name of this index. + If no name is supplied, a default name will be calculated. + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Represents an operation to modify a database schema. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Initializes a new instance of the MigrationOperation class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" + }'. + + + + + Gets additional arguments that may be processed by providers. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Gets an operation that will revert this operation. + + + + + Gets a value indicating if this operation may result in data loss. + + + + + Represents moving a stored procedure to a new schema in the database. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Initializes a new instance of the class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The name of the stored procedure to move. + The new schema for the stored procedure. + Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + Gets the name of the stored procedure to move. + + + The name of the stored procedure to move. + + + + + Gets the new schema for the stored procedure. + + + The new schema for the stored procedure. + + + + + Gets an operation that will revert this operation. + + + + + Gets a value indicating if this operation may result in data loss. Always returns false. + + + + + Represents moving a table from one schema to another. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Initializes a new instance of the MoveTableOperation class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Name of the table to be moved. + Name of the schema to move the table to. + Additional arguments that may be processed by providers. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + Gets the name of the table to be moved. + + + + + Gets the name of the schema to move the table to. + + + + + Gets an operation that moves the table back to its original schema. + + + + + + + + Used when altering the migrations history table so that data can be moved to the new table. + + + The context key for the model. + + + + + Gets a value that indicates whether this is a system table. + + + true if the table is a system table; otherwise, false. + + + + + Used when altering the migrations history table so that the table can be rebuilt rather than just dropping and adding the primary key. + + + The create table operation for the migrations history table. + + + + + Represents a migration operation that can not be performed, possibly because it is not supported by the targeted database provider. + + + + + Gets a value indicating if this operation may result in data loss. Always returns false. + + + + + Represents information about a parameter. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Initializes a new instance of the ParameterModel class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The data type for this parameter. + + + + Initializes a new instance of the ParameterModel class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The data type for this parameter. + Additional details about the data type. This includes details such as maximum length, nullability etc. + + + + Gets or sets a value indicating whether this instance is out parameter. + + + true if this instance is out parameter; otherwise, false. + + + + + Common base class to represent operations affecting primary keys. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Returns the default name for the primary key. + + The target table name. + The default primary key name. + + + + Initializes a new instance of the PrimaryKeyOperation class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Additional arguments that may be processed by providers. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + Gets or sets the name of the table that contains the primary key. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Gets the column(s) that make up the primary key. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Gets a value indicating if a specific name has been supplied for this primary key. + + + + + Gets or sets the name of this primary key. + If no name is supplied, a default name will be calculated. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + + + + Gets or sets whether this is a clustered primary key. + + + + + A migration operation that affects stored procedures. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Initializes a new instance of the class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The name of the stored procedure. + The body of the stored procedure expressed in SQL. + Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + Gets the name of the stored procedure. + + + The name of the stored procedure. + + + + + Gets the body of the stored procedure expressed in SQL. + + + The body of the stored procedure expressed in SQL. + + + + + Gets the parameters of the stored procedure. + + + The parameters of the stored procedure. + + + + + Gets a value indicating if this operation may result in data loss. Always returns false. + + + + + Represents information about a property of an entity. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Initializes a new instance of the PropertyModel class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The data type for this property model. + Additional details about the data type. This includes details such as maximum length, nullability etc. + + + + Gets the data type for this property model. + + + + + Gets additional details about the data type of this property model. + This includes details such as maximum length, nullability etc. + + + + + Gets or sets the name of the property model. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Gets or sets a provider specific data type to use for this property model. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Gets or sets the maximum length for this property model. + Only valid for array data types. + + + + + Gets or sets the precision for this property model. + Only valid for decimal data types. + + + + + Gets or sets the scale for this property model. + Only valid for decimal data types. + + + + + Gets or sets a constant value to use as the default value for this property model. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Gets or sets a SQL expression used as the default value for this property model. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Gets or sets a value indicating if this property model is fixed length. + Only valid for array data types. + + + + + Gets or sets a value indicating if this property model supports Unicode characters. + Only valid for textual data types. + + + + + Represents renaming an existing column. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Initializes a new instance of the RenameColumnOperation class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Name of the table the column belongs to. + Name of the column to be renamed. + New name for the column. + Additional arguments that may be processed by providers. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + Gets the name of the table the column belongs to. + + + + + Gets the name of the column to be renamed. + + + + + Gets the new name for the column. + + + + + Gets an operation that reverts the rename. + + + + + + + + Represents renaming an existing index. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Initializes a new instance of the RenameIndexOperation class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Name of the table the index belongs to. + Name of the index to be renamed. + New name for the index. + Additional arguments that may be processed by providers. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + Gets the name of the table the index belongs to. + + + + + Gets the name of the index to be renamed. + + + + + Gets the new name for the index. + + + + + Gets an operation that reverts the rename. + + + + + + + + Represents renaming a stored procedure in the database. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Initializes a new instance of the class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The name of the stored procedure to rename. + The new name for the stored procedure. + Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + Gets the name of the stored procedure to rename. + + + The name of the stored procedure to rename. + + + + + Gets the new name for the stored procedure. + + + The new name for the stored procedure. + + + + + Gets an operation that will revert this operation. + + + + + Gets a value indicating if this operation may result in data loss. Always returns false. + + + + + Represents renaming an existing table. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Initializes a new instance of the RenameTableOperation class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + Name of the table to be renamed. + New name for the table. + Additional arguments that may be processed by providers. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + Gets the name of the table to be renamed. + + + + + Gets the new name for the table. + + + + + Gets an operation that reverts the rename. + + + + + + + + Represents a provider specific SQL statement to be executed directly against the target database. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Initializes a new instance of the SqlOperation class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The SQL to be executed. + Additional arguments that may be processed by providers. Use anonymous type syntax to specify arguments e.g. 'new { SampleArgument = "MyValue" }'. + + + + Gets the SQL to be executed. + + + + + Gets or sets a value indicating whether this statement should be performed outside of + the transaction scope that is used to make the migration process transactional. + If set to true, this operation will not be rolled back if the migration process fails. + + + + + + + + Used when scripting an update database operation to store the operations that would have been performed against the database. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Represents a migration to be applied to the database. + + + + + Gets the id of the migration. + + + The id of the migration. + + + + + Gets the individual operations applied by this migration. + + + The individual operations applied by this migration. + + + + + Initializes a new instance of the class. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The queries used to determine if this migration needs to be applied to the database. + This is used to generate an idempotent SQL script that can be run against a database at any version. + + + + + The queries used to determine if this migration needs to be applied to the database. + This is used to generate an idempotent SQL script that can be run against a database at any version. + + + + + Gets the migrations applied during the update database operation. + + + The migrations applied during the update database operation. + + + + + Adds a migration to this update database operation. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + The id of the migration. + The individual operations applied by the migration. + + + + Gets a value indicating if any of the operations may result in data loss. + + + + + Common base class for providers that convert provider agnostic migration + operations into database provider specific SQL commands. + + + + + Gets or sets the provider manifest. + + + The provider manifest. + + + + + Converts a set of migration operations into database provider specific SQL. + + The operations to be converted. + Token representing the version of the database being targeted. + A list of SQL statements to be executed to perform the migration operations. + + + + Generates the SQL body for a stored procedure. + + The command trees representing the commands for an insert, update or delete operation. + The rows affected parameter name. + The provider manifest token. + The SQL body for the stored procedure. + + + + Determines if a provider specific exception corresponds to a database-level permission denied error. + + The database exception. + true if the supplied exception corresponds to a database-level permission denied error; otherwise false. + + + + Builds the store type usage for the specified using the facets from the specified . + + Name of the store type. + The target property. + A store-specific TypeUsage + + + + Represents a migration operation that has been translated into a SQL statement. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Gets or sets the SQL to be executed to perform this migration operation. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + + + Gets or sets a value indicating whether this statement should be performed outside of + the transaction scope that is used to make the migration process transactional. + If set to true, this operation will not be rolled back if the migration process fails. + + + + + Gets or sets the batch terminator for the database provider. + + Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources + (such as the end user of an application). If input is accepted from such sources it should be validated + before being passed to these APIs to protect against SQL injection attacks etc. + + + The batch terminator for the database provider. + + + + + The same as but works in partial trust and adds explicit caching of + generated indentation string and also recognizes writing a string that contains just \r\n or \n as a write-line to ensure + we indent the next line properly. + + + + + Specifies the default tab string. This field is constant. + + + + + Specifies the culture what will be used by the underlying TextWriter. This static property is read-only. + Note that any writer passed to one of the constructors of must use this + same culture. The culture is . + + + + + Gets the encoding for the text writer to use. + + + An that indicates the encoding for the text writer to use. + + + + + Gets or sets the new line character to use. + + The new line character to use. + + + + Gets or sets the number of spaces to indent. + + The number of spaces to indent. + + + + Gets the to use. + + + The to use. + + + + + Initializes a new instance of the IndentedTextWriter class using the specified text writer and default tab string. + Note that the writer passed to this constructor must use the specified by the + property. + + + The to use for output. + + + + + Initializes a new instance of the IndentedTextWriter class using the specified text writer and tab string. + Note that the writer passed to this constructor must use the specified by the + property. + + + The to use for output. + + The tab string to use for indentation. + + + + Closes the document being written to. + + + + + Flushes the stream. + + + + + Outputs the tab string once for each level of indentation according to the + + property. + + + + + Builds a string representing the current indentation level for a new line. + + + Does NOT check if tabs are currently pending, just returns a string that would be + useful in replacing embedded newline characters. + + An empty string, or a string that contains .Indent level's worth of specified tab-string. + + + + Writes the specified string to the text stream. + + The string to write. + + + + Writes the text representation of a Boolean value to the text stream. + + The Boolean value to write. + + + + Writes a character to the text stream. + + The character to write. + + + + Writes a character array to the text stream. + + The character array to write. + + + + Writes a subarray of characters to the text stream. + + The character array to write data from. + Starting index in the buffer. + The number of characters to write. + + + + Writes the text representation of a Double to the text stream. + + The double to write. + + + + Writes the text representation of a Single to the text stream. + + The single to write. + + + + Writes the text representation of an integer to the text stream. + + The integer to write. + + + + Writes the text representation of an 8-byte integer to the text stream. + + The 8-byte integer to write. + + + + Writes the text representation of an object to the text stream. + + The object to write. + + + + Writes out a formatted string, using the same semantics as specified. + + The formatting string. + The object to write into the formatted string. + + + + Writes out a formatted string, using the same semantics as specified. + + The formatting string to use. + The first object to write into the formatted string. + The second object to write into the formatted string. + + + + Writes out a formatted string, using the same semantics as specified. + + The formatting string to use. + The argument array to output. + + + + Writes the specified string to a line without tabs. + + The string to write. + + + + Writes the specified string, followed by a line terminator, to the text stream. + + The string to write. + + + + Writes a line terminator. + + + + + Writes the text representation of a Boolean, followed by a line terminator, to the text stream. + + The Boolean to write. + + + + Writes a character, followed by a line terminator, to the text stream. + + The character to write. + + + + Writes a character array, followed by a line terminator, to the text stream. + + The character array to write. + + + + Writes a subarray of characters, followed by a line terminator, to the text stream. + + The character array to write data from. + Starting index in the buffer. + The number of characters to write. + + + + Writes the text representation of a Double, followed by a line terminator, to the text stream. + + The double to write. + + + + Writes the text representation of a Single, followed by a line terminator, to the text stream. + + The single to write. + + + + Writes the text representation of an integer, followed by a line terminator, to the text stream. + + The integer to write. + + + + Writes the text representation of an 8-byte integer, followed by a line terminator, to the text stream. + + The 8-byte integer to write. + + + + Writes the text representation of an object, followed by a line terminator, to the text stream. + + The object to write. + + + + Writes out a formatted string, followed by a line terminator, using the same semantics as specified. + + The formatting string. + The object to write into the formatted string. + + + + Writes out a formatted string, followed by a line terminator, using the same semantics as specified. + + The formatting string to use. + The first object to write into the formatted string. + The second object to write into the formatted string. + + + + Writes out a formatted string, followed by a line terminator, using the same semantics as specified. + + The formatting string to use. + The argument array to output. + + + + Writes the text representation of a UInt32, followed by a line terminator, to the text stream. + + A UInt32 to output. + + + + An implementation of that does nothing. Using this + initializer disables database initialization for the given context type. Passing an instance + of this class to is equivalent to passing null. + When is being used to resolve initializers an instance of + this class must be used to disable initialization. + + The type of the context. + + + + + + + Extension methods for . + + + + + Returns an implementation that stays in sync with the given + . + + The element type. + The collection that the binding list will stay in sync with. + The binding list. + + + + Useful extension methods for use with Entity Framework LINQ queries. + + + + + Specifies the related objects to include in the query results. + + + This extension method calls the Include(String) method of the source object, + if such a method exists. If the source does not have a matching method, + then this method does nothing. The , , + and types all have an appropriate Include method to call. + Paths are all-inclusive. For example, if an include call indicates Include("Orders.OrderLines"), not only will + OrderLines be included, but also Orders. When you call the Include method, the query path is only valid on + the returned instance of the . Other instances of + and the object context itself are not affected. Because the Include method returns the query object, + you can call this method multiple times on an to specify multiple paths for the query. + + The type of entity being queried. + + The source on which to call Include. + + The dot-separated list of related objects to return in the query results. + + A new with the defined query path. + + + + + Specifies the related objects to include in the query results. + + + This extension method calls the Include(String) method of the source object, + if such a method exists. If the source does not have a matching method, + then this method does nothing. The , , + and types all have an appropriate Include method to call. + Paths are all-inclusive. For example, if an include call indicates Include("Orders.OrderLines"), not only will + OrderLines be included, but also Orders. When you call the Include method, the query path is only valid on + the returned instance of the . Other instances of + and the object context itself are not affected. Because the Include method returns the query object, + you can call this method multiple times on an to specify multiple paths for the query. + + + The source on which to call Include. + + The dot-separated list of related objects to return in the query results. + + A new with the defined query path. + + + + + Specifies the related objects to include in the query results. + + + The path expression must be composed of simple property access expressions together with calls to Select for + composing additional includes after including a collection proprty. Examples of possible include paths are: + To include a single reference: query.Include(e => e.Level1Reference) + To include a single collection: query.Include(e => e.Level1Collection) + To include a reference and then a reference one level down: query.Include(e => e.Level1Reference.Level2Reference) + To include a reference and then a collection one level down: query.Include(e => e.Level1Reference.Level2Collection) + To include a collection and then a reference one level down: query.Include(e => e.Level1Collection.Select(l1 => l1.Level2Reference)) + To include a collection and then a collection one level down: query.Include(e => e.Level1Collection.Select(l1 => l1.Level2Collection)) + To include a collection and then a reference one level down: query.Include(e => e.Level1Collection.Select(l1 => l1.Level2Reference)) + To include a collection and then a collection one level down: query.Include(e => e.Level1Collection.Select(l1 => l1.Level2Collection)) + To include a collection, a reference, and a reference two levels down: query.Include(e => e.Level1Collection.Select(l1 => l1.Level2Reference.Level3Reference)) + To include a collection, a collection, and a reference two levels down: query.Include(e => e.Level1Collection.Select(l1 => l1.Level2Collection.Select(l2 => l2.Level3Reference))) + This extension method calls the Include(String) method of the source IQueryable object, if such a method exists. + If the source IQueryable does not have a matching method, then this method does nothing. + The Entity Framework ObjectQuery, ObjectSet, DbQuery, and DbSet types all have an appropriate Include method to call. + When you call the Include method, the query path is only valid on the returned instance of the IQueryable<T>. Other + instances of IQueryable<T> and the object context itself are not affected. Because the Include method returns the + query object, you can call this method multiple times on an IQueryable<T> to specify multiple paths for the query. + + The type of entity being queried. + The type of navigation property being included. + The source IQueryable on which to call Include. + A lambda expression representing the path to include. + + A new IQueryable<T> with the defined query path. + + + + + Returns a new query where the entities returned will not be cached in the + or . This method works by calling the AsNoTracking method of the + underlying query object. If the underlying query object does not have an AsNoTracking method, + then calling this method will have no affect. + + The element type. + The source query. + A new query with NoTracking applied, or the source query if NoTracking is not supported. + + + + Returns a new query where the entities returned will not be cached in the + or . This method works by calling the AsNoTracking method of the + underlying query object. If the underlying query object does not have an AsNoTracking method, + then calling this method will have no affect. + + The source query. + A new query with NoTracking applied, or the source query if NoTracking is not supported. + + + + Returns a new query that will stream the results instead of buffering. This method works by calling + the AsStreaming method of the underlying query object. If the underlying query object does not have + an AsStreaming method, then calling this method will have no affect. + + + The type of the elements of . + + + An to apply AsStreaming to. + + A new query with AsStreaming applied, or the source query if AsStreaming is not supported. + + + + Returns a new query that will stream the results instead of buffering. This method works by calling + the AsStreaming method of the underlying query object. If the underlying query object does not have + an AsStreaming method, then calling this method will have no affect. + + + An to apply AsStreaming to. + + A new query with AsStreaming applied, or the source query if AsStreaming is not supported. + + + + Enumerates the query such that for server queries such as those of , + + , + , and others the results of the query will be loaded into the associated + + , + or other cache on the client. + This is equivalent to calling ToList and then throwing away the list without the overhead of actually creating the list. + + The source query. + + + + Asynchronously enumerates the query such that for server queries such as those of , + + , + , and others the results of the query will be loaded into the associated + + , + or other cache on the client. + This is equivalent to calling ToList and then throwing away the list without the overhead of actually creating the list. + + The source query. + + A task that represents the asynchronous operation. + + + + + Asynchronously enumerates the query such that for server queries such as those of , + + , + , and others the results of the query will be loaded into the associated + + , + or other cache on the client. + This is equivalent to calling ToList and then throwing away the list without the overhead of actually creating the list. + + The source query. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + + + + + Asynchronously enumerates the query results and performs the specified action on each element. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + An to enumerate. + + The action to perform on each element. + A task that represents the asynchronous operation. + + + + Asynchronously enumerates the query results and performs the specified action on each element. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + An to enumerate. + + The action to perform on each element. + + A to observe while waiting for the task to complete. + + A task that represents the asynchronous operation. + + + + Asynchronously enumerates the query results and performs the specified action on each element. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An to enumerate. + + The action to perform on each element. + A task that represents the asynchronous operation. + + + + Asynchronously enumerates the query results and performs the specified action on each element. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An to enumerate. + + The action to perform on each element. + + A to observe while waiting for the task to complete. + + A task that represents the asynchronous operation. + + + + Creates a from an by enumerating it asynchronously. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + An to create a from. + + + A task that represents the asynchronous operation. + The task result contains a that contains elements from the input sequence. + + + + + Creates a from an by enumerating it asynchronously. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + An to create a from. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains a that contains elements from the input sequence. + + + + + Creates a from an by enumerating it asynchronously. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An to create a from. + + + A task that represents the asynchronous operation. + The task result contains a that contains elements from the input sequence. + + + + + Creates a from an by enumerating it asynchronously. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An to create a list from. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains a that contains elements from the input sequence. + + + + + Creates an array from an by enumerating it asynchronously. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An to create an array from. + + + A task that represents the asynchronous operation. + The task result contains an array that contains elements from the input sequence. + + + + + Creates an array from an by enumerating it asynchronously. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An to create an array from. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains an array that contains elements from the input sequence. + + + + + Creates a from an by enumerating it asynchronously + according to a specified key selector function. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + The type of the key returned by . + + + An to create a from. + + A function to extract a key from each element. + + A task that represents the asynchronous operation. + The task result contains a that contains selected keys and values. + + + + + Creates a from an by enumerating it asynchronously + according to a specified key selector function. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + The type of the key returned by . + + + An to create a from. + + A function to extract a key from each element. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains a that contains selected keys and values. + + + + + Creates a from an by enumerating it asynchronously + according to a specified key selector function and a comparer. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + The type of the key returned by . + + + An to create a from. + + A function to extract a key from each element. + + An to compare keys. + + + A task that represents the asynchronous operation. + The task result contains a that contains selected keys and values. + + + + + Creates a from an by enumerating it asynchronously + according to a specified key selector function and a comparer. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + The type of the key returned by . + + + An to create a from. + + A function to extract a key from each element. + + An to compare keys. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains a that contains selected keys and values. + + + + + Creates a from an by enumerating it asynchronously + according to a specified key selector and an element selector function. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + The type of the key returned by . + + + The type of the value returned by . + + + An to create a from. + + A function to extract a key from each element. + A transform function to produce a result element value from each element. + + A task that represents the asynchronous operation. + The task result contains a that contains values of type + selected from the input sequence. + + + + + Creates a from an by enumerating it asynchronously + according to a specified key selector and an element selector function. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + The type of the key returned by . + + + The type of the value returned by . + + + An to create a from. + + A function to extract a key from each element. + A transform function to produce a result element value from each element. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains a that contains values of type + selected from the input sequence. + + + + + Creates a from an by enumerating it asynchronously + according to a specified key selector function, a comparer, and an element selector function. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + The type of the key returned by . + + + The type of the value returned by . + + + An to create a from. + + A function to extract a key from each element. + A transform function to produce a result element value from each element. + + An to compare keys. + + + A task that represents the asynchronous operation. + The task result contains a that contains values of type + selected from the input sequence. + + + + + Creates a from an by enumerating it asynchronously + according to a specified key selector function, a comparer, and an element selector function. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + The type of the key returned by . + + + The type of the value returned by . + + + An to create a from. + + A function to extract a key from each element. + A transform function to produce a result element value from each element. + + An to compare keys. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains a that contains values of type + selected from the input sequence. + + + + + Asynchronously returns the first element of a sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An to return the first element of. + + + A task that represents the asynchronous operation. + The task result contains the first element in . + + + is null. + + + doesn't implement . + + The source sequence is empty. + + + + Asynchronously returns the first element of a sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An to return the first element of. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the first element in . + + + + is + null + . + + + + doesn't implement + + . + + The source sequence is empty. + + + + Asynchronously returns the first element of a sequence that satisfies a specified condition. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An to return the first element of. + + A function to test each element for a condition. + + A task that represents the asynchronous operation. + The task result contains the first element in that passes the test in + . + + + + or + + is + null + . + + + + doesn't implement + + . + + + No element satisfies the condition in + + . + + + + + Asynchronously returns the first element of a sequence that satisfies a specified condition. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An to return the first element of. + + A function to test each element for a condition. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the first element in that passes the test in + . + + + + or + + is + null + . + + + + doesn't implement + + . + + + No element satisfies the condition in + + . + + + + + Asynchronously returns the first element of a sequence, or a default value if the sequence contains no elements. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An to return the first element of. + + + A task that represents the asynchronous operation. + The task result contains default ( ) if + is empty; otherwise, the first element in . + + + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously returns the first element of a sequence, or a default value if the sequence contains no elements. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An to return the first element of. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains default ( ) if + is empty; otherwise, the first element in . + + + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously returns the first element of a sequence that satisfies a specified condition + or a default value if no such element is found. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An to return the first element of. + + A function to test each element for a condition. + + A task that represents the asynchronous operation. + The task result contains default ( ) if + is empty or if no element passes the test specified by ; otherwise, the first + element in that passes the test specified by . + + + + or + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously returns the first element of a sequence that satisfies a specified condition + or a default value if no such element is found. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An to return the first element of. + + A function to test each element for a condition. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains default ( ) if + is empty or if no element passes the test specified by ; otherwise, the first + element in that passes the test specified by . + + + + or + + is + null + . + + + + doesn't implement + + . + + + + has more than one element. + + + + + Asynchronously returns the only element of a sequence, and throws an exception + if there is not exactly one element in the sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An to return the single element of. + + + A task that represents the asynchronous operation. + The task result contains the single element of the input sequence. + + + + is + null + . + + + + doesn't implement + + . + + The source sequence is empty. + + + + Asynchronously returns the only element of a sequence, and throws an exception + if there is not exactly one element in the sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An to return the single element of. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the single element of the input sequence. + + + + is + null + . + + + + doesn't implement + + . + + + + has more than one element. + + The source sequence is empty. + + + + Asynchronously returns the only element of a sequence that satisfies a specified condition, + and throws an exception if more than one such element exists. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An to return the single element of. + + A function to test an element for a condition. + + A task that represents the asynchronous operation. + The task result contains the single element of the input sequence that satisfies the condition in + . + + + + or + + is + null + . + + + + doesn't implement + + . + + + No element satisfies the condition in + + . + + + More than one element satisfies the condition in + + . + + + + + Asynchronously returns the only element of a sequence that satisfies a specified condition, + and throws an exception if more than one such element exists. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An to return the single element of. + + A function to test an element for a condition. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the single element of the input sequence that satisfies the condition in + . + + + + or + + is + null + . + + + + doesn't implement + + . + + + No element satisfies the condition in + + . + + + More than one element satisfies the condition in + + . + + + + + Asynchronously returns the only element of a sequence, or a default value if the sequence is empty; + this method throws an exception if there is more than one element in the sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An to return the single element of. + + + A task that represents the asynchronous operation. + The task result contains the single element of the input sequence, or default () + if the sequence contains no elements. + + + + is + null + . + + + + doesn't implement + + . + + + + has more than one element. + + + + + Asynchronously returns the only element of a sequence, or a default value if the sequence is empty; + this method throws an exception if there is more than one element in the sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An to return the single element of. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the single element of the input sequence, or default () + if the sequence contains no elements. + + + + is + null + . + + + + doesn't implement + + . + + + + has more than one element. + + + + + Asynchronously returns the only element of a sequence that satisfies a specified condition or + a default value if no such element exists; this method throws an exception if more than one element + satisfies the condition. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An to return the single element of. + + A function to test an element for a condition. + + A task that represents the asynchronous operation. + The task result contains the single element of the input sequence that satisfies the condition in + , or default ( ) if no such element is found. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously returns the only element of a sequence that satisfies a specified condition or + a default value if no such element exists; this method throws an exception if more than one element + satisfies the condition. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An to return the single element of. + + A function to test an element for a condition. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the single element of the input sequence that satisfies the condition in + , or default ( ) if no such element is found. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously determines whether a sequence contains a specified element by using the default equality comparer. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An to return the single element of. + + The object to locate in the sequence. + + A task that represents the asynchronous operation. + The task result contains true if the input sequence contains the specified value; otherwise, false. + + + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously determines whether a sequence contains a specified element by using the default equality comparer. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An to return the single element of. + + The object to locate in the sequence. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains true if the input sequence contains the specified value; otherwise, false. + + + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously determines whether a sequence contains any elements. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An to check for being empty. + + + A task that represents the asynchronous operation. + The task result contains true if the source sequence contains any elements; otherwise, false. + + + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously determines whether a sequence contains any elements. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An to check for being empty. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains true if the source sequence contains any elements; otherwise, false. + + + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously determines whether any element of a sequence satisfies a condition. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An whose elements to test for a condition. + + A function to test each element for a condition. + + A task that represents the asynchronous operation. + The task result contains true if any elements in the source sequence pass the test in the specified predicate; otherwise, false. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously determines whether any element of a sequence satisfies a condition. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An whose elements to test for a condition. + + A function to test each element for a condition. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains true if any elements in the source sequence pass the test in the specified predicate; otherwise, false. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously determines whether all the elements of a sequence satisfy a condition. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An whose elements to test for a condition. + + A function to test each element for a condition. + + A task that represents the asynchronous operation. + The task result contains true if every element of the source sequence passes the test in the specified predicate; otherwise, false. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously determines whether all the elements of a sequence satisfy a condition. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An whose elements to test for a condition. + + A function to test each element for a condition. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains true if every element of the source sequence passes the test in the specified predicate; otherwise, false. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously returns the number of elements in a sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An that contains the elements to be counted. + + + A task that represents the asynchronous operation. + The task result contains the number of elements in the input sequence. + + + + is + null + . + + + + doesn't implement + + . + + + The number of elements in + + is larger than + + . + + + + + Asynchronously returns the number of elements in a sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An that contains the elements to be counted. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the number of elements in the input sequence. + + + + is + null + . + + + + doesn't implement + + . + + + The number of elements in + + is larger than + + . + + + + + Asynchronously returns the number of elements in a sequence that satisfy a condition. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An that contains the elements to be counted. + + A function to test each element for a condition. + + A task that represents the asynchronous operation. + The task result contains the number of elements in the sequence that satisfy the condition in the predicate function. + + + + or + + is + null + . + + + + doesn't implement + + . + + + The number of elements in + + that satisfy the condition in the predicate function + is larger than + + . + + + + + Asynchronously returns the number of elements in a sequence that satisfy a condition. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An that contains the elements to be counted. + + A function to test each element for a condition. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the number of elements in the sequence that satisfy the condition in the predicate function. + + + + or + + is + null + . + + + + doesn't implement + + . + + + The number of elements in + + that satisfy the condition in the predicate function + is larger than + + . + + + + + Asynchronously returns an that represents the total number of elements in a sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An that contains the elements to be counted. + + + A task that represents the asynchronous operation. + The task result contains the number of elements in the input sequence. + + + + is + null + . + + + + doesn't implement + + . + + + The number of elements in + + is larger than + + . + + + + + Asynchronously returns an that represents the total number of elements in a sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An that contains the elements to be counted. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the number of elements in the input sequence. + + + + is + null + . + + + + doesn't implement + + . + + + The number of elements in + + is larger than + + . + + + + + Asynchronously returns an that represents the number of elements in a sequence + that satisfy a condition. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An that contains the elements to be counted. + + A function to test each element for a condition. + + A task that represents the asynchronous operation. + The task result contains the number of elements in the sequence that satisfy the condition in the predicate function. + + + + or + + is + null + . + + + + doesn't implement + + . + + + The number of elements in + + that satisfy the condition in the predicate function + is larger than + + . + + + + + Asynchronously returns an that represents the number of elements in a sequence + that satisfy a condition. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An that contains the elements to be counted. + + A function to test each element for a condition. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the number of elements in the sequence that satisfy the condition in the predicate function. + + + + or + + is + null + . + + + + doesn't implement + + . + + + The number of elements in + + that satisfy the condition in the predicate function + is larger than + + . + + + + + Asynchronously returns the minimum value of a sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An that contains the elements to determine the minimum of. + + + A task that represents the asynchronous operation. + The task result contains the minimum value in the sequence. + + + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously returns the minimum value of a sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An that contains the elements to determine the minimum of. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the minimum value in the sequence. + + + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously invokes a projection function on each element of a sequence and returns the minimum resulting value. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + The type of the value returned by the function represented by . + + + An that contains the elements to determine the minimum of. + + A projection function to apply to each element. + + A task that represents the asynchronous operation. + The task result contains the minimum value in the sequence. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously invokes a projection function on each element of a sequence and returns the minimum resulting value. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + The type of the value returned by the function represented by . + + + An that contains the elements to determine the minimum of. + + A projection function to apply to each element. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the minimum value in the sequence. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously returns the maximum value of a sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An that contains the elements to determine the maximum of. + + + A task that represents the asynchronous operation. + The task result contains the maximum value in the sequence. + + + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously returns the maximum value of a sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + An that contains the elements to determine the maximum of. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the maximum value in the sequence. + + + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously invokes a projection function on each element of a sequence and returns the maximum resulting value. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + The type of the value returned by the function represented by . + + + An that contains the elements to determine the maximum of. + + A projection function to apply to each element. + + A task that represents the asynchronous operation. + The task result contains the maximum value in the sequence. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously invokes a projection function on each element of a sequence and returns the maximum resulting value. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + The type of the value returned by the function represented by . + + + An that contains the elements to determine the maximum of. + + A projection function to apply to each element. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the maximum value in the sequence. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the sum of a sequence of values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of values to calculate the sum of. + + + A task that represents the asynchronous operation. + The task result contains the sum of the values in the sequence. + + + + is + null + . + + + + doesn't implement + + . + + + The number of elements in + + is larger than + + . + + + + + Asynchronously computes the sum of a sequence of values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of values to calculate the sum of. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the sum of the values in the sequence. + + + + is + null + . + + + + doesn't implement + + . + + + The number of elements in + + is larger than + + . + + + + + Asynchronously computes the sum of a sequence of nullable values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of nullable values to calculate the sum of. + + + A task that represents the asynchronous operation. + The task result contains the sum of the values in the sequence. + + + + is + null + . + + + + doesn't implement + + . + + + The number of elements in + + is larger than + + . + + + + + Asynchronously computes the sum of a sequence of nullable values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of nullable values to calculate the sum of. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the sum of the values in the sequence. + + + + is + null + . + + + + doesn't implement + + . + + + The number of elements in + + is larger than + + . + + + + + Asynchronously computes the sum of a sequence of values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of values to calculate the sum of. + + + A task that represents the asynchronous operation. + The task result contains the sum of the values in the sequence. + + + + is + null + . + + + + doesn't implement + + . + + + The number of elements in + + is larger than + + . + + + + + Asynchronously computes the sum of a sequence of values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of values to calculate the sum of. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the sum of the values in the sequence. + + + + is + null + . + + + + doesn't implement + + . + + + The number of elements in + + is larger than + + . + + + + + Asynchronously computes the sum of a sequence of nullable values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of nullable values to calculate the sum of. + + + A task that represents the asynchronous operation. + The task result contains the sum of the values in the sequence. + + + + is + null + . + + + + doesn't implement + + . + + + The number of elements in + + is larger than + + . + + + + + Asynchronously computes the sum of a sequence of nullable values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of nullable values to calculate the sum of. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the sum of the values in the sequence. + + + + is + null + . + + + + doesn't implement + + . + + + The number of elements in + + is larger than + + . + + + + + Asynchronously computes the sum of a sequence of values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of values to calculate the sum of. + + + A task that represents the asynchronous operation. + The task result contains the sum of the values in the sequence. + + + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the sum of a sequence of values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of values to calculate the sum of. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the sum of the values in the sequence. + + + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the sum of a sequence of nullable values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of nullable values to calculate the sum of. + + + A task that represents the asynchronous operation. + The task result contains the sum of the values in the sequence. + + + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the sum of a sequence of nullable values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of nullable values to calculate the sum of. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the sum of the values in the sequence. + + + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the sum of a sequence of values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of values to calculate the sum of. + + + A task that represents the asynchronous operation. + The task result contains the sum of the values in the sequence. + + + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the sum of a sequence of values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of values to calculate the sum of. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the sum of the values in the sequence. + + + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the sum of a sequence of nullable values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of nullable values to calculate the sum of. + + + A task that represents the asynchronous operation. + The task result contains the sum of the values in the sequence. + + + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the sum of a sequence of nullable values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of nullable values to calculate the sum of. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the sum of the values in the sequence. + + + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the sum of a sequence of values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of values to calculate the sum of. + + + A task that represents the asynchronous operation. + The task result contains the sum of the values in the sequence. + + + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the sum of a sequence of values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of values to calculate the sum of. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the sum of the values in the sequence. + + + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the sum of a sequence of nullable values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of nullable values to calculate the sum of. + + + A task that represents the asynchronous operation. + The task result contains the sum of the values in the sequence. + + + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the sum of a sequence of nullable values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of nullable values to calculate the sum of. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the sum of the values in the sequence. + + + + is + null + . + + + + doesn't implement + + . + + + The number of elements in + + is larger than + + . + + + + + Asynchronously computes the sum of the sequence of values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + A sequence of values of type . + + A projection function to apply to each element. + + A task that represents the asynchronous operation. + The task result contains the sum of the projected values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + The number of elements in + + is larger than + + . + + + + + Asynchronously computes the sum of the sequence of values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + A sequence of values of type . + + A projection function to apply to each element. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the sum of the projected values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + The number of elements in + + is larger than + + . + + + + + Asynchronously computes the sum of the sequence of nullable values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + A sequence of values of type . + + A projection function to apply to each element. + + A task that represents the asynchronous operation. + The task result contains the sum of the projected values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + The number of elements in + + is larger than + + . + + + + + Asynchronously computes the sum of the sequence of nullable values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + A sequence of values of type . + + A projection function to apply to each element. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the sum of the projected values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + The number of elements in + + is larger than + + . + + + + + Asynchronously computes the sum of the sequence of values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + A sequence of values of type . + + A projection function to apply to each element. + + A task that represents the asynchronous operation. + The task result contains the sum of the projected values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + The number of elements in + + is larger than + + . + + + + + Asynchronously computes the sum of the sequence of values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + A sequence of values of type . + + A projection function to apply to each element. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the sum of the projected values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + The number of elements in + + is larger than + + . + + + + + Asynchronously computes the sum of the sequence of nullable values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + A sequence of values of type . + + A projection function to apply to each element. + + A task that represents the asynchronous operation. + The task result contains the sum of the projected values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + The number of elements in + + is larger than + + . + + + + + Asynchronously computes the sum of the sequence of nullable values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + A sequence of values of type . + + A projection function to apply to each element. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the sum of the projected values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + The number of elements in + + is larger than + + . + + + + + Asynchronously computes the sum of the sequence of values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + A sequence of values of type . + + A projection function to apply to each element. + + A task that represents the asynchronous operation. + The task result contains the sum of the projected values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the sum of the sequence of values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + A sequence of values of type . + + A projection function to apply to each element. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the sum of the projected values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the sum of the sequence of nullable values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + A sequence of values of type . + + A projection function to apply to each element. + + A task that represents the asynchronous operation. + The task result contains the sum of the projected values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the sum of the sequence of nullable values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + A sequence of values of type . + + A projection function to apply to each element. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the sum of the projected values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the sum of the sequence of values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + A sequence of values of type . + + A projection function to apply to each element. + + A task that represents the asynchronous operation. + The task result contains the sum of the projected values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the sum of the sequence of values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + A sequence of values of type . + + A projection function to apply to each element. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the sum of the projected values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the sum of the sequence of nullable values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + A sequence of values of type . + + A projection function to apply to each element. + + A task that represents the asynchronous operation. + The task result contains the sum of the projected values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the sum of the sequence of nullable values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + A sequence of values of type . + + A projection function to apply to each element. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the sum of the projected values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the sum of the sequence of values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + A sequence of values of type . + + A projection function to apply to each element. + + A task that represents the asynchronous operation. + The task result contains the sum of the projected values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + The number of elements in + + is larger than + + . + + + + + Asynchronously computes the sum of the sequence of values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + A sequence of values of type . + + A projection function to apply to each element. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the sum of the projected values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + The number of elements in + + is larger than + + . + + + + + Asynchronously computes the sum of the sequence of nullable values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + A sequence of values of type . + + A projection function to apply to each element. + + A task that represents the asynchronous operation. + The task result contains the sum of the projected values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + The number of elements in + + is larger than + + . + + + + + Asynchronously computes the sum of the sequence of nullable values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + + A sequence of values of type . + + A projection function to apply to each element. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the sum of the projected values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + The number of elements in + + is larger than + + . + + + + + Asynchronously computes the average of a sequence of values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of values to calculate the average of. + + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + is + null + . + + + + doesn't implement + + . + + + + contains no elements. + + + + + Asynchronously computes the average of a sequence of values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of values to calculate the average of. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + is + null + . + + + + doesn't implement + + . + + + + contains no elements. + + + + + Asynchronously computes the average of a sequence of nullable values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of nullable values to calculate the average of. + + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the average of a sequence of nullable values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of nullable values to calculate the average of. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the average of a sequence of values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of values to calculate the average of. + + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + is + null + . + + + + doesn't implement + + . + + + + contains no elements. + + + + + Asynchronously computes the average of a sequence of values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of values to calculate the average of. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + is + null + . + + + + doesn't implement + + . + + + + contains no elements. + + + + + Asynchronously computes the average of a sequence of nullable values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of nullable values to calculate the average of. + + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the average of a sequence of nullable values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of nullable values to calculate the average of. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the average of a sequence of values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of values to calculate the average of. + + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + is + null + . + + + + doesn't implement + + . + + + + contains no elements. + + + + + Asynchronously computes the average of a sequence of values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of values to calculate the average of. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + is + null + . + + + + doesn't implement + + . + + + + contains no elements. + + + + + Asynchronously computes the average of a sequence of nullable values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of nullable values to calculate the average of. + + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the average of a sequence of nullable values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of nullable values to calculate the average of. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the average of a sequence of values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of values to calculate the average of. + + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + is + null + . + + + + doesn't implement + + . + + + + contains no elements. + + + + + Asynchronously computes the average of a sequence of values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of values to calculate the average of. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + is + null + . + + + + doesn't implement + + . + + + + contains no elements. + + + + + Asynchronously computes the average of a sequence of nullable values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of nullable values to calculate the average of. + + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the average of a sequence of nullable values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of nullable values to calculate the average of. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the average of a sequence of values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of values to calculate the average of. + + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + is + null + . + + + + doesn't implement + + . + + + + contains no elements. + + + + + Asynchronously computes the average of a sequence of values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of values to calculate the average of. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + is + null + . + + + + doesn't implement + + . + + + + contains no elements. + + + + + Asynchronously computes the average of a sequence of nullable values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of nullable values to calculate the average of. + + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the average of a sequence of nullable values. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + A sequence of nullable values to calculate the average of. + + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the average of a sequence of values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + A sequence of values to calculate the average of. + A projection function to apply to each element. + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + contains no elements. + + + + + Asynchronously computes the average of a sequence of values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + A sequence of values to calculate the average of. + A projection function to apply to each element. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + contains no elements. + + + + + Asynchronously computes the average of a sequence of nullable values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + A sequence of values to calculate the average of. + A projection function to apply to each element. + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the average of a sequence of nullable values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + A sequence of values to calculate the average of. + A projection function to apply to each element. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the average of a sequence of values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + A sequence of values to calculate the average of. + A projection function to apply to each element. + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + contains no elements. + + + + + Asynchronously computes the average of a sequence of values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + A sequence of values to calculate the average of. + A projection function to apply to each element. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + contains no elements. + + + + + Asynchronously computes the average of a sequence of nullable values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + A sequence of values to calculate the average of. + A projection function to apply to each element. + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the average of a sequence of nullable values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + A sequence of values to calculate the average of. + A projection function to apply to each element. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the average of a sequence of values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + A sequence of values to calculate the average of. + A projection function to apply to each element. + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + contains no elements. + + + + + Asynchronously computes the average of a sequence of values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + A sequence of values to calculate the average of. + A projection function to apply to each element. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + contains no elements. + + + + + Asynchronously computes the average of a sequence of nullable values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + A sequence of values to calculate the average of. + A projection function to apply to each element. + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the average of a sequence of nullable values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + A sequence of values to calculate the average of. + A projection function to apply to each element. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the average of a sequence of values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + A sequence of values to calculate the average of. + A projection function to apply to each element. + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + contains no elements. + + + + + Asynchronously computes the average of a sequence of values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + A sequence of values to calculate the average of. + A projection function to apply to each element. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + contains no elements. + + + + + Asynchronously computes the average of a sequence of nullable values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + A sequence of values to calculate the average of. + A projection function to apply to each element. + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the average of a sequence of nullable values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + A sequence of values to calculate the average of. + A projection function to apply to each element. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the average of a sequence of values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + A sequence of values to calculate the average of. + A projection function to apply to each element. + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + contains no elements. + + + + + Asynchronously computes the average of a sequence of values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + A sequence of values to calculate the average of. + A projection function to apply to each element. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + contains no elements. + + + + + Asynchronously computes the average of a sequence of nullable values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + A sequence of values to calculate the average of. + A projection function to apply to each element. + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + + Asynchronously computes the average of a sequence of nullable values that is obtained + by invoking a projection function on each element of the input sequence. + + + Multiple active operations on the same context instance are not supported. Use 'await' to ensure + that any asynchronous operations have completed before calling another method on this context. + + + The type of the elements of . + + A sequence of values to calculate the average of. + A projection function to apply to each element. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the average of the sequence of values. + + + + or + + is + null + . + + + + doesn't implement + + . + + + + + Bypasses a specified number of elements in a sequence and then returns the remaining elements. + + The type of the elements of source. + A sequence to return elements from. + An expression that evaluates to the number of elements to skip. + A sequence that contains elements that occur after the specified index in the + input sequence. + + + + Returns a specified number of contiguous elements from the start of a sequence. + + The type of the elements of source. + The sequence to return elements from. + An expression that evaluates to the number of elements + to return. + A sequence that contains the specified number of elements from the + start of the input sequence. + + + + Represents data in a geodetic (round earth) coordinate system. + + + + Gets the default coordinate system id (SRID) for geography values (WGS 84) + The default coordinate system id (SRID) for geography values (WGS 84) + + + Gets a representation of this DbGeography value that is specific to the underlying provider that constructed it. + A representation of this DbGeography value. + + + + Gets the spatial provider that will be used for operations on this spatial type. + + + + Gets or sets a data contract serializable well known representation of this DbGeography value. + A data contract serializable well known representation of this DbGeography value. + + + + Creates a new value based on the specified well known binary value. + + + A new DbGeography value as defined by the well known binary value with the default geography coordinate system identifier (SRID)( + + ). + + A byte array that contains a well known binary representation of the geography value. + + + + Creates a new value based on the specified well known binary value and coordinate system identifier (SRID). + + A new DbGeography value as defined by the well known binary value with the specified coordinate system identifier. + A byte array that contains a well known binary representation of the geography value. + The identifier of the coordinate system that the new DbGeography value should use. + + + + Creates a new line value based on the specified well known binary value and coordinate system identifier (SRID). + + A new DbGeography value as defined by the well known binary value with the specified coordinate system identifier. + A byte array that contains a well known binary representation of the geography value. + The identifier of the coordinate system that the new DbGeography value should use. + + + + Creates a new point value based on the specified well known binary value and coordinate system identifier (SRID). + + A new DbGeography value as defined by the well known binary value with the specified coordinate system identifier. + A byte array that contains a well known binary representation of the geography value. + The identifier of the coordinate system that the new DbGeography value should use. + + + + Creates a new polygon value based on the specified well known binary value and coordinate system identifier (SRID). + + A new DbGeography value as defined by the well known binary value with the specified coordinate system identifier. + A byte array that contains a well known binary representation of the geography value. + The identifier of the coordinate system that the new DbGeography value should use. + + + Returns the multiline value from a binary value. + The multiline value from a binary value. + The well-known binary value. + The coordinate system identifier. + + + Returns the multipoint value from a well-known binary value. + The multipoint value from a well-known binary value. + The well-known binary value. + The coordinate system identifier. + + + Returns the multi polygon value from a well-known binary value. + The multi polygon value from a well-known binary value. + The multi polygon well-known binary value. + The coordinate system identifier. + + + + Creates a new collection value based on the specified well known binary value and coordinate system identifier (SRID). + + A new DbGeography value as defined by the well known binary value with the specified coordinate system identifier. + A byte array that contains a well known binary representation of the geography value. + The identifier of the coordinate system that the new DbGeography value should use. + + + + Creates a new value based on the specified Geography Markup Language (GML) value. + + + A new DbGeography value as defined by the GML value with the default geography coordinate system identifier (SRID) ( + + ). + + A string that contains a Geography Markup Language (GML) representation of the geography value. + + + + Creates a new value based on the specified Geography Markup Language (GML) value and coordinate system identifier (SRID). + + A new DbGeography value as defined by the GML value with the specified coordinate system identifier. + A string that contains a Geography Markup Language (GML) representation of the geography value. + The identifier of the coordinate system that the new DbGeography value should use. + + + + Creates a new value based on the specified well known text value. + + + A new DbGeography value as defined by the well known text value with the default geography coordinate system identifier (SRID) ( + + ). + + A string that contains a well known text representation of the geography value. + + + + Creates a new value based on the specified well known text value and coordinate system identifier (SRID). + + A new DbGeography value as defined by the well known text value with the specified coordinate system identifier. + A string that contains a well known text representation of the geography value. + The identifier of the coordinate system that the new DbGeography value should use. + + + + Creates a new line value based on the specified well known text value and coordinate system identifier (SRID). + + A new DbGeography value as defined by the well known text value with the specified coordinate system identifier. + A string that contains a well known text representation of the geography value. + The identifier of the coordinate system that the new DbGeography value should use. + + + + Creates a new point value based on the specified well known text value and coordinate system identifier (SRID). + + A new DbGeography value as defined by the well known text value with the specified coordinate system identifier. + A string that contains a well known text representation of the geography value. + The identifier of the coordinate system that the new DbGeography value should use. + + + + Creates a new polygon value based on the specified well known text value and coordinate system identifier (SRID). + + A new DbGeography value as defined by the well known text value with the specified coordinate system identifier. + A string that contains a well known text representation of the geography value. + The identifier of the coordinate system that the new DbGeography value should use. + + + Returns the multiline value from a well-known text value. + The multiline value from a well-known text value. + The well-known text. + The coordinate system identifier. + + + Returns the multipoint value from a well-known text value. + The multipoint value from a well-known text value. + The well-known text value. + The coordinate system identifier. + + + Returns the multi polygon value from a well-known text value. + The multi polygon value from a well-known text value. + The multi polygon well-known text value. + The coordinate system identifier. + + + + Creates a new collection value based on the specified well known text value and coordinate system identifier (SRID). + + A new DbGeography value as defined by the well known text value with the specified coordinate system identifier. + A string that contains a well known text representation of the geography value. + The identifier of the coordinate system that the new DbGeography value should use. + + + Gets the identifier associated with the coordinate system. + The identifier associated with the coordinate system. + + + + Gets the dimension of the given value or, if the value is a collections, the largest element dimension. + + + The dimension of the given value. + + + + Gets the spatial type name of the DBGeography. + The spatial type name of the DBGeography. + + + Gets a nullable Boolean value indicating whether this DbGeography value is empty. + True if this DbGeography value is empty; otherwise, false. + + + Generates the well known text representation of this DbGeography value. Includes only Longitude and Latitude for points. + A string containing the well known text representation of this DbGeography value. + + + Generates the well known binary representation of this DbGeography value. + The well-known binary representation of this DbGeography value. + + + Generates the Geography Markup Language (GML) representation of this DbGeography value. + A string containing the GML representation of this DbGeography value. + + + Determines whether this DbGeography is spatially equal to the specified DbGeography argument. + true if other is spatially equal to this geography value; otherwise false. + The geography value that should be compared with this geography value for equality. + + + Determines whether this DbGeography is spatially disjoint from the specified DbGeography argument. + true if other is disjoint from this geography value; otherwise false. + The geography value that should be compared with this geography value for disjointness. + + + Determines whether this DbGeography value spatially intersects the specified DbGeography argument. + true if other intersects this geography value; otherwise false. + The geography value that should be compared with this geography value for intersection. + + + Returns a geography object that represents the union of all points whose distance from a geography instance is less than or equal to a specified value. + A geography object that represents the union of all points + The distance. + + + Computes the distance between the closest points in this DbGeography value and another DbGeography value. + A double value that specifies the distance between the two closest points in this geography value and other. + The geography value for which the distance from this value should be computed. + + + Computes the intersection of this DbGeography value and another DbGeography value. + A new DbGeography value representing the intersection between this geography value and other. + The geography value for which the intersection with this value should be computed. + + + Computes the union of this DbGeography value and another DbGeography value. + A new DbGeography value representing the union between this geography value and other. + The geography value for which the union with this value should be computed. + + + Computes the difference of this DbGeography value and another DbGeography value. + A new DbGeography value representing the difference between this geography value and other. + The geography value for which the difference with this value should be computed. + + + Computes the symmetric difference of this DbGeography value and another DbGeography value. + A new DbGeography value representing the symmetric difference between this geography value and other. + The geography value for which the symmetric difference with this value should be computed. + + + Gets the number of elements in this DbGeography value, if it represents a geography collection. <returns>The number of elements in this geography value, if it represents a collection of other geography values; otherwise null.</returns> + The number of elements in this DbGeography value. + + + Returns an element of this DbGeography value from a specific position, if it represents a geography collection. <param name="index">The position within this geography value from which the element should be taken.</param><returns>The element in this geography value at the specified position, if it represents a collection of other geography values; otherwise null.</returns> + An element of this DbGeography value from a specific position + The index. + + + Gets the Latitude coordinate of this DbGeography value, if it represents a point. <returns>The Latitude coordinate value of this geography value, if it represents a point; otherwise null.</returns> + The Latitude coordinate of this DbGeography value. + + + Gets the Longitude coordinate of this DbGeography value, if it represents a point. <returns>The Longitude coordinate value of this geography value, if it represents a point; otherwise null.</returns> + The Longitude coordinate of this DbGeography value. + + + Gets the elevation (Z coordinate) of this DbGeography value, if it represents a point. <returns>The elevation (Z coordinate) value of this geography value, if it represents a point; otherwise null.</returns> + The elevation (Z coordinate) of this DbGeography value. + + + Gets the M (Measure) coordinate of this DbGeography value, if it represents a point. <returns>The M (Measure) coordinate value of this geography value, if it represents a point; otherwise null.</returns> + The M (Measure) coordinate of this DbGeography value. + + + Gets a nullable double value that indicates the length of this DbGeography value, which may be null if this value does not represent a curve. + A nullable double value that indicates the length of this DbGeography value. + + + Gets a DbGeography value representing the start point of this value, which may be null if this DbGeography value does not represent a curve. + A DbGeography value representing the start point of this value. + + + Gets a DbGeography value representing the start point of this value, which may be null if this DbGeography value does not represent a curve. + A DbGeography value representing the start point of this value. + + + Gets a nullable Boolean value indicating whether this DbGeography value is closed, which may be null if this value does not represent a curve. + True if this DbGeography value is closed; otherwise, false. + + + Gets the number of points in this DbGeography value, if it represents a linestring or linear ring. <returns>The number of elements in this geography value, if it represents a linestring or linear ring; otherwise null.</returns> + The number of points in this DbGeography value. + + + Returns an element of this DbGeography value from a specific position, if it represents a linestring or linear ring. <param name="index">The position within this geography value from which the element should be taken.</param><returns>The element in this geography value at the specified position, if it represents a linestring or linear ring; otherwise null.</returns> + An element of this DbGeography value from a specific position + The index. + + + Gets a nullable double value that indicates the area of this DbGeography value, which may be null if this value does not represent a surface. + A nullable double value that indicates the area of this DbGeography value. + + + Returns a string representation of the geography value. + A string representation of the geography value. + + + + A data contract serializable representation of a value. + + + + Gets or sets the coordinate system identifier (SRID) of this value. + + + Gets or sets the well known text representation of this value. + + + Gets or sets the well known binary representation of this value. + + + + Represents geometric shapes. + + + + Gets the default coordinate system id (SRID) for geometry values. + The default coordinate system id (SRID) for geometry values. + + + Gets a representation of this DbGeometry value that is specific to the underlying provider that constructed it. + A representation of this DbGeometry value. + + + + Gets the spatial provider that will be used for operations on this spatial type. + + + + Gets or sets a data contract serializable well known representation of this DbGeometry value. + A data contract serializable well known representation of this DbGeometry value. + + + + Creates a new value based on the specified well known binary value. + + + A new DbGeometry value as defined by the well known binary value with the default geometry coordinate system identifier ( + + ). + + A byte array that contains a well known binary representation of the geometry value. + wellKnownBinary + + + + Creates a new value based on the specified well known binary value and coordinate system identifier (SRID). + + A new DbGeometry value as defined by the well known binary value with the specified coordinate system identifier. + A byte array that contains a well known binary representation of the geometry value. + The identifier of the coordinate system that the new DbGeometry value should use. + wellKnownBinary + coordinateSystemId + + + + Creates a new line value based on the specified well known binary value and coordinate system identifier (SRID). + + A new DbGeometry value as defined by the well known binary value with the specified coordinate system identifier. + A byte array that contains a well known binary representation of the geometry value. + The identifier of the coordinate system that the new DbGeometry value should use. + lineWellKnownBinary + coordinateSystemId + + + + Creates a new point value based on the specified well known binary value and coordinate system identifier (SRID). + + A new DbGeometry value as defined by the well known binary value with the specified coordinate system identifier. + A byte array that contains a well known binary representation of the geometry value. + The identifier of the coordinate system that the new DbGeometry value should use. + pointWellKnownBinary + coordinateSystemId + + + + Creates a new polygon value based on the specified well known binary value and coordinate system identifier (SRID). + + A new DbGeometry value as defined by the well known binary value with the specified coordinate system identifier. + A byte array that contains a well known binary representation of the geometry value. + The identifier of the coordinate system that the new DbGeometry value should use. + polygonWellKnownBinary + coordinateSystemId + + + Returns the multiline value from a binary value. + The multiline value from a binary value. + The well-known binary value. + The coordinate system identifier. + + + Returns the multipoint value from a well-known binary value. + The multipoint value from a well-known binary value. + The well-known binary value. + The coordinate system identifier. + + + Returns the multi polygon value from a well-known binary value. + The multipoint value from a well-known text value. + The multi polygon well-known text value. + The coordinate system identifier. + + + + Creates a new collection value based on the specified well known binary value and coordinate system identifier (SRID). + + A new DbGeometry value as defined by the well known binary value with the specified coordinate system identifier. + A byte array that contains a well known binary representation of the geometry value. + The identifier of the coordinate system that the new DbGeometry value should use. + geometryCollectionWellKnownBinary + coordinateSystemId + + + + Creates a new value based on the specified Geography Markup Language (GML) value. + + + A new DbGeometry value as defined by the GML value with the default geometry coordinate system identifier (SRID) ( + + ). + + A string that contains a Geography Markup Language (GML) representation of the geometry value. + geometryMarkup + + + + Creates a new value based on the specified Geography Markup Language (GML) value and coordinate system identifier (SRID). + + A new DbGeometry value as defined by the GML value with the specified coordinate system identifier. + A string that contains a Geography Markup Language (GML) representation of the geometry value. + The identifier of the coordinate system that the new DbGeometry value should use. + geometryMarkup + coordinateSystemId + + + + Creates a new value based on the specified well known text value. + + + A new DbGeometry value as defined by the well known text value with the default geometry coordinate system identifier (SRID) ( + + ). + + A string that contains a well known text representation of the geometry value. + wellKnownText + + + + Creates a new value based on the specified well known text value and coordinate system identifier (SRID). + + A new DbGeometry value as defined by the well known text value with the specified coordinate system identifier. + A string that contains a well known text representation of the geometry value. + The identifier of the coordinate system that the new DbGeometry value should use. + wellKnownText + coordinateSystemId + + + + Creates a new line value based on the specified well known text value and coordinate system identifier (SRID). + + A new DbGeometry value as defined by the well known text value with the specified coordinate system identifier. + A string that contains a well known text representation of the geometry value. + The identifier of the coordinate system that the new DbGeometry value should use. + lineWellKnownText + coordinateSystemId + + + + Creates a new point value based on the specified well known text value and coordinate system identifier (SRID). + + A new DbGeometry value as defined by the well known text value with the specified coordinate system identifier. + A string that contains a well known text representation of the geometry value. + The identifier of the coordinate system that the new DbGeometry value should use. + pointWellKnownText + coordinateSystemId + + + + Creates a new polygon value based on the specified well known text value and coordinate system identifier (SRID). + + A new DbGeometry value as defined by the well known text value with the specified coordinate system identifier. + A string that contains a well known text representation of the geometry value. + The identifier of the coordinate system that the new DbGeometry value should use. + polygonWellKnownText + coordinateSystemId + + + Returns the multiline value from a well-known text value. + The multiline value from a well-known text value. + The well-known text. + The coordinate system identifier. + + + Returns the multipoint value from a well-known text value. + The multipoint value from a well-known text value. + The well-known text value. + The coordinate system identifier. + + + Returns the multi polygon value from a well-known binary value. + The multi polygon value from a well-known binary value. + The multi polygon well-known text value. + The coordinate system identifier. + + + + Creates a new collection value based on the specified well known text value and coordinate system identifier (SRID). + + A new DbGeometry value as defined by the well known text value with the specified coordinate system identifier. + A string that contains a well known text representation of the geometry value. + The identifier of the coordinate system that the new DbGeometry value should use. + geometryCollectionWellKnownText + coordinateSystemId + + + Gets the coordinate system identifier of the DbGeometry object. + The coordinate system identifier of the DbGeometry object. + + + Gets the boundary of the DbGeometry objects. + The boundary of the DbGeometry objects. + + + + Gets the dimension of the given value or, if the value is a collection, the dimension of its largest element. + + + The dimension of the given value. + + + + Gets the envelope (minimum bounding box) of this DbGeometry value, as a geometry value. + The envelope (minimum bounding box) of this DbGeometry value. + + + Gets a spatial type name representation of this DbGeometry value. + A spatial type name representation of this DbGeometry value. + + + Gets a nullable Boolean value indicating whether this DbGeometry value is empty, which may be null if this value does not represent a curve. + True if this DbGeometry value is empty; otherwise, false. + + + Gets a nullable Boolean value indicating whether this DbGeometry value is simple. + True if this DbGeometry value is simple; otherwise, false. + + + Gets a nullable Boolean value indicating whether this DbGeometry value is valid. + True if this DbGeometry value is valid; otherwise, false. + + + Generates the well known text representation of this DbGeometry value. Includes only X and Y coordinates for points. + A string containing the well known text representation of this DbGeometry value. + + + Generates the well known binary representation of this DbGeometry value. + The well-known binary representation of this DbGeometry value. + + + Generates the Geography Markup Language (GML) representation of this DbGeometry value. + A string containing the GML representation of this DbGeometry value. + + + Determines whether this DbGeometry is spatially equal to the specified DbGeometry argument. + true if other is spatially equal to this geometry value; otherwise false. + The geometry value that should be compared with this geometry value for equality. + other + + + Determines whether this DbGeometry is spatially disjoint from the specified DbGeometry argument. + true if other is disjoint from this geometry value; otherwise false. + The geometry value that should be compared with this geometry value for disjointness. + other + + + Determines whether this DbGeometry value spatially intersects the specified DbGeometry argument. + true if other intersects this geometry value; otherwise false. + The geometry value that should be compared with this geometry value for intersection. + other + + + Determines whether this DbGeometry value spatially touches the specified DbGeometry argument. + true if other touches this geometry value; otherwise false. + The geometry value that should be compared with this geometry value. + other + + + Determines whether this DbGeometry value spatially crosses the specified DbGeometry argument. + true if other crosses this geometry value; otherwise false. + The geometry value that should be compared with this geometry value. + other + + + Determines whether this DbGeometry value is spatially within the specified DbGeometry argument. + true if this geometry value is within other; otherwise false. + The geometry value that should be compared with this geometry value for containment. + other + + + Determines whether this DbGeometry value spatially contains the specified DbGeometry argument. + true if this geometry value contains other; otherwise false. + The geometry value that should be compared with this geometry value for containment. + other + + + Determines whether this DbGeometry value spatially overlaps the specified DbGeometry argument. + true if this geometry value overlaps other; otherwise false. + The geometry value that should be compared with this geometry value for overlap. + other + + + Determines whether this DbGeometry value spatially relates to the specified DbGeometry argument according to the given Dimensionally Extended Nine-Intersection Model (DE-9IM) intersection pattern. + true if this geometry value relates to other according to the specified intersection pattern matrix; otherwise false. + The geometry value that should be compared with this geometry value for relation. + A string that contains the text representation of the (DE-9IM) intersection pattern that defines the relation. + other + matrix + + + Returns a geometry object that represents the union of all points whose distance from a geometry instance is less than or equal to a specified value. + A geometry object that represents the union of all points. + The distance. + + + Computes the distance between the closest points in this DbGeometry value and another DbGeometry value. + A double value that specifies the distance between the two closest points in this geometry value and other. + The geometry value for which the distance from this value should be computed. + other + + + Gets the convex hull of this DbGeometry value as another DbGeometry value. + The convex hull of this DbGeometry value as another DbGeometry value. + + + Computes the intersection of this DbGeometry value and another DbGeometry value. + A new DbGeometry value representing the intersection between this geometry value and other. + The geometry value for which the intersection with this value should be computed. + other + + + Computes the union of this DbGeometry value and another DbGeometry value. + A new DbGeometry value representing the union between this geometry value and other. + The geometry value for which the union with this value should be computed. + other + + + Computes the difference between this DbGeometry value and another DbGeometry value. + A new DbGeometry value representing the difference between this geometry value and other. + The geometry value for which the difference with this value should be computed. + other + + + Computes the symmetric difference between this DbGeometry value and another DbGeometry value. + A new DbGeometry value representing the symmetric difference between this geometry value and other. + The geometry value for which the symmetric difference with this value should be computed. + other + + + Gets the number of elements in this DbGeometry value, if it represents a geometry collection. <returns>The number of elements in this geometry value, if it represents a collection of other geometry values; otherwise null.</returns> + The number of elements in this DbGeometry value. + + + Returns an element of this DbGeometry value from a specific position, if it represents a geometry collection. <param name="index">The position within this geometry value from which the element should be taken.</param><returns>The element in this geometry value at the specified position, if it represents a collection of other geometry values; otherwise null.</returns> + An element of this DbGeometry value from a specific position. + The index. + + + Gets the X coordinate of this DbGeometry value, if it represents a point. <returns>The X coordinate value of this geometry value, if it represents a point; otherwise null.</returns> + The X coordinate of this DbGeometry value. + + + Gets the Y coordinate of this DbGeometry value, if it represents a point. <returns>The Y coordinate value of this geometry value, if it represents a point; otherwise null.</returns> + The Y coordinate of this DbGeometry value. + + + Gets the elevation (Z coordinate) of this DbGeometry value, if it represents a point. <returns>The elevation (Z coordinate) of this geometry value, if it represents a point; otherwise null.</returns> + The elevation (Z coordinate) of this DbGeometry value. + + + Gets the Measure (M coordinate) of this DbGeometry value, if it represents a point. <returns>The Measure (M coordinate) value of this geometry value, if it represents a point; otherwise null.</returns> + The Measure (M coordinate) of this DbGeometry value. + + + Gets a nullable double value that indicates the length of this DbGeometry value, which may be null if this value does not represent a curve. + The length of this DbGeometry value. + + + Gets a DbGeometry value representing the start point of this value, which may be null if this DbGeometry value does not represent a curve. + A DbGeometry value representing the start point of this value. + + + Gets a DbGeometry value representing the start point of this value, which may be null if this DbGeometry value does not represent a curve. + A DbGeometry value representing the start point of this value. + + + Gets a nullable Boolean value indicating whether this DbGeometry value is closed, which may be null if this value does not represent a curve. + True if this DbGeometry value is closed; otherwise, false. + + + Gets a nullable Boolean value indicating whether this DbGeometry value is a ring, which may be null if this value does not represent a curve. + True if this DbGeometry value is a ring; otherwise, false. + + + Gets the number of points in this DbGeometry value, if it represents a linestring or linear ring. <returns>The number of elements in this geometry value, if it represents a linestring or linear ring; otherwise null.</returns> + The number of points in this DbGeometry value. + + + Returns an element of this DbGeometry value from a specific position, if it represents a linestring or linear ring. <param name="index">The position within this geometry value from which the element should be taken.</param><returns>The element in this geometry value at the specified position, if it represents a linestring or linear ring; otherwise null.</returns> + An element of this DbGeometry value from a specific position. + The index. + + + Gets a nullable double value that indicates the area of this DbGeometry value, which may be null if this value does not represent a surface. + A nullable double value that indicates the area of this DbGeometry value. + + + Gets the DbGeometry value that represents the centroid of this DbGeometry value, which may be null if this value does not represent a surface. + The DbGeometry value that represents the centroid of this DbGeometry value. + + + Gets a point on the surface of this DbGeometry value, which may be null if this value does not represent a surface. + A point on the surface of this DbGeometry value. + + + Gets the DbGeometry value that represents the exterior ring of this DbGeometry value, which may be null if this value does not represent a polygon. + The DbGeometry value that represents the exterior ring of this DbGeometry value. + + + Gets the number of interior rings in this DbGeometry value, if it represents a polygon. <returns>The number of elements in this geometry value, if it represents a polygon; otherwise null.</returns> + The number of interior rings in this DbGeometry value. + + + Returns an interior ring from this DbGeometry value at a specific position, if it represents a polygon. <param name="index">The position within this geometry value from which the interior ring should be taken.</param><returns>The interior ring in this geometry value at the specified position, if it represents a polygon; otherwise null.</returns> + An interior ring from this DbGeometry value at a specific position. + The index. + + + Returns a string representation of the geometry value. + A string representation of the geometry value. + + + + A data contract serializable representation of a value. + + + + Gets or sets the coordinate system identifier (SRID) of this value. + + + Gets or sets the well known text representation of this value. + + + Gets or sets the well known binary representation of this value. + + + + A provider-independent service API for geospatial (Geometry/Geography) type support. + + + + + When implemented in derived types, reads an instance of from the column at the specified column ordinal. + + The instance of DbGeography at the specified column value + The ordinal of the column that contains the geography value + + + + Asynchronously reads an instance of from the column at the specified column ordinal. + + + Providers should override with an appropriate implementation. + The default implementation invokes the synchronous method and returns + a completed task, blocking the calling thread. + + The ordinal of the column that contains the geography value. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the instance of at the specified column value. + + + + + When implemented in derived types, reads an instance of from the column at the specified column ordinal. + + The instance of DbGeometry at the specified column value + The ordinal of the data record column that contains the provider-specific geometry data + + + + Asynchronously reads an instance of from the column at the specified column ordinal. + + + Providers should override with an appropriate implementation. + The default implementation invokes the synchronous method and returns + a completed task, blocking the calling thread. + + The ordinal of the data record column that contains the provider-specific geometry data. + + A to observe while waiting for the task to complete. + + + A task that represents the asynchronous operation. + The task result contains the instance of at the specified column value. + + + + + Returns whether the column at the specified column ordinal is of geography type + + The column ordinal. + + true if the column at the specified column ordinal is of geography type; + false otherwise. + + + + + Returns whether the column at the specified column ordinal is of geometry type + + The column ordinal. + + true if the column at the specified column ordinal is of geometry type; + false otherwise. + + + + + A provider-independent service API for geospatial (Geometry/Geography) type support. + + + + + Gets the default services for the . + + The default services. + + + + Override this property to allow the spatial provider to fail fast when native types or other + resources needed for the spatial provider to function correctly are not available. + The default value is true which means that EF will continue with the assumption + that the provider has the necessary types/resources rather than failing fast. + + + + + This method is intended for use by derived implementations of + + after suitable validation of the specified provider value to ensure it is suitable for use with the derived implementation. + + + A new instance that contains the specified providerValue and uses the specified spatialServices as its spatial implementation. + + + The spatial services instance that the returned value will depend on for its implementation of spatial functionality. + + The provider value. + + + + Creates a new value based on a provider-specific value that is compatible with this spatial services implementation. + + + A new value backed by this spatial services implementation and the specified provider value. + + A provider-specific value that this spatial services implementation is capable of interpreting as a geography value. + A new DbGeography value backed by this spatial services implementation and the specified provider value. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Creates a provider-specific value compatible with this spatial services implementation based on the specified well-known + + representation. + + A provider-specific value that encodes the information contained in wellKnownValue in a fashion compatible with this spatial services implementation. + + An instance of that contains the well-known representation of a geography value. + + + + + Creates an instance of that represents the specified + + value using one or both of the standard well-known spatial formats. + + + The well-known representation of geographyValue, as a new + + . + + The geography value. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Creates a new value based on the specified well-known binary value. + + + A new value as defined by the well-known binary value with the default + + coordinate system identifier (SRID) ( + + ). + + A byte array that contains a well-known binary representation of the geography value. + + + + Creates a new value based on the specified well-known binary value and coordinate system identifier (SRID). + + + A new value as defined by the well-known binary value with the specified coordinate system identifier (SRID) ( + + ). + + A byte array that contains a well-known binary representation of the geography value. + + The identifier of the coordinate system that the new value should use. + + + + + Creates a new line value based on the specified well-known binary value and coordinate system identifier (SRID). + + + A new value as defined by the well-known binary value with the specified coordinate system identifier (SRID) ( + + ). + + A byte array that contains a well-known binary representation of the geography value. + + The identifier of the coordinate system that the new value should use. + + + + + Creates a new point value based on the specified well-known binary value and coordinate system identifier (SRID). + + + A new value as defined by the well-known binary value with the specified coordinate system identifier (SRID) ( + + ). + + A byte array that contains a well-known binary representation of the geography value. + + The identifier of the coordinate system that the new value should use. + + + + + Creates a new polygon value based on the specified well-known binary value and coordinate system identifier (SRID). + + + A new value as defined by the well-known binary value with the specified coordinate system identifier (SRID) ( + + ). + + A byte array that contains a well-known binary representation of the geography value. + + The identifier of the coordinate system that the new value should use. + + + + + Creates a new multiline value based on the specified well-known binary value and coordinate system identifier. + + + The new multiline value. + + The well-known binary value. + The coordinate system identifier. + + + + Creates a new multipoint value based on the specified well-known binary value and coordinate system identifier. + + + A new multipoint value. + + The well-known binary value. + The coordinate system identifier. + + + + Creates a new multi polygon value based on the specified well-known binary value and coordinate system identifier. + + + A new multi polygon value. + + The well-known binary value. + The coordinate system identifier. + + + + Creates a new collection value based on the specified well-known binary value and coordinate system identifier (SRID). + + + A new value as defined by the well-known binary value with the specified coordinate system identifier (SRID) ( + + ). + + A byte array that contains a well-known binary representation of the geography value. + + The identifier of the coordinate system that the new value should use. + + + + + Creates a new value based on the specified well-known text value. + + + A new value as defined by the well-known text value with the default + + coordinate system identifier (SRID) ( + + ). + + A string that contains a well-known text representation of the geography value. + + + + Creates a new value based on the specified well-known text value and coordinate system identifier (SRID). + + + A new value as defined by the well-known text value with the specified coordinate system identifier (SRID) ( + + ). + + A string that contains a well-known text representation of the geography value. + + The identifier of the coordinate system that the new value should use. + + + + + Creates a new line value based on the specified well-known text value and coordinate system identifier (SRID). + + + A new value as defined by the well-known text value with the specified coordinate system identifier (SRID) ( + + ). + + A string that contains a well-known text representation of the geography value. + + The identifier of the coordinate system that the new value should use. + + + + + Creates a new point value based on the specified well-known text value and coordinate system identifier (SRID). + + + A new value as defined by the well-known text value with the specified coordinate system identifier (SRID) ( + + ). + + A string that contains a well-known text representation of the geography value. + + The identifier of the coordinate system that the new value should use. + + + + + Creates a new polygon value based on the specified well-known text value and coordinate system identifier (SRID). + + + A new value as defined by the well-known text value with the specified coordinate system identifier (SRID) ( + + ). + + A string that contains a well-known text representation of the geography value. + + The identifier of the coordinate system that the new value should use. + + + + + Creates a new multiline value based on the specified well-known text value and coordinate system identifier. + + + A new multiline value. + + The well-known text value. + The coordinate system identifier. + + + + Creates a new multipoint value based on the specified well-known text value and coordinate system identifier. + + + A new multipoint value. + + The well-known text value. + The coordinate system identifier. + + + + Creates a new multi polygon value based on the specified well-known text value and coordinate system identifier. + + + A new multi polygon value. + + The well-known text value. + The coordinate system identifier. + + + + Creates a new collection value based on the specified well-known text value and coordinate system identifier (SRID). + + + A new value as defined by the well-known text value with the specified coordinate system identifier (SRID) ( + + ). + + A string that contains a well-known text representation of the geography value. + + The identifier of the coordinate system that the new value should use. + + + + + Creates a new value based on the specified Geography Markup Language (GML) value. + + + A new value as defined by the GML value with the default + + coordinate system identifier (SRID) ( + + ). + + A string that contains a Geometry Markup Language (GML) representation of the geography value. + + + + Creates a new value based on the specified Geography Markup Language (GML) value and coordinate system identifier (SRID). + + + A new value as defined by the GML value with the specified coordinate system identifier (SRID). + + A string that contains a Geometry Markup Language (GML) representation of the geography value. + + The identifier of the coordinate system that the new value should use. + + + + + Returns the coordinate system identifier of the given value. + + + The coordinate system identifier of the given value. + + The geography value. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Gets the dimension of the given value or, if the value is a collections, the largest element dimension. + + + The dimension of geographyValue, or the largest element dimension if + + is a collection. + + The geography value for which the dimension value should be retrieved. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns a value that indicates the spatial type name of the given + + value. + + + The spatial type name of the given value. + + The geography value. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns a nullable Boolean value that whether the given value is empty. + + + True if the given value is empty; otherwise, false. + + The geography value. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Gets the well-known text representation of the given value. This value should include only the Longitude and Latitude of points. + + A string containing the well-known text representation of geographyValue. + The geography value for which the well-known text should be generated. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns a text representation of with elevation and measure. + + + A text representation of . + + The geography value. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Gets the well-known binary representation of the given value. + + + The well-known binary representation of the given value. + + The geography value for which the well-known binary should be generated. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Generates the Geography Markup Language (GML) representation of this + + value. + + A string containing the GML representation of this DbGeography value. + The geography value for which the GML should be generated. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Determines whether the two given values are spatially equal. + + true if geographyValue is spatially equal to otherGeography; otherwise false. + The first geography value to compare for equality. + The second geography value to compare for equality. + + + or + + is null. + + + + or + + is not compatible with this spatial services implementation. + + + + + Determines whether the two given values are spatially disjoint. + + true if geographyValue is disjoint from otherGeography; otherwise false. + The first geography value to compare for disjointness. + The second geography value to compare for disjointness. + + + or + + is null. + + + + or + + is not compatible with this spatial services implementation. + + + + + Determines whether the two given values spatially intersect. + + true if geographyValue intersects otherGeography; otherwise false. + The first geography value to compare for intersection. + The second geography value to compare for intersection. + + + or + + is null. + + + + or + + is not compatible with this spatial services implementation. + + + + + Creates a geography value representing all points less than or equal to distance from the given + + value. + + A new DbGeography value representing all points less than or equal to distance from geographyValue. + The geography value. + A double value specifying how far from geographyValue to buffer. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Computes the distance between the closest points in two values. + + A double value that specifies the distance between the two closest points in geographyValue and otherGeography. + The first geography value. + The second geography value. + + + or + + is null. + + + + or + + is not compatible with this spatial services implementation. + + + + + Computes the intersection of two values. + + + A new value representing the intersection of geographyValue and otherGeography. + + The first geography value. + The second geography value. + + + or + + is null. + + + + or + + is not compatible with this spatial services implementation. + + + + + Computes the union of two values. + + + A new value representing the union of geographyValue and otherGeography. + + The first geography value. + The second geography value. + + + or + + is null. + + + + or + + is not compatible with this spatial services implementation. + + + + + Computes the difference of two values. + + A new DbGeography value representing the difference of geographyValue and otherGeography. + The first geography value. + The second geography value. + + + or + + is null. + + + + or + + is not compatible with this spatial services implementation. + + + + + Computes the symmetric difference of two values. + + + A new value representing the symmetric difference of geographyValue and otherGeography. + + The first geography value. + The second geography value. + + + or + + is null. + + + + or + + is not compatible with this spatial services implementation. + + + + + Returns the number of elements in the given value, if it represents a geography collection. + + The number of elements in geographyValue, if it represents a collection of other geography values; otherwise null. + The geography value, which need not represent a geography collection. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns an element of the given value, if it represents a geography collection. + + The element in geographyValue at position index, if it represents a collection of other geography values; otherwise null. + The geography value, which need not represent a geography collection. + The position within the geography value from which the element should be taken. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns the Latitude coordinate of the given value, if it represents a point. + + + The Latitude coordinate of the given value. + + The geography value, which need not represent a point. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns the Longitude coordinate of the given value, if it represents a point. + + + The Longitude coordinate of the given value. + + The geography value, which need not represent a point. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns the elevation (Z coordinate) of the given value, if it represents a point. + + The elevation (Z coordinate) of geographyValue, if it represents a point; otherwise null. + The geography value, which need not represent a point. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns the M (Measure) coordinate of the given value, if it represents a point. + + + The M (Measure) coordinate of the given value. + + The geography value, which need not represent a point. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns a nullable double value that indicates the length of the given + + value, which may be null if the value does not represent a curve. + + + The length of the given value. + + The geography value, which need not represent a curve. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns a value that represents the start point of the given DbGeography value, which may be null if the value does not represent a curve. + + + The start point of the given value. + + The geography value, which need not represent a curve. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns a value that represents the end point of the given DbGeography value, which may be null if the value does not represent a curve. + + The end point of geographyValue, if it represents a curve; otherwise null. + The geography value, which need not represent a curve. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns a nullable Boolean value that whether the given value is closed, which may be null if the value does not represent a curve. + + + True if the given value is closed; otherwise, false. + + The geography value, which need not represent a curve. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns the number of points in the given value, if it represents a linestring or linear ring. + + + The number of points in the given value. + + The geography value, which need not represent a linestring or linear ring. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns a point element of the given value, if it represents a linestring or linear ring. + + The point in geographyValue at position index, if it represents a linestring or linear ring; otherwise null. + The geography value, which need not represent a linestring or linear ring. + The position within the geography value from which the element should be taken. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns a nullable double value that indicates the area of the given + + value, which may be null if the value does not represent a surface. + + + A nullable double value that indicates the area of the given value. + + The geography value, which need not represent a surface. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + This method is intended for use by derived implementations of + + after suitable validation of the specified provider value to ensure it is suitable for use with the derived implementation. + + + A new instance that contains the specified providerValue and uses the specified spatialServices as its spatial implementation. + + + The spatial services instance that the returned value will depend on for its implementation of spatial functionality. + + A provider value. + + + + Creates a provider-specific value compatible with this spatial services implementation based on the specified well-known + + representation. + + A provider-specific value that encodes the information contained in wellKnownValue in a fashion compatible with this spatial services implementation. + + An instance of that contains the well-known representation of a geometry value. + + + + + Creates an instance of that represents the specified + + value using one or both of the standard well-known spatial formats. + + + The well-known representation of geometryValue, as a new + + . + + The geometry value. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Creates a new value based on a provider-specific value that is compatible with this spatial services implementation. + + + A new value backed by this spatial services implementation and the specified provider value. + + A provider-specific value that this spatial services implementation is capable of interpreting as a geometry value. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Creates a new value based on the specified well-known binary value. + + + A new value as defined by the well-known binary value with the default + + coordinate system identifier (SRID) ( + + ). + + A byte array that contains a well-known binary representation of the geometry value. + + + + Creates a new value based on the specified well-known binary value and coordinate system identifier (SRID). + + + A new value as defined by the well-known binary value with the specified coordinate system identifier (SRID) ( + + ). + + A byte array that contains a well-known binary representation of the geometry value. + + The identifier of the coordinate system that the new value should use. + + + + + Creates a new line value based on the specified well-known binary value and coordinate system identifier (SRID). + + + A new value as defined by the well-known binary value with the specified coordinate system identifier (SRID) ( + + ). + + A byte array that contains a well-known binary representation of the geometry value. + + The identifier of the coordinate system that the new value should use. + + + + + Creates a new point value based on the specified well-known binary value and coordinate system identifier (SRID). + + + A new value as defined by the well-known binary value with the specified coordinate system identifier (SRID) ( + + ). + + A byte array that contains a well-known binary representation of the geometry value. + + The identifier of the coordinate system that the new value should use. + + + + + Creates a new polygon value based on the specified well-known binary value and coordinate system identifier (SRID). + + + A new value as defined by the well-known binary value with the specified coordinate system identifier (SRID) ( + + ). + + A byte array that contains a well-known binary representation of the geometry value. + + The identifier of the coordinate system that the new value should use. + + + + + Creates a new multiline value based on the specified well-known binary value and coordinate system identifier. + + + The new multiline value + + The well-known binary value. + The coordinate system identifier. + + + + Creates a new multipoint value based on the specified well-known binary value and coordinate system identifier. + + + A new multipoint value. + + The well-known binary value. + The coordinate system identifier. + + + + Creates a new multi polygon value based on the specified well-known binary value and coordinate system identifier. + + + A new multi polygon value. + + The well-known binary value. + The coordinate system identifier. + + + + Creates a new collection value based on the specified well-known binary value and coordinate system identifier (SRID). + + + A new value as defined by the well-known binary value with the specified coordinate system identifier (SRID) ( + + ). + + A byte array that contains a well-known binary representation of the geometry value. + + The identifier of the coordinate system that the new value should use. + + + + + Creates a new value based on the specified well-known text value. + + + A new value as defined by the well-known text value with the default + + coordinate system identifier (SRID) ( + + ). + + A string that contains a well-known text representation of the geometry value. + + + + Creates a new value based on the specified well-known text value and coordinate system identifier (SRID). + + + A new value as defined by the well-known text value with the specified coordinate system identifier (SRID) ( + + ). + + A string that contains a well-known text representation of the geometry value. + + The identifier of the coordinate system that the new value should use. + + + + + Creates a new line value based on the specified well-known text value and coordinate system identifier (SRID). + + + A new value as defined by the well-known text value with the specified coordinate system identifier (SRID) ( + + ). + + A string that contains a well-known text representation of the geometry value. + + The identifier of the coordinate system that the new value should use. + + + + + Creates a new point value based on the specified well-known text value and coordinate system identifier (SRID). + + + A new value as defined by the well-known text value with the specified coordinate system identifier (SRID) ( + + ). + + A string that contains a well-known text representation of the geometry value. + + The identifier of the coordinate system that the new value should use. + + + + + Creates a new polygon value based on the specified well-known text value and coordinate system identifier (SRID). + + + A new value as defined by the well-known text value with the specified coordinate system identifier (SRID) ( + + ). + + A string that contains a well-known text representation of the geometry value. + + The identifier of the coordinate system that the new value should use. + + + + + Creates a new multiline value based on the specified well-known text value and coordinate system identifier. + + + A new multiline value + + The well-known text value. + The coordinate system identifier. + + + + Creates a new multipoint value based on the specified well-known text value and coordinate system identifier. + + + A new multipoint value. + + The well-known text value. + The coordinate system identifier. + + + + Creates a new multi polygon value based on the specified well-known text value and coordinate system identifier. + + + A new multi polygon value. + + The well-known text value. + The coordinate system identifier. + + + + Creates a new collection value based on the specified well-known text value and coordinate system identifier (SRID). + + + A new value as defined by the well-known text value with the specified coordinate system identifier (SRID) ( + + ). + + A string that contains a well-known text representation of the geometry value. + + The identifier of the coordinate system that the new value should use. + + + + + Creates a new value based on the specified Geography Markup Language (GML) value. + + + A new value as defined by the GML value with the default + + coordinate system identifier (SRID) ( + + ). + + A string that contains a Geography Markup Language (GML) representation of the geometry value. + + + + Creates a new value based on the specified Geography Markup Language (GML) value and coordinate system identifier (SRID). + + + A new value as defined by the GML value with the specified coordinate system identifier (SRID). + + A string that contains a Geography Markup Language (GML) representation of the geometry value. + + The identifier of the coordinate system that the new value should use. + + + + + Returns the coordinate system identifier of the given value. + + + The coordinate system identifier of the given value. + + The geometry value. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns a nullable double value that indicates the boundary of the given + + value. + + + The boundary of the given value. + + The geometry value. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Gets the dimension of the given value or, if the value is a collections, the largest element dimension. + + + The dimension of geometryValue, or the largest element dimension if + + is a collection. + + The geometry value for which the dimension value should be retrieved. + + + + Gets the envelope (minimum bounding box) of the given value, as a geometry value. + + + The envelope of geometryValue, as a value. + + The geometry value for which the envelope value should be retrieved. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns a value that indicates the spatial type name of the given + + value. + + + The spatial type name of the given value. + + The geometry value. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns a nullable Boolean value that whether the given value is empty. + + + True if the given value is empty; otherwise, false. + + The geometry value. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns a nullable Boolean value that whether the given value is simple. + + + True if the given value is simple; otherwise, false. + + The geometry value. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns a nullable Boolean value that whether the given value is valid. + + + True if the given value is valid; otherwise, false. + + The geometry value. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Gets the well-known text representation of the given value, including only X and Y coordinates for points. + + A string containing the well-known text representation of geometryValue. + The geometry value for which the well-known text should be generated. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns a text representation of with elevation and measure. + + + A text representation of with elevation and measure. + + The geometry value. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Gets the well-known binary representation of the given value. + + + The well-known binary representation of the given value. + + The geometry value for which the well-known binary should be generated. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Generates the Geography Markup Language (GML) representation of this + + value. + + A string containing the GML representation of this DbGeometry value. + The geometry value for which the GML should be generated. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Determines whether the two given values are spatially equal. + + true if geometryValue is spatially equal to otherGeometry; otherwise false. + The first geometry value to compare for equality. + The second geometry value to compare for equality. + + + or + + is null. + + + + or + + is not compatible with this spatial services implementation. + + + + + Determines whether the two given values are spatially disjoint. + + true if geometryValue is disjoint from otherGeometry; otherwise false. + The first geometry value to compare for disjointness. + The second geometry value to compare for disjointness. + + + or + + is null. + + + + or + + is not compatible with this spatial services implementation. + + + + + Determines whether the two given values spatially intersect. + + true if geometryValue intersects otherGeometry; otherwise false. + The first geometry value to compare for intersection. + The second geometry value to compare for intersection. + + + or + + is null. + + + + or + + is not compatible with this spatial services implementation. + + + + + Determines whether the two given values spatially touch. + + true if geometryValue touches otherGeometry; otherwise false. + The first geometry value. + The second geometry value. + + + or + + is null. + + + + or + + is not compatible with this spatial services implementation. + + + + + Determines whether the two given values spatially cross. + + true if geometryValue crosses otherGeometry; otherwise false. + The first geometry value. + The second geometry value. + + + or + + is null. + + + + or + + is not compatible with this spatial services implementation. + + + + + Determines whether one value is spatially within the other. + + true if geometryValue is within otherGeometry; otherwise false. + The first geometry value. + The second geometry value. + + + or + + is null. + + + + or + + is not compatible with this spatial services implementation. + + + + + Determines whether one value spatially contains the other. + + true if geometryValue contains otherGeometry; otherwise false. + The first geometry value. + The second geometry value. + + + or + + is null. + + + + or + + is not compatible with this spatial services implementation. + + + + + Determines whether the two given values spatially overlap. + + true if geometryValue overlaps otherGeometry; otherwise false. + The first geometry value. + The second geometry value. + + + or + + is null. + + + + or + + is not compatible with this spatial services implementation. + + + + + Determines whether the two given values are spatially related according to the given Dimensionally Extended Nine-Intersection Model (DE-9IM) intersection pattern. + + true if this geometryValue value relates to otherGeometry according to the specified intersection pattern matrix; otherwise false. + The first geometry value. + The geometry value that should be compared with the first geometry value for relation. + A string that contains the text representation of the (DE-9IM) intersection pattern that defines the relation. + + + , + + or + + is null. + + + + or + + is not compatible with this spatial services implementation. + + + + + Creates a geometry value representing all points less than or equal to distance from the given + + value. + + A new DbGeometry value representing all points less than or equal to distance from geometryValue. + The geometry value. + A double value specifying how far from geometryValue to buffer. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Computes the distance between the closest points in two values. + + A double value that specifies the distance between the two closest points in geometryValue and otherGeometry. + The first geometry value. + The second geometry value. + + + or + + is null. + + + + or + + is not compatible with this spatial services implementation. + + + + + Returns a nullable double value that indicates the convex hull of the given + + value. + + + The convex hull of the given value. + + The geometry value. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Computes the intersection of two values. + + + A new value representing the intersection of geometryValue and otherGeometry. + + The first geometry value. + The second geometry value. + + + or + + is null. + + + + or + + is not compatible with this spatial services implementation. + + + + + Computes the union of two values. + + + A new value representing the union of geometryValue and otherGeometry. + + The first geometry value. + The second geometry value. + + + or + + is null. + + + + or + + is not compatible with this spatial services implementation. + + + + + Computes the difference between two values. + + A new DbGeometry value representing the difference between geometryValue and otherGeometry. + The first geometry value. + The second geometry value. + + + or + + is null. + + + + or + + is not compatible with this spatial services implementation. + + + + + Computes the symmetric difference between two values. + + + A new value representing the symmetric difference between geometryValue and otherGeometry. + + The first geometry value. + The second geometry value. + + + or + + is null. + + + + or + + is not compatible with this spatial services implementation. + + + + + Returns the number of elements in the given value, if it represents a geometry collection. + + The number of elements in geometryValue, if it represents a collection of other geometry values; otherwise null. + The geometry value, which need not represent a geometry collection. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns an element of the given value, if it represents a geometry collection. + + The element in geometryValue at position index, if it represents a collection of other geometry values; otherwise null. + The geometry value, which need not represent a geometry collection. + The position within the geometry value from which the element should be taken. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns the X coordinate of the given value, if it represents a point. + + + The X coordinate of the given value. + + The geometry value, which need not represent a point. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns the Y coordinate of the given value, if it represents a point. + + + The Y coordinate of the given value. + + The geometry value, which need not represent a point. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns the elevation (Z) of the given value, if it represents a point. + + The elevation (Z) of geometryValue, if it represents a point; otherwise null. + The geometry value, which need not represent a point. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns the M (Measure) coordinate of the given value, if it represents a point. + + + The M (Measure) coordinate of the given value. + + The geometry value, which need not represent a point. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns a nullable double value that indicates the length of the given + + value, which may be null if the value does not represent a curve. + + + The length of the given value. + + The geometry value, which need not represent a curve. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns a value that represents the start point of the given DbGeometry value, which may be null if the value does not represent a curve. + + + The start point of the given value. + + The geometry value, which need not represent a curve. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns a value that represents the end point of the given DbGeometry value, which may be null if the value does not represent a curve. + + The end point of geometryValue, if it represents a curve; otherwise null. + The geometry value, which need not represent a curve. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns a nullable Boolean value that whether the given value is closed, which may be null if the value does not represent a curve. + + + True if the given value is closed; otherwise, false. + + The geometry value, which need not represent a curve. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns a nullable Boolean value that whether the given value is a ring, which may be null if the value does not represent a curve. + + + True if the given value is a ring; otherwise, false. + + The geometry value, which need not represent a curve. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns the number of points in the given value, if it represents a linestring or linear ring. + + + The number of points in the given value. + + The geometry value, which need not represent a linestring or linear ring. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns a point element of the given value, if it represents a linestring or linear ring. + + The point in geometryValue at position index, if it represents a linestring or linear ring; otherwise null. + The geometry value, which need not represent a linestring or linear ring. + The position within the geometry value from which the element should be taken. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns a nullable double value that indicates the area of the given + + value, which may be null if the value does not represent a surface. + + + A nullable double value that indicates the area of the given value. + + The geometry value, which need not represent a surface. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns a value that represents the centroid of the given DbGeometry value, which may be null if the value does not represent a surface. + + The centroid of geometryValue, if it represents a surface; otherwise null. + The geometry value, which need not represent a surface. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns a value that represents a point on the surface of the given DbGeometry value, which may be null if the value does not represent a surface. + + + A value that represents a point on the surface of the given DbGeometry value. + + The geometry value, which need not represent a surface. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns a value that represents the exterior ring of the given DbGeometry value, which may be null if the value does not represent a polygon. + + A DbGeometry value representing the exterior ring on geometryValue, if it represents a polygon; otherwise null. + The geometry value, which need not represent a polygon. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns the number of interior rings in the given value, if it represents a polygon. + + The number of elements in geometryValue, if it represents a polygon; otherwise null. + The geometry value, which need not represent a polygon. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Returns an interior ring from the given value, if it represents a polygon. + + The interior ring in geometryValue at position index, if it represents a polygon; otherwise null. + The geometry value, which need not represent a polygon. + The position within the geometry value from which the element should be taken. + + + is null. + + + + is not compatible with this spatial services implementation. + + + + + Controls the transaction creation behavior while executing a database command or query. + + + + + If no transaction is present then a new transaction will be used for the operation. + + + + + If an existing transaction is present then use it, otherwise execute the command or query without a transaction. + + + + + Contains extension methods for the class. + + + + + Configures an awaiter used to await this to avoid + marshalling the continuation + back to the original context, but preserve the current culture and UI culture. + + + The type of the result produced by the associated . + + The task to be awaited on. + An object used to await this task. + + + + Configures an awaiter used to await this to avoid + marshalling the continuation + back to the original context, but preserve the current culture and UI culture. + + The task to be awaited on. + An object used to await this task. + + + + Provides an awaitable object that allows for awaits on that + preserve the culture. + + + The type of the result produced by the associated . + + This type is intended for compiler use only. + + + + Constructs a new instance of the class. + + The task to be awaited on. + + + Gets an awaiter used to await this . + An awaiter instance. + This method is intended for compiler user rather than use directly in code. + + + + Gets whether this Task has completed. + + + will return true when the Task is in one of the three + final states: RanToCompletion, + Faulted, or + Canceled. + + + + Ends the await on the completed . + The result of the completed . + The awaiter was not properly initialized. + The task was canceled. + The task completed in a Faulted state. + + + This method is not implemented and should not be called. + The action to invoke when the await operation completes. + + + + Schedules the continuation onto the associated with this + . + + The action to invoke when the await operation completes. + + The argument is null + (Nothing in Visual Basic). + + The awaiter was not properly initialized. + This method is intended for compiler user rather than use directly in code. + + + + Provides an awaitable object that allows for awaits on that + preserve the culture. + + This type is intended for compiler use only. + + + + Constructs a new instance of the class. + + The task to be awaited on. + + + Gets an awaiter used to await this . + An awaiter instance. + This method is intended for compiler user rather than use directly in code. + + + + Gets whether this Task has completed. + + + will return true when the Task is in one of the three + final states: RanToCompletion, + Faulted, or + Canceled. + + + + Ends the await on the completed . + The awaiter was not properly initialized. + The task was canceled. + The task completed in a Faulted state. + + + This method is not implemented and should not be called. + The action to invoke when the await operation completes. + + + + Schedules the continuation onto the associated with this + . + + The action to invoke when the await operation completes. + + The argument is null + (Nothing in Visual Basic). + + The awaiter was not properly initialized. + This method is intended for compiler user rather than use directly in code. + + + + Exception thrown from when validating entities fails. + + + + + Initializes a new instance of DbEntityValidationException. + + + + + Initializes a new instance of DbEntityValidationException. + + The exception message. + + + + Initializes a new instance of DbEntityValidationException. + + The exception message. + Validation results. + + + + Initializes a new instance of DbEntityValidationException. + + The exception message. + The inner exception. + + + + Initializes a new instance of DbEntityValidationException. + + The exception message. + Validation results. + The inner exception. + + + + Initializes a new instance of the DbEntityValidationException class with the specified serialization information and context. + + The data necessary to serialize or deserialize an object. + Description of the source and destination of the specified serialized stream. + + + + Validation results. + + + + + Sets the with information about the exception. + + The that holds the serialized object data about the exception being thrown. + The that contains contextual information about the source or destination. + + + + Represents validation results for single entity. + + + + + Creates an instance of class. + + Entity entry the results applies to. Never null. + + List of instances. Never null. Can be empty meaning the entity is valid. + + + + + Gets an instance of the results applies to. + + + + + Gets validation errors. Never null. + + + + + Gets an indicator if the entity is valid. + + + + + Exception thrown from when an exception is thrown from the validation + code. + + + + + Initializes a new instance of DbUnexpectedValidationException. + + + + + Initializes a new instance of DbUnexpectedValidationException. + + The exception message. + + + + Initializes a new instance of DbUnexpectedValidationException. + + The exception message. + The inner exception. + + + + Initializes a new instance of DbUnexpectedValidationException with the specified serialization info and + context. + + The serialization info. + The streaming context. + + + + Validation error. Can be either entity or property level validation error. + + + + + Creates an instance of . + + Name of the invalid property. Can be null. + Validation error message. Can be null. + + + + Gets name of the invalid property. + + + + + Gets validation error message. + + + + + When this attribute is placed on a property it indicates that the database column to which the + property is mapped has an index. + + + This attribute is used by Entity Framework Migrations to create indexes on mapped database columns. + Multi-column indexes are created by using the same index name in multiple attributes. The information + in these attributes is then merged together to specify the actual database index. + + + + + Creates a instance for an index that will be named by convention and + has no column order, clustering, or uniqueness specified. + + + + + Creates a instance for an index with the given name and + has no column order, clustering, or uniqueness specified. + + The index name. + + + + Creates a instance for an index with the given name and column order, + but with no clustering or uniqueness specified. + + + Multi-column indexes are created by using the same index name in multiple attributes. The information + in these attributes is then merged together to specify the actual database index. + + The index name. + A number which will be used to determine column ordering for multi-column indexes. + + + + The index name. + + + Multi-column indexes are created by using the same index name in multiple attributes. The information + in these attributes is then merged together to specify the actual database index. + + + + + A number which will be used to determine column ordering for multi-column indexes. This will be -1 if no + column order has been specified. + + + Multi-column indexes are created by using the same index name in multiple attributes. The information + in these attributes is then merged together to specify the actual database index. + + + + + Set this property to true to define a clustered index. Set this property to false to define a + non-clustered index. + + + The value of this property is only relevant if returns true. + If returns false, then the value of this property is meaningless. + + + + + Returns true if has been set to a value. + + + + + Set this property to true to define a unique index. Set this property to false to define a + non-unique index. + + + The value of this property is only relevant if returns true. + If returns false, then the value of this property is meaningless. + + + + + Returns true if has been set to a value. + + + + + Returns a different ID for each object instance such that type descriptors won't + attempt to combine all IndexAttribute instances into a single instance. + + + + + Returns true if this attribute specifies the same name and configuration as the given attribute. + + The attribute to compare. + True if the other object is equal to this object; otherwise false. + + + + + + + Returns true if this attribute specifies the same name and configuration as the given attribute. + + The attribute to compare. + True if the other object is equal to this object; otherwise false. + + + + + + diff --git a/C-Windows-1/bin/Debug/HslCommunication.dll b/C-Windows-1/bin/Debug/HslCommunication.dll index 269516a..be8f9bc 100644 Binary files a/C-Windows-1/bin/Debug/HslCommunication.dll and b/C-Windows-1/bin/Debug/HslCommunication.dll differ diff --git a/C-Windows-1/bin/Debug/Interop.ADOX.dll b/C-Windows-1/bin/Debug/Interop.ADOX.dll new file mode 100644 index 0000000..c6a3670 Binary files /dev/null and b/C-Windows-1/bin/Debug/Interop.ADOX.dll differ diff --git a/C-Windows-1/bin/Debug/LL18-Control.exe b/C-Windows-1/bin/Debug/LL18-Control.exe new file mode 100644 index 0000000..f3d99a1 Binary files /dev/null and b/C-Windows-1/bin/Debug/LL18-Control.exe differ diff --git a/C-Windows-1/bin/Debug/LL18-Control.exe.config b/C-Windows-1/bin/Debug/LL18-Control.exe.config new file mode 100644 index 0000000..ea2582a --- /dev/null +++ b/C-Windows-1/bin/Debug/LL18-Control.exe.config @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/C-Windows-1/bin/Debug/LLConfig.ini b/C-Windows-1/bin/Debug/LLConfig.ini new file mode 100644 index 0000000..8eb1c92 --- /dev/null +++ b/C-Windows-1/bin/Debug/LLConfig.ini @@ -0,0 +1,18 @@ +[System] +数据文件夹=D:\HistoryData +日志保存天数=30 +日志缓冲区的最大数量=1000 +[泊塑配置] +项目名称=TD4.8 +产品名称=水管接头 +公司名称=OPALUS +设备名称=气密测试机 +测试机台=2# +过程项目=气密测试 +[白特荣配置] +CH1条码长度=11 +CH2条码长度=11 +CH1是否扫码=1 +CH2是否扫码=1 +[PLC配置] +Modbus端口号=COM11 diff --git a/C-Windows-1/bin/Debug/LLConfig/Port.ini b/C-Windows-1/bin/Debug/LLConfig/Port.ini new file mode 100644 index 0000000..af24f39 --- /dev/null +++ b/C-Windows-1/bin/Debug/LLConfig/Port.ini @@ -0,0 +1,9 @@ +[Port] +InstrumentPort1=COM7 +InstrumentBaud1=9600 +CodePort1=COM10 +CodeBaud1=9600 +CodePort2=COM4 +CodeBaud2=9600 +Codeport=COM7 +CodeBaudrate=9600 diff --git a/C-Windows-1/bin/Debug/LLConfig/SysConfig.ini b/C-Windows-1/bin/Debug/LLConfig/SysConfig.ini new file mode 100644 index 0000000..0e02571 --- /dev/null +++ b/C-Windows-1/bin/Debug/LLConfig/SysConfig.ini @@ -0,0 +1,3 @@ +[WH] +yyyyMMdd=20230603 +CurrentSN=9999 diff --git a/C-Windows-1/bin/Debug/LLValues.dt b/C-Windows-1/bin/Debug/LLValues.dt new file mode 100644 index 0000000..657ed6c --- /dev/null +++ b/C-Windows-1/bin/Debug/LLValues.dt @@ -0,0 +1 @@ +[{"group":"System","keyName":"鏁版嵁鏂囦欢澶","remark":"鐢ㄦ潵瀛樻斁鏃ュ織 閰嶇疆 鎶ヨ鐨勬暟鎹殑鏍圭洰褰","ischanged":false,"oldValue":"","v":"D:\\HistoryData","vTmp":"","bUseFlag":true,"userLevel":1},{"group":"System","keyName":"鏃ュ織淇濆瓨澶╂暟","remark":"","ischanged":false,"oldValue":"","v":"30","vTmp":"","bUseFlag":true,"userLevel":1},{"group":"PLC閰嶇疆","keyName":"Modbus绔彛鍙","remark":"","ischanged":false,"oldValue":"","v":"COM11","vTmp":"","bUseFlag":true,"userLevel":1}] \ No newline at end of file diff --git a/C-Windows-1/bin/Debug/LLValues.dt.bak b/C-Windows-1/bin/Debug/LLValues.dt.bak new file mode 100644 index 0000000..cd0b8b8 --- /dev/null +++ b/C-Windows-1/bin/Debug/LLValues.dt.bak @@ -0,0 +1 @@ +[{"group":"System","keyName":"鏁版嵁鏂囦欢澶","remark":"鐢ㄦ潵瀛樻斁鏃ュ織 閰嶇疆 鎶ヨ鐨勬暟鎹殑鏍圭洰褰","ischanged":false,"oldValue":"","v":"D:\\HistoryDataF","vTmp":"","bUseFlag":true,"userLevel":1},{"group":"System","keyName":"鏃ュ織淇濆瓨澶╂暟","remark":"","ischanged":false,"oldValue":"","v":"30","vTmp":"","bUseFlag":true,"userLevel":1},{"group":"System","keyName":"鏃ュ織缂撳啿鍖虹殑鏈澶ф暟閲","remark":"","ischanged":false,"oldValue":"","v":"1000","vTmp":"","bUseFlag":true,"userLevel":1}] \ No newline at end of file diff --git a/C-Windows-1/bin/Debug/MES/N2479000099_250620_164955.ini b/C-Windows-1/bin/Debug/MES/N2479000099_250620_164955.ini new file mode 100644 index 0000000..d79d9ed --- /dev/null +++ b/C-Windows-1/bin/Debug/MES/N2479000099_250620_164955.ini @@ -0,0 +1,8 @@ +锘縖Info] +sn=N2479000099 +type= +message=妫娴嬪帇鍔= ;骞宠 鏃堕棿= ;娴嬭瘯鏃堕棿= ;褰撳墠鍘嬪樊= ;娉勯湶鍊= +totaltime=0.8 +starttime=2025/06/20 16:49:55 +endtime=2025/06/20 16:49:56 +result= diff --git a/C-Windows-1/bin/Debug/MES/N2479000099_250620_165544.ini b/C-Windows-1/bin/Debug/MES/N2479000099_250620_165544.ini new file mode 100644 index 0000000..d92b858 --- /dev/null +++ b/C-Windows-1/bin/Debug/MES/N2479000099_250620_165544.ini @@ -0,0 +1,8 @@ +锘縖Info] +sn=N2479000099 +type= +message=妫娴嬪帇鍔= ;鍏呮皵鏃堕棿= ;骞宠 鏃堕棿= ;妫娴嬫椂闂= ;鎺掓皵鏃堕棿= ;褰撳墠鍘嬪樊= ;娉勯湶鍊= ; +totaltime=0.8 +starttime=2025/06/20 16:55:44 +endtime=2025/06/20 16:55:45 +result= diff --git a/C-Windows-1/bin/Debug/MES/N2479000099_250620_165631.ini b/C-Windows-1/bin/Debug/MES/N2479000099_250620_165631.ini new file mode 100644 index 0000000..951debc --- /dev/null +++ b/C-Windows-1/bin/Debug/MES/N2479000099_250620_165631.ini @@ -0,0 +1,8 @@ +锘縖Info] +sn=N2479000099 +type= +message=妫娴嬪帇鍔= ;鍏呮皵鏃堕棿= ;骞宠 鏃堕棿= ;妫娴嬫椂闂= ;鎺掓皵鏃堕棿= ;褰撳墠鍘嬪樊= ;娉勯湶鍊= ; +totaltime=0.8 +starttime=2025/06/20 16:56:31 +endtime=2025/06/20 16:56:32 +result= diff --git a/C-Windows-1/bin/Debug/MES/N2479000099_250620_165925.ini b/C-Windows-1/bin/Debug/MES/N2479000099_250620_165925.ini new file mode 100644 index 0000000..6aa755a --- /dev/null +++ b/C-Windows-1/bin/Debug/MES/N2479000099_250620_165925.ini @@ -0,0 +1,8 @@ +锘縖Info] +sn=N2479000099 +type= +message=妫娴嬪帇鍔= ;鍏呮皵鏃堕棿= ;骞宠 鏃堕棿= ;妫娴嬫椂闂= ;鎺掓皵鏃堕棿= ;褰撳墠鍘嬪樊= ;娉勯湶鍊= ; +totaltime=0.8 +starttime=2025/06/20 16:59:25 +endtime=2025/06/20 16:59:26 +result= diff --git a/C-Windows-1/bin/Debug/MES/N2479000099_250620_172601.ini b/C-Windows-1/bin/Debug/MES/N2479000099_250620_172601.ini new file mode 100644 index 0000000..d51ba5f --- /dev/null +++ b/C-Windows-1/bin/Debug/MES/N2479000099_250620_172601.ini @@ -0,0 +1,8 @@ +锘縖Info] +sn=N2479000099 +type= +message=妫娴嬪帇鍔= ;鍏呮皵鏃堕棿= ;骞宠 鏃堕棿= ;妫娴嬫椂闂= ;鎺掓皵鏃堕棿= ;褰撳墠鍘嬪樊= ;娉勯湶鍊= ; +totaltime=0.8 +starttime=2025/06/20 17:26:01 +endtime=2025/06/20 17:26:02 +result= diff --git a/C-Windows-1/bin/Debug/MES/N2479000099_250620_172601.txt b/C-Windows-1/bin/Debug/MES/N2479000099_250620_172601.txt new file mode 100644 index 0000000..d51ba5f --- /dev/null +++ b/C-Windows-1/bin/Debug/MES/N2479000099_250620_172601.txt @@ -0,0 +1,8 @@ +锘縖Info] +sn=N2479000099 +type= +message=妫娴嬪帇鍔= ;鍏呮皵鏃堕棿= ;骞宠 鏃堕棿= ;妫娴嬫椂闂= ;鎺掓皵鏃堕棿= ;褰撳墠鍘嬪樊= ;娉勯湶鍊= ; +totaltime=0.8 +starttime=2025/06/20 17:26:01 +endtime=2025/06/20 17:26:02 +result= diff --git a/C-Windows-1/bin/Debug/MES/N2479000099_250620_175053.ini b/C-Windows-1/bin/Debug/MES/N2479000099_250620_175053.ini new file mode 100644 index 0000000..d569c29 --- /dev/null +++ b/C-Windows-1/bin/Debug/MES/N2479000099_250620_175053.ini @@ -0,0 +1,8 @@ +锘縖Info] +sn=N2479000099 +type= +message=妫娴嬪帇鍔=0;鍏呮皵鏃堕棿=0.2s;骞宠 鏃堕棿=0.2s;妫娴嬫椂闂=0.2s;鎺掓皵鏃堕棿=0.2s;娉勯湶閲=0.0; +totaltime=0.8 +starttime=2025/06/20 17:50:53 +endtime=2025/06/20 17:50:54 +result=fail diff --git a/C-Windows-1/bin/Debug/MES/N2479000099_250620_175307.ini b/C-Windows-1/bin/Debug/MES/N2479000099_250620_175307.ini new file mode 100644 index 0000000..aca2c5c --- /dev/null +++ b/C-Windows-1/bin/Debug/MES/N2479000099_250620_175307.ini @@ -0,0 +1,8 @@ +锘縖Info] +sn=N2479000099 +type= +message=妫娴嬪帇鍔=0;鍏呮皵鏃堕棿=0.2s;骞宠 鏃堕棿=0.2s;妫娴嬫椂闂=0.2s;鎺掓皵鏃堕棿=0.2s;娉勯湶閲=0.0; +totaltime=0.8 +starttime=2025/06/20 17:53:07 +endtime=2025/06/20 17:53:07 +result=fail diff --git a/C-Windows-1/bin/Debug/MES/N2479000099_250620_175307.txt b/C-Windows-1/bin/Debug/MES/N2479000099_250620_175307.txt new file mode 100644 index 0000000..04c50a7 --- /dev/null +++ b/C-Windows-1/bin/Debug/MES/N2479000099_250620_175307.txt @@ -0,0 +1,8 @@ +锘縖Info] +sn=N2479000099 +type= +message=妫娴嬪帇鍔=0;鍏呮皵鏃堕棿=0.2s;骞宠 鏃堕棿=0.2s;妫娴嬫椂闂=0.2s;鎺掓皵鏃堕棿=0.2s;娉勯湶閲=0.0; +totaltime=0.8 +starttime=2025/06/20 17:53:07 +endtime=2025/06/20 17:53:07 +result= diff --git a/C-Windows-1/bin/Debug/MES/N2479000099_250621_084229.ini b/C-Windows-1/bin/Debug/MES/N2479000099_250621_084229.ini new file mode 100644 index 0000000..267a694 --- /dev/null +++ b/C-Windows-1/bin/Debug/MES/N2479000099_250621_084229.ini @@ -0,0 +1,8 @@ +锘縖Info] +sn=N2479000099 +type= +message=妫娴嬪帇鍔=0;鍏呮皵鏃堕棿=0.2s;骞宠 鏃堕棿=0.2s;妫娴嬫椂闂=0.2s;鎺掓皵鏃堕棿=0.2s;褰撳墠鍘嬪樊=0;娉勯湶閲=0.0; +totaltime=0.8 +starttime=2025/06/21 08:42:29 +endtime=2025/06/21 08:42:30 +result=fail diff --git a/C-Windows-1/bin/Debug/MES/N2479000099_250621_084229.txt b/C-Windows-1/bin/Debug/MES/N2479000099_250621_084229.txt new file mode 100644 index 0000000..267a694 --- /dev/null +++ b/C-Windows-1/bin/Debug/MES/N2479000099_250621_084229.txt @@ -0,0 +1,8 @@ +锘縖Info] +sn=N2479000099 +type= +message=妫娴嬪帇鍔=0;鍏呮皵鏃堕棿=0.2s;骞宠 鏃堕棿=0.2s;妫娴嬫椂闂=0.2s;鎺掓皵鏃堕棿=0.2s;褰撳墠鍘嬪樊=0;娉勯湶閲=0.0; +totaltime=0.8 +starttime=2025/06/21 08:42:29 +endtime=2025/06/21 08:42:30 +result=fail diff --git a/C-Windows-1/bin/Debug/MES/_250620_182204.ini b/C-Windows-1/bin/Debug/MES/_250620_182204.ini new file mode 100644 index 0000000..fba8467 --- /dev/null +++ b/C-Windows-1/bin/Debug/MES/_250620_182204.ini @@ -0,0 +1,8 @@ +锘縖Info] +sn= +type= +message=妫娴嬪帇鍔=0;鍏呮皵鏃堕棿=0s;骞宠 鏃堕棿=0s;妫娴嬫椂闂=0s;鎺掓皵鏃堕棿=0s;褰撳墠鍘嬪樊=0;娉勯湶閲=0.0; +totaltime=0 +starttime=2025/06/20 18:22:04 +endtime=2025/06/20 18:22:04 +result=fail diff --git a/C-Windows-1/bin/Debug/MES/_250620_182204.txt b/C-Windows-1/bin/Debug/MES/_250620_182204.txt new file mode 100644 index 0000000..fba8467 --- /dev/null +++ b/C-Windows-1/bin/Debug/MES/_250620_182204.txt @@ -0,0 +1,8 @@ +锘縖Info] +sn= +type= +message=妫娴嬪帇鍔=0;鍏呮皵鏃堕棿=0s;骞宠 鏃堕棿=0s;妫娴嬫椂闂=0s;鎺掓皵鏃堕棿=0s;褰撳墠鍘嬪樊=0;娉勯湶閲=0.0; +totaltime=0 +starttime=2025/06/20 18:22:04 +endtime=2025/06/20 18:22:04 +result=fail diff --git a/C-Windows-1/bin/Debug/MES_Log/2024-07-24.txt b/C-Windows-1/bin/Debug/MES_Log/2024-07-24.txt new file mode 100644 index 0000000..393e606 --- /dev/null +++ b/C-Windows-1/bin/Debug/MES_Log/2024-07-24.txt @@ -0,0 +1,6 @@ +2024/7/24 15:23:48 3,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,1,NA,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.000Pa' + +2024/7/24 15:28:35 3,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,1,NA,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.000Pa' + +2024/7/24 15:31:00 3,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,123451234512345123451,1,NA,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'123451234512345123451','0.000KPa''0.000Pa' + diff --git a/C-Windows-1/bin/Debug/MES_Log/2024-08-01.txt b/C-Windows-1/bin/Debug/MES_Log/2024-08-01.txt new file mode 100644 index 0000000..7129757 --- /dev/null +++ b/C-Windows-1/bin/Debug/MES_Log/2024-08-01.txt @@ -0,0 +1,16 @@ +2024/8/1 16:38:39 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,1,NA,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.000Pa' + +2024/8/1 16:38:49 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,1,NA,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.000Pa' + +2024/8/1 16:38:58 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,1,NA,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.000Pa' + +2024/8/1 16:39:11 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,1,NA,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.000Pa' + +2024/8/1 16:39:17 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,1,NA,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.000Pa' + +2024/8/1 16:39:24 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,1,NA,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.000Pa' + +2024/8/1 16:42:46 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,1,NA,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.000Pa' + +2024/8/1 16:42:54 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,1,NA,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.000Pa' + diff --git a/C-Windows-1/bin/Debug/MES_Log/2024-08-29.txt b/C-Windows-1/bin/Debug/MES_Log/2024-08-29.txt new file mode 100644 index 0000000..8c353ae --- /dev/null +++ b/C-Windows-1/bin/Debug/MES_Log/2024-08-29.txt @@ -0,0 +1,52 @@ +2024/8/29 16:19:39 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,0,娉勬紡閲,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa' + +2024/8/29 16:32:38 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,0,娉勬紡閲,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa' + +2024/8/29 16:32:47 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,0,娉勬紡閲,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa' + +2024/8/29 16:36:54 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,0,娉勬紡閲,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa' + +2024/8/29 16:37:03 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,0,娉勬紡閲,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa' + +2024/8/29 16:37:14 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,0,娉勬紡閲,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa' + +2024/8/29 16:37:22 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,0,娉勬紡閲,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa' + +2024/8/29 16:37:32 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,0,娉勬紡閲,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa' + +2024/8/29 16:37:42 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,0,娉勬紡閲,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa' + +2024/8/29 16:37:51 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,0,娉勬紡閲,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa' + +2024/8/29 16:38:01 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,0,娉勬紡閲,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa' + +2024/8/29 16:38:10 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,0,娉勬紡閲,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa' + +2024/8/29 16:38:20 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,0,娉勬紡閲,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa' + +2024/8/29 16:38:29 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,0,娉勬紡閲,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa' + +2024/8/29 16:38:38 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,0,娉勬紡閲,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa' + +2024/8/29 16:38:48 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,0,娉勬紡閲,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa' + +2024/8/29 16:38:58 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,0,娉勬紡閲,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa' + +2024/8/29 16:39:07 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,0,娉勬紡閲,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa' + +2024/8/29 16:39:17 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,0,娉勬紡閲,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa' + +2024/8/29 16:39:26 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,0,娉勬紡閲,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa' + +2024/8/29 16:39:36 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,0,娉勬紡閲,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa' + +2024/8/29 16:39:45 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,0,娉勬紡閲,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa' + +2024/8/29 16:39:55 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,0,娉勬紡閲,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa' + +2024/8/29 16:40:04 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,0,娉勬紡閲,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa' + +2024/8/29 16:40:14 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,0,娉勬紡閲,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa' + +2024/8/29 16:40:23 2,GT24170007020,080303-070240,MT015姘斿瘑鎬ф祴璇,,0,娉勬紡閲,4C-CC-6A-ED-7C-03,LL18,result,ONE,H0H,H1H,'','0.000KPa''0.0Pa' + diff --git a/C-Windows-1/bin/Debug/MathNet.Numerics.dll b/C-Windows-1/bin/Debug/MathNet.Numerics.dll index 43731b1..510c60f 100644 Binary files a/C-Windows-1/bin/Debug/MathNet.Numerics.dll and b/C-Windows-1/bin/Debug/MathNet.Numerics.dll differ diff --git a/C-Windows-1/bin/Debug/MathNet.Numerics.xml b/C-Windows-1/bin/Debug/MathNet.Numerics.xml index 3d573a1..3caf32a 100644 --- a/C-Windows-1/bin/Debug/MathNet.Numerics.xml +++ b/C-Windows-1/bin/Debug/MathNet.Numerics.xml @@ -175,18 +175,6 @@ The random number generator to use. Optional; the default random source will be used if null. An array of length K that contains the indices of the selections as integers of the interval [0, N). - - - Generate a random variation, without repetition, by randomly selecting k of n elements with order. This is an O(k) space-complexity implementation optimized for very large N.
- The space complexity of Fisher-Yates Shuffling is O(n+k). When N is very large, the algorithm will be unexecutable in limited memory, and a more memory-efficient algorithm is needed.
- You can explicitly cast N to if N is out of range of or memory, so that this special implementation is called. However, this implementation is slower than Fisher-Yates Shuffling: don't call it if time is more critical than space.
- The K of type seems impossible, because the returned array is of size K and must all be stored in memory. -
- Number of elements in the set. - Number of elements to choose from the set. Each element is chosen at most once. - The random number generator to use. Optional; the default random source will be used if null. - An array of length K that contains the indices of the selections as integers of the interval [0, N). -
Select a random variation, without repetition, from a data sequence by randomly selecting k elements in random order. @@ -1806,6 +1794,12 @@ Throws if it is not available or failed to initialize, in which case the previous provider is still active. + + + Use the Intel MKL native provider for linear algebra, with the specified configuration parameters. + Throws if it is not available or failed to initialize, in which case the previous provider is still active. + + Try to use the Intel MKL native provider for linear algebra. @@ -3836,17 +3830,17 @@ The number of trials (n). Range: n 鈮 0. a sequence of successes in trials. - + Gets the scale (a) of the distribution. Range: a > 0. - + Gets the first shape parameter (c) of the distribution. Range: c > 0. - + Gets the second shape parameter (k) of the distribution. Range: k > 0. @@ -7867,7 +7861,7 @@ the cumulative distribution at location . - + Computes the inverse cumulative distribution (CDF) of the distribution at p, i.e. solving for P(X 鈮 x) = p. @@ -8258,300 +8252,6 @@ The scale (b) of the distribution. Range: b > 0. a sequence of samples from the distribution. - - - Continuous Univariate Logistic distribution. - For details about this distribution, see - Wikipedia - Logistic distribution. - - - - - Initializes a new instance of the Logistic class. This is a logistic distribution with mean 0.0 - and scale 1.0. The distribution will be initialized with the default - random number generator. - - - - - Initializes a new instance of the Logistic class. This is a logistic distribution with mean 0.0 - and scale 1.0. The distribution will be initialized with the default - random number generator. - - The random number generator which is used to draw random samples. - - - - Initializes a new instance of the Logistic class with a particular mean and scale parameter. The - distribution will be initialized with the default random number generator. - - The mean (渭) of the logistic distribution. - The scale (s) of the logistic distribution. Range: s > 0. - - - - Initializes a new instance of the Logistic class with a particular mean and standard deviation. The distribution will - be initialized with the default random number generator. - - The mean (渭) of the logistic distribution. - The scale (s) of the logistic distribution. Range: s > 0. - The random number generator which is used to draw random samples. - - - - Constructs a logistic distribution from a mean and scale parameter. - - The mean (渭) of the logistic distribution. - The scale (s) of the logistic distribution. Range: s > 0. - The random number generator which is used to draw random samples. Optional, can be null. - a logistic distribution. - - - - Constructs a logistic distribution from a mean and standard deviation. - - The mean (渭) of the logistic distribution. - The standard deviation (蟽) of the logistic distribution. Range: 蟽 > 0. - The random number generator which is used to draw random samples. Optional, can be null. - a logistic distribution. - - - - Constructs a logistic distribution from a mean and variance. - - The mean (渭) of the logistic distribution. - The variance (蟽^2) of the logistic distribution. Range: (蟽^2) > 0. - The random number generator which is used to draw random samples. Optional, can be null. - A logistic distribution. - - - - Constructs a logistic distribution from a mean and precision. - - The mean (渭) of the logistic distribution. - The precision of the logistic distribution. Range: precision > 0. - The random number generator which is used to draw random samples. Optional, can be null. - A logistic distribution. - - - - A string representation of the distribution. - - a string representation of the distribution. - - - - Tests whether the provided values are valid parameters for this distribution. - - The mean (渭) of the logistic distribution. - The scale (s) of the logistic distribution. Range: s > 0. - - - - Gets the scale parameter of the Logistic distribution. Range: s > 0. - - - - - Gets the mean (渭) of the logistic distribution. - - - - - Gets the standard deviation (蟽) of the logistic distribution. Range: 蟽 > 0. - - - - - Gets the variance of the logistic distribution. - - - - - Gets the precision of the logistic distribution. - - - - - Gets the random number generator which is used to draw random samples. - - - - - Gets the entropy of the logistic distribution. - - - - - Gets the skewness of the logistic distribution. - - - - - Gets the mode of the logistic distribution. - - - - - Gets the median of the logistic distribution. - - - - - Gets the minimum of the logistic distribution. - - - - - Gets the maximum of the logistic distribution. - - - - - Computes the probability density of the distribution (PDF) at x, i.e. 鈭侾(X 鈮 x)/鈭倄. - - The location at which to compute the density. - the density at . - - - - - Computes the log probability density of the distribution (lnPDF) at x, i.e. ln(鈭侾(X 鈮 x)/鈭倄). - - The location at which to compute the log density. - the log density at . - - - - - Computes the cumulative distribution (CDF) of the distribution at x, i.e. P(X 鈮 x). - - The location at which to compute the cumulative distribution function. - the cumulative distribution at location . - - - - - Computes the inverse of the cumulative distribution function (InvCDF) for the distribution - at the given probability. This is also known as the quantile or percent point function. - - The location at which to compute the inverse cumulative density. - the inverse cumulative density at . - - - - - Generates a sample from the logistic distribution using the Box-Muller algorithm. - - a sample from the distribution. - - - - Fills an array with samples generated from the distribution. - - - - - Generates a sequence of samples from the logistic distribution using the Box-Muller algorithm. - - a sequence of samples from the distribution. - - - - Computes the probability density of the distribution (PDF) at x, i.e. 鈭侾(X 鈮 x)/鈭倄. - - The mean (渭) of the logistic distribution. - The scale (s) of the logistic distribution. Range: s > 0. - The location at which to compute the density. - the density at . - - - - - Computes the log probability density of the distribution (lnPDF) at x, i.e. ln(鈭侾(X 鈮 x)/鈭倄). - - The mean (渭) of the logistic distribution. - The scale (s) of the logistic distribution. Range: s > 0. - The location at which to compute the density. - the log density at . - - - - - Computes the cumulative distribution (CDF) of the distribution at x, i.e. P(X 鈮 x). - - The location at which to compute the cumulative distribution function. - The mean (渭) of the logistic distribution. - The scale (s) of the logistic distribution. Range: s > 0. - the cumulative distribution at location . - - MATLAB: normcdf - - - - Computes the inverse of the cumulative distribution function (InvCDF) for the distribution - at the given probability. This is also known as the quantile or percent point function. - - The location at which to compute the inverse cumulative density. - The mean (渭) of the logistic distribution. - The scale (s) of the logistic distribution. Range: s > 0. - the inverse cumulative density at . - - MATLAB: norminv - - - - Generates a sample from the logistic distribution using the Box-Muller algorithm. - - The random number generator to use. - The mean (渭) of the logistic distribution. - The scale (s) of the logistic distribution. Range: s > 0. - a sample from the distribution. - - - - Generates a sequence of samples from the logistic distribution using the Box-Muller algorithm. - - The random number generator to use. - The mean (渭) of the logistic distribution. - The scale (s) of the logistic distribution. Range: s > 0. - a sequence of samples from the distribution. - - - - Fills an array with samples generated from the distribution. - - The random number generator to use. - The array to fill with the samples. - The mean (渭) of the logistic distribution. - The scale (s) of the logistic distribution. Range: s > 0. - a sequence of samples from the distribution. - - - - Generates a sample from the logistic distribution using the Box-Muller algorithm. - - The mean (渭) of the logistic distribution. - The scale (s) of the logistic distribution. Range: s > 0. - a sample from the distribution. - - - - Generates a sequence of samples from the logistic distribution using the Box-Muller algorithm. - - The mean (渭) of the logistic distribution. - The scale (s) of the logistic distribution. Range: s > 0. - a sequence of samples from the distribution. - - - - Fills an array with samples generated from the distribution. - - The array to fill with the samples. - The mean (渭) of the logistic distribution. - The scale (s) of the logistic distribution. Range: s > 0. - a sequence of samples from the distribution. - Continuous Univariate Log-Normal distribution. @@ -10489,7 +10189,7 @@ Continuous Univariate Skewed Generalized Error Distribution (SGED). - Implements the univariate Skewed Generalized Error Distribution. For details about this + Implements the univariate SSkewed Generalized Error Distribution. For details about this distribution, see Wikipedia - Generalized Error Distribution. @@ -11853,7 +11553,7 @@ The location at which to compute the inverse cumulative distribution function. the inverse cumulative distribution at location . - + Computes the inverse cumulative distribution (CDF) of the distribution at p, i.e. solving for P(X 鈮 x) = p. @@ -12881,18 +12581,6 @@ For more options and diagnostics consider to use directly. - - - Find vector x that minimizes the function f(x) using the Nelder-Mead Simplex algorithm. - For more options and diagnostics consider to use directly. - - - - - Find vector x that minimizes the function f(x) using the Nelder-Mead Simplex algorithm. - For more options and diagnostics consider to use directly. - - Find vector x that minimizes the function f(x) using the Nelder-Mead Simplex algorithm. @@ -12913,7 +12601,7 @@ An alternative routine using conjugate gradients (CG) is available in . - + Find vector x that minimizes the function f(x) using the Broyden鈥揊letcher鈥揋oldfarb鈥揝hanno (BFGS) algorithm. For more options and diagnostics consider to use directly. @@ -12926,7 +12614,7 @@ For more options and diagnostics consider to use directly. - + Find vector x that minimizes the function f(x), constrained within bounds, using the Broyden鈥揊letcher鈥揋oldfarb鈥揝hanno Bounded (BFGS-B) algorithm. For more options and diagnostics consider to use directly. @@ -12938,7 +12626,7 @@ For more options and diagnostics consider to use directly. - + Find vector x that minimizes the function f(x) using the Newton algorithm. For more options and diagnostics consider to use directly. @@ -13013,7 +12701,7 @@ Least-Squares fitting the points (x,y) to a line y : x -> a+b*x, - returning its best fitting parameters as (a, b) tuple, + returning its best fitting parameters as [a, b] array, where a is the intercept and b the slope. @@ -13203,18 +12891,6 @@ returning its best fitting parameter p0, p1 and p2. - - - Non-linear least-squares fitting the points (x,y) to an arbitrary function y : x -> f(p0, p1, p2, p3, x), - returning its best fitting parameter p0, p1, p2 and p3. - - - - - Non-linear least-squares fitting the points (x,y) to an arbitrary function y : x -> f(p0, p1, p2, p3, p4, x), - returning its best fitting parameter p0, p1, p2, p3 and p4. - - Non-linear least-squares fitting the points (x,y) to an arbitrary function y : x -> f(p, x), @@ -13233,18 +12909,6 @@ returning a function y' for the best fitting curve. - - - Non-linear least-squares fitting the points (x,y) to an arbitrary function y : x -> f(p0, p1, p2, p3, x), - returning a function y' for the best fitting curve. - - - - - Non-linear least-squares fitting the points (x,y) to an arbitrary function y : x -> f(p0, p1, p2, p3, p4, x), - returning a function y' for the best fitting curve. - - Generate samples by sampling a function at the provided points. @@ -13519,21 +13183,11 @@ Generate samples generated by the given computation. - - - Generate samples generated by the given computation. - - Generate an infinite sequence generated by the given computation. - - - Generate an infinite sequence generated by the given computation. - - Generate a Fibonacci sequence, including zero as first value. @@ -14016,6 +13670,98 @@ Sample matrix, where the iFFT is evaluated in place Fourier Transform Convention Options. + + + Naive forward DFT, useful e.g. to verify faster algorithms. + + Time-space sample vector. + Fourier Transform Convention Options. + Corresponding frequency-space vector. + + + + Naive forward DFT, useful e.g. to verify faster algorithms. + + Time-space sample vector. + Fourier Transform Convention Options. + Corresponding frequency-space vector. + + + + Naive inverse DFT, useful e.g. to verify faster algorithms. + + Frequency-space sample vector. + Fourier Transform Convention Options. + Corresponding time-space vector. + + + + Naive inverse DFT, useful e.g. to verify faster algorithms. + + Frequency-space sample vector. + Fourier Transform Convention Options. + Corresponding time-space vector. + + + + Radix-2 forward FFT for power-of-two sized sample vectors. + + Sample vector, where the FFT is evaluated in place. + Fourier Transform Convention Options. + + + + + Radix-2 forward FFT for power-of-two sized sample vectors. + + Sample vector, where the FFT is evaluated in place. + Fourier Transform Convention Options. + + + + + Radix-2 inverse FFT for power-of-two sized sample vectors. + + Sample vector, where the FFT is evaluated in place. + Fourier Transform Convention Options. + + + + + Radix-2 inverse FFT for power-of-two sized sample vectors. + + Sample vector, where the FFT is evaluated in place. + Fourier Transform Convention Options. + + + + + Bluestein forward FFT for arbitrary sized sample vectors. + + Sample vector, where the FFT is evaluated in place. + Fourier Transform Convention Options. + + + + Bluestein forward FFT for arbitrary sized sample vectors. + + Sample vector, where the FFT is evaluated in place. + Fourier Transform Convention Options. + + + + Bluestein inverse FFT for arbitrary sized sample vectors. + + Sample vector, where the FFT is evaluated in place. + Fourier Transform Convention Options. + + + + Bluestein inverse FFT for arbitrary sized sample vectors. + + Sample vector, where the FFT is evaluated in place. + Fourier Transform Convention Options. + Generate the frequencies corresponding to each index in frequency space. @@ -15283,19 +15029,6 @@ or the left index of the closest segment for extrapolation. - - - Gets all the t values where the derivative is 0 - see: https://mathworld.wolfram.com/StationaryPoint.html - - An array of t values (in the domain of the function) where the derivative of the spline is 0 - - - - Returns the t values in the domain of the spline for which it takes the minimum and maximum value. - - A tuple containing the t value for which the spline is minimum in the first component and maximum in the second component - Interpolation within the range of a discrete set of known data points. @@ -15873,14 +15606,6 @@ A new memory block will be allocated for storing the matrix. - - - Create a new dense matrix as a copy of the given indexed enumerable. - Keys must be provided at most once, zero is assumed if a key is omitted. - This new matrix will be independent from the enumerable. - A new memory block will be allocated for storing the matrix. - - Create a new dense matrix as a copy of the given enumerable. @@ -16369,14 +16094,6 @@ A new memory block will be allocated for storing the vector. - - - Create a new dense vector as a copy of the given indexed enumerable. - Keys must be provided at most once, zero is assumed if a key is omitted. - This new vector will be independent from the enumerable. - A new memory block will be allocated for storing the vector. - - Create a new dense vector and initialize each value using the provided value. @@ -16760,14 +16477,6 @@ A new memory block will be allocated for storing the matrix. - - - Create a new diagonal matrix and initialize each diagonal value from the provided indexed enumerable. - Keys must be provided at most once, zero is assumed if a key is omitted. - This new matrix will be independent from the enumerable. - A new memory block will be allocated for storing the matrix. - - Create a new diagonal matrix and initialize each diagonal value from the provided enumerable. @@ -17387,7 +17096,7 @@ A class which encapsulates the functionality of an LU factorization. For a matrix A, the LU factorization is a pair of lower triangular matrix L and upper triangular matrix U so that A = L*U. - In the Math.NET implementation we also store a set of pivot elements for increased + In the Math.Net implementation we also store a set of pivot elements for increased numerical stability. The pivot elements encode a permutation matrix P such that P*A = L*U. @@ -19011,14 +18720,6 @@ A new memory block will be allocated for storing the matrix. - - - Create a new sparse matrix as a copy of the given indexed enumerable. - Keys must be provided at most once, zero is assumed if a key is omitted. - This new matrix will be independent from the enumerable. - A new memory block will be allocated for storing the matrix. - - Create a new sparse matrix as a copy of the given enumerable. @@ -19511,14 +19212,6 @@ A new memory block will be allocated for storing the vector. - - - Create a new sparse vector as a copy of the given indexed enumerable. - Keys must be provided at most once, zero is assumed if a key is omitted. - This new vector will be independent from the enumerable. - A new memory block will be allocated for storing the vector. - - Create a new sparse vector and initialize each value using the provided value. @@ -20157,14 +19850,6 @@ A new memory block will be allocated for storing the matrix. - - - Create a new dense matrix as a copy of the given indexed enumerable. - Keys must be provided at most once, zero is assumed if a key is omitted. - This new matrix will be independent from the enumerable. - A new memory block will be allocated for storing the matrix. - - Create a new dense matrix as a copy of the given enumerable. @@ -20653,14 +20338,6 @@ A new memory block will be allocated for storing the vector. - - - Create a new dense vector as a copy of the given indexed enumerable. - Keys must be provided at most once, zero is assumed if a key is omitted. - This new vector will be independent from the enumerable. - A new memory block will be allocated for storing the vector. - - Create a new dense vector and initialize each value using the provided value. @@ -21045,14 +20722,6 @@ A new memory block will be allocated for storing the matrix. - - - Create a new diagonal matrix and initialize each diagonal value from the provided indexed enumerable. - Keys must be provided at most once, zero is assumed if a key is omitted. - This new matrix will be independent from the enumerable. - A new memory block will be allocated for storing the matrix. - - Create a new diagonal matrix and initialize each diagonal value from the provided enumerable. @@ -21668,7 +21337,7 @@ A class which encapsulates the functionality of an LU factorization. For a matrix A, the LU factorization is a pair of lower triangular matrix L and upper triangular matrix U so that A = L*U. - In the Math.NET implementation we also store a set of pivot elements for increased + In the Math.Net implementation we also store a set of pivot elements for increased numerical stability. The pivot elements encode a permutation matrix P such that P*A = L*U. @@ -23292,14 +22961,6 @@ A new memory block will be allocated for storing the matrix. - - - Create a new sparse matrix as a copy of the given indexed enumerable. - Keys must be provided at most once, zero is assumed if a key is omitted. - This new matrix will be independent from the enumerable. - A new memory block will be allocated for storing the matrix. - - Create a new sparse matrix as a copy of the given enumerable. @@ -23792,14 +23453,6 @@ A new memory block will be allocated for storing the vector. - - - Create a new sparse vector as a copy of the given indexed enumerable. - Keys must be provided at most once, zero is assumed if a key is omitted. - This new vector will be independent from the enumerable. - A new memory block will be allocated for storing the vector. - - Create a new sparse vector and initialize each value using the provided value. @@ -24438,14 +24091,6 @@ A new memory block will be allocated for storing the matrix. - - - Create a new dense matrix as a copy of the given indexed enumerable. - Keys must be provided at most once, zero is assumed if a key is omitted. - This new matrix will be independent from the enumerable. - A new memory block will be allocated for storing the matrix. - - Create a new dense matrix as a copy of the given enumerable. @@ -24934,14 +24579,6 @@ A new memory block will be allocated for storing the vector. - - - Create a new dense vector as a copy of the given indexed enumerable. - Keys must be provided at most once, zero is assumed if a key is omitted. - This new vector will be independent from the enumerable. - A new memory block will be allocated for storing the vector. - - Create a new dense vector and initialize each value using the provided value. @@ -25301,14 +24938,6 @@ A new memory block will be allocated for storing the matrix. - - - Create a new diagonal matrix and initialize each diagonal value from the provided indexed enumerable. - Keys must be provided at most once, zero is assumed if a key is omitted. - This new matrix will be independent from the enumerable. - A new memory block will be allocated for storing the matrix. - - Create a new diagonal matrix and initialize each diagonal value from the provided enumerable. @@ -25924,7 +25553,7 @@ A class which encapsulates the functionality of an LU factorization. For a matrix A, the LU factorization is a pair of lower triangular matrix L and upper triangular matrix U so that A = L*U. - In the Math.NET implementation we also store a set of pivot elements for increased + In the Math.Net implementation we also store a set of pivot elements for increased numerical stability. The pivot elements encode a permutation matrix P such that P*A = L*U. @@ -27551,14 +27180,6 @@ A new memory block will be allocated for storing the matrix. - - - Create a new sparse matrix as a copy of the given indexed enumerable. - Keys must be provided at most once, zero is assumed if a key is omitted. - This new matrix will be independent from the enumerable. - A new memory block will be allocated for storing the matrix. - - Create a new sparse matrix as a copy of the given enumerable. @@ -28040,14 +27661,6 @@ A new memory block will be allocated for storing the vector. - - - Create a new sparse vector as a copy of the given indexed enumerable. - Keys must be provided at most once, zero is assumed if a key is omitted. - This new vector will be independent from the enumerable. - A new memory block will be allocated for storing the vector. - - Create a new sparse vector and initialize each value using the provided value. @@ -28670,14 +28283,6 @@ A new memory block will be allocated for storing the matrix. - - - Create a new dense matrix as a copy of the given indexed enumerable. - Keys must be provided at most once, zero is assumed if a key is omitted. - This new matrix will be independent from the enumerable. - A new memory block will be allocated for storing the matrix. - - Create a new dense matrix as a copy of the given enumerable. @@ -29166,14 +28771,6 @@ A new memory block will be allocated for storing the vector. - - - Create a new dense vector as a copy of the given indexed enumerable. - Keys must be provided at most once, zero is assumed if a key is omitted. - This new vector will be independent from the enumerable. - A new memory block will be allocated for storing the vector. - - Create a new dense vector and initialize each value using the provided value. @@ -29533,14 +29130,6 @@ A new memory block will be allocated for storing the matrix. - - - Create a new diagonal matrix and initialize each diagonal value from the provided indexed enumerable. - Keys must be provided at most once, zero is assumed if a key is omitted. - This new matrix will be independent from the enumerable. - A new memory block will be allocated for storing the matrix. - - Create a new diagonal matrix and initialize each diagonal value from the provided enumerable. @@ -30155,7 +29744,7 @@ A class which encapsulates the functionality of an LU factorization. For a matrix A, the LU factorization is a pair of lower triangular matrix L and upper triangular matrix U so that A = L*U. - In the Math.NET implementation we also store a set of pivot elements for increased + In the Math.Net implementation we also store a set of pivot elements for increased numerical stability. The pivot elements encode a permutation matrix P such that P*A = L*U. @@ -31782,14 +31371,6 @@ A new memory block will be allocated for storing the matrix.
- - - Create a new sparse matrix as a copy of the given indexed enumerable. - Keys must be provided at most once, zero is assumed if a key is omitted. - This new matrix will be independent from the enumerable. - A new memory block will be allocated for storing the matrix. - - Create a new sparse matrix as a copy of the given enumerable. @@ -32271,14 +31852,6 @@ A new memory block will be allocated for storing the vector. - - - Create a new sparse vector as a copy of the given indexed enumerable. - Keys must be provided at most once, zero is assumed if a key is omitted. - This new vector will be independent from the enumerable. - A new memory block will be allocated for storing the vector. - - Create a new sparse vector and initialize each value using the provided value. @@ -32984,14 +32557,6 @@ A new memory block will be allocated for storing the matrix. - - - Create a new dense matrix as a copy of the given indexed enumerable. - Keys must be provided at most once, zero is assumed if a key is omitted. - This new matrix will be independent from the enumerable. - A new memory block will be allocated for storing the matrix. - - Create a new dense matrix as a copy of the given enumerable. @@ -33205,14 +32770,6 @@ A new memory block will be allocated for storing the matrix. - - - Create a new sparse matrix as a copy of the given indexed enumerable. - Keys must be provided at most once, zero is assumed if a key is omitted. - This new matrix will be independent from the enumerable. - A new memory block will be allocated for storing the matrix. - - Create a new sparse matrix as a copy of the given enumerable. @@ -33602,14 +33159,6 @@ A new memory block will be allocated for storing the vector. - - - Create a new dense vector as a copy of the given indexed enumerable. - Keys must be provided at most once, zero is assumed if a key is omitted. - This new vector will be independent from the enumerable. - A new memory block will be allocated for storing the vector. - - Create a new sparse vector straight from an initialized vector storage instance. @@ -33663,14 +33212,6 @@ A new memory block will be allocated for storing the vector. - - - Create a new sparse vector as a copy of the given indexed enumerable. - Keys must be provided at most once, zero is assumed if a key is omitted. - This new vector will be independent from the enumerable. - A new memory block will be allocated for storing the vector. - - Create a new matrix straight from an initialized matrix storage instance. @@ -33814,14 +33355,6 @@ A new memory block will be allocated for storing the matrix. - - - Create a new dense matrix as a copy of the given indexed enumerable. - Keys must be provided at most once, zero is assumed if a key is omitted. - This new matrix will be independent from the enumerable. - A new memory block will be allocated for storing the matrix. - - Create a new dense matrix as a copy of the given enumerable. @@ -34026,14 +33559,6 @@ A new memory block will be allocated for storing the matrix. - - - Create a new sparse matrix as a copy of the given indexed enumerable. - Keys must be provided at most once, zero is assumed if a key is omitted. - This new matrix will be independent from the enumerable. - A new memory block will be allocated for storing the matrix. - - Create a new sparse matrix as a copy of the given enumerable. @@ -34406,14 +33931,6 @@ A new memory block will be allocated for storing the vector. - - - Create a new dense vector as a copy of the given indexed enumerable. - Keys must be provided at most once, zero is assumed if a key is omitted. - This new vector will be independent from the enumerable. - A new memory block will be allocated for storing the vector. - - Create a new sparse vector straight from an initialized vector storage instance. @@ -34467,14 +33984,6 @@ A new memory block will be allocated for storing the vector. - - - Create a new sparse vector as a copy of the given indexed enumerable. - Keys must be provided at most once, zero is assumed if a key is omitted. - This new vector will be independent from the enumerable. - A new memory block will be allocated for storing the vector. - - A class which encapsulates the functionality of a Cholesky factorization. @@ -34668,7 +34177,7 @@ A class which encapsulates the functionality of an LU factorization. For a matrix A, the LU factorization is a pair of lower triangular matrix L and upper triangular matrix U so that A = L*U. - In the Math.NET implementation we also store a set of pivot elements for increased + In the Math.Net implementation we also store a set of pivot elements for increased numerical stability. The pivot elements encode a permutation matrix P such that P*A = L*U. @@ -40679,15 +40188,6 @@ True if an intercept should be added as first artificial predictor value. Default = false. Best fitting list of model parameters 尾 for each element in the predictor-arrays. - - - Find the model parameters 尾 such that their linear combination with all predictor-arrays in X become as close to their response in Y as possible, with least squares residuals. - Uses the cholesky decomposition of the normal equations. - - Sequence of predictor-arrays and their response. - True if an intercept should be added as first artificial predictor value. Default = false. - Best fitting list of model parameters 尾 for each element in the predictor-arrays. - Find the model parameters 尾 such that X*尾 with predictor X becomes as close to response Y as possible, with least squares residuals. @@ -40725,15 +40225,6 @@ True if an intercept should be added as first artificial predictor value. Default = false. Best fitting list of model parameters 尾 for each element in the predictor-arrays. - - - Find the model parameters 尾 such that their linear combination with all predictor-arrays in X become as close to their response in Y as possible, with least squares residuals. - Uses an orthogonal decomposition and is therefore more numerically stable than the normal equations but also slower. - - Sequence of predictor-arrays and their response. - True if an intercept should be added as first artificial predictor value. Default = false. - Best fitting list of model parameters 尾 for each element in the predictor-arrays. - Find the model parameters 尾 such that X*尾 with predictor X becomes as close to response Y as possible, with least squares residuals. @@ -40771,15 +40262,6 @@ True if an intercept should be added as first artificial predictor value. Default = false. Best fitting list of model parameters 尾 for each element in the predictor-arrays. - - - Find the model parameters 尾 such that their linear combination with all predictor-arrays in X become as close to their response in Y as possible, with least squares residuals. - Uses a singular value decomposition and is therefore more numerically stable (especially if ill-conditioned) than the normal equations or QR but also slower. - - Sequence of predictor-arrays and their response. - True if an intercept should be added as first artificial predictor value. Default = false. - Best fitting list of model parameters 尾 for each element in the predictor-arrays. - Least-Squares fitting the points (x,y) to a line y : x -> a+b*x, @@ -40797,14 +40279,6 @@ Predictor-Response samples as tuples - - - Least-Squares fitting the points (x,y) to a line y : x -> a+b*x, - returning its best fitting parameters as (a, b) tuple, - where a is the intercept and b the slope. - - Predictor-Response samples as tuples - Least-Squares fitting the points (x,y) to a line y : x -> b*x, @@ -40855,14 +40329,6 @@ List of weights, one for each sample. True if an intercept should be added as first artificial predictor value. Default = false. - - - Weighted Linear Regression using normal equations. - - List of sample vectors (predictor) together with their response. - List of weights, one for each sample. - True if an intercept should be added as first artificial predictor value. Default = false. - Locally-Weighted Linear Regression using normal equations. @@ -41104,7 +40570,7 @@ The objective function, including model, observations, and parameter bounds. The initial guess values. - The initial damping parameter of mu. + The initial damping parameter of mu. The stopping threshold for infinity norm of the gradient vector. The stopping threshold for L2 norm of the change of parameters. The stopping threshold for L2 norm of the residuals. @@ -41347,7 +40813,7 @@ Objective function where neither Gradient nor Hessian is available. - + Objective function where the Gradient is available. Greedy evaluation. @@ -41357,7 +40823,7 @@ Objective function where the Gradient is available. Lazy evaluation. - + Objective function where the Hessian is available. Greedy evaluation. @@ -41367,7 +40833,7 @@ Objective function where the Hessian is available. Lazy evaluation. - + Objective function where both Gradient and Hessian are available. Greedy evaluation. @@ -43311,12 +42777,192 @@ The value to compare with. A norm of the difference between this and the other value. - + + Revision + + - Optional path to try to load native provider binaries from, - if the provider specific hint path is not set. - If neither is set, Numerics falls back to the provider specific - environment variables, or the default probing paths. + Frees memory buffers, caches and handles allocated in or to the provider. + Does not unload the provider itself, it is still usable afterwards. + This method is safe to call, even if the provider is not loaded. + + + + + P/Invoke methods to the native math libraries. + + + + + Name of the native DLL. + + + + Revision + + + Revision + + + + Frees memory buffers, caches and handles allocated in or to the provider. + Does not unload the provider itself, it is still usable afterwards. + This method is safe to call, even if the provider is not loaded. + + + + + Frees the memory allocated to the MKL memory pool. + + + + + Frees the memory allocated to the MKL memory pool on the current thread. + + + + + Disable the MKL memory pool. May impact performance. + + + + + Retrieves information about the MKL memory pool. + + On output, returns the number of memory buffers allocated. + Returns the number of bytes allocated to all memory buffers. + + + + Enable gathering of peak memory statistics of the MKL memory pool. + + + + + Disable gathering of peak memory statistics of the MKL memory pool. + + + + + Measures peak memory usage of the MKL memory pool. + + Whether the usage counter should be reset. + The peak number of bytes allocated to all memory buffers. + + + + Disable gathering memory usage + + + + + Enable gathering memory usage + + + + + Return peak memory usage + + + + + Return peak memory usage and reset counter + + + + + Consistency vs. performance trade-off between runs on different machines. + + + + Consistent on the same CPU only (maximum performance) + + + Consistent on Intel and compatible CPUs with SSE2 support (maximum compatibility) + + + Consistent on Intel CPUs supporting SSE2 or later + + + Consistent on Intel CPUs supporting SSE4.2 or later + + + Consistent on Intel CPUs supporting AVX or later + + + Consistent on Intel CPUs supporting AVX2 or later + + + + P/Invoke methods to the native math libraries. + + + + + Name of the native DLL. + + + + + Helper class to load native libraries depending on the architecture of the OS and process. + + + + + Dictionary of handles to previously loaded libraries, + + + + + Gets a string indicating the architecture and bitness of the current process. + + + + + If the last native library failed to load then gets the corresponding exception + which occurred or null if the library was successfully loaded. + + + + + Load the native library with the given filename. + + The file name of the library to load. + Hint path where to look for the native binaries. Can be null. + True if the library was successfully loaded or if it has already been loaded. + + + + Try to load a native library by providing its name and a directory. + Tries to load an implementation suitable for the current CPU architecture + and process mode if there is a matching subfolder. + + True if the library was successfully loaded or if it has already been loaded. + + + + Try to load a native library by providing the full path including the file name of the library. + + True if the library was successfully loaded or if it has already been loaded. + + + Revision + + + + Frees memory buffers, caches and handles allocated in or to the provider. + Does not unload the provider itself, it is still usable afterwards. + This method is safe to call, even if the provider is not loaded. + + + + + P/Invoke methods to the native math libraries. + + + + + Name of the native DLL. @@ -43325,6 +42971,13 @@
The linear algebra provider.
+ + + Optional path to try to load native provider binaries from. + If not set, Numerics will fall back to the environment variable + `MathNetNumericsFFTProviderPath` or the default probing paths. + + Try to use a native provider, if available. @@ -43359,95 +43012,119 @@ Does not unload the provider itself, it is still usable afterwards. - + Sequences with length greater than Math.Sqrt(Int32.MaxValue) + 1 will cause k*k in the Bluestein sequence to overflow (GH-286). - + Generate the bluestein sequence for the provided problem size. Number of samples. Bluestein sequence exp(I*Pi*k^2/N) - + Generate the bluestein sequence for the provided problem size. Number of samples. Bluestein sequence exp(I*Pi*k^2/N) - + Convolution with the bluestein sequence (Parallel Version). Sample Vector. - + Convolution with the bluestein sequence (Parallel Version). Sample Vector. - + Swap the real and imaginary parts of each sample. Sample Vector. - + Swap the real and imaginary parts of each sample. Sample Vector. - + Bluestein generic FFT for arbitrary sized sample vectors. - + Bluestein generic FFT for arbitrary sized sample vectors. - + Bluestein generic FFT for arbitrary sized sample vectors. - + Bluestein generic FFT for arbitrary sized sample vectors. - + Try to find out whether the provider is available, at least in principle. Verification may still fail if available, but it will certainly fail if unavailable. - + Initialize and verify that the provided is indeed available. If not, fall back to alternatives like the managed provider - + Frees memory buffers, caches and handles allocated in or to the provider. Does not unload the provider itself, it is still usable afterwards. - + + + Fully rescale the FFT result. + + Sample Vector. + + + + Fully rescale the FFT result. + + Sample Vector. + + + + Half rescale the FFT result (e.g. for symmetric transforms). + + Sample Vector. + + + + Fully rescale the FFT result (e.g. for symmetric transforms). + + Sample Vector. + + Radix-2 Reorder Helper Method Sample type Sample vector - + Radix-2 Step Helper Method @@ -43456,7 +43133,7 @@ Level Group Size. Index inside of the level. - + Radix-2 Step Helper Method @@ -43465,69 +43142,755 @@ Level Group Size. Index inside of the level. - + Radix-2 generic FFT for power-of-two sized sample vectors. - + Radix-2 generic FFT for power-of-two sized sample vectors. - + Radix-2 generic FFT for power-of-two sized sample vectors. - + Radix-2 generic FFT for power-of-two sized sample vectors. - + Radix-2 generic FFT for power-of-two sample vectors (Parallel Version). - + Radix-2 generic FFT for power-of-two sample vectors (Parallel Version). - + Radix-2 generic FFT for power-of-two sample vectors (Parallel Version). - + Radix-2 generic FFT for power-of-two sample vectors (Parallel Version). - - - Fully rescale the FFT result. - - Sample Vector. + + Hint path where to look for the native binaries - + - Fully rescale the FFT result. + Try to find out whether the provider is available, at least in principle. + Verification may still fail if available, but it will certainly fail if unavailable. - Sample Vector. - + - Half rescale the FFT result (e.g. for symmetric transforms). + Initialize and verify that the provided is indeed available. If not, fall back to alternatives like the managed provider - Sample Vector. - + - Fully rescale the FFT result (e.g. for symmetric transforms). + Frees memory buffers, caches and handles allocated in or to the provider. + Does not unload the provider itself, it is still usable afterwards. - Sample Vector. + + + + NVidia's CUDA Toolkit linear algebra provider. + + + NVidia's CUDA Toolkit linear algebra provider. + + + NVidia's CUDA Toolkit linear algebra provider. + + + NVidia's CUDA Toolkit linear algebra provider. + + + NVidia's CUDA Toolkit linear algebra provider. + + + + + Computes the dot product of x and y. + + The vector x. + The vector y. + The dot product of x and y. + This is equivalent to the DOT BLAS routine. + + + + Adds a scaled vector to another: result = y + alpha*x. + + The vector to update. + The value to scale by. + The vector to add to . + The result of the addition. + This is similar to the AXPY BLAS routine. + + + + Scales an array. Can be used to scale a vector and a matrix. + + The scalar. + The values to scale. + This result of the scaling. + This is similar to the SCAL BLAS routine. + + + + Multiples two matrices. result = x * y + + The x matrix. + The number of rows in the x matrix. + The number of columns in the x matrix. + The y matrix. + The number of rows in the y matrix. + The number of columns in the y matrix. + Where to store the result of the multiplication. + This is a simplified version of the BLAS GEMM routine with alpha + set to Complex.One and beta set to Complex.Zero, and x and y are not transposed. + + + + Multiplies two matrices and updates another with the result. c = alpha*op(a)*op(b) + beta*c + + How to transpose the matrix. + How to transpose the matrix. + The value to scale matrix. + The a matrix. + The number of rows in the matrix. + The number of columns in the matrix. + The b matrix + The number of rows in the matrix. + The number of columns in the matrix. + The value to scale the matrix. + The c matrix. + + + + Computes the LUP factorization of A. P*A = L*U. + + An by matrix. The matrix is overwritten with the + the LU factorization on exit. The lower triangular factor L is stored in under the diagonal of (the diagonal is always Complex.One + for the L factor). The upper triangular factor U is stored on and above the diagonal of . + The order of the square matrix . + On exit, it contains the pivot indices. The size of the array must be . + This is equivalent to the GETRF LAPACK routine. + + + + Computes the inverse of matrix using LU factorization. + + The N by N matrix to invert. Contains the inverse On exit. + The order of the square matrix . + This is equivalent to the GETRF and GETRI LAPACK routines. + + + + Computes the inverse of a previously factored matrix. + + The LU factored N by N matrix. Contains the inverse On exit. + The order of the square matrix . + The pivot indices of . + This is equivalent to the GETRI LAPACK routine. + + + + Solves A*X=B for X using LU factorization. + + The number of columns of B. + The square matrix A. + The order of the square matrix . + On entry the B matrix; on exit the X matrix. + This is equivalent to the GETRF and GETRS LAPACK routines. + + + + Solves A*X=B for X using a previously factored A matrix. + + The number of columns of B. + The factored A matrix. + The order of the square matrix . + The pivot indices of . + On entry the B matrix; on exit the X matrix. + This is equivalent to the GETRS LAPACK routine. + + + + Computes the Cholesky factorization of A. + + On entry, a square, positive definite matrix. On exit, the matrix is overwritten with the + the Cholesky factorization. + The number of rows or columns in the matrix. + This is equivalent to the POTRF LAPACK routine. + + + + Solves A*X=B for X using Cholesky factorization. + + The square, positive definite matrix A. + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The number of columns in the B matrix. + This is equivalent to the POTRF add POTRS LAPACK routines. + + + + + Solves A*X=B for X using a previously factored A matrix. + + The square, positive definite matrix A. + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The number of columns in the B matrix. + This is equivalent to the POTRS LAPACK routine. + + + + Solves A*X=B for X using the singular value decomposition of A. + + On entry, the M by N matrix to decompose. + The number of rows in the A matrix. + The number of columns in the A matrix. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + + + + Computes the singular value decomposition of A. + + Compute the singular U and VT vectors or not. + On entry, the M by N matrix to decompose. On exit, A may be overwritten. + The number of rows in the A matrix. + The number of columns in the A matrix. + The singular values of A in ascending value. + If is true, on exit U contains the left + singular vectors. + If is true, on exit VT contains the transposed + right singular vectors. + This is equivalent to the GESVD LAPACK routine. + + + + Computes the dot product of x and y. + + The vector x. + The vector y. + The dot product of x and y. + This is equivalent to the DOT BLAS routine. + + + + Adds a scaled vector to another: result = y + alpha*x. + + The vector to update. + The value to scale by. + The vector to add to . + The result of the addition. + This is similar to the AXPY BLAS routine. + + + + Scales an array. Can be used to scale a vector and a matrix. + + The scalar. + The values to scale. + This result of the scaling. + This is similar to the SCAL BLAS routine. + + + + Multiples two matrices. result = x * y + + The x matrix. + The number of rows in the x matrix. + The number of columns in the x matrix. + The y matrix. + The number of rows in the y matrix. + The number of columns in the y matrix. + Where to store the result of the multiplication. + This is a simplified version of the BLAS GEMM routine with alpha + set to Complex32.One and beta set to Complex32.Zero, and x and y are not transposed. + + + + Multiplies two matrices and updates another with the result. c = alpha*op(a)*op(b) + beta*c + + How to transpose the matrix. + How to transpose the matrix. + The value to scale matrix. + The a matrix. + The number of rows in the matrix. + The number of columns in the matrix. + The b matrix + The number of rows in the matrix. + The number of columns in the matrix. + The value to scale the matrix. + The c matrix. + + + + Computes the LUP factorization of A. P*A = L*U. + + An by matrix. The matrix is overwritten with the + the LU factorization on exit. The lower triangular factor L is stored in under the diagonal of (the diagonal is always Complex32.One + for the L factor). The upper triangular factor U is stored on and above the diagonal of . + The order of the square matrix . + On exit, it contains the pivot indices. The size of the array must be . + This is equivalent to the GETRF LAPACK routine. + + + + Computes the inverse of matrix using LU factorization. + + The N by N matrix to invert. Contains the inverse On exit. + The order of the square matrix . + This is equivalent to the GETRF and GETRI LAPACK routines. + + + + Computes the inverse of a previously factored matrix. + + The LU factored N by N matrix. Contains the inverse On exit. + The order of the square matrix . + The pivot indices of . + This is equivalent to the GETRI LAPACK routine. + + + + Solves A*X=B for X using LU factorization. + + The number of columns of B. + The square matrix A. + The order of the square matrix . + On entry the B matrix; on exit the X matrix. + This is equivalent to the GETRF and GETRS LAPACK routines. + + + + Solves A*X=B for X using a previously factored A matrix. + + The number of columns of B. + The factored A matrix. + The order of the square matrix . + The pivot indices of . + On entry the B matrix; on exit the X matrix. + This is equivalent to the GETRS LAPACK routine. + + + + Computes the Cholesky factorization of A. + + On entry, a square, positive definite matrix. On exit, the matrix is overwritten with the + the Cholesky factorization. + The number of rows or columns in the matrix. + This is equivalent to the POTRF LAPACK routine. + + + + Solves A*X=B for X using Cholesky factorization. + + The square, positive definite matrix A. + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The number of columns in the B matrix. + This is equivalent to the POTRF add POTRS LAPACK routines. + + + + + Solves A*X=B for X using a previously factored A matrix. + + The square, positive definite matrix A. + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The number of columns in the B matrix. + This is equivalent to the POTRS LAPACK routine. + + + + Solves A*X=B for X using the singular value decomposition of A. + + On entry, the M by N matrix to decompose. + The number of rows in the A matrix. + The number of columns in the A matrix. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + + + + Computes the singular value decomposition of A. + + Compute the singular U and VT vectors or not. + On entry, the M by N matrix to decompose. On exit, A may be overwritten. + The number of rows in the A matrix. + The number of columns in the A matrix. + The singular values of A in ascending value. + If is true, on exit U contains the left + singular vectors. + If is true, on exit VT contains the transposed + right singular vectors. + This is equivalent to the GESVD LAPACK routine. + + + Hint path where to look for the native binaries + + + + Try to find out whether the provider is available, at least in principle. + Verification may still fail if available, but it will certainly fail if unavailable. + + + + + Initialize and verify that the provided is indeed available. + If calling this method fails, consider to fall back to alternatives like the managed provider. + + + + + Frees memory buffers, caches and handles allocated in or to the provider. + Does not unload the provider itself, it is still usable afterwards. + + + + + Computes the dot product of x and y. + + The vector x. + The vector y. + The dot product of x and y. + This is equivalent to the DOT BLAS routine. + + + + Adds a scaled vector to another: result = y + alpha*x. + + The vector to update. + The value to scale by. + The vector to add to . + The result of the addition. + This is similar to the AXPY BLAS routine. + + + + Scales an array. Can be used to scale a vector and a matrix. + + The scalar. + The values to scale. + This result of the scaling. + This is similar to the SCAL BLAS routine. + + + + Multiples two matrices. result = x * y + + The x matrix. + The number of rows in the x matrix. + The number of columns in the x matrix. + The y matrix. + The number of rows in the y matrix. + The number of columns in the y matrix. + Where to store the result of the multiplication. + This is a simplified version of the BLAS GEMM routine with alpha + set to 1.0 and beta set to 0.0, and x and y are not transposed. + + + + Multiplies two matrices and updates another with the result. c = alpha*op(a)*op(b) + beta*c + + How to transpose the matrix. + How to transpose the matrix. + The value to scale matrix. + The a matrix. + The number of rows in the matrix. + The number of columns in the matrix. + The b matrix + The number of rows in the matrix. + The number of columns in the matrix. + The value to scale the matrix. + The c matrix. + + + + Computes the LUP factorization of A. P*A = L*U. + + An by matrix. The matrix is overwritten with the + the LU factorization on exit. The lower triangular factor L is stored in under the diagonal of (the diagonal is always 1.0 + for the L factor). The upper triangular factor U is stored on and above the diagonal of . + The order of the square matrix . + On exit, it contains the pivot indices. The size of the array must be . + This is equivalent to the GETRF LAPACK routine. + + + + Computes the inverse of matrix using LU factorization. + + The N by N matrix to invert. Contains the inverse On exit. + The order of the square matrix . + This is equivalent to the GETRF and GETRI LAPACK routines. + + + + Computes the inverse of a previously factored matrix. + + The LU factored N by N matrix. Contains the inverse On exit. + The order of the square matrix . + The pivot indices of . + This is equivalent to the GETRI LAPACK routine. + + + + Solves A*X=B for X using LU factorization. + + The number of columns of B. + The square matrix A. + The order of the square matrix . + On entry the B matrix; on exit the X matrix. + This is equivalent to the GETRF and GETRS LAPACK routines. + + + + Solves A*X=B for X using a previously factored A matrix. + + The number of columns of B. + The factored A matrix. + The order of the square matrix . + The pivot indices of . + On entry the B matrix; on exit the X matrix. + This is equivalent to the GETRS LAPACK routine. + + + + Computes the Cholesky factorization of A. + + On entry, a square, positive definite matrix. On exit, the matrix is overwritten with the + the Cholesky factorization. + The number of rows or columns in the matrix. + This is equivalent to the POTRF LAPACK routine. + + + + Solves A*X=B for X using Cholesky factorization. + + The square, positive definite matrix A. + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The number of columns in the B matrix. + This is equivalent to the POTRF add POTRS LAPACK routines. + + + + + Solves A*X=B for X using a previously factored A matrix. + + The square, positive definite matrix A. + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The number of columns in the B matrix. + This is equivalent to the POTRS LAPACK routine. + + + + Solves A*X=B for X using the singular value decomposition of A. + + On entry, the M by N matrix to decompose. + The number of rows in the A matrix. + The number of columns in the A matrix. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + + + + Computes the singular value decomposition of A. + + Compute the singular U and VT vectors or not. + On entry, the M by N matrix to decompose. On exit, A may be overwritten. + The number of rows in the A matrix. + The number of columns in the A matrix. + The singular values of A in ascending value. + If is true, on exit U contains the left + singular vectors. + If is true, on exit VT contains the transposed + right singular vectors. + This is equivalent to the GESVD LAPACK routine. + + + + Computes the dot product of x and y. + + The vector x. + The vector y. + The dot product of x and y. + This is equivalent to the DOT BLAS routine. + + + + Adds a scaled vector to another: result = y + alpha*x. + + The vector to update. + The value to scale by. + The vector to add to . + The result of the addition. + This is similar to the AXPY BLAS routine. + + + + Scales an array. Can be used to scale a vector and a matrix. + + The scalar. + The values to scale. + This result of the scaling. + This is similar to the SCAL BLAS routine. + + + + Multiples two matrices. result = x * y + + The x matrix. + The number of rows in the x matrix. + The number of columns in the x matrix. + The y matrix. + The number of rows in the y matrix. + The number of columns in the y matrix. + Where to store the result of the multiplication. + This is a simplified version of the BLAS GEMM routine with alpha + set to 1.0f and beta set to 0.0f, and x and y are not transposed. + + + + Multiplies two matrices and updates another with the result. c = alpha*op(a)*op(b) + beta*c + + How to transpose the matrix. + How to transpose the matrix. + The value to scale matrix. + The a matrix. + The number of rows in the matrix. + The number of columns in the matrix. + The b matrix + The number of rows in the matrix. + The number of columns in the matrix. + The value to scale the matrix. + The c matrix. + + + + Computes the LUP factorization of A. P*A = L*U. + + An by matrix. The matrix is overwritten with the + the LU factorization on exit. The lower triangular factor L is stored in under the diagonal of (the diagonal is always 1.0f + for the L factor). The upper triangular factor U is stored on and above the diagonal of . + The order of the square matrix . + On exit, it contains the pivot indices. The size of the array must be . + This is equivalent to the GETRF LAPACK routine. + + + + Computes the inverse of matrix using LU factorization. + + The N by N matrix to invert. Contains the inverse On exit. + The order of the square matrix . + This is equivalent to the GETRF and GETRI LAPACK routines. + + + + Computes the inverse of a previously factored matrix. + + The LU factored N by N matrix. Contains the inverse On exit. + The order of the square matrix . + The pivot indices of . + This is equivalent to the GETRI LAPACK routine. + + + + Solves A*X=B for X using LU factorization. + + The number of columns of B. + The square matrix A. + The order of the square matrix . + On entry the B matrix; on exit the X matrix. + This is equivalent to the GETRF and GETRS LAPACK routines. + + + + Solves A*X=B for X using a previously factored A matrix. + + The number of columns of B. + The factored A matrix. + The order of the square matrix . + The pivot indices of . + On entry the B matrix; on exit the X matrix. + This is equivalent to the GETRS LAPACK routine. + + + + Computes the Cholesky factorization of A. + + On entry, a square, positive definite matrix. On exit, the matrix is overwritten with the + the Cholesky factorization. + The number of rows or columns in the matrix. + This is equivalent to the POTRF LAPACK routine. + + + + Solves A*X=B for X using Cholesky factorization. + + The square, positive definite matrix A. + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The number of columns in the B matrix. + This is equivalent to the POTRF add POTRS LAPACK routines. + + + + + Solves A*X=B for X using a previously factored A matrix. + + The square, positive definite matrix A. + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The number of columns in the B matrix. + This is equivalent to the POTRS LAPACK routine. + + + + Solves A*X=B for X using the singular value decomposition of A. + + On entry, the M by N matrix to decompose. + The number of rows in the A matrix. + The number of columns in the A matrix. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + + + + Computes the singular value decomposition of A. + + Compute the singular U and VT vectors or not. + On entry, the M by N matrix to decompose. On exit, A may be overwritten. + The number of rows in the A matrix. + The number of columns in the A matrix. + The singular values of A in ascending value. + If is true, on exit U contains the left + singular vectors. + If is true, on exit VT contains the transposed + right singular vectors. + This is equivalent to the GESVD LAPACK routine. @@ -43926,14 +44289,6 @@ On output, the eigen values (位) of matrix in ascending value. The length of the array must . On output, the block diagonal eigenvalue matrix. The length of the array must be order * order. - - - Optional path to try to load native provider binaries from, - if the provider specific hint path is not set. - If neither is set, Numerics falls back to the provider specific - environment variables, or the default probing paths. - - Gets or sets the linear algebra provider. @@ -43941,6 +44296,13 @@ The linear algebra provider. + + + Optional path to try to load native provider binaries from. + If not set, Numerics will fall back to the environment variable + `MathNetNumericsLAProviderPath` or the default probing paths. + + Try to use a native provider, if available. @@ -43958,7 +44320,7 @@ or fall back to the best provider. - + The managed linear algebra provider. @@ -43975,7 +44337,7 @@ The managed linear algebra provider. - + Adds a scaled vector to another: result = y + alpha*x. @@ -43985,7 +44347,7 @@ The result of the addition. This is similar to the AXPY BLAS routine. - + Scales an array. Can be used to scale a vector and a matrix. @@ -43994,14 +44356,14 @@ This result of the scaling. This is similar to the SCAL BLAS routine. - + Conjugates an array. Can be used to conjugate a vector and a matrix. The values to conjugate. This result of the conjugation. - + Computes the dot product of x and y. @@ -44010,7 +44372,7 @@ The dot product of x and y. This is equivalent to the DOT BLAS routine. - + Does a point wise add of two arrays z = x + y. This can be used to add vectors or matrices. @@ -44022,7 +44384,7 @@ provide optimized (parallel and/or vectorized) versions of this routine. - + Does a point wise subtraction of two arrays z = x - y. This can be used to subtract vectors or matrices. @@ -44034,7 +44396,7 @@ provide optimized (parallel and/or vectorized) versions of this routine. - + Does a point wise multiplication of two arrays z = x * y. This can be used to multiple elements of vectors or matrices. @@ -44046,7 +44408,7 @@ provide optimized (parallel and/or vectorized) versions of this routine. - + Does a point wise division of two arrays z = x / y. This can be used to divide elements of vectors or matrices. @@ -44058,7 +44420,7 @@ provide optimized (parallel and/or vectorized) versions of this routine. - + Does a point wise power of two arrays z = x ^ y. This can be used to raise elements of vectors or matrices to the powers of another vector or matrix. @@ -44070,7 +44432,7 @@ provide optimized (parallel and/or vectorized) versions of this routine. - + Computes the requested of the matrix. @@ -44082,7 +44444,7 @@ The requested of the matrix. - + Multiples two matrices. result = x * y @@ -44096,7 +44458,7 @@ This is a simplified version of the BLAS GEMM routine with alpha set to 1.0 and beta set to 0.0, and x and y are not transposed. - + Multiplies two matrices and updates another with the result. c = alpha*op(a)*op(b) + beta*c @@ -44112,7 +44474,31 @@ The value to scale the matrix. The c matrix. - + + + Cache-Oblivious Matrix Multiplication + + if set to true transpose matrix A. + if set to true transpose matrix B. + The value to scale the matrix A with. + The matrix A. + Row-shift of the left matrix + Column-shift of the left matrix + The matrix B. + Row-shift of the right matrix + Column-shift of the right matrix + The matrix C. + Row-shift of the result matrix + Column-shift of the result matrix + The number of rows of matrix op(A) and of the matrix C. + The number of columns of matrix op(B) and of the matrix C. + The number of columns of matrix op(A) and the rows of the matrix op(B). + The constant number of rows of matrix op(A) and of the matrix C. + The constant number of columns of matrix op(B) and of the matrix C. + The constant number of columns of matrix op(A) and the rows of the matrix op(B). + Indicates if this is the first recursion. + + Computes the LUP factorization of A. P*A = L*U. @@ -44123,7 +44509,7 @@ On exit, it contains the pivot indices. The size of the array must be . This is equivalent to the GETRF LAPACK routine. - + Computes the inverse of matrix using LU factorization. @@ -44131,7 +44517,7 @@ The order of the square matrix . This is equivalent to the GETRF and GETRI LAPACK routines. - + Computes the inverse of a previously factored matrix. @@ -44140,7 +44526,7 @@ The pivot indices of . This is equivalent to the GETRI LAPACK routine. - + Solves A*X=B for X using LU factorization. @@ -44150,7 +44536,7 @@ On entry the B matrix; on exit the X matrix. This is equivalent to the GETRF and GETRS LAPACK routines. - + Solves A*X=B for X using a previously factored A matrix. @@ -44161,7 +44547,7 @@ On entry the B matrix; on exit the X matrix. This is equivalent to the GETRS LAPACK routine. - + Computes the Cholesky factorization of A. @@ -44170,7 +44556,7 @@ The number of rows or columns in the matrix. This is equivalent to the POTRF LAPACK routine. - + Calculate Cholesky step @@ -44181,7 +44567,7 @@ Multipliers calculated previously Number of available processors - + Solves A*X=B for X using Cholesky factorization. @@ -44191,7 +44577,7 @@ The number of columns in the B matrix. This is equivalent to the POTRF add POTRS LAPACK routines. - + Solves A*X=B for X using a previously factored A matrix. @@ -44201,7 +44587,7 @@ The number of columns in the B matrix. This is equivalent to the POTRS LAPACK routine. - + Solves A*X=B for X using a previously factored A matrix. @@ -44210,7 +44596,7 @@ On entry the B matrix; on exit the X matrix. The column to solve for. - + Computes the QR factorization of A. @@ -44224,7 +44610,7 @@ to be used by the QR solve routine. This is similar to the GEQRF and ORGQR LAPACK routines. - + Computes the QR factorization of A. @@ -44238,7 +44624,7 @@ to be used by the QR solve routine. This is similar to the GEQRF and ORGQR LAPACK routines. - + Perform calculation of Q or R @@ -44251,7 +44637,7 @@ The last column Number of available CPUs - + Generate column from initial matrix to work array @@ -44261,7 +44647,7 @@ The first row Column index - + Solves A*X=B for X using QR factorization of A. @@ -44274,12 +44660,12 @@ The type of QR factorization to perform. Rows must be greater or equal to columns. - + Solves A*X=B for X using a previously QR factored matrix. - The Q matrix obtained by calling . - The R matrix obtained by calling . + The Q matrix obtained by calling . + The R matrix obtained by calling . The number of rows in the A matrix. The number of columns in the A matrix. Contains additional information on Q. Only used for the native solver @@ -44290,7 +44676,7 @@ The type of QR factorization to perform. Rows must be greater or equal to columns. - + Computes the singular value decomposition of A. @@ -44305,7 +44691,7 @@ right singular vectors. This is equivalent to the GESVD LAPACK routine. - + Solves A*X=B for X using the singular value decomposition of A. @@ -44316,20 +44702,20 @@ The number of columns of B. On exit, the solution matrix. - + Solves A*X=B for X using a previously SVD decomposed matrix. The number of rows in the A matrix. The number of columns in the A matrix. - The s values returned by . - The left singular vectors returned by . - The right singular vectors returned by . + The s values returned by . + The left singular vectors returned by . + The right singular vectors returned by . The B matrix. The number of columns of B. On exit, the solution matrix. - + Computes the eigenvalues and eigenvectors of a matrix. @@ -44340,83 +44726,17 @@ On output, the eigen values (位) of matrix in ascending value. The length of the array must . On output, the block diagonal eigenvalue matrix. The length of the array must be order * order. - - - Reduces a complex Hermitian matrix to a real symmetric tridiagonal matrix using unitary similarity transformations. - - Source matrix to reduce - Output: Arrays for internal storage of real parts of eigenvalues - Output: Arrays for internal storage of imaginary parts of eigenvalues - Output: Arrays that contains further information about the transformations. - Order of initial matrix - This is derived from the Algol procedures HTRIDI by - Smith, Boyle, Dongarra, Garbow, Ikebe, Klema, Moler, and Wilkinson, Handbook for - Auto. Comp., Vol.ii-Linear Algebra, and the corresponding - Fortran subroutine in EISPACK. - - - - Symmetric tridiagonal QL algorithm. - - Data array of matrix V (eigenvectors) - Arrays for internal storage of real parts of eigenvalues - Arrays for internal storage of imaginary parts of eigenvalues - Order of initial matrix - This is derived from the Algol procedures tql2, by - Bowdler, Martin, Reinsch, and Wilkinson, Handbook for - Auto. Comp., Vol.ii-Linear Algebra, and the corresponding - Fortran subroutine in EISPACK. - - - - - Determines eigenvectors by undoing the symmetric tridiagonalize transformation - - Data array of matrix V (eigenvectors) - Previously tridiagonalized matrix by SymmetricTridiagonalize. - Contains further information about the transformations - Input matrix order - This is derived from the Algol procedures HTRIBK, by - by Smith, Boyle, Dongarra, Garbow, Ikebe, Klema, Moler, and Wilkinson, Handbook for - Auto. Comp., Vol.ii-Linear Algebra, and the corresponding - Fortran subroutine in EISPACK. - - - - Nonsymmetric reduction to Hessenberg form. - - Data array of matrix V (eigenvectors) - Array for internal storage of nonsymmetric Hessenberg form. - Order of initial matrix - This is derived from the Algol procedures orthes and ortran, - by Martin and Wilkinson, Handbook for Auto. Comp., - Vol.ii-Linear Algebra, and the corresponding - Fortran subroutines in EISPACK. - - - - Nonsymmetric reduction from Hessenberg to real Schur form. - - Data array of the eigenvectors - Data array of matrix V (eigenvectors) - Array for internal storage of nonsymmetric Hessenberg form. - Order of initial matrix - This is derived from the Algol procedure hqr2, - by Martin and Wilkinson, Handbook for Auto. Comp., - Vol.ii-Linear Algebra, and the corresponding - Fortran subroutine in EISPACK. - - + Assumes that and have already been transposed. - + Assumes that and have already been transposed. - + Adds a scaled vector to another: result = y + alpha*x. @@ -44426,7 +44746,7 @@ The result of the addition. This is similar to the AXPY BLAS routine. - + Scales an array. Can be used to scale a vector and a matrix. @@ -44435,14 +44755,14 @@ This result of the scaling. This is similar to the SCAL BLAS routine. - + Conjugates an array. Can be used to conjugate a vector and a matrix. The values to conjugate. This result of the conjugation. - + Computes the dot product of x and y. @@ -44451,7 +44771,7 @@ The dot product of x and y. This is equivalent to the DOT BLAS routine. - + Does a point wise add of two arrays z = x + y. This can be used to add vectors or matrices. @@ -44463,7 +44783,7 @@ provide optimized (parallel and/or vectorized) versions of this routine. - + Does a point wise subtraction of two arrays z = x - y. This can be used to subtract vectors or matrices. @@ -44475,7 +44795,7 @@ provide optimized (parallel and/or vectorized) versions of this routine. - + Does a point wise multiplication of two arrays z = x * y. This can be used to multiple elements of vectors or matrices. @@ -44487,7 +44807,7 @@ provide optimized (parallel and/or vectorized) versions of this routine. - + Does a point wise division of two arrays z = x / y. This can be used to divide elements of vectors or matrices. @@ -44499,7 +44819,7 @@ provide optimized (parallel and/or vectorized) versions of this routine. - + Does a point wise power of two arrays z = x ^ y. This can be used to raise elements of vectors or matrices to the powers of another vector or matrix. @@ -44511,7 +44831,7 @@ provide optimized (parallel and/or vectorized) versions of this routine. - + Computes the requested of the matrix. @@ -44521,7 +44841,7 @@ The matrix to compute the norm from. The requested of the matrix. - + Multiples two matrices. result = x * y @@ -44535,7 +44855,7 @@ This is a simplified version of the BLAS GEMM routine with alpha set to 1.0 and beta set to 0.0, and x and y are not transposed. - + Multiplies two matrices and updates another with the result. c = alpha*op(a)*op(b) + beta*c @@ -44551,7 +44871,31 @@ The value to scale the matrix. The c matrix. - + + + Cache-Oblivious Matrix Multiplication + + if set to true transpose matrix A. + if set to true transpose matrix B. + The value to scale the matrix A with. + The matrix A. + Row-shift of the left matrix + Column-shift of the left matrix + The matrix B. + Row-shift of the right matrix + Column-shift of the right matrix + The matrix C. + Row-shift of the result matrix + Column-shift of the result matrix + The number of rows of matrix op(A) and of the matrix C. + The number of columns of matrix op(B) and of the matrix C. + The number of columns of matrix op(A) and the rows of the matrix op(B). + The constant number of rows of matrix op(A) and of the matrix C. + The constant number of columns of matrix op(B) and of the matrix C. + The constant number of columns of matrix op(A) and the rows of the matrix op(B). + Indicates if this is the first recursion. + + Computes the LUP factorization of A. P*A = L*U. @@ -44562,7 +44906,7 @@ On exit, it contains the pivot indices. The size of the array must be . This is equivalent to the GETRF LAPACK routine. - + Computes the inverse of matrix using LU factorization. @@ -44570,7 +44914,7 @@ The order of the square matrix . This is equivalent to the GETRF and GETRI LAPACK routines. - + Computes the inverse of a previously factored matrix. @@ -44579,7 +44923,7 @@ The pivot indices of . This is equivalent to the GETRI LAPACK routine. - + Solves A*X=B for X using LU factorization. @@ -44589,7 +44933,7 @@ On entry the B matrix; on exit the X matrix. This is equivalent to the GETRF and GETRS LAPACK routines. - + Solves A*X=B for X using a previously factored A matrix. @@ -44600,7 +44944,7 @@ On entry the B matrix; on exit the X matrix. This is equivalent to the GETRS LAPACK routine. - + Computes the Cholesky factorization of A. @@ -44609,7 +44953,7 @@ The number of rows or columns in the matrix. This is equivalent to the POTRF LAPACK routine. - + Calculate Cholesky step @@ -44620,7 +44964,7 @@ Multipliers calculated previously Number of available processors - + Solves A*X=B for X using Cholesky factorization. @@ -44630,7 +44974,7 @@ The number of columns in the B matrix. This is equivalent to the POTRF add POTRS LAPACK routines. - + Solves A*X=B for X using a previously factored A matrix. @@ -44640,7 +44984,7 @@ The number of columns in the B matrix. This is equivalent to the POTRS LAPACK routine. - + Solves A*X=B for X using a previously factored A matrix. @@ -44649,7 +44993,7 @@ On entry the B matrix; on exit the X matrix. The column to solve for. - + Computes the QR factorization of A. @@ -44663,7 +45007,7 @@ to be used by the QR solve routine. This is similar to the GEQRF and ORGQR LAPACK routines. - + Computes the QR factorization of A. @@ -44677,7 +45021,7 @@ to be used by the QR solve routine. This is similar to the GEQRF and ORGQR LAPACK routines. - + Perform calculation of Q or R @@ -44690,7 +45034,7 @@ The last column Number of available CPUs - + Generate column from initial matrix to work array @@ -44700,7 +45044,7 @@ The first row Column index - + Solves A*X=B for X using QR factorization of A. @@ -44713,12 +45057,12 @@ The type of QR factorization to perform. Rows must be greater or equal to columns. - + Solves A*X=B for X using a previously QR factored matrix. - The Q matrix obtained by calling . - The R matrix obtained by calling . + The Q matrix obtained by calling . + The R matrix obtained by calling . The number of rows in the A matrix. The number of columns in the A matrix. Contains additional information on Q. Only used for the native solver @@ -44729,7 +45073,7 @@ The type of QR factorization to perform. Rows must be greater or equal to columns. - + Computes the singular value decomposition of A. @@ -44744,7 +45088,7 @@ right singular vectors. This is equivalent to the GESVD LAPACK routine. - + Solves A*X=B for X using the singular value decomposition of A. @@ -44755,20 +45099,20 @@ The number of columns of B. On exit, the solution matrix. - + Solves A*X=B for X using a previously SVD decomposed matrix. The number of rows in the A matrix. The number of columns in the A matrix. - The s values returned by . - The left singular vectors returned by . - The right singular vectors returned by . + The s values returned by . + The left singular vectors returned by . + The right singular vectors returned by . The B matrix. The number of columns of B. On exit, the solution matrix. - + Computes the eigenvalues and eigenvectors of a matrix. @@ -44779,7 +45123,1216 @@ On output, the eigen values (位) of matrix in ascending value. The length of the array must . On output, the block diagonal eigenvalue matrix. The length of the array must be order * order. - + + + Assumes that and have already been transposed. + + + + + Assumes that and have already been transposed. + + + + + Try to find out whether the provider is available, at least in principle. + Verification may still fail if available, but it will certainly fail if unavailable. + + + + + Initialize and verify that the provided is indeed available. If not, fall back to alternatives like the managed provider + + + + + Frees memory buffers, caches and handles allocated in or to the provider. + Does not unload the provider itself, it is still usable afterwards. + + + + + Adds a scaled vector to another: result = y + alpha*x. + + The vector to update. + The value to scale by. + The vector to add to . + The result of the addition. + This is similar to the AXPY BLAS routine. + + + + Scales an array. Can be used to scale a vector and a matrix. + + The scalar. + The values to scale. + This result of the scaling. + This is similar to the SCAL BLAS routine. + + + + Conjugates an array. Can be used to conjugate a vector and a matrix. + + The values to conjugate. + This result of the conjugation. + + + + Computes the dot product of x and y. + + The vector x. + The vector y. + The dot product of x and y. + This is equivalent to the DOT BLAS routine. + + + + Does a point wise add of two arrays z = x + y. This can be used + to add vectors or matrices. + + The array x. + The array y. + The result of the addition. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Does a point wise subtraction of two arrays z = x - y. This can be used + to subtract vectors or matrices. + + The array x. + The array y. + The result of the subtraction. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Does a point wise multiplication of two arrays z = x * y. This can be used + to multiple elements of vectors or matrices. + + The array x. + The array y. + The result of the point wise multiplication. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Does a point wise division of two arrays z = x / y. This can be used + to divide elements of vectors or matrices. + + The array x. + The array y. + The result of the point wise division. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Does a point wise power of two arrays z = x ^ y. This can be used + to raise elements of vectors or matrices to the powers of another vector or matrix. + + The array x. + The array y. + The result of the point wise power. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Computes the requested of the matrix. + + The type of norm to compute. + The number of rows. + The number of columns. + The matrix to compute the norm from. + + The requested of the matrix. + + + + + Multiples two matrices. result = x * y + + The x matrix. + The number of rows in the x matrix. + The number of columns in the x matrix. + The y matrix. + The number of rows in the y matrix. + The number of columns in the y matrix. + Where to store the result of the multiplication. + This is a simplified version of the BLAS GEMM routine with alpha + set to 1.0 and beta set to 0.0, and x and y are not transposed. + + + + Multiplies two matrices and updates another with the result. c = alpha*op(a)*op(b) + beta*c + + How to transpose the matrix. + How to transpose the matrix. + The value to scale matrix. + The a matrix. + The number of rows in the matrix. + The number of columns in the matrix. + The b matrix + The number of rows in the matrix. + The number of columns in the matrix. + The value to scale the matrix. + The c matrix. + + + + Cache-Oblivious Matrix Multiplication + + if set to true transpose matrix A. + if set to true transpose matrix B. + The value to scale the matrix A with. + The matrix A. + Row-shift of the left matrix + Column-shift of the left matrix + The matrix B. + Row-shift of the right matrix + Column-shift of the right matrix + The matrix C. + Row-shift of the result matrix + Column-shift of the result matrix + The number of rows of matrix op(A) and of the matrix C. + The number of columns of matrix op(B) and of the matrix C. + The number of columns of matrix op(A) and the rows of the matrix op(B). + The constant number of rows of matrix op(A) and of the matrix C. + The constant number of columns of matrix op(B) and of the matrix C. + The constant number of columns of matrix op(A) and the rows of the matrix op(B). + Indicates if this is the first recursion. + + + + Computes the LUP factorization of A. P*A = L*U. + + An by matrix. The matrix is overwritten with the + the LU factorization on exit. The lower triangular factor L is stored in under the diagonal of (the diagonal is always 1.0 + for the L factor). The upper triangular factor U is stored on and above the diagonal of . + The order of the square matrix . + On exit, it contains the pivot indices. The size of the array must be . + This is equivalent to the GETRF LAPACK routine. + + + + Computes the inverse of matrix using LU factorization. + + The N by N matrix to invert. Contains the inverse On exit. + The order of the square matrix . + This is equivalent to the GETRF and GETRI LAPACK routines. + + + + Computes the inverse of a previously factored matrix. + + The LU factored N by N matrix. Contains the inverse On exit. + The order of the square matrix . + The pivot indices of . + This is equivalent to the GETRI LAPACK routine. + + + + Solves A*X=B for X using LU factorization. + + The number of columns of B. + The square matrix A. + The order of the square matrix . + On entry the B matrix; on exit the X matrix. + This is equivalent to the GETRF and GETRS LAPACK routines. + + + + Solves A*X=B for X using a previously factored A matrix. + + The number of columns of B. + The factored A matrix. + The order of the square matrix . + The pivot indices of . + On entry the B matrix; on exit the X matrix. + This is equivalent to the GETRS LAPACK routine. + + + + Computes the Cholesky factorization of A. + + On entry, a square, positive definite matrix. On exit, the matrix is overwritten with the + the Cholesky factorization. + The number of rows or columns in the matrix. + This is equivalent to the POTRF LAPACK routine. + + + + Calculate Cholesky step + + Factor matrix + Number of rows + Column start + Total columns + Multipliers calculated previously + Number of available processors + + + + Solves A*X=B for X using Cholesky factorization. + + The square, positive definite matrix A. + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The number of columns in the B matrix. + This is equivalent to the POTRF add POTRS LAPACK routines. + + + + Solves A*X=B for X using a previously factored A matrix. + + The square, positive definite matrix A. Has to be different than . + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The number of columns in the B matrix. + This is equivalent to the POTRS LAPACK routine. + + + + Solves A*X=B for X using a previously factored A matrix. + + The square, positive definite matrix A. Has to be different than . + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The column to solve for. + + + + Computes the QR factorization of A. + + On entry, it is the M by N A matrix to factor. On exit, + it is overwritten with the R matrix of the QR factorization. + The number of rows in the A matrix. + The number of columns in the A matrix. + On exit, A M by M matrix that holds the Q matrix of the + QR factorization. + A min(m,n) vector. On exit, contains additional information + to be used by the QR solve routine. + This is similar to the GEQRF and ORGQR LAPACK routines. + + + + Computes the QR factorization of A. + + On entry, it is the M by N A matrix to factor. On exit, + it is overwritten with the Q matrix of the QR factorization. + The number of rows in the A matrix. + The number of columns in the A matrix. + On exit, A N by N matrix that holds the R matrix of the + QR factorization. + A min(m,n) vector. On exit, contains additional information + to be used by the QR solve routine. + This is similar to the GEQRF and ORGQR LAPACK routines. + + + + Perform calculation of Q or R + + Work array + Index of column in work array + Q or R matrices + The first row in + The last row + The first column + The last column + Number of available CPUs + + + + Generate column from initial matrix to work array + + Work array + Initial matrix + The number of rows in matrix + The first row + Column index + + + + Solves A*X=B for X using QR factorization of A. + + The A matrix. + The number of rows in the A matrix. + The number of columns in the A matrix. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + The type of QR factorization to perform. + Rows must be greater or equal to columns. + + + + Solves A*X=B for X using a previously QR factored matrix. + + The Q matrix obtained by calling . + The R matrix obtained by calling . + The number of rows in the A matrix. + The number of columns in the A matrix. + Contains additional information on Q. Only used for the native solver + and can be null for the managed provider. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + The type of QR factorization to perform. + Rows must be greater or equal to columns. + + + + Computes the singular value decomposition of A. + + Compute the singular U and VT vectors or not. + On entry, the M by N matrix to decompose. On exit, A may be overwritten. + The number of rows in the A matrix. + The number of columns in the A matrix. + The singular values of A in ascending value. + If is true, on exit U contains the left + singular vectors. + If is true, on exit VT contains the transposed + right singular vectors. + This is equivalent to the GESVD LAPACK routine. + + + + Given the Cartesian coordinates (da, db) of a point p, these function return the parameters da, db, c, and s + associated with the Givens rotation that zeros the y-coordinate of the point. + + Provides the x-coordinate of the point p. On exit contains the parameter r associated with the Givens rotation + Provides the y-coordinate of the point p. On exit contains the parameter z associated with the Givens rotation + Contains the parameter c associated with the Givens rotation + Contains the parameter s associated with the Givens rotation + This is equivalent to the DROTG LAPACK routine. + + + + Solves A*X=B for X using the singular value decomposition of A. + + On entry, the M by N matrix to decompose. + The number of rows in the A matrix. + The number of columns in the A matrix. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + + + + Solves A*X=B for X using a previously SVD decomposed matrix. + + The number of rows in the A matrix. + The number of columns in the A matrix. + The s values returned by . + The left singular vectors returned by . + The right singular vectors returned by . + The B matrix. + The number of columns of B. + On exit, the solution matrix. + + + + Computes the eigenvalues and eigenvectors of a matrix. + + Whether the matrix is symmetric or not. + The order of the matrix. + The matrix to decompose. The length of the array must be order * order. + On output, the matrix contains the eigen vectors. The length of the array must be order * order. + On output, the eigen values (位) of matrix in ascending value. The length of the array must . + On output, the block diagonal eigenvalue matrix. The length of the array must be order * order. + + + + Adds a scaled vector to another: result = y + alpha*x. + + The vector to update. + The value to scale by. + The vector to add to . + The result of the addition. + This is similar to the AXPY BLAS routine. + + + + Scales an array. Can be used to scale a vector and a matrix. + + The scalar. + The values to scale. + This result of the scaling. + This is similar to the SCAL BLAS routine. + + + + Conjugates an array. Can be used to conjugate a vector and a matrix. + + The values to conjugate. + This result of the conjugation. + + + + Computes the dot product of x and y. + + The vector x. + The vector y. + The dot product of x and y. + This is equivalent to the DOT BLAS routine. + + + + Does a point wise add of two arrays z = x + y. This can be used + to add vectors or matrices. + + The array x. + The array y. + The result of the addition. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Does a point wise subtraction of two arrays z = x - y. This can be used + to subtract vectors or matrices. + + The array x. + The array y. + The result of the subtraction. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Does a point wise multiplication of two arrays z = x * y. This can be used + to multiple elements of vectors or matrices. + + The array x. + The array y. + The result of the point wise multiplication. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Does a point wise division of two arrays z = x / y. This can be used + to divide elements of vectors or matrices. + + The array x. + The array y. + The result of the point wise division. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Does a point wise power of two arrays z = x ^ y. This can be used + to raise elements of vectors or matrices to the powers of another vector or matrix. + + The array x. + The array y. + The result of the point wise power. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Computes the requested of the matrix. + + The type of norm to compute. + The number of rows. + The number of columns. + The matrix to compute the norm from. + + The requested of the matrix. + + + + + Multiples two matrices. result = x * y + + The x matrix. + The number of rows in the x matrix. + The number of columns in the x matrix. + The y matrix. + The number of rows in the y matrix. + The number of columns in the y matrix. + Where to store the result of the multiplication. + This is a simplified version of the BLAS GEMM routine with alpha + set to 1.0 and beta set to 0.0, and x and y are not transposed. + + + + Multiplies two matrices and updates another with the result. c = alpha*op(a)*op(b) + beta*c + + How to transpose the matrix. + How to transpose the matrix. + The value to scale matrix. + The a matrix. + The number of rows in the matrix. + The number of columns in the matrix. + The b matrix + The number of rows in the matrix. + The number of columns in the matrix. + The value to scale the matrix. + The c matrix. + + + + Cache-Oblivious Matrix Multiplication + + if set to true transpose matrix A. + if set to true transpose matrix B. + The value to scale the matrix A with. + The matrix A. + Row-shift of the left matrix + Column-shift of the left matrix + The matrix B. + Row-shift of the right matrix + Column-shift of the right matrix + The matrix C. + Row-shift of the result matrix + Column-shift of the result matrix + The number of rows of matrix op(A) and of the matrix C. + The number of columns of matrix op(B) and of the matrix C. + The number of columns of matrix op(A) and the rows of the matrix op(B). + The constant number of rows of matrix op(A) and of the matrix C. + The constant number of columns of matrix op(B) and of the matrix C. + The constant number of columns of matrix op(A) and the rows of the matrix op(B). + Indicates if this is the first recursion. + + + + Computes the LUP factorization of A. P*A = L*U. + + An by matrix. The matrix is overwritten with the + the LU factorization on exit. The lower triangular factor L is stored in under the diagonal of (the diagonal is always 1.0 + for the L factor). The upper triangular factor U is stored on and above the diagonal of . + The order of the square matrix . + On exit, it contains the pivot indices. The size of the array must be . + This is equivalent to the GETRF LAPACK routine. + + + + Computes the inverse of matrix using LU factorization. + + The N by N matrix to invert. Contains the inverse On exit. + The order of the square matrix . + This is equivalent to the GETRF and GETRI LAPACK routines. + + + + Computes the inverse of a previously factored matrix. + + The LU factored N by N matrix. Contains the inverse On exit. + The order of the square matrix . + The pivot indices of . + This is equivalent to the GETRI LAPACK routine. + + + + Solves A*X=B for X using LU factorization. + + The number of columns of B. + The square matrix A. + The order of the square matrix . + On entry the B matrix; on exit the X matrix. + This is equivalent to the GETRF and GETRS LAPACK routines. + + + + Solves A*X=B for X using a previously factored A matrix. + + The number of columns of B. + The factored A matrix. + The order of the square matrix . + The pivot indices of . + On entry the B matrix; on exit the X matrix. + This is equivalent to the GETRS LAPACK routine. + + + + Computes the Cholesky factorization of A. + + On entry, a square, positive definite matrix. On exit, the matrix is overwritten with the + the Cholesky factorization. + The number of rows or columns in the matrix. + This is equivalent to the POTRF LAPACK routine. + + + + Calculate Cholesky step + + Factor matrix + Number of rows + Column start + Total columns + Multipliers calculated previously + Number of available processors + + + + Solves A*X=B for X using Cholesky factorization. + + The square, positive definite matrix A. + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The number of columns in the B matrix. + This is equivalent to the POTRF add POTRS LAPACK routines. + + + + Solves A*X=B for X using a previously factored A matrix. + + The square, positive definite matrix A. + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The number of columns in the B matrix. + This is equivalent to the POTRS LAPACK routine. + + + + Solves A*X=B for X using a previously factored A matrix. + + The square, positive definite matrix A. Has to be different than . + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The column to solve for. + + + + Computes the QR factorization of A. + + On entry, it is the M by N A matrix to factor. On exit, + it is overwritten with the R matrix of the QR factorization. + The number of rows in the A matrix. + The number of columns in the A matrix. + On exit, A M by M matrix that holds the Q matrix of the + QR factorization. + A min(m,n) vector. On exit, contains additional information + to be used by the QR solve routine. + This is similar to the GEQRF and ORGQR LAPACK routines. + + + + Computes the QR factorization of A. + + On entry, it is the M by N A matrix to factor. On exit, + it is overwritten with the Q matrix of the QR factorization. + The number of rows in the A matrix. + The number of columns in the A matrix. + On exit, A N by N matrix that holds the R matrix of the + QR factorization. + A min(m,n) vector. On exit, contains additional information + to be used by the QR solve routine. + This is similar to the GEQRF and ORGQR LAPACK routines. + + + + Perform calculation of Q or R + + Work array + Index of column in work array + Q or R matrices + The first row in + The last row + The first column + The last column + Number of available CPUs + + + + Generate column from initial matrix to work array + + Work array + Initial matrix + The number of rows in matrix + The first row + Column index + + + + Solves A*X=B for X using QR factorization of A. + + The A matrix. + The number of rows in the A matrix. + The number of columns in the A matrix. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + The type of QR factorization to perform. + Rows must be greater or equal to columns. + + + + Solves A*X=B for X using a previously QR factored matrix. + + The Q matrix obtained by calling . + The R matrix obtained by calling . + The number of rows in the A matrix. + The number of columns in the A matrix. + Contains additional information on Q. Only used for the native solver + and can be null for the managed provider. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + The type of QR factorization to perform. + Rows must be greater or equal to columns. + + + + Computes the singular value decomposition of A. + + Compute the singular U and VT vectors or not. + On entry, the M by N matrix to decompose. On exit, A may be overwritten. + The number of rows in the A matrix. + The number of columns in the A matrix. + The singular values of A in ascending value. + If is true, on exit U contains the left + singular vectors. + If is true, on exit VT contains the transposed + right singular vectors. + This is equivalent to the GESVD LAPACK routine. + + + + Given the Cartesian coordinates (da, db) of a point p, these function return the parameters da, db, c, and s + associated with the Givens rotation that zeros the y-coordinate of the point. + + Provides the x-coordinate of the point p. On exit contains the parameter r associated with the Givens rotation + Provides the y-coordinate of the point p. On exit contains the parameter z associated with the Givens rotation + Contains the parameter c associated with the Givens rotation + Contains the parameter s associated with the Givens rotation + This is equivalent to the DROTG LAPACK routine. + + + + Solves A*X=B for X using the singular value decomposition of A. + + On entry, the M by N matrix to decompose. + The number of rows in the A matrix. + The number of columns in the A matrix. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + + + + Solves A*X=B for X using a previously SVD decomposed matrix. + + The number of rows in the A matrix. + The number of columns in the A matrix. + The s values returned by . + The left singular vectors returned by . + The right singular vectors returned by . + The B matrix. + The number of columns of B. + On exit, the solution matrix. + + + + Computes the eigenvalues and eigenvectors of a matrix. + + Whether the matrix is symmetric or not. + The order of the matrix. + The matrix to decompose. The length of the array must be order * order. + On output, the matrix contains the eigen vectors. The length of the array must be order * order. + On output, the eigen values (位) of matrix in ascending value. The length of the array must . + On output, the block diagonal eigenvalue matrix. The length of the array must be order * order. + + + + The managed linear algebra provider. + + + The managed linear algebra provider. + + + The managed linear algebra provider. + + + The managed linear algebra provider. + + + The managed linear algebra provider. + + + + + Adds a scaled vector to another: result = y + alpha*x. + + The vector to update. + The value to scale by. + The vector to add to . + The result of the addition. + This is similar to the AXPY BLAS routine. + + + + Scales an array. Can be used to scale a vector and a matrix. + + The scalar. + The values to scale. + This result of the scaling. + This is similar to the SCAL BLAS routine. + + + + Conjugates an array. Can be used to conjugate a vector and a matrix. + + The values to conjugate. + This result of the conjugation. + + + + Computes the dot product of x and y. + + The vector x. + The vector y. + The dot product of x and y. + This is equivalent to the DOT BLAS routine. + + + + Does a point wise add of two arrays z = x + y. This can be used + to add vectors or matrices. + + The array x. + The array y. + The result of the addition. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Does a point wise subtraction of two arrays z = x - y. This can be used + to subtract vectors or matrices. + + The array x. + The array y. + The result of the subtraction. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Does a point wise multiplication of two arrays z = x * y. This can be used + to multiple elements of vectors or matrices. + + The array x. + The array y. + The result of the point wise multiplication. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Does a point wise division of two arrays z = x / y. This can be used + to divide elements of vectors or matrices. + + The array x. + The array y. + The result of the point wise division. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Does a point wise power of two arrays z = x ^ y. This can be used + to raise elements of vectors or matrices to the powers of another vector or matrix. + + The array x. + The array y. + The result of the point wise power. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Computes the requested of the matrix. + + The type of norm to compute. + The number of rows. + The number of columns. + The matrix to compute the norm from. + + The requested of the matrix. + + + + + Multiples two matrices. result = x * y + + The x matrix. + The number of rows in the x matrix. + The number of columns in the x matrix. + The y matrix. + The number of rows in the y matrix. + The number of columns in the y matrix. + Where to store the result of the multiplication. + This is a simplified version of the BLAS GEMM routine with alpha + set to 1.0 and beta set to 0.0, and x and y are not transposed. + + + + Multiplies two matrices and updates another with the result. c = alpha*op(a)*op(b) + beta*c + + How to transpose the matrix. + How to transpose the matrix. + The value to scale matrix. + The a matrix. + The number of rows in the matrix. + The number of columns in the matrix. + The b matrix + The number of rows in the matrix. + The number of columns in the matrix. + The value to scale the matrix. + The c matrix. + + + + Computes the LUP factorization of A. P*A = L*U. + + An by matrix. The matrix is overwritten with the + the LU factorization on exit. The lower triangular factor L is stored in under the diagonal of (the diagonal is always 1.0 + for the L factor). The upper triangular factor U is stored on and above the diagonal of . + The order of the square matrix . + On exit, it contains the pivot indices. The size of the array must be . + This is equivalent to the GETRF LAPACK routine. + + + + Computes the inverse of matrix using LU factorization. + + The N by N matrix to invert. Contains the inverse On exit. + The order of the square matrix . + This is equivalent to the GETRF and GETRI LAPACK routines. + + + + Computes the inverse of a previously factored matrix. + + The LU factored N by N matrix. Contains the inverse On exit. + The order of the square matrix . + The pivot indices of . + This is equivalent to the GETRI LAPACK routine. + + + + Solves A*X=B for X using LU factorization. + + The number of columns of B. + The square matrix A. + The order of the square matrix . + On entry the B matrix; on exit the X matrix. + This is equivalent to the GETRF and GETRS LAPACK routines. + + + + Solves A*X=B for X using a previously factored A matrix. + + The number of columns of B. + The factored A matrix. + The order of the square matrix . + The pivot indices of . + On entry the B matrix; on exit the X matrix. + This is equivalent to the GETRS LAPACK routine. + + + + Computes the Cholesky factorization of A. + + On entry, a square, positive definite matrix. On exit, the matrix is overwritten with the + the Cholesky factorization. + The number of rows or columns in the matrix. + This is equivalent to the POTRF LAPACK routine. + + + + Calculate Cholesky step + + Factor matrix + Number of rows + Column start + Total columns + Multipliers calculated previously + Number of available processors + + + + Solves A*X=B for X using Cholesky factorization. + + The square, positive definite matrix A. + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The number of columns in the B matrix. + This is equivalent to the POTRF add POTRS LAPACK routines. + + + + Solves A*X=B for X using a previously factored A matrix. + + The square, positive definite matrix A. + The number of rows and columns in A. + The B matrix. + The number of columns in the B matrix. + This is equivalent to the POTRS LAPACK routine. + + + + Solves A*X=B for X using a previously factored A matrix. + + The square, positive definite matrix A. Has to be different than . + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The column to solve for. + + + + Computes the QR factorization of A. + + On entry, it is the M by N A matrix to factor. On exit, + it is overwritten with the R matrix of the QR factorization. + The number of rows in the A matrix. + The number of columns in the A matrix. + On exit, A M by M matrix that holds the Q matrix of the + QR factorization. + A min(m,n) vector. On exit, contains additional information + to be used by the QR solve routine. + This is similar to the GEQRF and ORGQR LAPACK routines. + + + + Computes the QR factorization of A. + + On entry, it is the M by N A matrix to factor. On exit, + it is overwritten with the Q matrix of the QR factorization. + The number of rows in the A matrix. + The number of columns in the A matrix. + On exit, A N by N matrix that holds the R matrix of the + QR factorization. + A min(m,n) vector. On exit, contains additional information + to be used by the QR solve routine. + This is similar to the GEQRF and ORGQR LAPACK routines. + + + + Perform calculation of Q or R + + Work array + Index of column in work array + Q or R matrices + The first row in + The last row + The first column + The last column + Number of available CPUs + + + + Generate column from initial matrix to work array + + Work array + Initial matrix + The number of rows in matrix + The first row + Column index + + + + Solves A*X=B for X using QR factorization of A. + + The A matrix. + The number of rows in the A matrix. + The number of columns in the A matrix. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + The type of QR factorization to perform. + Rows must be greater or equal to columns. + + + + Solves A*X=B for X using a previously QR factored matrix. + + The Q matrix obtained by calling . + The R matrix obtained by calling . + The number of rows in the A matrix. + The number of columns in the A matrix. + Contains additional information on Q. Only used for the native solver + and can be null for the managed provider. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + The type of QR factorization to perform. + Rows must be greater or equal to columns. + + + + Computes the singular value decomposition of A. + + Compute the singular U and VT vectors or not. + On entry, the M by N matrix to decompose. On exit, A may be overwritten. + The number of rows in the A matrix. + The number of columns in the A matrix. + The singular values of A in ascending value. + If is true, on exit U contains the left + singular vectors. + If is true, on exit VT contains the transposed + right singular vectors. + This is equivalent to the GESVD LAPACK routine. + + + + Solves A*X=B for X using the singular value decomposition of A. + + On entry, the M by N matrix to decompose. + The number of rows in the A matrix. + The number of columns in the A matrix. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + + + + Solves A*X=B for X using a previously SVD decomposed matrix. + + The number of rows in the A matrix. + The number of columns in the A matrix. + The s values returned by . + The left singular vectors returned by . + The right singular vectors returned by . + The B matrix. + The number of columns of B. + On exit, the solution matrix. + + + + Computes the eigenvalues and eigenvectors of a matrix. + + Whether the matrix is symmetric or not. + The order of the matrix. + The matrix to decompose. The length of the array must be order * order. + On output, the matrix contains the eigen vectors. The length of the array must be order * order. + On output, the eigen values (位) of matrix in ascending value. The length of the array must . + On output, the block diagonal eigenvalue matrix. The length of the array must be order * order. + + Reduces a complex Hermitian matrix to a real symmetric tridiagonal matrix using unitary similarity transformations. @@ -44793,7 +46346,7 @@ Auto. Comp., Vol.ii-Linear Algebra, and the corresponding Fortran subroutine in EISPACK. - + Symmetric tridiagonal QL algorithm. @@ -44807,7 +46360,7 @@ Fortran subroutine in EISPACK. - + Determines eigenvectors by undoing the symmetric tridiagonalize transformation @@ -44820,7 +46373,7 @@ Auto. Comp., Vol.ii-Linear Algebra, and the corresponding Fortran subroutine in EISPACK. - + Nonsymmetric reduction to Hessenberg form. @@ -44832,7 +46385,7 @@ Vol.ii-Linear Algebra, and the corresponding Fortran subroutines in EISPACK. - + Nonsymmetric reduction from Hessenberg to real Schur form. @@ -44845,44 +46398,483 @@ Vol.ii-Linear Algebra, and the corresponding Fortran subroutine in EISPACK. - + Assumes that and have already been transposed. - + Assumes that and have already been transposed. - + + + Adds a scaled vector to another: result = y + alpha*x. + + The vector to update. + The value to scale by. + The vector to add to . + The result of the addition. + This is similar to the AXPY BLAS routine. + + + + Scales an array. Can be used to scale a vector and a matrix. + + The scalar. + The values to scale. + This result of the scaling. + This is similar to the SCAL BLAS routine. + + + + Conjugates an array. Can be used to conjugate a vector and a matrix. + + The values to conjugate. + This result of the conjugation. + + + + Computes the dot product of x and y. + + The vector x. + The vector y. + The dot product of x and y. + This is equivalent to the DOT BLAS routine. + + + + Does a point wise add of two arrays z = x + y. This can be used + to add vectors or matrices. + + The array x. + The array y. + The result of the addition. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Does a point wise subtraction of two arrays z = x - y. This can be used + to subtract vectors or matrices. + + The array x. + The array y. + The result of the subtraction. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Does a point wise multiplication of two arrays z = x * y. This can be used + to multiple elements of vectors or matrices. + + The array x. + The array y. + The result of the point wise multiplication. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Does a point wise division of two arrays z = x / y. This can be used + to divide elements of vectors or matrices. + + The array x. + The array y. + The result of the point wise division. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Does a point wise power of two arrays z = x ^ y. This can be used + to raise elements of vectors or matrices to the powers of another vector or matrix. + + The array x. + The array y. + The result of the point wise power. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Computes the requested of the matrix. + + The type of norm to compute. + The number of rows. + The number of columns. + The matrix to compute the norm from. + The requested of the matrix. + + + + Multiples two matrices. result = x * y + + The x matrix. + The number of rows in the x matrix. + The number of columns in the x matrix. + The y matrix. + The number of rows in the y matrix. + The number of columns in the y matrix. + Where to store the result of the multiplication. + This is a simplified version of the BLAS GEMM routine with alpha + set to 1.0 and beta set to 0.0, and x and y are not transposed. + + + + Multiplies two matrices and updates another with the result. c = alpha*op(a)*op(b) + beta*c + + How to transpose the matrix. + How to transpose the matrix. + The value to scale matrix. + The a matrix. + The number of rows in the matrix. + The number of columns in the matrix. + The b matrix + The number of rows in the matrix. + The number of columns in the matrix. + The value to scale the matrix. + The c matrix. + + + + Computes the LUP factorization of A. P*A = L*U. + + An by matrix. The matrix is overwritten with the + the LU factorization on exit. The lower triangular factor L is stored in under the diagonal of (the diagonal is always 1.0 + for the L factor). The upper triangular factor U is stored on and above the diagonal of . + The order of the square matrix . + On exit, it contains the pivot indices. The size of the array must be . + This is equivalent to the GETRF LAPACK routine. + + + + Computes the inverse of matrix using LU factorization. + + The N by N matrix to invert. Contains the inverse On exit. + The order of the square matrix . + This is equivalent to the GETRF and GETRI LAPACK routines. + + + + Computes the inverse of a previously factored matrix. + + The LU factored N by N matrix. Contains the inverse On exit. + The order of the square matrix . + The pivot indices of . + This is equivalent to the GETRI LAPACK routine. + + + + Solves A*X=B for X using LU factorization. + + The number of columns of B. + The square matrix A. + The order of the square matrix . + On entry the B matrix; on exit the X matrix. + This is equivalent to the GETRF and GETRS LAPACK routines. + + + + Solves A*X=B for X using a previously factored A matrix. + + The number of columns of B. + The factored A matrix. + The order of the square matrix . + The pivot indices of . + On entry the B matrix; on exit the X matrix. + This is equivalent to the GETRS LAPACK routine. + + + + Computes the Cholesky factorization of A. + + On entry, a square, positive definite matrix. On exit, the matrix is overwritten with the + the Cholesky factorization. + The number of rows or columns in the matrix. + This is equivalent to the POTRF LAPACK routine. + + + + Calculate Cholesky step + + Factor matrix + Number of rows + Column start + Total columns + Multipliers calculated previously + Number of available processors + + + + Solves A*X=B for X using Cholesky factorization. + + The square, positive definite matrix A. + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The number of columns in the B matrix. + This is equivalent to the POTRF add POTRS LAPACK routines. + + + + Solves A*X=B for X using a previously factored A matrix. + + The square, positive definite matrix A. + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The number of columns in the B matrix. + This is equivalent to the POTRS LAPACK routine. + + + + Solves A*X=B for X using a previously factored A matrix. + + The square, positive definite matrix A. Has to be different than . + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The column to solve for. + + + + Computes the QR factorization of A. + + On entry, it is the M by N A matrix to factor. On exit, + it is overwritten with the R matrix of the QR factorization. + The number of rows in the A matrix. + The number of columns in the A matrix. + On exit, A M by M matrix that holds the Q matrix of the + QR factorization. + A min(m,n) vector. On exit, contains additional information + to be used by the QR solve routine. + This is similar to the GEQRF and ORGQR LAPACK routines. + + + + Computes the QR factorization of A. + + On entry, it is the M by N A matrix to factor. On exit, + it is overwritten with the Q matrix of the QR factorization. + The number of rows in the A matrix. + The number of columns in the A matrix. + On exit, A N by N matrix that holds the R matrix of the + QR factorization. + A min(m,n) vector. On exit, contains additional information + to be used by the QR solve routine. + This is similar to the GEQRF and ORGQR LAPACK routines. + + + + Perform calculation of Q or R + + Work array + Index of column in work array + Q or R matrices + The first row in + The last row + The first column + The last column + Number of available CPUs + + + + Generate column from initial matrix to work array + + Work array + Initial matrix + The number of rows in matrix + The first row + Column index + + + + Solves A*X=B for X using QR factorization of A. + + The A matrix. + The number of rows in the A matrix. + The number of columns in the A matrix. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + The type of QR factorization to perform. + Rows must be greater or equal to columns. + + + + Solves A*X=B for X using a previously QR factored matrix. + + The Q matrix obtained by calling . + The R matrix obtained by calling . + The number of rows in the A matrix. + The number of columns in the A matrix. + Contains additional information on Q. Only used for the native solver + and can be null for the managed provider. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + The type of QR factorization to perform. + Rows must be greater or equal to columns. + + + + Computes the singular value decomposition of A. + + Compute the singular U and VT vectors or not. + On entry, the M by N matrix to decompose. On exit, A may be overwritten. + The number of rows in the A matrix. + The number of columns in the A matrix. + The singular values of A in ascending value. + If is true, on exit U contains the left + singular vectors. + If is true, on exit VT contains the transposed + right singular vectors. + This is equivalent to the GESVD LAPACK routine. + + + + Solves A*X=B for X using the singular value decomposition of A. + + On entry, the M by N matrix to decompose. + The number of rows in the A matrix. + The number of columns in the A matrix. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + + + + Solves A*X=B for X using a previously SVD decomposed matrix. + + The number of rows in the A matrix. + The number of columns in the A matrix. + The s values returned by . + The left singular vectors returned by . + The right singular vectors returned by . + The B matrix. + The number of columns of B. + On exit, the solution matrix. + + + + Computes the eigenvalues and eigenvectors of a matrix. + + Whether the matrix is symmetric or not. + The order of the matrix. + The matrix to decompose. The length of the array must be order * order. + On output, the matrix contains the eigen vectors. The length of the array must be order * order. + On output, the eigen values (位) of matrix in ascending value. The length of the array must . + On output, the block diagonal eigenvalue matrix. The length of the array must be order * order. + + + + Reduces a complex Hermitian matrix to a real symmetric tridiagonal matrix using unitary similarity transformations. + + Source matrix to reduce + Output: Arrays for internal storage of real parts of eigenvalues + Output: Arrays for internal storage of imaginary parts of eigenvalues + Output: Arrays that contains further information about the transformations. + Order of initial matrix + This is derived from the Algol procedures HTRIDI by + Smith, Boyle, Dongarra, Garbow, Ikebe, Klema, Moler, and Wilkinson, Handbook for + Auto. Comp., Vol.ii-Linear Algebra, and the corresponding + Fortran subroutine in EISPACK. + + + + Symmetric tridiagonal QL algorithm. + + Data array of matrix V (eigenvectors) + Arrays for internal storage of real parts of eigenvalues + Arrays for internal storage of imaginary parts of eigenvalues + Order of initial matrix + This is derived from the Algol procedures tql2, by + Bowdler, Martin, Reinsch, and Wilkinson, Handbook for + Auto. Comp., Vol.ii-Linear Algebra, and the corresponding + Fortran subroutine in EISPACK. + + + + + Determines eigenvectors by undoing the symmetric tridiagonalize transformation + + Data array of matrix V (eigenvectors) + Previously tridiagonalized matrix by SymmetricTridiagonalize. + Contains further information about the transformations + Input matrix order + This is derived from the Algol procedures HTRIBK, by + by Smith, Boyle, Dongarra, Garbow, Ikebe, Klema, Moler, and Wilkinson, Handbook for + Auto. Comp., Vol.ii-Linear Algebra, and the corresponding + Fortran subroutine in EISPACK. + + + + Nonsymmetric reduction to Hessenberg form. + + Data array of matrix V (eigenvectors) + Array for internal storage of nonsymmetric Hessenberg form. + Order of initial matrix + This is derived from the Algol procedures orthes and ortran, + by Martin and Wilkinson, Handbook for Auto. Comp., + Vol.ii-Linear Algebra, and the corresponding + Fortran subroutines in EISPACK. + + + + Nonsymmetric reduction from Hessenberg to real Schur form. + + Data array of the eigenvectors + Data array of matrix V (eigenvectors) + Array for internal storage of nonsymmetric Hessenberg form. + Order of initial matrix + This is derived from the Algol procedure hqr2, + by Martin and Wilkinson, Handbook for Auto. Comp., + Vol.ii-Linear Algebra, and the corresponding + Fortran subroutine in EISPACK. + + + + Assumes that and have already been transposed. + + + + + Assumes that and have already been transposed. + + + Try to find out whether the provider is available, at least in principle. Verification may still fail if available, but it will certainly fail if unavailable. - + Initialize and verify that the provided is indeed available. If not, fall back to alternatives like the managed provider - + Frees memory buffers, caches and handles allocated in or to the provider. Does not unload the provider itself, it is still usable afterwards. - + Assumes that and have already been transposed. - + Assumes that and have already been transposed. - + Adds a scaled vector to another: result = y + alpha*x. @@ -44892,7 +46884,7 @@ The result of the addition. This is similar to the AXPY BLAS routine. - + Scales an array. Can be used to scale a vector and a matrix. @@ -44901,14 +46893,14 @@ This result of the scaling. This is similar to the SCAL BLAS routine. - + Conjugates an array. Can be used to conjugate a vector and a matrix. The values to conjugate. This result of the conjugation. - + Computes the dot product of x and y. @@ -44917,7 +46909,7 @@ The dot product of x and y. This is equivalent to the DOT BLAS routine. - + Does a point wise add of two arrays z = x + y. This can be used to add vectors or matrices. @@ -44929,7 +46921,7 @@ provide optimized (parallel and/or vectorized) versions of this routine. - + Does a point wise subtraction of two arrays z = x - y. This can be used to subtract vectors or matrices. @@ -44941,7 +46933,7 @@ provide optimized (parallel and/or vectorized) versions of this routine. - + Does a point wise multiplication of two arrays z = x * y. This can be used to multiple elements of vectors or matrices. @@ -44953,7 +46945,7 @@ provide optimized (parallel and/or vectorized) versions of this routine. - + Does a point wise division of two arrays z = x / y. This can be used to divide elements of vectors or matrices. @@ -44965,7 +46957,7 @@ provide optimized (parallel and/or vectorized) versions of this routine. - + Does a point wise power of two arrays z = x ^ y. This can be used to raise elements of vectors or matrices to the powers of another vector or matrix. @@ -44977,7 +46969,7 @@ provide optimized (parallel and/or vectorized) versions of this routine. - + Computes the requested of the matrix. @@ -44989,7 +46981,7 @@ The requested of the matrix. - + Multiples two matrices. result = x * y @@ -45003,7 +46995,7 @@ This is a simplified version of the BLAS GEMM routine with alpha set to 1.0 and beta set to 0.0, and x and y are not transposed. - + Multiplies two matrices and updates another with the result. c = alpha*op(a)*op(b) + beta*c @@ -45019,7 +47011,7 @@ The value to scale the matrix. The c matrix. - + Computes the LUP factorization of A. P*A = L*U. @@ -45030,7 +47022,7 @@ On exit, it contains the pivot indices. The size of the array must be . This is equivalent to the GETRF LAPACK routine. - + Computes the inverse of matrix using LU factorization. @@ -45038,7 +47030,7 @@ The order of the square matrix . This is equivalent to the GETRF and GETRI LAPACK routines. - + Computes the inverse of a previously factored matrix. @@ -45047,7 +47039,7 @@ The pivot indices of . This is equivalent to the GETRI LAPACK routine. - + Solves A*X=B for X using LU factorization. @@ -45057,7 +47049,7 @@ On entry the B matrix; on exit the X matrix. This is equivalent to the GETRF and GETRS LAPACK routines. - + Solves A*X=B for X using a previously factored A matrix. @@ -45068,7 +47060,7 @@ On entry the B matrix; on exit the X matrix. This is equivalent to the GETRS LAPACK routine. - + Computes the Cholesky factorization of A. @@ -45077,7 +47069,7 @@ The number of rows or columns in the matrix. This is equivalent to the POTRF LAPACK routine. - + Calculate Cholesky step @@ -45088,7 +47080,7 @@ Multipliers calculated previously Number of available processors - + Solves A*X=B for X using Cholesky factorization. @@ -45098,7 +47090,7 @@ The number of columns in the B matrix. This is equivalent to the POTRF add POTRS LAPACK routines. - + Solves A*X=B for X using a previously factored A matrix. @@ -45108,7 +47100,7 @@ The number of columns in the B matrix. This is equivalent to the POTRS LAPACK routine. - + Solves A*X=B for X using a previously factored A matrix. @@ -45117,7 +47109,7 @@ On entry the B matrix; on exit the X matrix. The column to solve for. - + Computes the QR factorization of A. @@ -45131,7 +47123,7 @@ to be used by the QR solve routine. This is similar to the GEQRF and ORGQR LAPACK routines. - + Computes the QR factorization of A. @@ -45145,7 +47137,7 @@ to be used by the QR solve routine. This is similar to the GEQRF and ORGQR LAPACK routines. - + Perform calculation of Q or R @@ -45158,7 +47150,7 @@ The last column Number of available CPUs - + Generate column from initial matrix to work array @@ -45168,7 +47160,7 @@ The first row Column index - + Solves A*X=B for X using QR factorization of A. @@ -45181,12 +47173,12 @@ The type of QR factorization to perform. Rows must be greater or equal to columns. - + Solves A*X=B for X using a previously QR factored matrix. - The Q matrix obtained by calling . - The R matrix obtained by calling . + The Q matrix obtained by calling . + The R matrix obtained by calling . The number of rows in the A matrix. The number of columns in the A matrix. Contains additional information on Q. Only used for the native solver @@ -45197,7 +47189,7 @@ The type of QR factorization to perform. Rows must be greater or equal to columns. - + Computes the singular value decomposition of A. @@ -45212,7 +47204,7 @@ right singular vectors. This is equivalent to the GESVD LAPACK routine. - + Given the Cartesian coordinates (da, db) of a point p, these function return the parameters da, db, c, and s associated with the Givens rotation that zeros the y-coordinate of the point. @@ -45223,7 +47215,7 @@ Contains the parameter s associated with the Givens rotation This is equivalent to the DROTG LAPACK routine. - + Solves A*X=B for X using the singular value decomposition of A. @@ -45234,20 +47226,20 @@ The number of columns of B. On exit, the solution matrix. - + Solves A*X=B for X using a previously SVD decomposed matrix. The number of rows in the A matrix. The number of columns in the A matrix. - The s values returned by . - The left singular vectors returned by . - The right singular vectors returned by . + The s values returned by . + The left singular vectors returned by . + The right singular vectors returned by . The B matrix. The number of columns of B. On exit, the solution matrix. - + Computes the eigenvalues and eigenvectors of a matrix. @@ -45258,7 +47250,7 @@ On output, the eigen values (位) of matrix in ascending value. The length of the array must . On output, the block diagonal eigenvalue matrix. The length of the array must be order * order. - + Symmetric Householder reduction to tridiagonal form. @@ -45271,7 +47263,7 @@ Auto. Comp., Vol.ii-Linear Algebra, and the corresponding Fortran subroutine in EISPACK. - + Symmetric tridiagonal QL algorithm. @@ -45285,7 +47277,7 @@ Fortran subroutine in EISPACK. - + Nonsymmetric reduction to Hessenberg form. @@ -45297,7 +47289,7 @@ Vol.ii-Linear Algebra, and the corresponding Fortran subroutines in EISPACK. - + Nonsymmetric reduction from Hessenberg to real Schur form. @@ -45312,7 +47304,7 @@ Fortran subroutine in EISPACK. - + Complex scalar division X/Y. @@ -45322,7 +47314,7 @@ Imaginary part of Y Division result as a number. - + Adds a scaled vector to another: result = y + alpha*x. @@ -45332,7 +47324,7 @@ The result of the addition. This is similar to the AXPY BLAS routine. - + Scales an array. Can be used to scale a vector and a matrix. @@ -45341,14 +47333,14 @@ This result of the scaling. This is similar to the SCAL BLAS routine. - + Conjugates an array. Can be used to conjugate a vector and a matrix. The values to conjugate. This result of the conjugation. - + Computes the dot product of x and y. @@ -45357,7 +47349,7 @@ The dot product of x and y. This is equivalent to the DOT BLAS routine. - + Does a point wise add of two arrays z = x + y. This can be used to add vectors or matrices. @@ -45369,7 +47361,7 @@ provide optimized (parallel and/or vectorized) versions of this routine. - + Does a point wise subtraction of two arrays z = x - y. This can be used to subtract vectors or matrices. @@ -45381,7 +47373,7 @@ provide optimized (parallel and/or vectorized) versions of this routine. - + Does a point wise multiplication of two arrays z = x * y. This can be used to multiple elements of vectors or matrices. @@ -45393,7 +47385,7 @@ provide optimized (parallel and/or vectorized) versions of this routine. - + Does a point wise division of two arrays z = x / y. This can be used to divide elements of vectors or matrices. @@ -45405,7 +47397,7 @@ provide optimized (parallel and/or vectorized) versions of this routine. - + Does a point wise power of two arrays z = x ^ y. This can be used to raise elements of vectors or matrices to the powers of another vector or matrix. @@ -45417,7 +47409,7 @@ provide optimized (parallel and/or vectorized) versions of this routine. - + Computes the requested of the matrix. @@ -45429,7 +47421,7 @@ The requested of the matrix. - + Multiples two matrices. result = x * y @@ -45443,7 +47435,7 @@ This is a simplified version of the BLAS GEMM routine with alpha set to 1.0 and beta set to 0.0, and x and y are not transposed. - + Multiplies two matrices and updates another with the result. c = alpha*op(a)*op(b) + beta*c @@ -45459,7 +47451,7 @@ The value to scale the matrix. The c matrix. - + Computes the LUP factorization of A. P*A = L*U. @@ -45470,7 +47462,7 @@ On exit, it contains the pivot indices. The size of the array must be . This is equivalent to the GETRF LAPACK routine. - + Computes the inverse of matrix using LU factorization. @@ -45478,7 +47470,7 @@ The order of the square matrix . This is equivalent to the GETRF and GETRI LAPACK routines. - + Computes the inverse of a previously factored matrix. @@ -45487,7 +47479,7 @@ The pivot indices of . This is equivalent to the GETRI LAPACK routine. - + Solves A*X=B for X using LU factorization. @@ -45497,7 +47489,7 @@ On entry the B matrix; on exit the X matrix. This is equivalent to the GETRF and GETRS LAPACK routines. - + Solves A*X=B for X using a previously factored A matrix. @@ -45508,7 +47500,7 @@ On entry the B matrix; on exit the X matrix. This is equivalent to the GETRS LAPACK routine. - + Computes the Cholesky factorization of A. @@ -45517,7 +47509,7 @@ The number of rows or columns in the matrix. This is equivalent to the POTRF LAPACK routine. - + Calculate Cholesky step @@ -45528,7 +47520,7 @@ Multipliers calculated previously Number of available processors - + Solves A*X=B for X using Cholesky factorization. @@ -45538,7 +47530,7 @@ The number of columns in the B matrix. This is equivalent to the POTRF add POTRS LAPACK routines. - + Solves A*X=B for X using a previously factored A matrix. @@ -45548,7 +47540,7 @@ The number of columns in the B matrix. This is equivalent to the POTRS LAPACK routine. - + Solves A*X=B for X using a previously factored A matrix. @@ -45557,7 +47549,7 @@ On entry the B matrix; on exit the X matrix. The column to solve for. - + Computes the QR factorization of A. @@ -45571,7 +47563,7 @@ to be used by the QR solve routine. This is similar to the GEQRF and ORGQR LAPACK routines. - + Computes the QR factorization of A. @@ -45585,7 +47577,7 @@ to be used by the QR solve routine. This is similar to the GEQRF and ORGQR LAPACK routines. - + Perform calculation of Q or R @@ -45598,7 +47590,7 @@ The last column Number of available CPUs - + Generate column from initial matrix to work array @@ -45608,7 +47600,7 @@ The first row Column index - + Solves A*X=B for X using QR factorization of A. @@ -45621,12 +47613,12 @@ The type of QR factorization to perform. Rows must be greater or equal to columns. - + Solves A*X=B for X using a previously QR factored matrix. - The Q matrix obtained by calling . - The R matrix obtained by calling . + The Q matrix obtained by calling . + The R matrix obtained by calling . The number of rows in the A matrix. The number of columns in the A matrix. Contains additional information on Q. Only used for the native solver @@ -45637,7 +47629,7 @@ The type of QR factorization to perform. Rows must be greater or equal to columns. - + Computes the singular value decomposition of A. @@ -45652,7 +47644,7 @@ right singular vectors. This is equivalent to the GESVD LAPACK routine. - + Given the Cartesian coordinates (da, db) of a point p, these function return the parameters da, db, c, and s associated with the Givens rotation that zeros the y-coordinate of the point. @@ -45663,7 +47655,7 @@ Contains the parameter s associated with the Givens rotation This is equivalent to the DROTG LAPACK routine. - + Solves A*X=B for X using the singular value decomposition of A. @@ -45674,20 +47666,20 @@ The number of columns of B. On exit, the solution matrix. - + Solves A*X=B for X using a previously SVD decomposed matrix. The number of rows in the A matrix. The number of columns in the A matrix. - The s values returned by . - The left singular vectors returned by . - The right singular vectors returned by . + The s values returned by . + The left singular vectors returned by . + The right singular vectors returned by . The B matrix. The number of columns of B. On exit, the solution matrix. - + Computes the eigenvalues and eigenvectors of a matrix. @@ -45698,7 +47690,7 @@ On output, the eigen values (位) of matrix in ascending value. The length of the array must . On output, the block diagonal eigenvalue matrix. The length of the array must be order * order. - + Symmetric Householder reduction to tridiagonal form. @@ -45711,7 +47703,7 @@ Auto. Comp., Vol.ii-Linear Algebra, and the corresponding Fortran subroutine in EISPACK. - + Symmetric tridiagonal QL algorithm. @@ -45725,7 +47717,7 @@ Fortran subroutine in EISPACK. - + Nonsymmetric reduction to Hessenberg form. @@ -45737,7 +47729,7 @@ Vol.ii-Linear Algebra, and the corresponding Fortran subroutines in EISPACK. - + Nonsymmetric reduction from Hessenberg to real Schur form. @@ -45752,7 +47744,7 @@ Fortran subroutine in EISPACK. - + Complex scalar division X/Y. @@ -45762,6 +47754,2292 @@ Imaginary part of Y Division result as a number. + + + Intel's Math Kernel Library (MKL) linear algebra provider. + + + Intel's Math Kernel Library (MKL) linear algebra provider. + + + Intel's Math Kernel Library (MKL) linear algebra provider. + + + Intel's Math Kernel Library (MKL) linear algebra provider. + + + Intel's Math Kernel Library (MKL) linear algebra provider. + + + + + Computes the requested of the matrix. + + The type of norm to compute. + The number of rows in the matrix. + The number of columns in the matrix. + The matrix to compute the norm from. + + The requested of the matrix. + + + + + Computes the dot product of x and y. + + The vector x. + The vector y. + The dot product of x and y. + This is equivalent to the DOT BLAS routine. + + + + Adds a scaled vector to another: result = y + alpha*x. + + The vector to update. + The value to scale by. + The vector to add to . + The result of the addition. + This is similar to the AXPY BLAS routine. + + + + Scales an array. Can be used to scale a vector and a matrix. + + The scalar. + The values to scale. + This result of the scaling. + This is similar to the SCAL BLAS routine. + + + + Multiples two matrices. result = x * y + + The x matrix. + The number of rows in the x matrix. + The number of columns in the x matrix. + The y matrix. + The number of rows in the y matrix. + The number of columns in the y matrix. + Where to store the result of the multiplication. + This is a simplified version of the BLAS GEMM routine with alpha + set to Complex.One and beta set to Complex.Zero, and x and y are not transposed. + + + + Multiplies two matrices and updates another with the result. c = alpha*op(a)*op(b) + beta*c + + How to transpose the matrix. + How to transpose the matrix. + The value to scale matrix. + The a matrix. + The number of rows in the matrix. + The number of columns in the matrix. + The b matrix + The number of rows in the matrix. + The number of columns in the matrix. + The value to scale the matrix. + The c matrix. + + + + Computes the LUP factorization of A. P*A = L*U. + + An by matrix. The matrix is overwritten with the + the LU factorization on exit. The lower triangular factor L is stored in under the diagonal of (the diagonal is always Complex.One + for the L factor). The upper triangular factor U is stored on and above the diagonal of . + The order of the square matrix . + On exit, it contains the pivot indices. The size of the array must be . + This is equivalent to the GETRF LAPACK routine. + + + + Computes the inverse of matrix using LU factorization. + + The N by N matrix to invert. Contains the inverse On exit. + The order of the square matrix . + This is equivalent to the GETRF and GETRI LAPACK routines. + + + + Computes the inverse of a previously factored matrix. + + The LU factored N by N matrix. Contains the inverse On exit. + The order of the square matrix . + The pivot indices of . + This is equivalent to the GETRI LAPACK routine. + + + + Solves A*X=B for X using LU factorization. + + The number of columns of B. + The square matrix A. + The order of the square matrix . + On entry the B matrix; on exit the X matrix. + This is equivalent to the GETRF and GETRS LAPACK routines. + + + + Solves A*X=B for X using a previously factored A matrix. + + The number of columns of B. + The factored A matrix. + The order of the square matrix . + The pivot indices of . + On entry the B matrix; on exit the X matrix. + This is equivalent to the GETRS LAPACK routine. + + + + Computes the Cholesky factorization of A. + + On entry, a square, positive definite matrix. On exit, the matrix is overwritten with the + the Cholesky factorization. + The number of rows or columns in the matrix. + This is equivalent to the POTRF LAPACK routine. + + + + Solves A*X=B for X using Cholesky factorization. + + The square, positive definite matrix A. + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The number of columns in the B matrix. + This is equivalent to the POTRF add POTRS LAPACK routines. + + + + + Solves A*X=B for X using a previously factored A matrix. + + The square, positive definite matrix A. + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The number of columns in the B matrix. + This is equivalent to the POTRS LAPACK routine. + + + + Computes the QR factorization of A. + + On entry, it is the M by N A matrix to factor. On exit, + it is overwritten with the R matrix of the QR factorization. + The number of rows in the A matrix. + The number of columns in the A matrix. + On exit, A M by M matrix that holds the Q matrix of the + QR factorization. + A min(m,n) vector. On exit, contains additional information + to be used by the QR solve routine. + This is similar to the GEQRF and ORGQR LAPACK routines. + + + + Computes the thin QR factorization of A where M > N. + + On entry, it is the M by N A matrix to factor. On exit, + it is overwritten with the Q matrix of the QR factorization. + The number of rows in the A matrix. + The number of columns in the A matrix. + On exit, A N by N matrix that holds the R matrix of the + QR factorization. + A min(m,n) vector. On exit, contains additional information + to be used by the QR solve routine. + This is similar to the GEQRF and ORGQR LAPACK routines. + + + + Solves A*X=B for X using QR factorization of A. + + The A matrix. + The number of rows in the A matrix. + The number of columns in the A matrix. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + The type of QR factorization to perform. + Rows must be greater or equal to columns. + + + + Solves A*X=B for X using a previously QR factored matrix. + + The Q matrix obtained by calling . + The R matrix obtained by calling . + The number of rows in the A matrix. + The number of columns in the A matrix. + Contains additional information on Q. Only used for the native solver + and can be null for the managed provider. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + The type of QR factorization to perform. + Rows must be greater or equal to columns. + + + + Solves A*X=B for X using the singular value decomposition of A. + + On entry, the M by N matrix to decompose. + The number of rows in the A matrix. + The number of columns in the A matrix. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + + + + Computes the singular value decomposition of A. + + Compute the singular U and VT vectors or not. + On entry, the M by N matrix to decompose. On exit, A may be overwritten. + The number of rows in the A matrix. + The number of columns in the A matrix. + The singular values of A in ascending value. + If is true, on exit U contains the left + singular vectors. + If is true, on exit VT contains the transposed + right singular vectors. + This is equivalent to the GESVD LAPACK routine. + + + + Does a point wise add of two arrays z = x + y. This can be used + to add vectors or matrices. + + The array x. + The array y. + The result of the addition. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Does a point wise subtraction of two arrays z = x - y. This can be used + to subtract vectors or matrices. + + The array x. + The array y. + The result of the subtraction. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Does a point wise multiplication of two arrays z = x * y. This can be used + to multiple elements of vectors or matrices. + + The array x. + The array y. + The result of the point wise multiplication. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Does a point wise power of two arrays z = x ^ y. This can be used + to raise elements of vectors or matrices to the powers of another vector or matrix. + + The array x. + The array y. + The result of the point wise power. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Does a point wise division of two arrays z = x / y. This can be used + to divide elements of vectors or matrices. + + The array x. + The array y. + The result of the point wise division. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Computes the eigenvalues and eigenvectors of a matrix. + + Whether the matrix is symmetric or not. + The order of the matrix. + The matrix to decompose. The length of the array must be order * order. + On output, the matrix contains the eigen vectors. The length of the array must be order * order. + On output, the eigen values (位) of matrix in ascending value. The length of the array must . + On output, the block diagonal eigenvalue matrix. The length of the array must be order * order. + + + + Computes the requested of the matrix. + + The type of norm to compute. + The number of rows in the matrix. + The number of columns in the matrix. + The matrix to compute the norm from. + + The requested of the matrix. + + + + + Computes the dot product of x and y. + + The vector x. + The vector y. + The dot product of x and y. + This is equivalent to the DOT BLAS routine. + + + + Adds a scaled vector to another: result = y + alpha*x. + + The vector to update. + The value to scale by. + The vector to add to . + The result of the addition. + This is similar to the AXPY BLAS routine. + + + + Scales an array. Can be used to scale a vector and a matrix. + + The scalar. + The values to scale. + This result of the scaling. + This is similar to the SCAL BLAS routine. + + + + Multiples two matrices. result = x * y + + The x matrix. + The number of rows in the x matrix. + The number of columns in the x matrix. + The y matrix. + The number of rows in the y matrix. + The number of columns in the y matrix. + Where to store the result of the multiplication. + This is a simplified version of the BLAS GEMM routine with alpha + set to Complex32.One and beta set to Complex32.Zero, and x and y are not transposed. + + + + Multiplies two matrices and updates another with the result. c = alpha*op(a)*op(b) + beta*c + + How to transpose the matrix. + How to transpose the matrix. + The value to scale matrix. + The a matrix. + The number of rows in the matrix. + The number of columns in the matrix. + The b matrix + The number of rows in the matrix. + The number of columns in the matrix. + The value to scale the matrix. + The c matrix. + + + + Computes the LUP factorization of A. P*A = L*U. + + An by matrix. The matrix is overwritten with the + the LU factorization on exit. The lower triangular factor L is stored in under the diagonal of (the diagonal is always Complex32.One + for the L factor). The upper triangular factor U is stored on and above the diagonal of . + The order of the square matrix . + On exit, it contains the pivot indices. The size of the array must be . + This is equivalent to the GETRF LAPACK routine. + + + + Computes the inverse of matrix using LU factorization. + + The N by N matrix to invert. Contains the inverse On exit. + The order of the square matrix . + This is equivalent to the GETRF and GETRI LAPACK routines. + + + + Computes the inverse of a previously factored matrix. + + The LU factored N by N matrix. Contains the inverse On exit. + The order of the square matrix . + The pivot indices of . + This is equivalent to the GETRI LAPACK routine. + + + + Solves A*X=B for X using LU factorization. + + The number of columns of B. + The square matrix A. + The order of the square matrix . + On entry the B matrix; on exit the X matrix. + This is equivalent to the GETRF and GETRS LAPACK routines. + + + + Solves A*X=B for X using a previously factored A matrix. + + The number of columns of B. + The factored A matrix. + The order of the square matrix . + The pivot indices of . + On entry the B matrix; on exit the X matrix. + This is equivalent to the GETRS LAPACK routine. + + + + Computes the Cholesky factorization of A. + + On entry, a square, positive definite matrix. On exit, the matrix is overwritten with the + the Cholesky factorization. + The number of rows or columns in the matrix. + This is equivalent to the POTRF LAPACK routine. + + + + Solves A*X=B for X using Cholesky factorization. + + The square, positive definite matrix A. + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The number of columns in the B matrix. + This is equivalent to the POTRF add POTRS LAPACK routines. + + + + + Solves A*X=B for X using a previously factored A matrix. + + The square, positive definite matrix A. + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The number of columns in the B matrix. + This is equivalent to the POTRS LAPACK routine. + + + + Computes the QR factorization of A. + + On entry, it is the M by N A matrix to factor. On exit, + it is overwritten with the R matrix of the QR factorization. + The number of rows in the A matrix. + The number of columns in the A matrix. + On exit, A M by M matrix that holds the Q matrix of the + QR factorization. + A min(m,n) vector. On exit, contains additional information + to be used by the QR solve routine. + This is similar to the GEQRF and ORGQR LAPACK routines. + + + + Computes the thin QR factorization of A where M > N. + + On entry, it is the M by N A matrix to factor. On exit, + it is overwritten with the Q matrix of the QR factorization. + The number of rows in the A matrix. + The number of columns in the A matrix. + On exit, A N by N matrix that holds the R matrix of the + QR factorization. + A min(m,n) vector. On exit, contains additional information + to be used by the QR solve routine. + This is similar to the GEQRF and ORGQR LAPACK routines. + + + + Solves A*X=B for X using QR factorization of A. + + The A matrix. + The number of rows in the A matrix. + The number of columns in the A matrix. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + The type of QR factorization to perform. + Rows must be greater or equal to columns. + + + + Solves A*X=B for X using a previously QR factored matrix. + + The Q matrix obtained by calling . + The R matrix obtained by calling . + The number of rows in the A matrix. + The number of columns in the A matrix. + Contains additional information on Q. Only used for the native solver + and can be null for the managed provider. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + The type of QR factorization to perform. + Rows must be greater or equal to columns. + + + + Solves A*X=B for X using the singular value decomposition of A. + + On entry, the M by N matrix to decompose. + The number of rows in the A matrix. + The number of columns in the A matrix. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + + + + Computes the singular value decomposition of A. + + Compute the singular U and VT vectors or not. + On entry, the M by N matrix to decompose. On exit, A may be overwritten. + The number of rows in the A matrix. + The number of columns in the A matrix. + The singular values of A in ascending value. + If is true, on exit U contains the left + singular vectors. + If is true, on exit VT contains the transposed + right singular vectors. + This is equivalent to the GESVD LAPACK routine. + + + + Does a point wise add of two arrays z = x + y. This can be used + to add vectors or matrices. + + The array x. + The array y. + The result of the addition. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Does a point wise subtraction of two arrays z = x - y. This can be used + to subtract vectors or matrices. + + The array x. + The array y. + The result of the subtraction. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Does a point wise multiplication of two arrays z = x * y. This can be used + to multiple elements of vectors or matrices. + + The array x. + The array y. + The result of the point wise multiplication. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Does a point wise division of two arrays z = x / y. This can be used + to divide elements of vectors or matrices. + + The array x. + The array y. + The result of the point wise division. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Does a point wise power of two arrays z = x ^ y. This can be used + to raise elements of vectors or matrices to the powers of another vector or matrix. + + The array x. + The array y. + The result of the point wise power. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Computes the eigenvalues and eigenvectors of a matrix. + + Whether the matrix is symmetric or not. + The order of the matrix. + The matrix to decompose. The length of the array must be order * order. + On output, the matrix contains the eigen vectors. The length of the array must be order * order. + On output, the eigen values (位) of matrix in ascending value. The length of the array must . + On output, the block diagonal eigenvalue matrix. The length of the array must be order * order. + + + Hint path where to look for the native binaries + + Sets the desired bit consistency on repeated identical computations on varying CPU architectures, + as a trade-off with performance. + + VML optimal precision and rounding. + VML accuracy mode. + + + + Try to find out whether the provider is available, at least in principle. + Verification may still fail if available, but it will certainly fail if unavailable. + + + + + Initialize and verify that the provided is indeed available. + If calling this method fails, consider to fall back to alternatives like the managed provider. + + + + + Frees memory buffers, caches and handles allocated in or to the provider. + Does not unload the provider itself, it is still usable afterwards. + + + + + Computes the requested of the matrix. + + The type of norm to compute. + The number of rows in the matrix. + The number of columns in the matrix. + The matrix to compute the norm from. + + The requested of the matrix. + + + + + Computes the dot product of x and y. + + The vector x. + The vector y. + The dot product of x and y. + This is equivalent to the DOT BLAS routine. + + + + Adds a scaled vector to another: result = y + alpha*x. + + The vector to update. + The value to scale by. + The vector to add to . + The result of the addition. + This is similar to the AXPY BLAS routine. + + + + Scales an array. Can be used to scale a vector and a matrix. + + The scalar. + The values to scale. + This result of the scaling. + This is similar to the SCAL BLAS routine. + + + + Multiples two matrices. result = x * y + + The x matrix. + The number of rows in the x matrix. + The number of columns in the x matrix. + The y matrix. + The number of rows in the y matrix. + The number of columns in the y matrix. + Where to store the result of the multiplication. + This is a simplified version of the BLAS GEMM routine with alpha + set to 1.0 and beta set to 0.0, and x and y are not transposed. + + + + Multiplies two matrices and updates another with the result. c = alpha*op(a)*op(b) + beta*c + + How to transpose the matrix. + How to transpose the matrix. + The value to scale matrix. + The a matrix. + The number of rows in the matrix. + The number of columns in the matrix. + The b matrix + The number of rows in the matrix. + The number of columns in the matrix. + The value to scale the matrix. + The c matrix. + + + + Computes the LUP factorization of A. P*A = L*U. + + An by matrix. The matrix is overwritten with the + the LU factorization on exit. The lower triangular factor L is stored in under the diagonal of (the diagonal is always 1.0 + for the L factor). The upper triangular factor U is stored on and above the diagonal of . + The order of the square matrix . + On exit, it contains the pivot indices. The size of the array must be . + This is equivalent to the GETRF LAPACK routine. + + + + Computes the inverse of matrix using LU factorization. + + The N by N matrix to invert. Contains the inverse On exit. + The order of the square matrix . + This is equivalent to the GETRF and GETRI LAPACK routines. + + + + Computes the inverse of a previously factored matrix. + + The LU factored N by N matrix. Contains the inverse On exit. + The order of the square matrix . + The pivot indices of . + This is equivalent to the GETRI LAPACK routine. + + + + Solves A*X=B for X using LU factorization. + + The number of columns of B. + The square matrix A. + The order of the square matrix . + On entry the B matrix; on exit the X matrix. + This is equivalent to the GETRF and GETRS LAPACK routines. + + + + Solves A*X=B for X using a previously factored A matrix. + + The number of columns of B. + The factored A matrix. + The order of the square matrix . + The pivot indices of . + On entry the B matrix; on exit the X matrix. + This is equivalent to the GETRS LAPACK routine. + + + + Computes the Cholesky factorization of A. + + On entry, a square, positive definite matrix. On exit, the matrix is overwritten with the + the Cholesky factorization. + The number of rows or columns in the matrix. + This is equivalent to the POTRF LAPACK routine. + + + + Solves A*X=B for X using Cholesky factorization. + + The square, positive definite matrix A. + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The number of columns in the B matrix. + This is equivalent to the POTRF add POTRS LAPACK routines. + + + + + Solves A*X=B for X using a previously factored A matrix. + + The square, positive definite matrix A. + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The number of columns in the B matrix. + This is equivalent to the POTRS LAPACK routine. + + + + Computes the QR factorization of A. + + On entry, it is the M by N A matrix to factor. On exit, + it is overwritten with the R matrix of the QR factorization. + The number of rows in the A matrix. + The number of columns in the A matrix. + On exit, A M by M matrix that holds the Q matrix of the + QR factorization. + A min(m,n) vector. On exit, contains additional information + to be used by the QR solve routine. + This is similar to the GEQRF and ORGQR LAPACK routines. + + + + Computes the thin QR factorization of A where M > N. + + On entry, it is the M by N A matrix to factor. On exit, + it is overwritten with the Q matrix of the QR factorization. + The number of rows in the A matrix. + The number of columns in the A matrix. + On exit, A N by N matrix that holds the R matrix of the + QR factorization. + A min(m,n) vector. On exit, contains additional information + to be used by the QR solve routine. + This is similar to the GEQRF and ORGQR LAPACK routines. + + + + Solves A*X=B for X using QR factorization of A. + + The A matrix. + The number of rows in the A matrix. + The number of columns in the A matrix. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + The type of QR factorization to perform. + Rows must be greater or equal to columns. + + + + Solves A*X=B for X using a previously QR factored matrix. + + The Q matrix obtained by calling . + The R matrix obtained by calling . + The number of rows in the A matrix. + The number of columns in the A matrix. + Contains additional information on Q. Only used for the native solver + and can be null for the managed provider. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + The type of QR factorization to perform. + Rows must be greater or equal to columns. + + + + Solves A*X=B for X using the singular value decomposition of A. + + On entry, the M by N matrix to decompose. + The number of rows in the A matrix. + The number of columns in the A matrix. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + + + + Computes the singular value decomposition of A. + + Compute the singular U and VT vectors or not. + On entry, the M by N matrix to decompose. On exit, A may be overwritten. + The number of rows in the A matrix. + The number of columns in the A matrix. + The singular values of A in ascending value. + If is true, on exit U contains the left + singular vectors. + If is true, on exit VT contains the transposed + right singular vectors. + This is equivalent to the GESVD LAPACK routine. + + + + Does a point wise add of two arrays z = x + y. This can be used + to add vectors or matrices. + + The array x. + The array y. + The result of the addition. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Does a point wise subtraction of two arrays z = x - y. This can be used + to subtract vectors or matrices. + + The array x. + The array y. + The result of the subtraction. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Does a point wise multiplication of two arrays z = x * y. This can be used + to multiple elements of vectors or matrices. + + The array x. + The array y. + The result of the point wise multiplication. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Does a point wise division of two arrays z = x / y. This can be used + to divide elements of vectors or matrices. + + The array x. + The array y. + The result of the point wise division. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Does a point wise power of two arrays z = x ^ y. This can be used + to raise elements of vectors or matrices to the powers of another vector or matrix. + + The array x. + The array y. + The result of the point wise power. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Computes the eigenvalues and eigenvectors of a matrix. + + Whether the matrix is symmetric or not. + The order of the matrix. + The matrix to decompose. The length of the array must be order * order. + On output, the matrix contains the eigen vectors. The length of the array must be order * order. + On output, the eigen values (位) of matrix in ascending value. The length of the array must . + On output, the block diagonal eigenvalue matrix. The length of the array must be order * order. + + + + Computes the requested of the matrix. + + The type of norm to compute. + The number of rows in the matrix. + The number of columns in the matrix. + The matrix to compute the norm from. + + The requested of the matrix. + + + + + Computes the dot product of x and y. + + The vector x. + The vector y. + The dot product of x and y. + This is equivalent to the DOT BLAS routine. + + + + Adds a scaled vector to another: result = y + alpha*x. + + The vector to update. + The value to scale by. + The vector to add to . + The result of the addition. + This is similar to the AXPY BLAS routine. + + + + Scales an array. Can be used to scale a vector and a matrix. + + The scalar. + The values to scale. + This result of the scaling. + This is similar to the SCAL BLAS routine. + + + + Multiples two matrices. result = x * y + + The x matrix. + The number of rows in the x matrix. + The number of columns in the x matrix. + The y matrix. + The number of rows in the y matrix. + The number of columns in the y matrix. + Where to store the result of the multiplication. + This is a simplified version of the BLAS GEMM routine with alpha + set to 1.0f and beta set to 0.0f, and x and y are not transposed. + + + + Multiplies two matrices and updates another with the result. c = alpha*op(a)*op(b) + beta*c + + How to transpose the matrix. + How to transpose the matrix. + The value to scale matrix. + The a matrix. + The number of rows in the matrix. + The number of columns in the matrix. + The b matrix + The number of rows in the matrix. + The number of columns in the matrix. + The value to scale the matrix. + The c matrix. + + + + Computes the LUP factorization of A. P*A = L*U. + + An by matrix. The matrix is overwritten with the + the LU factorization on exit. The lower triangular factor L is stored in under the diagonal of (the diagonal is always 1.0f + for the L factor). The upper triangular factor U is stored on and above the diagonal of . + The order of the square matrix . + On exit, it contains the pivot indices. The size of the array must be . + This is equivalent to the GETRF LAPACK routine. + + + + Computes the inverse of matrix using LU factorization. + + The N by N matrix to invert. Contains the inverse On exit. + The order of the square matrix . + This is equivalent to the GETRF and GETRI LAPACK routines. + + + + Computes the inverse of a previously factored matrix. + + The LU factored N by N matrix. Contains the inverse On exit. + The order of the square matrix . + The pivot indices of . + This is equivalent to the GETRI LAPACK routine. + + + + Solves A*X=B for X using LU factorization. + + The number of columns of B. + The square matrix A. + The order of the square matrix . + On entry the B matrix; on exit the X matrix. + This is equivalent to the GETRF and GETRS LAPACK routines. + + + + Solves A*X=B for X using a previously factored A matrix. + + The number of columns of B. + The factored A matrix. + The order of the square matrix . + The pivot indices of . + On entry the B matrix; on exit the X matrix. + This is equivalent to the GETRS LAPACK routine. + + + + Computes the Cholesky factorization of A. + + On entry, a square, positive definite matrix. On exit, the matrix is overwritten with the + the Cholesky factorization. + The number of rows or columns in the matrix. + This is equivalent to the POTRF LAPACK routine. + + + + Solves A*X=B for X using Cholesky factorization. + + The square, positive definite matrix A. + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The number of columns in the B matrix. + This is equivalent to the POTRF add POTRS LAPACK routines. + + + + + Solves A*X=B for X using a previously factored A matrix. + + The square, positive definite matrix A. + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The number of columns in the B matrix. + This is equivalent to the POTRS LAPACK routine. + + + + Computes the QR factorization of A. + + On entry, it is the M by N A matrix to factor. On exit, + it is overwritten with the R matrix of the QR factorization. + The number of rows in the A matrix. + The number of columns in the A matrix. + On exit, A M by M matrix that holds the Q matrix of the + QR factorization. + A min(m,n) vector. On exit, contains additional information + to be used by the QR solve routine. + This is similar to the GEQRF and ORGQR LAPACK routines. + + + + Computes the thin QR factorization of A where M > N. + + On entry, it is the M by N A matrix to factor. On exit, + it is overwritten with the Q matrix of the QR factorization. + The number of rows in the A matrix. + The number of columns in the A matrix. + On exit, A N by N matrix that holds the R matrix of the + QR factorization. + A min(m,n) vector. On exit, contains additional information + to be used by the QR solve routine. + This is similar to the GEQRF and ORGQR LAPACK routines. + + + + Solves A*X=B for X using QR factorization of A. + + The A matrix. + The number of rows in the A matrix. + The number of columns in the A matrix. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + The type of QR factorization to perform. + Rows must be greater or equal to columns. + + + + Solves A*X=B for X using a previously QR factored matrix. + + The Q matrix obtained by calling . + The R matrix obtained by calling . + The number of rows in the A matrix. + The number of columns in the A matrix. + Contains additional information on Q. Only used for the native solver + and can be null for the managed provider. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + The type of QR factorization to perform. + Rows must be greater or equal to columns. + + + + Solves A*X=B for X using the singular value decomposition of A. + + On entry, the M by N matrix to decompose. + The number of rows in the A matrix. + The number of columns in the A matrix. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + + + + Computes the singular value decomposition of A. + + Compute the singular U and VT vectors or not. + On entry, the M by N matrix to decompose. On exit, A may be overwritten. + The number of rows in the A matrix. + The number of columns in the A matrix. + The singular values of A in ascending value. + If is true, on exit U contains the left + singular vectors. + If is true, on exit VT contains the transposed + right singular vectors. + This is equivalent to the GESVD LAPACK routine. + + + + Does a point wise add of two arrays z = x + y. This can be used + to add vectors or matrices. + + The array x. + The array y. + The result of the addition. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Does a point wise subtraction of two arrays z = x - y. This can be used + to subtract vectors or matrices. + + The array x. + The array y. + The result of the subtraction. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Does a point wise multiplication of two arrays z = x * y. This can be used + to multiple elements of vectors or matrices. + + The array x. + The array y. + The result of the point wise multiplication. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Does a point wise division of two arrays z = x / y. This can be used + to divide elements of vectors or matrices. + + The array x. + The array y. + The result of the point wise division. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Does a point wise power of two arrays z = x ^ y. This can be used + to raise elements of vectors or matrices to the powers of another vector or matrix. + + The array x. + The array y. + The result of the point wise power. + There is no equivalent BLAS routine, but many libraries + provide optimized (parallel and/or vectorized) versions of this + routine. + + + + Computes the eigenvalues and eigenvectors of a matrix. + + Whether the matrix is symmetric or not. + The order of the matrix. + The matrix to decompose. The length of the array must be order * order. + On output, the matrix contains the eigen vectors. The length of the array must be order * order. + On output, the eigen values (位) of matrix in ascending value. The length of the array must . + On output, the block diagonal eigenvalue matrix. The length of the array must be order * order. + + + + Error codes return from the MKL provider. + + + + + Unable to allocate memory. + + + + + OpenBLAS linear algebra provider. + + + OpenBLAS linear algebra provider. + + + OpenBLAS linear algebra provider. + + + OpenBLAS linear algebra provider. + + + OpenBLAS linear algebra provider. + + + + + Computes the requested of the matrix. + + The type of norm to compute. + The number of rows in the matrix. + The number of columns in the matrix. + The matrix to compute the norm from. + + The requested of the matrix. + + + + + Computes the dot product of x and y. + + The vector x. + The vector y. + The dot product of x and y. + This is equivalent to the DOT BLAS routine. + + + + Adds a scaled vector to another: result = y + alpha*x. + + The vector to update. + The value to scale by. + The vector to add to . + The result of the addition. + This is similar to the AXPY BLAS routine. + + + + Scales an array. Can be used to scale a vector and a matrix. + + The scalar. + The values to scale. + This result of the scaling. + This is similar to the SCAL BLAS routine. + + + + Multiples two matrices. result = x * y + + The x matrix. + The number of rows in the x matrix. + The number of columns in the x matrix. + The y matrix. + The number of rows in the y matrix. + The number of columns in the y matrix. + Where to store the result of the multiplication. + This is a simplified version of the BLAS GEMM routine with alpha + set to Complex.One and beta set to Complex.Zero, and x and y are not transposed. + + + + Multiplies two matrices and updates another with the result. c = alpha*op(a)*op(b) + beta*c + + How to transpose the matrix. + How to transpose the matrix. + The value to scale matrix. + The a matrix. + The number of rows in the matrix. + The number of columns in the matrix. + The b matrix + The number of rows in the matrix. + The number of columns in the matrix. + The value to scale the matrix. + The c matrix. + + + + Computes the LUP factorization of A. P*A = L*U. + + An by matrix. The matrix is overwritten with the + the LU factorization on exit. The lower triangular factor L is stored in under the diagonal of (the diagonal is always Complex.One + for the L factor). The upper triangular factor U is stored on and above the diagonal of . + The order of the square matrix . + On exit, it contains the pivot indices. The size of the array must be . + This is equivalent to the GETRF LAPACK routine. + + + + Computes the inverse of matrix using LU factorization. + + The N by N matrix to invert. Contains the inverse On exit. + The order of the square matrix . + This is equivalent to the GETRF and GETRI LAPACK routines. + + + + Computes the inverse of a previously factored matrix. + + The LU factored N by N matrix. Contains the inverse On exit. + The order of the square matrix . + The pivot indices of . + This is equivalent to the GETRI LAPACK routine. + + + + Solves A*X=B for X using LU factorization. + + The number of columns of B. + The square matrix A. + The order of the square matrix . + On entry the B matrix; on exit the X matrix. + This is equivalent to the GETRF and GETRS LAPACK routines. + + + + Solves A*X=B for X using a previously factored A matrix. + + The number of columns of B. + The factored A matrix. + The order of the square matrix . + The pivot indices of . + On entry the B matrix; on exit the X matrix. + This is equivalent to the GETRS LAPACK routine. + + + + Computes the Cholesky factorization of A. + + On entry, a square, positive definite matrix. On exit, the matrix is overwritten with the + the Cholesky factorization. + The number of rows or columns in the matrix. + This is equivalent to the POTRF LAPACK routine. + + + + Solves A*X=B for X using Cholesky factorization. + + The square, positive definite matrix A. + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The number of columns in the B matrix. + This is equivalent to the POTRF add POTRS LAPACK routines. + + + + + Solves A*X=B for X using a previously factored A matrix. + + The square, positive definite matrix A. + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The number of columns in the B matrix. + This is equivalent to the POTRS LAPACK routine. + + + + Computes the QR factorization of A. + + On entry, it is the M by N A matrix to factor. On exit, + it is overwritten with the R matrix of the QR factorization. + The number of rows in the A matrix. + The number of columns in the A matrix. + On exit, A M by M matrix that holds the Q matrix of the + QR factorization. + A min(m,n) vector. On exit, contains additional information + to be used by the QR solve routine. + This is similar to the GEQRF and ORGQR LAPACK routines. + + + + Computes the thin QR factorization of A where M > N. + + On entry, it is the M by N A matrix to factor. On exit, + it is overwritten with the Q matrix of the QR factorization. + The number of rows in the A matrix. + The number of columns in the A matrix. + On exit, A N by N matrix that holds the R matrix of the + QR factorization. + A min(m,n) vector. On exit, contains additional information + to be used by the QR solve routine. + This is similar to the GEQRF and ORGQR LAPACK routines. + + + + Solves A*X=B for X using QR factorization of A. + + The A matrix. + The number of rows in the A matrix. + The number of columns in the A matrix. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + The type of QR factorization to perform. + Rows must be greater or equal to columns. + + + + Solves A*X=B for X using a previously QR factored matrix. + + The Q matrix obtained by calling . + The R matrix obtained by calling . + The number of rows in the A matrix. + The number of columns in the A matrix. + Contains additional information on Q. Only used for the native solver + and can be null for the managed provider. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + The type of QR factorization to perform. + Rows must be greater or equal to columns. + + + + Solves A*X=B for X using the singular value decomposition of A. + + On entry, the M by N matrix to decompose. + The number of rows in the A matrix. + The number of columns in the A matrix. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + + + + Computes the singular value decomposition of A. + + Compute the singular U and VT vectors or not. + On entry, the M by N matrix to decompose. On exit, A may be overwritten. + The number of rows in the A matrix. + The number of columns in the A matrix. + The singular values of A in ascending value. + If is true, on exit U contains the left + singular vectors. + If is true, on exit VT contains the transposed + right singular vectors. + This is equivalent to the GESVD LAPACK routine. + + + + Computes the eigenvalues and eigenvectors of a matrix. + + Whether the matrix is symmetric or not. + The order of the matrix. + The matrix to decompose. The length of the array must be order * order. + On output, the matrix contains the eigen vectors. The length of the array must be order * order. + On output, the eigen values (位) of matrix in ascending value. The length of the array must . + On output, the block diagonal eigenvalue matrix. The length of the array must be order * order. + + + + Computes the requested of the matrix. + + The type of norm to compute. + The number of rows in the matrix. + The number of columns in the matrix. + The matrix to compute the norm from. + + The requested of the matrix. + + + + + Computes the dot product of x and y. + + The vector x. + The vector y. + The dot product of x and y. + This is equivalent to the DOT BLAS routine. + + + + Adds a scaled vector to another: result = y + alpha*x. + + The vector to update. + The value to scale by. + The vector to add to . + The result of the addition. + This is similar to the AXPY BLAS routine. + + + + Scales an array. Can be used to scale a vector and a matrix. + + The scalar. + The values to scale. + This result of the scaling. + This is similar to the SCAL BLAS routine. + + + + Multiples two matrices. result = x * y + + The x matrix. + The number of rows in the x matrix. + The number of columns in the x matrix. + The y matrix. + The number of rows in the y matrix. + The number of columns in the y matrix. + Where to store the result of the multiplication. + This is a simplified version of the BLAS GEMM routine with alpha + set to Complex32.One and beta set to Complex32.Zero, and x and y are not transposed. + + + + Multiplies two matrices and updates another with the result. c = alpha*op(a)*op(b) + beta*c + + How to transpose the matrix. + How to transpose the matrix. + The value to scale matrix. + The a matrix. + The number of rows in the matrix. + The number of columns in the matrix. + The b matrix + The number of rows in the matrix. + The number of columns in the matrix. + The value to scale the matrix. + The c matrix. + + + + Computes the LUP factorization of A. P*A = L*U. + + An by matrix. The matrix is overwritten with the + the LU factorization on exit. The lower triangular factor L is stored in under the diagonal of (the diagonal is always Complex32.One + for the L factor). The upper triangular factor U is stored on and above the diagonal of . + The order of the square matrix . + On exit, it contains the pivot indices. The size of the array must be . + This is equivalent to the GETRF LAPACK routine. + + + + Computes the inverse of matrix using LU factorization. + + The N by N matrix to invert. Contains the inverse On exit. + The order of the square matrix . + This is equivalent to the GETRF and GETRI LAPACK routines. + + + + Computes the inverse of a previously factored matrix. + + The LU factored N by N matrix. Contains the inverse On exit. + The order of the square matrix . + The pivot indices of . + This is equivalent to the GETRI LAPACK routine. + + + + Solves A*X=B for X using LU factorization. + + The number of columns of B. + The square matrix A. + The order of the square matrix . + On entry the B matrix; on exit the X matrix. + This is equivalent to the GETRF and GETRS LAPACK routines. + + + + Solves A*X=B for X using a previously factored A matrix. + + The number of columns of B. + The factored A matrix. + The order of the square matrix . + The pivot indices of . + On entry the B matrix; on exit the X matrix. + This is equivalent to the GETRS LAPACK routine. + + + + Computes the Cholesky factorization of A. + + On entry, a square, positive definite matrix. On exit, the matrix is overwritten with the + the Cholesky factorization. + The number of rows or columns in the matrix. + This is equivalent to the POTRF LAPACK routine. + + + + Solves A*X=B for X using Cholesky factorization. + + The square, positive definite matrix A. + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The number of columns in the B matrix. + This is equivalent to the POTRF add POTRS LAPACK routines. + + + + + Solves A*X=B for X using a previously factored A matrix. + + The square, positive definite matrix A. + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The number of columns in the B matrix. + This is equivalent to the POTRS LAPACK routine. + + + + Computes the QR factorization of A. + + On entry, it is the M by N A matrix to factor. On exit, + it is overwritten with the R matrix of the QR factorization. + The number of rows in the A matrix. + The number of columns in the A matrix. + On exit, A M by M matrix that holds the Q matrix of the + QR factorization. + A min(m,n) vector. On exit, contains additional information + to be used by the QR solve routine. + This is similar to the GEQRF and ORGQR LAPACK routines. + + + + Computes the thin QR factorization of A where M > N. + + On entry, it is the M by N A matrix to factor. On exit, + it is overwritten with the Q matrix of the QR factorization. + The number of rows in the A matrix. + The number of columns in the A matrix. + On exit, A N by N matrix that holds the R matrix of the + QR factorization. + A min(m,n) vector. On exit, contains additional information + to be used by the QR solve routine. + This is similar to the GEQRF and ORGQR LAPACK routines. + + + + Solves A*X=B for X using QR factorization of A. + + The A matrix. + The number of rows in the A matrix. + The number of columns in the A matrix. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + The type of QR factorization to perform. + Rows must be greater or equal to columns. + + + + Solves A*X=B for X using a previously QR factored matrix. + + The Q matrix obtained by calling . + The R matrix obtained by calling . + The number of rows in the A matrix. + The number of columns in the A matrix. + Contains additional information on Q. Only used for the native solver + and can be null for the managed provider. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + The type of QR factorization to perform. + Rows must be greater or equal to columns. + + + + Solves A*X=B for X using the singular value decomposition of A. + + On entry, the M by N matrix to decompose. + The number of rows in the A matrix. + The number of columns in the A matrix. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + + + + Computes the singular value decomposition of A. + + Compute the singular U and VT vectors or not. + On entry, the M by N matrix to decompose. On exit, A may be overwritten. + The number of rows in the A matrix. + The number of columns in the A matrix. + The singular values of A in ascending value. + If is true, on exit U contains the left + singular vectors. + If is true, on exit VT contains the transposed + right singular vectors. + This is equivalent to the GESVD LAPACK routine. + + + + Computes the eigenvalues and eigenvectors of a matrix. + + Whether the matrix is symmetric or not. + The order of the matrix. + The matrix to decompose. The length of the array must be order * order. + On output, the matrix contains the eigen vectors. The length of the array must be order * order. + On output, the eigen values (位) of matrix in ascending value. The length of the array must . + On output, the block diagonal eigenvalue matrix. The length of the array must be order * order. + + + Hint path where to look for the native binaries + + + + Try to find out whether the provider is available, at least in principle. + Verification may still fail if available, but it will certainly fail if unavailable. + + + + + Initialize and verify that the provided is indeed available. + If not, fall back to alternatives like the managed provider + + + + + Frees memory buffers, caches and handles allocated in or to the provider. + Does not unload the provider itself, it is still usable afterwards. + + + + + Computes the requested of the matrix. + + The type of norm to compute. + The number of rows in the matrix. + The number of columns in the matrix. + The matrix to compute the norm from. + + The requested of the matrix. + + + + + Computes the dot product of x and y. + + The vector x. + The vector y. + The dot product of x and y. + This is equivalent to the DOT BLAS routine. + + + + Adds a scaled vector to another: result = y + alpha*x. + + The vector to update. + The value to scale by. + The vector to add to . + The result of the addition. + This is similar to the AXPY BLAS routine. + + + + Scales an array. Can be used to scale a vector and a matrix. + + The scalar. + The values to scale. + This result of the scaling. + This is similar to the SCAL BLAS routine. + + + + Multiples two matrices. result = x * y + + The x matrix. + The number of rows in the x matrix. + The number of columns in the x matrix. + The y matrix. + The number of rows in the y matrix. + The number of columns in the y matrix. + Where to store the result of the multiplication. + This is a simplified version of the BLAS GEMM routine with alpha + set to 1.0 and beta set to 0.0, and x and y are not transposed. + + + + Multiplies two matrices and updates another with the result. c = alpha*op(a)*op(b) + beta*c + + How to transpose the matrix. + How to transpose the matrix. + The value to scale matrix. + The a matrix. + The number of rows in the matrix. + The number of columns in the matrix. + The b matrix + The number of rows in the matrix. + The number of columns in the matrix. + The value to scale the matrix. + The c matrix. + + + + Computes the LUP factorization of A. P*A = L*U. + + An by matrix. The matrix is overwritten with the + the LU factorization on exit. The lower triangular factor L is stored in under the diagonal of (the diagonal is always 1.0 + for the L factor). The upper triangular factor U is stored on and above the diagonal of . + The order of the square matrix . + On exit, it contains the pivot indices. The size of the array must be . + This is equivalent to the GETRF LAPACK routine. + + + + Computes the inverse of matrix using LU factorization. + + The N by N matrix to invert. Contains the inverse On exit. + The order of the square matrix . + This is equivalent to the GETRF and GETRI LAPACK routines. + + + + Computes the inverse of a previously factored matrix. + + The LU factored N by N matrix. Contains the inverse On exit. + The order of the square matrix . + The pivot indices of . + This is equivalent to the GETRI LAPACK routine. + + + + Solves A*X=B for X using LU factorization. + + The number of columns of B. + The square matrix A. + The order of the square matrix . + On entry the B matrix; on exit the X matrix. + This is equivalent to the GETRF and GETRS LAPACK routines. + + + + Solves A*X=B for X using a previously factored A matrix. + + The number of columns of B. + The factored A matrix. + The order of the square matrix . + The pivot indices of . + On entry the B matrix; on exit the X matrix. + This is equivalent to the GETRS LAPACK routine. + + + + Computes the Cholesky factorization of A. + + On entry, a square, positive definite matrix. On exit, the matrix is overwritten with the + the Cholesky factorization. + The number of rows or columns in the matrix. + This is equivalent to the POTRF LAPACK routine. + + + + Solves A*X=B for X using Cholesky factorization. + + The square, positive definite matrix A. + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The number of columns in the B matrix. + This is equivalent to the POTRF add POTRS LAPACK routines. + + + + + Solves A*X=B for X using a previously factored A matrix. + + The square, positive definite matrix A. + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The number of columns in the B matrix. + This is equivalent to the POTRS LAPACK routine. + + + + Computes the QR factorization of A. + + On entry, it is the M by N A matrix to factor. On exit, + it is overwritten with the R matrix of the QR factorization. + The number of rows in the A matrix. + The number of columns in the A matrix. + On exit, A M by M matrix that holds the Q matrix of the + QR factorization. + A min(m,n) vector. On exit, contains additional information + to be used by the QR solve routine. + This is similar to the GEQRF and ORGQR LAPACK routines. + + + + Computes the thin QR factorization of A where M > N. + + On entry, it is the M by N A matrix to factor. On exit, + it is overwritten with the Q matrix of the QR factorization. + The number of rows in the A matrix. + The number of columns in the A matrix. + On exit, A N by N matrix that holds the R matrix of the + QR factorization. + A min(m,n) vector. On exit, contains additional information + to be used by the QR solve routine. + This is similar to the GEQRF and ORGQR LAPACK routines. + + + + Solves A*X=B for X using QR factorization of A. + + The A matrix. + The number of rows in the A matrix. + The number of columns in the A matrix. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + The type of QR factorization to perform. + Rows must be greater or equal to columns. + + + + Solves A*X=B for X using a previously QR factored matrix. + + The Q matrix obtained by calling . + The R matrix obtained by calling . + The number of rows in the A matrix. + The number of columns in the A matrix. + Contains additional information on Q. Only used for the native solver + and can be null for the managed provider. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + The type of QR factorization to perform. + Rows must be greater or equal to columns. + + + + Solves A*X=B for X using the singular value decomposition of A. + + On entry, the M by N matrix to decompose. + The number of rows in the A matrix. + The number of columns in the A matrix. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + + + + Computes the singular value decomposition of A. + + Compute the singular U and VT vectors or not. + On entry, the M by N matrix to decompose. On exit, A may be overwritten. + The number of rows in the A matrix. + The number of columns in the A matrix. + The singular values of A in ascending value. + If is true, on exit U contains the left + singular vectors. + If is true, on exit VT contains the transposed + right singular vectors. + This is equivalent to the GESVD LAPACK routine. + + + + Computes the eigenvalues and eigenvectors of a matrix. + + Whether the matrix is symmetric or not. + The order of the matrix. + The matrix to decompose. The length of the array must be order * order. + On output, the matrix contains the eigen vectors. The length of the array must be order * order. + On output, the eigen values (位) of matrix in ascending value. The length of the array must . + On output, the block diagonal eigenvalue matrix. The length of the array must be order * order. + + + + Computes the requested of the matrix. + + The type of norm to compute. + The number of rows in the matrix. + The number of columns in the matrix. + The matrix to compute the norm from. + + The requested of the matrix. + + + + + Computes the dot product of x and y. + + The vector x. + The vector y. + The dot product of x and y. + This is equivalent to the DOT BLAS routine. + + + + Adds a scaled vector to another: result = y + alpha*x. + + The vector to update. + The value to scale by. + The vector to add to . + The result of the addition. + This is similar to the AXPY BLAS routine. + + + + Scales an array. Can be used to scale a vector and a matrix. + + The scalar. + The values to scale. + This result of the scaling. + This is similar to the SCAL BLAS routine. + + + + Multiples two matrices. result = x * y + + The x matrix. + The number of rows in the x matrix. + The number of columns in the x matrix. + The y matrix. + The number of rows in the y matrix. + The number of columns in the y matrix. + Where to store the result of the multiplication. + This is a simplified version of the BLAS GEMM routine with alpha + set to 1.0f and beta set to 0.0f, and x and y are not transposed. + + + + Multiplies two matrices and updates another with the result. c = alpha*op(a)*op(b) + beta*c + + How to transpose the matrix. + How to transpose the matrix. + The value to scale matrix. + The a matrix. + The number of rows in the matrix. + The number of columns in the matrix. + The b matrix + The number of rows in the matrix. + The number of columns in the matrix. + The value to scale the matrix. + The c matrix. + + + + Computes the LUP factorization of A. P*A = L*U. + + An by matrix. The matrix is overwritten with the + the LU factorization on exit. The lower triangular factor L is stored in under the diagonal of (the diagonal is always 1.0f + for the L factor). The upper triangular factor U is stored on and above the diagonal of . + The order of the square matrix . + On exit, it contains the pivot indices. The size of the array must be . + This is equivalent to the GETRF LAPACK routine. + + + + Computes the inverse of matrix using LU factorization. + + The N by N matrix to invert. Contains the inverse On exit. + The order of the square matrix . + This is equivalent to the GETRF and GETRI LAPACK routines. + + + + Computes the inverse of a previously factored matrix. + + The LU factored N by N matrix. Contains the inverse On exit. + The order of the square matrix . + The pivot indices of . + This is equivalent to the GETRI LAPACK routine. + + + + Solves A*X=B for X using LU factorization. + + The number of columns of B. + The square matrix A. + The order of the square matrix . + On entry the B matrix; on exit the X matrix. + This is equivalent to the GETRF and GETRS LAPACK routines. + + + + Solves A*X=B for X using a previously factored A matrix. + + The number of columns of B. + The factored A matrix. + The order of the square matrix . + The pivot indices of . + On entry the B matrix; on exit the X matrix. + This is equivalent to the GETRS LAPACK routine. + + + + Computes the Cholesky factorization of A. + + On entry, a square, positive definite matrix. On exit, the matrix is overwritten with the + the Cholesky factorization. + The number of rows or columns in the matrix. + This is equivalent to the POTRF LAPACK routine. + + + + Solves A*X=B for X using Cholesky factorization. + + The square, positive definite matrix A. + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The number of columns in the B matrix. + This is equivalent to the POTRF add POTRS LAPACK routines. + + + + + Solves A*X=B for X using a previously factored A matrix. + + The square, positive definite matrix A. + The number of rows and columns in A. + On entry the B matrix; on exit the X matrix. + The number of columns in the B matrix. + This is equivalent to the POTRS LAPACK routine. + + + + Computes the QR factorization of A. + + On entry, it is the M by N A matrix to factor. On exit, + it is overwritten with the R matrix of the QR factorization. + The number of rows in the A matrix. + The number of columns in the A matrix. + On exit, A M by M matrix that holds the Q matrix of the + QR factorization. + A min(m,n) vector. On exit, contains additional information + to be used by the QR solve routine. + This is similar to the GEQRF and ORGQR LAPACK routines. + + + + Computes the thin QR factorization of A where M > N. + + On entry, it is the M by N A matrix to factor. On exit, + it is overwritten with the Q matrix of the QR factorization. + The number of rows in the A matrix. + The number of columns in the A matrix. + On exit, A N by N matrix that holds the R matrix of the + QR factorization. + A min(m,n) vector. On exit, contains additional information + to be used by the QR solve routine. + This is similar to the GEQRF and ORGQR LAPACK routines. + + + + Solves A*X=B for X using QR factorization of A. + + The A matrix. + The number of rows in the A matrix. + The number of columns in the A matrix. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + The type of QR factorization to perform. + Rows must be greater or equal to columns. + + + + Solves A*X=B for X using a previously QR factored matrix. + + The Q matrix obtained by calling . + The R matrix obtained by calling . + The number of rows in the A matrix. + The number of columns in the A matrix. + Contains additional information on Q. Only used for the native solver + and can be null for the managed provider. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + The type of QR factorization to perform. + Rows must be greater or equal to columns. + + + + Solves A*X=B for X using the singular value decomposition of A. + + On entry, the M by N matrix to decompose. + The number of rows in the A matrix. + The number of columns in the A matrix. + The B matrix. + The number of columns of B. + On exit, the solution matrix. + + + + Computes the singular value decomposition of A. + + Compute the singular U and VT vectors or not. + On entry, the M by N matrix to decompose. On exit, A may be overwritten. + The number of rows in the A matrix. + The number of columns in the A matrix. + The singular values of A in ascending value. + If is true, on exit U contains the left + singular vectors. + If is true, on exit VT contains the transposed + right singular vectors. + This is equivalent to the GESVD LAPACK routine. + + + + Computes the eigenvalues and eigenvectors of a matrix. + + Whether the matrix is symmetric or not. + The order of the matrix. + The matrix to decompose. The length of the array must be order * order. + On output, the matrix contains the eigen vectors. The length of the array must be order * order. + On output, the eigen values (位) of matrix in ascending value. The length of the array must . + On output, the block diagonal eigenvalue matrix. The length of the array must be order * order. + + + + Error codes return from the native OpenBLAS provider. + + + + + Unable to allocate memory. + + Structure option. @@ -45819,35 +50097,137 @@ Does not unload the provider itself, it is still usable afterwards. - + The managed sparse solver provider - + Try to find out whether the provider is available, at least in principle. Verification may still fail if available, but it will certainly fail if unavailable. - + Initialize and verify that the provided is indeed available. If not, fall back to alternatives like the managed provider - + Frees memory buffers, caches and handles allocated in or to the provider. Does not unload the provider itself, it is still usable afterwards. - + - Optional path to try to load native provider binaries from, - if the provider specific hint path is not set. - If neither is set, Numerics falls back to the provider specific - environment variables, or the default probing paths. + Intel's Math Kernel Library (MKL) direct sparse solver provider. + + Intel's Math Kernel Library (MKL) direct sparse solver provider. + + + Intel's Math Kernel Library (MKL) sparse solver provider. + + + Intel's Math Kernel Library (MKL) direct sparse solver provider. + + + Intel's Math Kernel Library (MKL) direct sparse solver provider. + + + + + Solves sparse linear systems of equations, AX = B. + + The symmetricity of the matrix. For a symmetric matrix, only upper ot lower triangular matrix is used. + The definiteness of the matrix. + The type of the systems. + The number of rows of matrix. + The number of columns of matrix. + The number of non zero elements of matrix. + The array containing the row indices of the existing rows. + The array containing the column indices of the non-zero values + The array that contains the non-zero elements of matrix. No diagonal element can be ommitted. + The number of columns of the right hand side matrix. + The right hand side matrix + The left hand side matrix + The status of the solver. + + + + Solves sparse linear systems of equations, AX = B. + + The symmetricity of the matrix. For a symmetric matrix, only upper ot lower triangular matrix is used. + The definiteness of the matrix. + The type of the systems. + The number of rows of matrix. + The number of columns of matrix. + The number of non zero elements of matrix. + The array containing the row indices of the existing rows. + The array containing the column indices of the non-zero values + The array that contains the non-zero elements of matrix. No diagonal element can be ommitted. + The number of columns of the right hand side matrix. + The right hand side matrix + The left hand side matrix + The status of the solver. + + + Hint path where to look for the native binaries + + + + Try to find out whether the provider is available, at least in principle. + Verification may still fail if available, but it will certainly fail if unavailable. + + + + + Initialize and verify that the provided is indeed available. + If calling this method fails, consider to fall back to alternatives like the managed provider. + + + + + Frees memory buffers, caches and handles allocated in or to the provider. + Does not unload the provider itself, it is still usable afterwards. + + + + + Solves sparse linear systems of equations, AX = B. + + The symmetricity of the matrix. For a symmetric matrix, only upper ot lower triangular matrix is used. + The definiteness of the matrix. + The type of the systems. + The number of rows of matrix. + The number of columns of matrix. + The number of non zero elements of matrix. + The array containing the row indices of the existing rows. + The array containing the column indices of the non-zero values + The array that contains the non-zero elements of matrix. No diagonal element can be ommitted. + The number of columns of the right hand side matrix. + The right hand side matrix + The left hand side matrix + The status of the solver. + + + + Solves sparse linear systems of equations, AX = B. + + The symmetricity of the matrix. For a symmetric matrix, only upper ot lower triangular matrix is used. + The definiteness of the matrix. + The type of the systems. + The number of rows of matrix. + The number of columns of matrix. + The number of non zero elements of matrix. + The array containing the row indices of the existing rows. + The array containing the column indices of the non-zero values + The array that contains the non-zero elements of matrix. No diagonal element can be ommitted. + The number of columns of the right hand side matrix. + The right hand side matrix + The left hand side matrix + The status of the solver. @@ -45855,6 +50235,13 @@ The linear algebra provider. + + + Optional path to try to load native provider binaries from. + If not set, Numerics will fall back to the environment variable + `MathNetNumericsSSProviderPath` or the default probing paths. + + Try to use a native provider, if available. @@ -46432,16 +50819,7 @@ - Returns an infinite sequence of uniform random 32-bit signed integers within the specified range. - - - This extension is thread-safe if and only if called on an random number - generator provided by Math.NET Numerics or derived from the RandomSource class. - - - - - Returns an infinite sequence of uniform random within the specified range. + Returns an infinite sequence of uniform random numbers greater than or equal to 0.0 and less than 1.0. This extension is thread-safe if and only if called on an random number @@ -46541,7 +50919,7 @@ Base class for random number generators. This class introduces a layer between - and the Math.NET Numerics random number generators to provide thread safety. + and the Math.Net Numerics random number generators to provide thread safety. When used directly it use the System.Random as random number source. @@ -47500,20 +51878,6 @@ True if the bracketing operation succeeded, false otherwise. This iterative methods stops when two values with opposite signs are found. - - - Numerically stable series summation (stops automatically). - - provides the summands sequentially - Sum - - - - Numerically stable series summation (stops automatically). - - provides the summands sequentially - Sum - Sorting algorithms for single, tuple and triple lists. @@ -47674,15 +52038,9 @@ This partial implementation of the SpecialFunctions class contains all methods related to the modified Bessel function. - This partial implementation of the SpecialFunctions class contains all methods related to the log1p function. - - This partial implementation of the SpecialFunctions class contains all methods related to the logistic function. - This partial implementation of the SpecialFunctions class contains all methods related to the Marcum-Q functions. - - This partial implementation of the SpecialFunctions class contains all methods related to the modified Bessel function. @@ -48288,20 +52646,6 @@ Third intermediate parameter. the inverse error function. - - - Numerically stable exponential minus one, i.e. x -> exp(x)-1 - - A number specifying a power. - Returns exp(power)-1. - - - - Numerically stable exponential minus one, i.e. x -> exp(x)-1 - - A number specifying a power. - Returns exp(power)-1. - Computes the generalized Exponential Integral function (En). @@ -48712,12 +53056,6 @@ The value to compute the derivative of the Kelvin function of. The derivative of the Kelvin function kei. - - - Computes ln(1+x) with good relative precision when |x| is small - - The parameter for which to compute the log1p function. Range: x > 0. - Computes the logistic function. see: http://en.wikipedia.org/wiki/Logistic @@ -48733,155 +53071,6 @@ between 0 and 1. The logarithm of divided by 1.0 - . - - - Returns the Marcum Q-function Q[谓](a,b). Marcum Q-function (Wikipedia) - References: A. Gil, J. Segura and N.M. Temme. Efficient and accurate algorithms for the - computation and inversion of the incomplete gamma function ratios. SIAM J Sci Comput. (2012) 34(6), A2965-A2981 - - The order of generalized Marcum Q-function. Range: 1鈮ξ解墻10000 - The value to compute the Marcum Q-function of. Range: 0鈮鈮10000 - The value to compute the Marcum Q-function of. Range: 0鈮鈮10000 - The Marcum Q-function Q[谓](a,b) - - - - Returns the Marcum Q-function Q[谓](a,b). Marcum Q-function (Wikipedia) - References: A. Gil, J. Segura and N.M. Temme. Efficient and accurate algorithms for the - computation and inversion of the incomplete gamma function ratios. SIAM J Sci Comput. (2012) 34(6), A2965-A2981 - - The order of generalized Marcum Q-function. Range: 1鈮ξ解墻10000 - The value to compute the Marcum Q-function of. Range: 0鈮鈮10000 - The value to compute the Marcum Q-function of. Range: 0鈮鈮10000 - Error flag - 0: Computation succesful. - 1: Underflow problems. The function value is set to one. - 2: Any of the arguments of the function is out of range.The function value is set to zero. - - The Marcum Q-function Q[谓](a,b) - - - - Marcum Q-functions - References - [1] A. Gil, J. Segura and N.M. Temme, Accompanying paper in ACM Trans Math Soft - [2] A. Gil, J. Segura and N.M. Temme. Efficient and accurate algorithms for the - computation and inversion of the incomplete gamma function ratios. SIAM J Sci Comput. - (2012) 34(6), A2965-A2981 - - - - - Fortran 95 TINY(0.0d0) - - - - - Fortran 95 HUGE(0.0d0) - - - - - The number 2**(1/4) - - - - - machine-epsilon - - - - - The number log[e](sqrt(2*pi)) - - - - - Safe underflow limit - - - - - Safe overflow limit - - - - - Lower limit of exponential - - - - - Demanded accuracy - - - - - Calculation of the Marcum Q-functions P_mu(x,y) and Q_mu(x,y). Marcum Q-function (Wikipedia) - - - - In order to avoid, overflow/underflow problems in IEEE double precision arithmetic, the admissible parameter ranges for computation are: - - - 0鈮鈮10000, 0鈮鈮10000, 1鈮u鈮10000 - - - The aimed relative accuracy is close to 1.0e-11 in the previous parameter domain. - - - argument of the functions - argument of the functions - argument of the functions - function P_mu(a,x) - function Q_mu(a,x) - error flag - 0: Computation succesful - 1: Underflow problems. The function values are set to zero and one. - 2: Any of the arguments of the function is out of range.The function values (P_mu(a, x) and Q_mu(a, x)) are set to zero. - - - - - computation of the incomplete gamma function ratios - - - - - Calculation of the incomplete gamma functions ratios P(a,x) and Q(a,x). - - argument of the functions - argument of the functions - function P(a,x) - function Q(a,x) - error flag - - - - Computes xr in the equations P(a,xr)=p and Q(a,xr)=q with a as a given positive parameter. In most cases, we invert the equation with min(p,q) - - argument of the functions - function P(a,x) - function Q(a,x) - soluction of the equations P(a,xr)=p and Q(a,xr)=q with a as a given positive parameter. - error flag - - - - dompart is approx. of x^a * exp(-x) / gamma(a+1) - - argument of the functions - argument of the functions - argument of the functions - - - - - Computation of ln(gamma(x)), x>0 - - argument of the functions - - ************************************** @@ -49082,6 +53271,13 @@ The value to compute the spherical Bessel function of. The spherical Bessel function of the second kind. + + + Numerically stable exponential minus one, i.e. x -> exp(x)-1 + + A number specifying a power. + Returns exp(power)-1. + Numerically stable hypotenuse of a right angle triangle, i.e. (a,b) -> sqrt(a^2 + b^2) @@ -49119,6 +53315,40 @@ Evaluation functions, useful for function approximation. + + + Evaluate a polynomial at point x. + Coefficients are ordered by power with power k at index k. + Example: coefficients [3,-1,2] represent y=2x^2-x+3. + + The location where to evaluate the polynomial at. + The coefficients of the polynomial, coefficient for power k at index k. + + + + Evaluate a polynomial at point x. + Coefficients are ordered by power with power k at index k. + Example: coefficients [3,-1,2] represent y=2x^2-x+3. + + The location where to evaluate the polynomial at. + The coefficients of the polynomial, coefficient for power k at index k. + + + + Evaluate a polynomial at point x. + Coefficients are ordered by power with power k at index k. + Example: coefficients [3,-1,2] represent y=2x^2-x+3. + + The location where to evaluate the polynomial at. + The coefficients of the polynomial, coefficient for power k at index k. + + + + Numerically stable series summation + + provides the summands sequentially + Sum + Evaluates the series of Chebyshev polynomials Ti at argument x/2. The series is given by @@ -51327,14 +55557,14 @@ - Estimates the unbiased population excess kurtosis from the provided samples. + Estimates the unbiased population kurtosis from the provided samples. Uses a normalizer (Bessel's correction; type 2). Returns NaN if data has less than four entries or if any entry is NaN. - Evaluates the population excess kurtosis from the full population. + Evaluates the population kurtosis from the full population. Does not use a normalizer and would thus be biased if applied to a subset (type 1). Returns NaN if data has less than three entries or if any entry is NaN. @@ -51354,168 +55584,6 @@ Create a new running statistics over the combined samples of two existing running statistics. - - - Running weighted statistics accumulator, allows updating by adding values - or by combining two accumulators. Weights are reliability weights, not frequency weights. - - - This type declares a DataContract for out of the box ephemeral serialization - with engines like DataContractSerializer, Protocol Buffers and FsPickler, - but does not guarantee any compatibility between versions. - It is not recommended to rely on this mechanism for durable persistence. - - - - - Second moment - - - - - Third moment - - - - - Fourth moment - - - - - Total weight - - - - - Total of weights to the second power - - - - - Total of weights to the third power - - - - - Total of weights to the fourth power - - - - - The denominator in the variance calculation to perform a Bessel correction. - - - - - Gets the total number of samples with non-zero weight. - - - - - Returns the minimum value in the sample data. - Returns NaN if data is empty or if any entry is NaN. - - - - - Returns the maximum value in the sample data. - Returns NaN if data is empty or if any entry is NaN. - - - - - Evaluates the sample mean, an estimate of the population mean. - Returns NaN if data is empty or if any entry is NaN. - - - - - Estimates the unbiased population variance from the provided samples. - Will use the Bessel correction for reliability weighting. - Returns NaN if data has less than two entries or if any entry is NaN. - - - - - Evaluates the variance from the provided full population. - On a dataset of size N will use an N normalizer and would thus be biased if applied to a subset. - Returns NaN if data is empty or if any entry is NaN. - - - - - Estimates the unbiased population standard deviation from the provided samples. - Will use the Bessel correction for reliability weighting. - Returns NaN if data has less than two entries or if any entry is NaN. - - - - - Evaluates the standard deviation from the provided full population. - On a dataset of size N will use an N normalizer and would thus be biased if applied to a subset. - Returns NaN if data is empty or if any entry is NaN. - - - - - Estimates the unbiased population skewness from the provided samples. - Will use the Bessel correction for reliability weighting. - Returns NaN if data has less than three entries or if any entry is NaN. - - - - - Evaluates the population skewness from the full population. - Does not use a normalizer and would thus be biased if applied to a subset (type 1). - Returns NaN if data has less than two entries or if any entry is NaN. - - - - - Estimates the unbiased population excess kurtosis from the provided samples. - Will use the Bessel correction for reliability weighting. - Returns NaN if data has less than four entries or if any entry is NaN. - Equivalent formula for this for weighted distributions are unknown. - - - - - Evaluates the population excess kurtosis from the full population. - Does not use a normalizer and would thus be biased if applied to a subset (type 1). - Returns NaN if data has less than three entries or if any entry is NaN. - - - - - Evaluates the total weight of the population. - - - - - The Kish's Effective Sample Size - - - - - Update the running statistics by adding another observed sample (in-place). - - - - - Update the running statistics by adding a sequence of weighted observatopms (in-place). - - - - - Update the running statistics by adding a sequence of weighted observatopms (in-place). - - - - - Create a new running statistics over the combined samples of two existing running statistics. - - Statistics operating on an array already sorted ascendingly. @@ -53031,135 +57099,6 @@ The input stream to evaluate. - - - Computes the basic statistics of data set. The class meets the - NIST standard of accuracy for mean, variance, and standard deviation - (the only statistics they provide exact values for) and exceeds them - in increased accuracy mode. - Recommendation: consider to use RunningWeightedStatistics instead. - - - This type declares a DataContract for out of the box ephemeral serialization - with engines like DataContractSerializer, Protocol Buffers and FsPickler, - but does not guarantee any compatibility between versions. - It is not recommended to rely on this mechanism for durable persistence. - - - - - Initializes a new instance of the class. - - The sample data. - - If set to true, increased accuracy mode used. - Increased accuracy mode uses types for internal calculations. - - - Don't use increased accuracy for data sets containing large values (in absolute value). - This may cause the calculations to overflow. - - - - - Initializes a new instance of the class. - - The sample data. - - If set to true, increased accuracy mode used. - Increased accuracy mode uses types for internal calculations. - - - Don't use increased accuracy for data sets containing large values (in absolute value). - This may cause the calculations to overflow. - - - - - Gets the size of the sample. - - The size of the sample. - - - - Gets the sample mean. - - The sample mean. - - - - Gets the unbiased population variance estimator (on a dataset of size N will use an N-1 normalizer). - - The sample variance. - - - - Gets the unbiased population standard deviation (on a dataset of size N will use an N-1 normalizer). - - The sample standard deviation. - - - - Gets the unbiased estimator of the population skewness. - - The sample skewness. - Returns zero if is less than three. - - - - Gets the unbiased estimator of the population excess kurtosis using the G_2 estimator. - - The sample kurtosis. - Returns zero if is less than four. - - - - Gets the maximum sample value. - - The maximum sample value. - - - - Gets the minimum sample value. - - The minimum sample value. - - - - Gets the total weight. When used with unweighted data, returns the number of samples. - - The total weight. - - - - The Kish's effective sample size https://en.wikipedia.org/wiki/Effective_sample_size - - The Kish's effective sample size. - - - - Computes descriptive statistics from a stream of data values and reliability weights. - - A sequence of datapoints. - - - - Computes descriptive statistics from a stream of data values and reliability weights. - - A sequence of datapoints. - - - - Internal use. Method use for setting the statistics. - - For setting Mean. - For setting Variance. - For setting Skewness. - For setting Kurtosis. - For setting Minimum. - For setting Maximum. - For setting Count. - Used to simplify parallel code, particularly between the .NET 4.0 and Silverlight Code. diff --git a/C-Windows-1/bin/Debug/Microsoft.IO.RecyclableMemoryStream.dll b/C-Windows-1/bin/Debug/Microsoft.IO.RecyclableMemoryStream.dll index 9d969ac..3a50366 100644 Binary files a/C-Windows-1/bin/Debug/Microsoft.IO.RecyclableMemoryStream.dll and b/C-Windows-1/bin/Debug/Microsoft.IO.RecyclableMemoryStream.dll differ diff --git a/C-Windows-1/bin/Debug/Microsoft.IO.RecyclableMemoryStream.xml b/C-Windows-1/bin/Debug/Microsoft.IO.RecyclableMemoryStream.xml index 07dd0a8..3bd6a77 100644 --- a/C-Windows-1/bin/Debug/Microsoft.IO.RecyclableMemoryStream.xml +++ b/C-Windows-1/bin/Debug/Microsoft.IO.RecyclableMemoryStream.xml @@ -15,7 +15,7 @@ For scenarios that need to call , the large pool contains buffers of various sizes, all - multiples/exponentials of (1 MB by default). They are split by size to avoid overly-wasteful buffer + multiples/exponentials of (1 MB by default). They are split by size to avoid overly-wasteful buffer usage. There should be far fewer 8 MB buffers than 1 MB buffers, for example. @@ -24,25 +24,6 @@ Arguments for the event. - - Initializes a new instance of the class. - - Unique ID of the stream. - Tag of the stream. - The requested stream size. - The actual stream size. - - - - Arguments for the event. - - - Initializes a new instance of the class. - - Unique ID of the stream. - Tag of the stream. - The requested stream size. - The actual stream size. @@ -64,31 +45,19 @@ Actual stream size. + + + Initializes a new instance of the class. + + Unique ID of the stream. + Tag of the stream. + The requested stream size. + The actual stream size. + Arguments for the event. - - Initializes a new instance of the class. - - Unique ID of the stream. - Tag of the stream. - Lifetime of the stream - Stack of original allocation. - Dispose stack. - - - - Arguments for the event. - - - Initializes a new instance of the class. - - Unique ID of the stream. - Tag of the stream. - Lifetime of the stream - Stack of original allocation. - Dispose stack. @@ -115,31 +84,29 @@ Lifetime of the stream. + + + Initializes a new instance of the class. + + Unique ID of the stream. + Tag of the stream. + Stack of original allocation. + Dispose stack. + + + + Initializes a new instance of the class. + + Unique ID of the stream. + Tag of the stream. + Lifetime of the stream + Stack of original allocation. + Dispose stack. + Arguments for the event. - - Initializes a new instance of the class. - - Unique ID of the stream. - Tag of the stream. - Stack of original allocation. - First dispose stack. - Second dispose stack. - - - - Arguments for the event. - - - Initializes a new instance of the class. - - Unique ID of the stream. - Tag of the stream. - Stack of original allocation. - First dispose stack. - Second dispose stack. @@ -166,27 +133,20 @@ Second dispose stack. + + + Initializes a new instance of the class. + + Unique ID of the stream. + Tag of the stream. + Stack of original allocation. + First dispose stack. + Second dispose stack. + Arguments for the event. - - Initializes a new instance of the class. - - Unique ID of the stream. - Tag of the stream. - Stack of original allocation. - - - - Arguments for the event. - - - Initializes a new instance of the class. - - Unique ID of the stream. - Tag of the stream. - Stack of original allocation. @@ -203,29 +163,18 @@ Stack where the stream was allocated. + + + Initializes a new instance of the class. + + Unique ID of the stream. + Tag of the stream. + Stack of original allocation. + Arguments for the event. - - Initializes a new instance of the class. - - Unique ID of the stream. - Tag of the stream. - Stack of ToArray call. - Length of stream. - - - - Arguments for the event. - - - Initializes a new instance of the class. - - Unique ID of the stream. - Tag of the stream. - Stack of ToArray call. - Length of stream. @@ -247,6 +196,15 @@ Length of stack. + + + Initializes a new instance of the class. + + Unique ID of the stream. + Tag of the stream. + Stack of ToArray call. + Length of stream. + Arguments for the event. @@ -335,8 +293,8 @@ - If the buffer was not satisfied from the pool, and is turned on, then. - this will contain the call stack of the allocation request. + If the buffer was not satisfied from the pool, and is turned on, then. + this will contain the callstack of the allocation request. @@ -348,7 +306,7 @@ Required size of the new buffer. How many bytes from the large pool are currently in use. Whether the buffer was satisfied from the pool or not. - Call stack of the allocation, if it wasn't pooled. + Callstack of the allocation, if it wasn't pooled. @@ -388,48 +346,22 @@ Arguments for the event. - - Initializes a new instance of the class. - - Length of the strength. - - - - Arguments for the event. - - - Initializes a new instance of the class. - - Length of the strength. Length of the stream. + + + Initializes a new instance of the class. + + Length of the strength. + Arguments for the event. - - Initializes a new instance of the class. - - Bytes from the small pool currently in use. - Bytes from the small pool currently available. - Bytes from the large pool currently in use. - Bytes from the large pool currently available. - - - - Arguments for the event. - - - Initializes a new instance of the class. - - Bytes from the small pool currently in use. - Bytes from the small pool currently available. - Bytes from the large pool currently in use. - Bytes from the large pool currently available. @@ -451,6 +383,15 @@ Bytes from the large pool currently available. + + + Initializes a new instance of the class. + + Bytes from the small pool currently in use. + Bytes from the small pool currently available. + Bytes from the large pool currently in use. + Bytes from the large pool currently available. + ETW events for RecyclableMemoryStream. @@ -619,11 +560,110 @@ Default maximum buffer size, in bytes. - + - Settings for controlling the behavior of RecyclableMemoryStream + Initializes the memory manager with the default block/buffer specifications. This pool may have unbounded growth unless you modify and . + + + Initializes the memory manager with the default block/buffer specifications and maximum free bytes specifications. + + Maximum number of bytes to keep available in the small pool before future buffers get dropped for garbage collection + Maximum number of bytes to keep available in the large pool before future buffers get dropped for garbage collection + is negative, or is negative. + + + + Initializes the memory manager with the given block requiredSize. This pool may have unbounded growth unless you modify and . + + Size of each block that is pooled. Must be > 0. + Each large buffer will be a multiple of this value. + Buffers larger than this are not pooled + + is not a positive number, + or is not a positive number, + or is less than . + is not a multiple of . + + + + Initializes the memory manager with the given block requiredSize. + + Size of each block that is pooled. Must be > 0. + Each large buffer will be a multiple of this value. + Buffers larger than this are not pooled + Maximum number of bytes to keep available in the small pool before future buffers get dropped for garbage collection + Maximum number of bytes to keep available in the large pool before future buffers get dropped for garbage collection + + is not a positive number, + or is not a positive number, + or is less than , + or is negative, + or is negative. + + is not a multiple of . + + + + Initializes the memory manager with the given block requiredSize. This pool may have unbounded growth unless you modify and . + + Size of each block that is pooled. Must be > 0. + Each large buffer will be a multiple/exponential of this value. + Buffers larger than this are not pooled + Switch to exponential large buffer allocation strategy + + is not a positive number, + or is not a positive number, + or is less than . + is not a multiple/exponential of . + + + + Initializes the memory manager with the given block requiredSize. + + Size of each block that is pooled. Must be > 0. + Each large buffer will be a multiple/exponential of this value. + Buffers larger than this are not pooled. + Switch to exponential large buffer allocation strategy. + Maximum number of bytes to keep available in the small pool before future buffers get dropped for garbage collection. + Maximum number of bytes to keep available in the large pool before future buffers get dropped for garbage collection. + + is not a positive number, + or is not a positive number, + or is less than , + or is negative, + or is negative. + + is not a multiple/exponential of . + + + + The size of each block. It must be set at creation and cannot be changed. + + + + + All buffers are multiples/exponentials of this number. It must be set at creation and cannot be changed. + + + + + Use multiple large buffer allocation strategy. It must be set at creation and cannot be changed. + + + + + Use exponential large buffer allocation strategy. It must be set at creation and cannot be changed. + + + + + Gets the maximum buffer size. + + Any buffer that is returned to the pool that is larger than this will be + discarded and garbage collected. + Number of bytes in small pool not currently in use. @@ -654,67 +694,34 @@ How many buffers are in the large pool. - + - Parameters for customizing the behavior of + How many bytes of small free blocks to allow before we start dropping + those returned to us. + The default value is 0, meaning the pool is unbounded. - + - Gets or sets the size of the pooled blocks. This must be greater than 0. + How many bytes of large free buffers to allow before we start dropping + those returned to us. - The default size 131,072 (128KB) + The default value is 0, meaning the pool is unbounded. - - - Each large buffer will be a multiple exponential of this value - - The default value is 1,048,576 (1MB) - - - - Buffer beyond this length are not pooled. - - The default value is 134,217,728 (128MB) - - - - Maximum number of bytes to keep available in the small pool. - - - Trying to return buffers to the pool beyond this limit will result in them being garbage collected. - The default value is 0, but all users should set a reasonable value depending on your application's memory requirements. - - - - - Maximum number of bytes to keep available in the large pools. - - - Trying to return buffers to the pool beyond this limit will result in them being garbage collected. - The default value is 0, but all users should set a reasonable value depending on your application's memory requirements. - - - - - Whether to use the exponential allocation strategy (see documentation). - - The default value is false. - - + Maximum stream capacity in bytes. Attempts to set a larger capacity will result in an exception. - The default value of 0 indicates no limit. + A value of 0 indicates no limit. - + - Whether to save call stacks for stream allocations. This can help in debugging. + Whether to save callstacks for stream allocations. This can help in debugging. It should NEVER be turned on generally in production. - + Whether dirty buffers can be immediately returned to the buffer pool. @@ -730,53 +737,13 @@ - + Causes an exception to be thrown if is ever called. Calling defeats the purpose of a pooled buffer. Use this property to discover code that is calling . If this is set and is called, a NotSupportedException will be thrown. - - - Zero out buffers on allocation and before returning them to the pool. - - Setting this to true causes a performance hit and should only be set if one wants to avoid accidental data leaks. - - - - Creates a new object. - - - - - Creates a new object with the most common options. - - Size of the blocks in the small pool. - Size of the large buffer multiple - Maximum poolable buffer size. - Maximum bytes to hold in the small pool. - Maximum bytes to hold in each of the large pools. - - - - Initializes the memory manager with the default block/buffer specifications. This pool may have unbounded growth unless you modify . - - - - - Initializes the memory manager with the given block requiredSize. - - Object specifying options for stream behavior. - - is not a positive number, - or is not a positive number, - or is less than options.BlockSize, - or is negative, - or is negative, - or is not a multiple/exponential of . - - Removes and returns a single block from the pool. @@ -802,7 +769,7 @@ Unique stream ID. The tag of the stream returning this buffer, for logging if necessary. is null. - buffer.Length is not a multiple/exponential of (it did not originate from this pool). + buffer.Length is not a multiple/exponential of (it did not originate from this pool). @@ -826,55 +793,79 @@ - Retrieve a new object with no tag and a default initial capacity. + Retrieve a new MemoryStream object with no tag and a default initial capacity. - A . + A MemoryStream. - Retrieve a new object with no tag and a default initial capacity. + Retrieve a new MemoryStream object with no tag and a default initial capacity. A unique identifier which can be used to trace usages of the stream. - A . + A MemoryStream. - Retrieve a new object with the given tag and a default initial capacity. + Retrieve a new MemoryStream object with the given tag and a default initial capacity. A tag which can be used to track the source of the stream. - A . + A MemoryStream. - Retrieve a new object with the given tag and a default initial capacity. + Retrieve a new MemoryStream object with the given tag and a default initial capacity. A unique identifier which can be used to trace usages of the stream. A tag which can be used to track the source of the stream. - A . + A MemoryStream. - + - Retrieve a new object with the given tag and at least the given capacity. + Retrieve a new MemoryStream object with the given tag and at least the given capacity. A tag which can be used to track the source of the stream. The minimum desired capacity for the stream. - A . + A MemoryStream. + + + + Retrieve a new MemoryStream object with the given tag and at least the given capacity. + + A unique identifier which can be used to trace usages of the stream. + A tag which can be used to track the source of the stream. + The minimum desired capacity for the stream. + A MemoryStream. - Retrieve a new object with the given tag and at least the given capacity. + Retrieve a new MemoryStream object with the given tag and at least the given capacity. A unique identifier which can be used to trace usages of the stream. A tag which can be used to track the source of the stream. The minimum desired capacity for the stream. - A . + A MemoryStream. + + + + Retrieve a new MemoryStream object with the given tag and at least the given capacity, possibly using + a single contiguous underlying buffer. + + Retrieving a MemoryStream which provides a single contiguous buffer can be useful in situations + where the initial size is known and it is desirable to avoid copying data between the smaller underlying + buffers to a single large one. This is most helpful when you know that you will always call + on the underlying stream. + A unique identifier which can be used to trace usages of the stream. + A tag which can be used to track the source of the stream. + The minimum desired capacity for the stream. + Whether to attempt to use a single contiguous buffer. + A MemoryStream. - Retrieve a new object with the given tag and at least the given capacity, possibly using + Retrieve a new MemoryStream object with the given tag and at least the given capacity, possibly using a single contiguous underlying buffer. - Retrieving a which provides a single contiguous buffer can be useful in situations + Retrieving a MemoryStream which provides a single contiguous buffer can be useful in situations where the initial size is known and it is desirable to avoid copying data between the smaller underlying buffers to a single large one. This is most helpful when you know that you will always call on the underlying stream. @@ -882,25 +873,39 @@ A tag which can be used to track the source of the stream. The minimum desired capacity for the stream. Whether to attempt to use a single contiguous buffer. - A . + A MemoryStream. + + + + Retrieve a new MemoryStream object with the given tag and at least the given capacity, possibly using + a single contiguous underlying buffer. + + Retrieving a MemoryStream which provides a single contiguous buffer can be useful in situations + where the initial size is known and it is desirable to avoid copying data between the smaller underlying + buffers to a single large one. This is most helpful when you know that you will always call + on the underlying stream. + A tag which can be used to track the source of the stream. + The minimum desired capacity for the stream. + Whether to attempt to use a single contiguous buffer. + A MemoryStream. - Retrieve a new object with the given tag and at least the given capacity, possibly using + Retrieve a new MemoryStream object with the given tag and at least the given capacity, possibly using a single contiguous underlying buffer. - Retrieving a which provides a single contiguous buffer can be useful in situations + Retrieving a MemoryStream which provides a single contiguous buffer can be useful in situations where the initial size is known and it is desirable to avoid copying data between the smaller underlying buffers to a single large one. This is most helpful when you know that you will always call on the underlying stream. A tag which can be used to track the source of the stream. The minimum desired capacity for the stream. Whether to attempt to use a single contiguous buffer. - A . + A MemoryStream. - Retrieve a new object with the given tag and with contents copied from the provided + Retrieve a new MemoryStream object with the given tag and with contents copied from the provided buffer. The provided buffer is not wrapped or used after construction. The new stream's position is set to the beginning of the stream when returned. @@ -909,20 +914,20 @@ The byte buffer to copy data from. The offset from the start of the buffer to copy from. The number of bytes to copy from the buffer. - A . + A MemoryStream. - Retrieve a new object with the contents copied from the provided + Retrieve a new MemoryStream object with the contents copied from the provided buffer. The provided buffer is not wrapped or used after construction. The new stream's position is set to the beginning of the stream when returned. The byte buffer to copy data from. - A . + A MemoryStream. - Retrieve a new object with the given tag and with contents copied from the provided + Retrieve a new MemoryStream object with the given tag and with contents copied from the provided buffer. The provided buffer is not wrapped or used after construction. The new stream's position is set to the beginning of the stream when returned. @@ -930,37 +935,67 @@ The byte buffer to copy data from. The offset from the start of the buffer to copy from. The number of bytes to copy from the buffer. - A . + A MemoryStream. - + - Retrieve a new object with the given tag and with contents copied from the provided + Retrieve a new MemoryStream object with the given tag and with contents copied from the provided buffer. The provided buffer is not wrapped or used after construction. The new stream's position is set to the beginning of the stream when returned. A unique identifier which can be used to trace usages of the stream. A tag which can be used to track the source of the stream. The byte buffer to copy data from. - A . + A MemoryStream. - + - Retrieve a new object with the contents copied from the provided + Retrieve a new MemoryStream object with the given tag and with contents copied from the provided + buffer. The provided buffer is not wrapped or used after construction. + + The new stream's position is set to the beginning of the stream when returned. + A unique identifier which can be used to trace usages of the stream. + A tag which can be used to track the source of the stream. + The byte buffer to copy data from. + A MemoryStream. + + + + Retrieve a new MemoryStream object with the contents copied from the provided buffer. The provided buffer is not wrapped or used after construction. The new stream's position is set to the beginning of the stream when returned. The byte buffer to copy data from. - A . + A MemoryStream. - + - Retrieve a new object with the given tag and with contents copied from the provided + Retrieve a new MemoryStream object with the contents copied from the provided + buffer. The provided buffer is not wrapped or used after construction. + + The new stream's position is set to the beginning of the stream when returned. + The byte buffer to copy data from. + A MemoryStream. + + + + Retrieve a new MemoryStream object with the given tag and with contents copied from the provided buffer. The provided buffer is not wrapped or used after construction. The new stream's position is set to the beginning of the stream when returned. A tag which can be used to track the source of the stream. The byte buffer to copy data from. - A . + A MemoryStream. + + + + Retrieve a new MemoryStream object with the given tag and with contents copied from the provided + buffer. The provided buffer is not wrapped or used after construction. + + The new stream's position is set to the beginning of the stream when returned. + A tag which can be used to track the source of the stream. + The byte buffer to copy data from. + A MemoryStream. @@ -1116,13 +1151,13 @@ - Call stack of the constructor. It is only set if is true, + Callstack of the constructor. It is only set if is true, which should only be in debugging situations. - Call stack of the call. It is only set if is true, + Callstack of the call. It is only set if is true, which should only be in debugging situations. @@ -1154,6 +1189,14 @@ A unique identifier which can be used to trace usages of the stream. A string identifying this stream for logging and debugging purposes. + + + Initializes a new instance of the class. + + The memory manager + A string identifying this stream for logging and debugging purposes. + The initial requested size to prevent future allocations. + Initializes a new instance of the class. @@ -1162,6 +1205,15 @@ A string identifying this stream for logging and debugging purposes. The initial requested size to prevent future allocations. + + + Initializes a new instance of the class. + + The memory manager. + A unique identifier which can be used to trace usages of the stream. + A string identifying this stream for logging and debugging purposes. + The initial requested size to prevent future allocations. + Initializes a new instance of the class. @@ -1356,6 +1408,21 @@ offset subtracted from the buffer length is less than count. Object has been disposed. + + + Reads from the specified position into the provided buffer. + + Destination buffer. + Offset into buffer at which to start placing the read bytes. + Number of bytes to read. + Position in the stream to start reading from. + The number of bytes read. + is null. + or is less than 0. + subtracted from the buffer length is less than . + Object has been disposed. + Stream position is beyond int.MaxValue. + Reads from the specified position into the provided buffer. @@ -1378,6 +1445,16 @@ The number of bytes read. Object has been disposed. + + + Reads from the specified position into the provided buffer. + + Destination buffer. + Position in the stream to start reading from. + The number of bytes read. + Object has been disposed. + Stream position is beyond int.MaxValue. + Reads from the specified position into the provided buffer. @@ -1426,6 +1503,15 @@ The byte at the current position, or -1 if the position is at the end of the stream. Object has been disposed. + + + Reads a single byte from the specified position in the stream. + + The position in the stream to read from. + The byte at the current position, or -1 if the position is at the end of the stream. + Object has been disposed. + Stream position is beyond int.MaxValue. + Reads a single byte from the specified position in the stream. @@ -1438,7 +1524,7 @@ Sets the length of the stream. - value is negative or larger than . + value is negative or larger than . Object has been disposed. @@ -1449,7 +1535,7 @@ From where. The new position. Object has been disposed. - is larger than . + is larger than . Invalid seek origin. Attempt to set negative position. @@ -1462,6 +1548,19 @@ is null. Object has been disposed. + + + Synchronously writes this stream's bytes, starting at offset, for count bytes, to the argument stream. + + Destination stream. + Offset in source. + Number of bytes to write. + is null. + + is less than 0, or + is beyond this 's length. + + Object has been disposed. + Synchronously writes this stream's bytes, starting at offset, for count bytes, to the argument stream. diff --git a/C-Windows-1/bin/Debug/Microsoft.Office.Interop.Excel.dll b/C-Windows-1/bin/Debug/Microsoft.Office.Interop.Excel.dll new file mode 100644 index 0000000..9d6d158 Binary files /dev/null and b/C-Windows-1/bin/Debug/Microsoft.Office.Interop.Excel.dll differ diff --git a/C-Windows-1/bin/Debug/Model/LL28Config b/C-Windows-1/bin/Debug/Model/LL28Config new file mode 100644 index 0000000..75055a9 --- /dev/null +++ b/C-Windows-1/bin/Debug/Model/LL28Config @@ -0,0 +1,13 @@ +[GhMes] +FFACTORY=2 +FLINE=3 +FUSER=4 +FLOTNO= +FSTATIONID= +FEQNO= +FEQNAME= +FMATCODE= +Segment= +ProjectModel= +FPCINFO=00-FF-9C-00-29-D0 +URL=1 diff --git a/C-Windows-1/bin/Debug/NLog.dll b/C-Windows-1/bin/Debug/NLog.dll new file mode 100644 index 0000000..3b2358c Binary files /dev/null and b/C-Windows-1/bin/Debug/NLog.dll differ diff --git a/C-Windows-1/bin/Debug/NLog.xsd b/C-Windows-1/bin/Debug/NLog.xsd new file mode 100644 index 0000000..eefeec8 --- /dev/null +++ b/C-Windows-1/bin/Debug/NLog.xsd @@ -0,0 +1,3656 @@ +锘 + + + + + + + + + + + + + + Watch config file for changes and reload automatically. + + + + + Print internal NLog messages to the console. Default value is: false + + + + + Print internal NLog messages to the console error output. Default value is: false + + + + + Write internal NLog messages to the specified file. + + + + + Log level threshold for internal log messages. Default value is: Info. + + + + + Global log level threshold for application log messages. Messages below this level won't be logged. + + + + + Throw an exception when there is an internal error. Default value is: false. Not recommend to set to true in production! + + + + + Throw an exception when there is a configuration error. If not set, determined by throwExceptions. + + + + + Gets or sets a value indicating whether Variables should be kept on configuration reload. Default value is: false. + + + + + Write internal NLog messages to the System.Diagnostics.Trace. Default value is: false. + + + + + Write timestamps for internal NLog messages. Default value is: true. + + + + + Use InvariantCulture as default culture instead of CurrentCulture. Default value is: false. + + + + + Perform message template parsing and formatting of LogEvent messages (true = Always, false = Never, empty = Auto Detect). Default value is: empty. + + + + + + + + + + + + + + Make all targets within this section asynchronous (creates additional threads but the calling thread isn't blocked by any target writes). + + + + + + + + + + + + + + + + + Prefix for targets/layout renderers/filters/conditions loaded from this assembly. + + + + + Load NLog extensions from the specified file (*.dll) + + + + + Load NLog extensions from the specified assembly. Assembly name should be fully qualified. + + + + + + + + + + Filter on the name of the logger. May include wildcard characters ('*' or '?'). + + + + + Comma separated list of levels that this rule matches. + + + + + Minimum level that this rule matches. + + + + + Maximum level that this rule matches. + + + + + Level that this rule matches. + + + + + Comma separated list of target names. + + + + + Ignore further rules if this one matches. + + + + + Enable this rule. Note: disabled rules aren't available from the API. + + + + + Rule identifier to allow rule lookup with Configuration.FindRuleByName and Configuration.RemoveRuleByName. + + + + + + + + + + + + + + + Default action if none of the filters match. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Name of the file to be included. You could use * wildcard. The name is relative to the name of the current config file. + + + + + Ignore any errors in the include file. + + + + + + + + Variable value. Note, the 'value' attribute has precedence over this one. + + + + + + Variable name. + + + + + Variable value. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Name of the target. + + + + + Number of log events that should be processed in a batch by the lazy writer thread. + + + + + Whether to use the locking queue, instead of a lock-free concurrent queue The locking queue is less concurrent when many logger threads, but reduces memory allocation + + + + + Limit of full s to write before yielding into Performance is better when writing many small batches, than writing a single large batch + + + + + Action to be taken when the lazy writer thread request queue count exceeds the set limit. + + + + + Limit on the number of requests in the lazy writer thread request queue. + + + + + Time in milliseconds to sleep between batches. (1 or less means trigger on new activity) + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + + + + + + + + + + + + + + + + + + + + + Delay the flush until the LogEvent has been confirmed as written + + + + + Condition expression. Log events who meet this condition will cause a flush on the wrapped target. + + + + + Only flush when LogEvent matches condition. Ignore explicit-flush, config-reload-flush and shutdown-flush + + + + + Name of the target. + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + + + + + + + + + + + + + + + Name of the target. + + + + + Number of log events to be buffered. + + + + + Timeout (in milliseconds) after which the contents of buffer will be flushed if there's no write in the specified period of time. Use -1 to disable timed flushes. + + + + + Action to take if the buffer overflows. + + + + + Indicates whether to use sliding timeout. + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Name of the target. + + + + + Encoding to be used. + + + + + Instance of that is used to format log messages. + + + + + End of line value if a newline is appended at the end of log message . + + + + + Maximum message size in bytes. + + + + + Indicates whether to append newline at the end of log message. + + + + + Get or set the SSL/TLS protocols. Default no SSL/TLS is used. Currently only implemented for TCP. + + + + + Network address. + + + + + Size of the connection cache (number of connections which are kept alive). + + + + + The number of seconds a connection will remain idle before the first keep-alive probe is sent + + + + + Maximum queue size. + + + + + Maximum current connections. 0 = no maximum. + + + + + Action that should be taken if the will be more connections than . + + + + + Action that should be taken if the message is larger than maxMessageSize. + + + + + Indicates whether to keep connection open whenever possible. + + + + + NDLC item separator. + + + + + Indicates whether to include source info (file name and line number) in the information sent over the network. + + + + + Renderer for log4j:event logger-xml-attribute (Default ${logger}) + + + + + Indicates whether to include NLog-specific extensions to log4j schema. + + + + + Indicates whether to include contents of the stack. + + + + + Indicates whether to include stack contents. + + + + + Indicates whether to include dictionary contents. + + + + + Indicates whether to include dictionary contents. + + + + + Indicates whether to include call site (class and method name) in the information sent over the network. + + + + + Option to include all properties from the log events + + + + + AppInfo field. By default it's the friendly name of the current AppDomain. + + + + + NDC item separator. + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Layout that should be use to calculate the value for the parameter. + + + + + Viewer parameter name. + + + + + Whether an attribute with empty value should be included in the output + + + + + + + + + + + + + + + + + + + + + + + + + Name of the target. + + + + + Text to be rendered. + + + + + Header. + + + + + Footer. + + + + + Indicates whether to auto-check if the console is available. - Disables console writing if Environment.UserInteractive = False (Windows Service) - Disables console writing if Console Standard Input is not available (Non-Console-App) + + + + + Enables output using ANSI Color Codes + + + + + The encoding for writing messages to the . + + + + + Indicates whether the error stream (stderr) should be used instead of the output stream (stdout). + + + + + Indicates whether to auto-flush after + + + + + Indicates whether to auto-check if the console has been redirected to file - Disables coloring logic when System.Console.IsOutputRedirected = true + + + + + Indicates whether to use default row highlighting rules. + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Condition that must be met in order to set the specified foreground and background color. + + + + + Background color. + + + + + Foreground color. + + + + + + + + + + + + + + + + + Compile the ? This can improve the performance, but at the costs of more memory usage. If false, the Regex Cache is used. + + + + + Condition that must be met before scanning the row for highlight of words + + + + + Indicates whether to ignore case when comparing texts. + + + + + Regular expression to be matched. You must specify either text or regex. + + + + + Text to be matched. You must specify either text or regex. + + + + + Indicates whether to match whole words only. + + + + + Background color. + + + + + Foreground color. + + + + + + + + + + + + + + + + + + + + + Name of the target. + + + + + Text to be rendered. + + + + + Header. + + + + + Footer. + + + + + Indicates whether to auto-flush after + + + + + Indicates whether to auto-check if the console is available - Disables console writing if Environment.UserInteractive = False (Windows Service) - Disables console writing if Console Standard Input is not available (Non-Console-App) + + + + + The encoding for writing messages to the . + + + + + Indicates whether to send the log messages to the standard error instead of the standard output. + + + + + Whether to enable batch writing using char[]-buffers, instead of using + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Name of the target. + + + + + Obsolete - value will be ignored! The logging code always runs outside of transaction. Gets or sets a value indicating whether to use database transactions. Some data providers require this. + + + + + Indicates whether to keep the database connection open between the log events. + + + + + Name of the database provider. + + + + + Database password. If the ConnectionString is not provided this value will be used to construct the "Password=" part of the connection string. + + + + + Database host name. If the ConnectionString is not provided this value will be used to construct the "Server=" part of the connection string. + + + + + Database user name. If the ConnectionString is not provided this value will be used to construct the "User ID=" part of the connection string. + + + + + Name of the connection string (as specified in <connectionStrings> configuration section. + + + + + Connection string. When provided, it overrides the values specified in DBHost, DBUserName, DBPassword, DBDatabase. + + + + + Database name. If the ConnectionString is not provided this value will be used to construct the "Database=" part of the connection string. + + + + + Connection string using for installation and uninstallation. If not provided, regular ConnectionString is being used. + + + + + Configures isolated transaction batch writing. If supported by the database, then it will improve insert performance. + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + Text of the SQL command to be run on each log level. + + + + + Type of the SQL command to be run on each log level. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Convert format of the property value + + + + + Culture used for parsing property string-value for type-conversion + + + + + Value to assign on the object-property + + + + + Name for the object-property + + + + + Type of the object-property + + + + + + + + + + + + + + Type of the command. + + + + + Connection string to run the command against. If not provided, connection string from the target is used. + + + + + Indicates whether to ignore failures. + + + + + Command text. + + + + + + + + + + + + + + + + + + + Database parameter name. + + + + + Layout that should be use to calculate the value for the parameter. + + + + + Database parameter DbType. + + + + + Database parameter size. + + + + + Database parameter precision. + + + + + Database parameter scale. + + + + + Type of the parameter. + + + + + Whether empty value should translate into DbNull. Requires database column to allow NULL values. + + + + + Convert format of the database parameter value. + + + + + Culture used for parsing parameter string-value for type-conversion + + + + + + + + + + + + + + + + Name of the target. + + + + + Text to be rendered. + + + + + Header. + + + + + Footer. + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + + + + + + + + + + + + Name of the target. + + + + + Layout used to format log messages. + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + + + + + + + + + + + + + + + + + + + + + Name of the target. + + + + + Layout used to format log messages. + + + + + Layout that renders event Category. + + + + + Optional entry type. When not set, or when not convertible to then determined by + + + + + Layout that renders event ID. + + + + + Name of the Event Log to write to. This can be System, Application or any user-defined name. + + + + + Name of the machine on which Event Log service is running. + + + + + Maximum Event log size in kilobytes. + + + + + Message length limit to write to the Event Log. + + + + + Value to be used as the event Source. + + + + + Action to take if the message is larger than the option. + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + + + + + + + + + + + + + + + + + + + Name of the target. + + + + + Indicates whether to return to the first target after any successful write. + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Name of the target. + + + + + Text to be rendered. + + + + + Header. + + + + + Footer. + + + + + File encoding. + + + + + Line ending mode. + + + + + Maximum days of archive files that should be kept. + + + + + Indicates whether to compress archive files into the zip archive format. + + + + + Way file archives are numbered. + + + + + Name of the file to be used for an archive. + + + + + Is the an absolute or relative path? + + + + + Indicates whether to automatically archive log files every time the specified time passes. + + + + + Size in bytes above which log files will be automatically archived. Warning: combining this with isn't supported. We cannot create multiple archive files, if they should have the same name. Choose: + + + + + Maximum number of archive files that should be kept. + + + + + Indicates whether the footer should be written only when the file is archived. + + + + + Maximum number of log file names that should be stored as existing. + + + + + Indicates whether to delete old log file on startup. + + + + + File attributes (Windows only). + + + + + Indicates whether to create directories if they do not exist. + + + + + Cleanup invalid values in a filename, e.g. slashes in a filename. If set to true, this can impact the performance of massive writes. If set to false, nothing gets written when the filename is wrong. + + + + + Value of the file size threshold to archive old log file on startup. + + + + + Indicates whether to archive old log file on startup. + + + + + Value specifying the date format to use when archiving files. + + + + + Indicates whether to enable log file(s) to be deleted. + + + + + Indicates whether to write BOM (byte order mark) in created files + + + + + Indicates whether to replace file contents on each write instead of appending log message at the end. + + + + + Indicates whether file creation calls should be synchronized by a system global mutex. + + + + + Gets or set a value indicating whether a managed file stream is forced, instead of using the native implementation. + + + + + Is the an absolute or relative path? + + + + + Name of the file to write to. + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + Indicates whether concurrent writes to the log file by multiple processes on different network hosts. + + + + + Maximum number of seconds that files are kept open. If this number is negative the files are not automatically closed after a period of inactivity. + + + + + Number of files to be kept open. Setting this to a higher value may improve performance in a situation where a single File target is writing to many files (such as splitting by level or by logger). + + + + + Indicates whether to keep log file open instead of opening and closing it on each logging event. + + + + + Whether or not this target should just discard all data that its asked to write. Mostly used for when testing NLog Stack except final write + + + + + Indicates whether concurrent writes to the log file by multiple processes on the same host. + + + + + Number of times the write is appended on the file before NLog discards the log message. + + + + + Delay in milliseconds to wait before attempting to write to the file again. + + + + + Log file buffer size in bytes. + + + + + Maximum number of seconds before open files are flushed. If this number is negative or zero the files are not flushed by timer. + + + + + Indicates whether to automatically flush the file buffers after each log message. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Name of the target. + + + + + Condition expression. Log events who meet this condition will be forwarded to the wrapped target. + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + + + + + + + + + + + + + + + + + + Name of the target. + + + + + Windows domain name to change context to. + + + + + Required impersonation level. + + + + + Type of the logon provider. + + + + + Logon Type. + + + + + User account password. + + + + + Indicates whether to revert to the credentials of the process instead of impersonating another user. + + + + + Username to change context to. + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Interval in which messages will be written up to the number of messages. + + + + + Maximum allowed number of messages written per . + + + + + Name of the target. + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + + + + + + + + + + + + + + + + + + Name of the target. + + + + + Endpoint address. + + + + + Name of the endpoint configuration in WCF configuration file. + + + + + Indicates whether to use a WCF service contract that is one way (fire and forget) or two way (request-reply) + + + + + Client ID. + + + + + Indicates whether to include per-event properties in the payload sent to the server. + + + + + Indicates whether to use binary message encoding. + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + + + + + + + + + + + Layout that should be use to calculate the value for the parameter. + + + + + Name of the parameter. + + + + + Type of the parameter. + + + + + Type of the parameter. Obsolete alias for + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Name of the target. + + + + + Text to be rendered. + + + + + Header. + + + + + Footer. + + + + + Indicates whether NewLine characters in the body should be replaced with tags. + + + + + Priority used for sending mails. + + + + + Encoding to be used for sending e-mail. + + + + + BCC email addresses separated by semicolons (e.g. john@domain.com;jane@domain.com). + + + + + CC email addresses separated by semicolons (e.g. john@domain.com;jane@domain.com). + + + + + Indicates whether to add new lines between log entries. + + + + + Indicates whether to send message as HTML instead of plain text. + + + + + Sender's email address (e.g. joe@domain.com). + + + + + Mail message body (repeated for each log message send in one mail). + + + + + Mail subject. + + + + + Recipients' email addresses separated by semicolons (e.g. john@domain.com;jane@domain.com). + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + Indicates the SMTP client timeout. + + + + + SMTP Server to be used for sending. + + + + + SMTP Authentication mode. + + + + + Username used to connect to SMTP server (used when SmtpAuthentication is set to "basic"). + + + + + Password used to authenticate against SMTP server (used when SmtpAuthentication is set to "basic"). + + + + + Indicates whether SSL (secure sockets layer) should be used when communicating with SMTP server. + + + + + Port number that SMTP Server is listening on. + + + + + Indicates whether the default Settings from System.Net.MailSettings should be used. + + + + + Folder where applications save mail messages to be processed by the local SMTP server. + + + + + Specifies how outgoing email messages will be handled. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Name of the target. + + + + + Layout used to format log messages. + + + + + Max number of items to have in memory + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + + + + + + + + + + + + + + Name of the target. + + + + + Class name. + + + + + Method name. The method must be public and static. Use the AssemblyQualifiedName , https://msdn.microsoft.com/en-us/library/system.type.assemblyqualifiedname(v=vs.110).aspx e.g. + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Name of the target. + + + + + Layout used to format log messages. + + + + + Encoding to be used. + + + + + End of line value if a newline is appended at the end of log message . + + + + + Maximum message size in bytes. + + + + + Indicates whether to append newline at the end of log message. + + + + + Network address. + + + + + Size of the connection cache (number of connections which are kept alive). + + + + + The number of seconds a connection will remain idle before the first keep-alive probe is sent + + + + + Indicates whether to keep connection open whenever possible. + + + + + Maximum current connections. 0 = no maximum. + + + + + Maximum queue size. + + + + + Action that should be taken if the will be more connections than . + + + + + Action that should be taken if the message is larger than maxMessageSize. + + + + + Get or set the SSL/TLS protocols. Default no SSL/TLS is used. Currently only implemented for TCP. + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Name of the target. + + + + + Encoding to be used. + + + + + Instance of that is used to format log messages. + + + + + End of line value if a newline is appended at the end of log message . + + + + + Maximum message size in bytes. + + + + + Indicates whether to append newline at the end of log message. + + + + + Get or set the SSL/TLS protocols. Default no SSL/TLS is used. Currently only implemented for TCP. + + + + + Network address. + + + + + Size of the connection cache (number of connections which are kept alive). + + + + + The number of seconds a connection will remain idle before the first keep-alive probe is sent + + + + + Maximum queue size. + + + + + Maximum current connections. 0 = no maximum. + + + + + Action that should be taken if the will be more connections than . + + + + + Action that should be taken if the message is larger than maxMessageSize. + + + + + Indicates whether to keep connection open whenever possible. + + + + + NDLC item separator. + + + + + Indicates whether to include source info (file name and line number) in the information sent over the network. + + + + + Renderer for log4j:event logger-xml-attribute (Default ${logger}) + + + + + Indicates whether to include NLog-specific extensions to log4j schema. + + + + + Indicates whether to include contents of the stack. + + + + + Indicates whether to include stack contents. + + + + + Indicates whether to include dictionary contents. + + + + + Indicates whether to include dictionary contents. + + + + + Indicates whether to include call site (class and method name) in the information sent over the network. + + + + + Option to include all properties from the log events + + + + + AppInfo field. By default it's the friendly name of the current AppDomain. + + + + + NDC item separator. + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + + + + + + + + + + + + + Name of the target. + + + + + Layout used to format log messages. + + + + + Indicates whether to perform layout calculation. + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + + + + + + + + + + + + Name of the target. + + + + + Layout used to format log messages. + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + + + + + + + + + + + + + + + + + + Name of the target. + + + + + Indicates whether performance counter should be automatically created. + + + + + Name of the performance counter category. + + + + + Counter help text. + + + + + Name of the performance counter. + + + + + Performance counter type. + + + + + The value by which to increment the counter. + + + + + Performance counter instance name. + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Name of the target. + + + + + Default filter to be applied when no specific rule matches. + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + + + + + + + + + Condition to be tested. + + + + + Resulting filter to be applied when the condition matches. + + + + + + + + + + + + + Name of the target. + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + + + + + + + + + + + + Name of the target. + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + Number of times to repeat each log message. + + + + + + + + + + + + + + + + + Name of the target. + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + Number of retries that should be attempted on the wrapped target in case of a failure. + + + + + Time to wait between retries in milliseconds. + + + + + + + + + + + + + + + Name of the target. + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + + + + + + + + + + + Name of the target. + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + + + + + + + + + + + + + + Name of the target. + + + + + Layout used to format log messages. + + + + + Forward to (Instead of ) + + + + + Always use independent of + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Name of the target. + + + + + Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit + + + + + Should we include the BOM (Byte-order-mark) for UTF? Influences the property. This will only work for UTF-8. + + + + + Web service method name. Only used with Soap. + + + + + Web service namespace. Only used with Soap. + + + + + Protocol to be used when calling web service. + + + + + Custom proxy address, include port separated by a colon + + + + + Encoding. + + + + + Web service URL. + + + + + Value of the User-agent HTTP header. + + + + + Value whether escaping be done according to the old NLog style (Very non-standard) + + + + + Value whether escaping be done according to Rfc3986 (Supports Internationalized Resource Identifiers - IRIs) + + + + + Indicates whether to pre-authenticate the HttpWebRequest (Requires 'Authorization' in parameters) + + + + + Name of the root XML element, if POST of XML document chosen. If so, this property must not be null. (see and ). + + + + + (optional) root namespace of the XML document, if POST of XML document chosen. (see and ). + + + + + Proxy configuration when calling web service + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Footer layout. + + + + + Header layout. + + + + + Body layout (can be repeated multiple times). + + + + + Custom column delimiter value (valid when ColumnDelimiter is set to 'Custom'). + + + + + Column delimiter. + + + + + Quote Character. + + + + + Quoting mode. + + + + + Indicates whether CVS should include header. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Layout of the column. + + + + + Name of the column. + + + + + Override of Quoting mode + + + + + + + + + + + + + + + + + + + + + + Should forward slashes be escaped? If true, / will be converted to \/ + + + + + Option to render the empty object value {} + + + + + Option to suppress the extra spaces in the output json + + + + + Option to exclude null/empty properties from the log event (as JSON) + + + + + List of property names to exclude when is true + + + + + Option to include all properties from the log event (as JSON) + + + + + Indicates whether to include contents of the dictionary. + + + + + Indicates whether to include contents of the dictionary. + + + + + Indicates whether to include contents of the dictionary. + + + + + How far should the JSON serializer follow object references before backing off + + + + + + + + + + + + + + + + + Layout that will be rendered as the attribute's value. + + + + + Name of the attribute. + + + + + Determines whether or not this attribute will be Json encoded. + + + + + Should forward slashes be escaped? If true, / will be converted to \/ + + + + + Indicates whether to escape non-ascii characters + + + + + Whether an attribute with empty value should be included in the output + + + + + + + + + + + + + + Footer layout. + + + + + Header layout. + + + + + Body layout (can be repeated multiple times). + + + + + + + + + + + + + + + + + + + + + Option to include all properties from the log events + + + + + Indicates whether to include call site (class and method name) in the information sent over the network. + + + + + Indicates whether to include contents of the dictionary. + + + + + Indicates whether to include contents of the dictionary. + + + + + Indicates whether to include contents of the stack. + + + + + Indicates whether to include contents of the stack. + + + + + Indicates whether to include source info (file name and line number) in the information sent over the network. + + + + + + + + + + + + + + Layout text. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + List of property names to exclude when is true + + + + + Option to include all properties from the log event (as XML) + + + + + Indicates whether to include contents of the dictionary. + + + + + Indicates whether to include contents of the dictionary. + + + + + How far should the XML serializer follow object references before backing off + + + + + XML element name to use for rendering IList-collections items + + + + + XML attribute name to use when rendering property-key When null (or empty) then key-attribute is not included + + + + + XML element name to use when rendering properties + + + + + XML attribute name to use when rendering property-value When null (or empty) then value-attribute is not included and value is formatted as XML-element-value + + + + + Name of the root XML element + + + + + Value inside the root XML element + + + + + Whether a ElementValue with empty value should be included in the output + + + + + Auto indent and create new lines + + + + + Determines whether or not this attribute will be Xml encoded. + + + + + + + + + + + + + + + Layout that will be rendered as the attribute's value. + + + + + Name of the attribute. + + + + + Determines whether or not this attribute will be Xml encoded. + + + + + Whether an attribute with empty value should be included in the output + + + + + + + + + + + + + + + + + + + + + + + + + Determines whether or not this attribute will be Xml encoded. + + + + + Name of the element + + + + + Value inside the element + + + + + Whether a ElementValue with empty value should be included in the output + + + + + Auto indent and create new lines + + + + + List of property names to exclude when is true + + + + + Option to include all properties from the log event (as XML) + + + + + Indicates whether to include contents of the dictionary. + + + + + Indicates whether to include contents of the dictionary. + + + + + How far should the XML serializer follow object references before backing off + + + + + XML element name to use for rendering IList-collections items + + + + + XML attribute name to use when rendering property-key When null (or empty) then key-attribute is not included + + + + + XML element name to use when rendering properties + + + + + XML attribute name to use when rendering property-value When null (or empty) then value-attribute is not included and value is formatted as XML-element-value + + + + + + + + + + + + + Action to be taken when filter matches. + + + + + Condition expression. + + + + + + + + + + + + + + + + + + + + + + + + + + Action to be taken when filter matches. + + + + + Indicates whether to ignore case when comparing strings. + + + + + Layout to be used to filter log messages. + + + + + Substring to be matched. + + + + + + + + + + + + + + + + + Action to be taken when filter matches. + + + + + String to compare the layout to. + + + + + Indicates whether to ignore case when comparing strings. + + + + + Layout to be used to filter log messages. + + + + + + + + + + + + + + + + + Action to be taken when filter matches. + + + + + Indicates whether to ignore case when comparing strings. + + + + + Layout to be used to filter log messages. + + + + + Substring to be matched. + + + + + + + + + + + + + + + + + Action to be taken when filter matches. + + + + + String to compare the layout to. + + + + + Indicates whether to ignore case when comparing strings. + + + + + Layout to be used to filter log messages. + + + + + + + + + + + + + + + + + + + + + + + + Action to be taken when filter matches. + + + + + Default number of unique filter values to expect, will automatically increase if needed + + + + + Applies the configured action to the initial logevent that starts the timeout period. Used to configure that it should ignore all events until timeout. + + + + + Layout to be used to filter log messages. + + + + + Max number of unique filter values to expect simultaneously + + + + + Max length of filter values, will truncate if above limit + + + + + How long before a filter expires, and logging is accepted again + + + + + Default buffer size for the internal buffers + + + + + Reuse internal buffers, and doesn't have to constantly allocate new buffers + + + + + Append FilterCount to the when an event is no longer filtered + + + + + Insert FilterCount value into when an event is no longer filtered + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/C-Windows-1/bin/Debug/NPOI.Core.dll b/C-Windows-1/bin/Debug/NPOI.Core.dll index 986d56c..20904c0 100644 Binary files a/C-Windows-1/bin/Debug/NPOI.Core.dll and b/C-Windows-1/bin/Debug/NPOI.Core.dll differ diff --git a/C-Windows-1/bin/Debug/NPOI.Core.xml b/C-Windows-1/bin/Debug/NPOI.Core.xml index ae715c9..1d219c1 100644 --- a/C-Windows-1/bin/Debug/NPOI.Core.xml +++ b/C-Windows-1/bin/Debug/NPOI.Core.xml @@ -7054,7 +7054,7 @@ ColumnInfoRecord that includes the column index or the index of the default ExtendedFormatRecord (0xF) - + Set the width for a given column in 1/256th of a Char width Units @param column - the column number @param width (in Units of 1/256th of a Char width) @@ -8687,7 +8687,7 @@ The column number. - + Sets all non null fields into the ci parameter. @@ -8710,7 +8710,7 @@ The hidden. the column index of the last column in the outline group - + Sets the column. @@ -18118,7 +18118,7 @@ Get the value of the cell as a date. For strings we throw an exception. - For non-Numeric cells including blank cell we return a null. + For blank cells we return a null. The date cell value. @@ -21298,7 +21298,7 @@ the visiblity state of the column; - + Set the width (in Units of 1/256th of a Char width) @@ -24337,40 +24337,36 @@ viewer. The content is returned to the viewer as an array or as an Iterator, and the object provides a clue as to which technique the viewer should use to get its content. - A POIFSViewable object is also expected to provide a short description of itself, that can be used by a viewer when the viewable object is collapsed. + @author Marc Johnson (mjohnson at apache dot org) - - - Get an array of objects, some of which may implement - POIFSViewable - - an array of Object; may not be null, but may be empty - - - - Get an Iterator of objects, some of which may implement POIFSViewable - - an Iterator; may not be null, but may have an empty - back end store - - Give viewers a hint as to whether to call or - + Provides a short description of the object to be used when a + POIFSViewable object has not provided its contents. - if a viewer should call , if - a viewer should call + true if [prefer array]; otherwise, false. - Provides a short description of the object, to be used when a - POIFSViewable object has not provided its contents. + Gets the short description. - short description + The short description. + + + + Get an array of objects, some of which may implement POIFSViewable + + The viewable array. + + + + Give viewers a hint as to whether to call ViewableArray or ViewableIterator + + The viewable iterator. @@ -29855,6 +29851,26 @@ The mask. + + Implementation of a BlockingInputStream to provide data to + RawDataBlock that expects data in 512 byte chunks. Useful to read + data from slow (ie, non FileInputStream) sources, for example when + Reading an OLE2 Document over a network. + + Possible extentions: add a timeout. Curently a call to Read(byte[]) on this + class is blocking, so use at your own peril if your underlying stream blocks. + + @author Jens Gerhard + @author aviks - documentation cleanups. + + + We had to revert to byte per byte Reading to keep + with slow network connections on one hand, without + missing the end-of-file. + This is the only method that does its own thing in this class + everything else is delegated to aggregated stream. + THIS IS A BLOCKING BLOCK READ!!! + Creates a new BoundedInputStream that wraps the given input @@ -30424,184 +30440,6 @@ The line. - - - x coordinate - - - - - y coordinate - - - - - constructer - - - - - constructor - - x coordinate - y coordinate - - - - constructor - - coordinate - - - - Find the minimum - - - - - - Find the maximum - - - - - - addition value - - - - - - subtraction value - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Norm - - - - x coordinate - - - - - y coordinate - - - - - constructer - - - - - constructor - - x coordinate - y coordinate - - - - constructor - - coordinate - - - - Find the minimum - - - - - - Find the maximum - - - - - - addition value - - - - - - subtraction value - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Norm - CRC Verification @@ -31541,18 +31379,19 @@ Same as the normal InputStream#read(byte[], int, int), but tries to ensure - that the entire len number of bytes is read - - If the end of file is reached before any bytes are read, returns -1. + that the buffer is filled completely if possible, i.e. b.remaining() + returns 0. + If the end of file is reached before any bytes are Read, returns -1. If the end of the file is reached after some bytes are read, returns the number of bytes read. If the end of the file isn't reached before the - buffer has no more remaining capacity, will return len bytes + buffer has no more remaining capacity, will return the number of bytes + that were read. the stream from which the data is read. the buffer into which the data is read. the start offset in array b at which the data is written. the maximum number of bytes to read. - the number of bytes read or -1 if no bytes were read + @@ -40262,7 +40101,7 @@ - Get the value of the cell as a date. For non-Numeric cells including blank cell we return a null. + Get the value of the cell as a date. if the cell type returned by GetCellType() is CELL_TYPE_STRING if the cell value isn't a parsable double @@ -44063,7 +43902,7 @@ Cell to paste the comment to Copied comment - + Set the width (in units of 1/256th of a character width) @@ -44996,9 +44835,6 @@ style definition - - This interface isn't implemented ... - @return the rich text string for this textbox. @@ -45796,6 +45632,30 @@ The character (') used to quote sheet names when they contain special characters + + Matches a run of one or more letters followed by a run of one or more digits. + Both the letter and number groups are optional. + The run of letters is group 1 and the run of digits is group 2. + Each group may optionally be prefixed with a single '$'. + + + Matches references only where row and column are included. + Matches a run of one or more letters followed by a run of one or more digits. + If a reference does not match this pattern, it might match COLUMN_REF_PATTERN or ROW_REF_PATTERN + References may optionally include a single '$' before each group, but these are excluded from the Matcher.group(int). + + + Matches a run of one or more letters. The run of letters is group 1. + References may optionally include a single '$' before the group, but these are excluded from the Matcher.group(int). + + + Matches a run of one or more letters. The run of numbers is group 1. + References may optionally include a single '$' before the group, but these are excluded from the Matcher.group(int). + + + Named range names must start with a letter or underscore. Subsequent characters may include + digits or dot. (They can even end in dot). + Create an cell ref from a string representation. Sheet names containing special characters should be delimited and escaped as per normal syntax rules for formulas. @@ -45818,7 +45678,7 @@ representation. eg column #3 -> D - + Separates the row from the columns and returns an array of three Strings. The first element is the sheet name. Only the first element may be null. The second element in is the column name still in ALPHA-26 number format. The third element is the row. @@ -45884,17 +45744,6 @@ @deprecated 3.15 beta 2. Use {@link #isColumnWithinRange}. - - - Generic parsing logic that extracts reference information. - - Input to parse. - Possible column prefix like '$', if none. - Column name string, empty if none. - Possible row prefix like '$', if none. - Row data, empty if none - - Various utility functions that make working with a cells and rows easier. The various methods that deal with style's allow you to create your CellStyles as you need them. When you apply a @@ -46652,6 +46501,13 @@ @param cell cell to change @param value value to set + + Holds a collection of Sheet names and their associated + reference numbers. + + @author Andrew C. Oliver (acoliver at apache dot org) + + Helper methods for when working with Usermodel sheets @@ -46829,22 +46685,6 @@ Base class of all the exceptions that POI throws in the event that it's given a file that isn't supported - - @since POI v3.16 beta 1 - - - This is the default header or Footer, It is displayed on every page where - a more specific header or footer is not specified. It is always displayed - on ODD pages that are not the first page of the section. - - - This is an even page header or footer, it is displayed on even pages that - are not the first page of the section. - - - This is a first page header or footer It is displayed on the first page - of the section. - This class represents a run of text that share common properties. diff --git a/C-Windows-1/bin/Debug/NPOI.OOXML.dll b/C-Windows-1/bin/Debug/NPOI.OOXML.dll index 0e8b097..ca24b79 100644 Binary files a/C-Windows-1/bin/Debug/NPOI.OOXML.dll and b/C-Windows-1/bin/Debug/NPOI.OOXML.dll differ diff --git a/C-Windows-1/bin/Debug/NPOI.OOXML.xml b/C-Windows-1/bin/Debug/NPOI.OOXML.xml index b0996e0..0cb3518 100644 --- a/C-Windows-1/bin/Debug/NPOI.OOXML.xml +++ b/C-Windows-1/bin/Debug/NPOI.OOXML.xml @@ -1403,7 +1403,7 @@ @see #getMergedRange(CellRangeAddress[][], int, int) - + See here for Xio explanation and details @@ -2295,11 +2295,6 @@ Deletes the temporary file that backed this sheet on disk. @return true if the file was deleted, false if it wasn't. - - - Get DateTime-type cell value - - Used to help format error messages @@ -2630,12 +2625,6 @@ whether temp file should be compresss. - - - setting this flag On allows to write large files; - however, this can lead to compatibility issues - - shared string table - a cache of strings in this workbook. @@ -4245,14 +4234,12 @@ Create a new SpreadsheetML chart - Construct a SpreadsheetML chart from a package part. + Construct a SpreadsheetML chart from a namespace part. - @param part the package part holding the chart data, - the content type must be application/vnd.openxmlformats-officedocument.drawingml.chart+xml - @param rel the package relationship holding this chart, - the relationship type must be http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart - - @since POI 3.14-Beta1 + @param part the namespace part holding the chart data, + the content type must be application/vnd.Openxmlformats-officedocument.Drawingml.chart+xml + @param rel the namespace relationship holding this chart, + the relationship type must be http://schemas.Openxmlformats.org/officeDocument/2006/relationships/chart Construct a new CTChartSpace bean. @@ -4339,16 +4326,6 @@ @param col2 the column (0 based) of the second cell. @param row2 the row (0 based) of the second cell. - - - - - - - - - - Create XSSFClientAnchor from existing xml beans @@ -4783,15 +4760,6 @@ to the sheet. @return the newly Created shape. - - - - - - - - - Creates a simple shape. This includes such shapes as lines, rectangles, and ovals. @@ -5180,54 +5148,6 @@ Turns a XSSFCell into a XSSFEvaluationCell - - A default instance of CTShape used for creating new shapes. - - - Xml bean that stores properties of this shape - - - - - - - - - - Prototype with the default structure of a new auto-shape. - - - - - - - - - - - - - - Returns the simple shape name. - @return name of the simple shape - - - - - - - - - - - - - - - - - - Represents DrawingML GraphicalObjectFrame. @@ -5887,26 +5807,6 @@ @return footer margin - - - Page margin top (In inch) - - - - - Page margin left (In inch) - - - - - Page margin right (In inch) - - - - - Page margin bottom (In inch) - - Returns the number of copies. @@ -6411,7 +6311,7 @@ to the group. @return the newly Created shape. - + Creates a picture. @param anchor the client anchor describes how this picture is attached to the sheet. @@ -6419,15 +6319,6 @@ {@link XSSFWorkbook#getAllPictures()} . @return the newly Created picture shape. - - - - - - - - - Sets the coordinate space of this group. All children are constrained to these coordinates. @@ -6468,7 +6359,10 @@ Get the default column width for the sheet (if the columns do not - define their own width) in characters. + define their own width) in characters. Note, this value is different + from . The latter is always greater and + includes 4 pixels of margin pAdding(two on each side), plus 1 pixel + pAdding for the gridlines. @@ -7037,6 +6931,12 @@ Get the actual column width (in units of 1/256th of a character width) + Note, the returned value is always gerater that + because the latter does not include margins. Actual column width + measured as the number of characters of the maximum digit width of + thenumbers 0, 1, 2, ..., 9 as rendered in the normal style's font. + There are 4 pixels of margin pAdding(two on each side), plus 1 pixel + pAdding for the gridlines. the column to set (0-based) the width in units of 1/256th of a character width @@ -7206,7 +7106,7 @@ the column to get (0-based) the visiblity state of the column - + Set the width (in units of 1/256th of a character width) @@ -7843,12 +7743,6 @@ The pivot table - - - - - In EMU - XSSF Conditional Formattings @@ -9239,9 +9133,10 @@ hyperlink label, and not the contents - Base class for XWPF paragraphs + Base class for XWPF paragraphs - This class isn't used ... + @author Yury Batrakov (batrakov at gmail.com) + Decorator class for XWPFParagraph allowing to add comments @@ -9292,23 +9187,11 @@ (1 based) page. @param pageNumber The one based page number - - Get this section header for the given type - - @param type of header to return - @return {@link XWPFHeader} object - Get the footer that applies to the given (1 based) page. @param pageNumber The one based page number - - Get this section footer for the given type - - @param type of footer to return - @return {@link XWPFFooter} object - Base decorator class for XWPFParagraph @@ -10503,24 +10386,6 @@ Returns the policy on headers and footers, which also provides a way to Get at them. - - Create a header of the given type - - @param type {@link HeaderFooterType} enum - @return object of type {@link XWPFHeader} - - - Create a footer of the given type - - @param type {@link HeaderFooterType} enum - @return object of type {@link XWPFFooter} - - - Return the {@link CTSectPr} object that corresponds with the - last section in this document. - - @return {@link CTSectPr} object - Returns the styles object used @@ -10636,11 +10501,11 @@ @return the LastParagraph of the document - + Create an empty table with one row and one column as default. @return a new table - + Create an empty table with a number of rows and cols specified @param rows @param cols @@ -10735,22 +10600,6 @@ <w:documentProtection w:edit="readOnly" w:enforcement="1"/> - - Enforces the readOnly protection with a password.
-
- sample snippet from settings.xml -
-              <w:documentProtection w:edit="readOnly" w:enforcement="1" 
-                  w:cryptProviderType="rsaAES" w:cryptAlgorithmClass="hash"
-                  w:cryptAlgorithmType="typeAny" w:cryptAlgorithmSid="14"
-                  w:cryptSpinCount="100000" w:hash="..." w:salt="...."
-              />
-            
- - @param password the plaintext password, if null no password will be applied - @param hashAlgo the hash algorithm - only md2, m5, sha1, sha256, sha384 and sha512 are supported. - if null, it will default default to sha1 -
Enforce the Filling Forms protection.
In the documentProtection tag inside Settings.xml file,
@@ -10763,22 +10612,6 @@ <w:documentProtection w:edit="forms" w:enforcement="1"/>
- - Enforce the Filling Forms protection.
-
- sample snippet from settings.xml -
-              <w:documentProtection w:edit="forms" w:enforcement="1" 
-                  w:cryptProviderType="rsaAES" w:cryptAlgorithmClass="hash"
-                  w:cryptAlgorithmType="typeAny" w:cryptAlgorithmSid="14"
-                  w:cryptSpinCount="100000" w:hash="..." w:salt="...."
-              />
-            
- - @param password the plaintext password, if null no password will be applied - @param hashAlgo the hash algorithm - only md2, m5, sha1, sha256, sha384 and sha512 are supported. - if null, it will default default to sha1 -
Enforce the Comments protection.
In the documentProtection tag inside Settings.xml file,
@@ -10791,22 +10624,6 @@ <w:documentProtection w:edit="comments" w:enforcement="1"/>
- - Enforce the Comments protection.
-
- sample snippet from settings.xml -
-              <w:documentProtection w:edit="comments" w:enforcement="1" 
-                  w:cryptProviderType="rsaAES" w:cryptAlgorithmClass="hash"
-                  w:cryptAlgorithmType="typeAny" w:cryptAlgorithmSid="14"
-                  w:cryptSpinCount="100000" w:hash="..." w:salt="...."
-              />
-            
- - @param password the plaintext password, if null no password will be applied - @param hashAlgo the hash algorithm - only md2, m5, sha1, sha256, sha384 and sha512 are supported. - if null, it will default default to sha1 -
Enforce the Tracked Changes protection.
In the documentProtection tag inside Settings.xml file,
@@ -10819,28 +10636,6 @@ <w:documentProtection w:edit="trackedChanges" w:enforcement="1"/>
- - Enforce the Tracked Changes protection.
-
- sample snippet from settings.xml -
-              <w:documentProtection w:edit="trackedChanges" w:enforcement="1" 
-                  w:cryptProviderType="rsaAES" w:cryptAlgorithmClass="hash"
-                  w:cryptAlgorithmType="typeAny" w:cryptAlgorithmSid="14"
-                  w:cryptSpinCount="100000" w:hash="..." w:salt="...."
-              />
-            
- - @param password the plaintext password, if null no password will be applied - @param hashAlgo the hash algorithm - only md2, m5, sha1, sha256, sha384 and sha512 are supported. - if null, it will default default to sha1 -
- - Validates the existing password - - @param password - @return true, only if password was set and equals, false otherwise - Remove protection enforcement.
In the documentProtection tag inside Settings.xml file
@@ -11212,31 +11007,6 @@ @return XWPFPictureData of a specificID @throws Exception
- - Adds a new paragraph at the end of the header or footer - - @return new {@link XWPFParagraph} object - - - Adds a new table at the end of the header or footer - - @param rows - number of rows in the table - @param cols - number of columns in the table - @return new {@link XWPFTable} object - - - Removes a specific paragraph from this header / footer - - @param paragraph - {@link XWPFParagraph} object to remove - - - Removes a specific table from this header / footer - - @param table - {@link XWPFTable} object to remove - - - Clears all paragraphs and tables from this header / footer - verifies that cursor is on the right position @param cursor @@ -11258,6 +11028,9 @@ returns the Part, to which the body belongs, which you need for Adding relationship to other parts @see NPOI.XWPF.UserModel.IBody#getPart() + + Adds a new paragraph at the end of the header or footer + * Sketch of XWPF hyperlink class * @@ -11279,7 +11052,8 @@ checks whether specific LatentStyleID is a latentStyle - TODO Bring more of the logic over from XWPFParagraph + @author Philipp Epp + @author Philipp Epp @@ -11540,7 +11314,7 @@ Specifies the spacing that should be Added After the last line in this paragraph in the document in absolute units. - @return int - value representing the spacing After the paragraph + @return bigint - value representing the spacing After the paragraph @see #setSpacingAfterLines(int) @@ -11574,31 +11348,6 @@ a double specifying points or lines.
- - Return the spacing between lines of a paragraph. The units of the return value depends on the - {@link LineSpacingRule}. If AUTO, the return value is in lines, otherwise the return - value is in points - - @return a double specifying points or lines. - - - Sets the spacing between lines in a paragraph - - @param spacing - A double specifying spacing in lines. - - - Sets the spacing between lines in a paragraph - - @param spacing - A double specifying spacing in inches or lines. If rule is - AUTO, then spacing is in lines. Otherwise spacing is in points. - @param rule - {@link LineSpacingRule} indicating how spacing is interpreted. If - AUTO, then spacing value is in lines, and the height depends on the - font size. If AT_LEAST, then spacing value is in inches, and is the - minimum size of the line. If the line height is taller, then the - line expands to match. If EXACT, then spacing is the exact line - height. If the text is taller than the line height, then it is - clipped at the top. - Specifies the indentation which shall be placed between the left text margin for this paragraph and the left edge of that paragraph's content @@ -12248,29 +11997,6 @@ <w:documentProtection w:edit="[passed editValue]" w:enforcement="1"/> - - Enforces the protection with the option specified by passed editValue and password.
-
- sample snippet from settings.xml -
-              <w:documentProtection w:edit="[passed editValue]" w:enforcement="1" 
-                  w:cryptProviderType="rsaAES" w:cryptAlgorithmClass="hash"
-                  w:cryptAlgorithmType="typeAny" w:cryptAlgorithmSid="14"
-                  w:cryptSpinCount="100000" w:hash="..." w:salt="...."
-              />
-            
- - @param editValue the protection type - @param password the plaintext password, if null no password will be applied - @param hashAlgo the hash algorithm - only md2, m5, sha1, sha256, sha384 and sha512 are supported. - if null, it will default default to sha1 -
- - Validates the existing password - - @param password - @return true, only if password was set and equals, false otherwise - Removes protection enforcement.
In the documentProtection tag inside Settings.xml file
@@ -12657,37 +12383,11 @@ split, FALSE means allow rows to split. @return true if rows can't be split, false otherwise.
- - Controls whether to allow this table row to split across pages. - The logic for this attribute is a little unusual: a true value means - DON'T allow rows to split, false means allow rows to split. - - @param split - if true, don't allow row to be split. If false, allow - row to be split. - - Return true if a table's header row should be repeated at the top of a - table split across pages. NOTE - Word will not repeat a table row unless - all preceding rows of the table are also repeated. This function returns - false if the row will not be repeated even if the repeat tag is present - for this row. - - @return true if table's header row should be repeated at the top of each - page of table, false otherwise. - This attribute controls whether to repeat a table's header row at the top - of a table split across pages. NOTE - for a row to be repeated, all preceding - rows in the table must also be repeated. - - @param repeat - if TRUE, repeat header row at the top of each page of table; - if FALSE, don't repeat header row. - - - This attribute controls whether to repeat a table's header row at the top - of a table split across pages. NOTE - for a row to be repeated, all preceding - rows in the table must also be repeated. - - @param repeat - if TRUE, repeat header row at the top of each page of table; - if FALSE, don't repeat header row. + Return true if a table's header row should be repeated at the top of a + table split across pages. + @return true if table's header row should be repeated at the top of each + page of table, false otherwise. diff --git a/C-Windows-1/bin/Debug/NPOI.OpenXml4Net.dll b/C-Windows-1/bin/Debug/NPOI.OpenXml4Net.dll index 6391fee..105646a 100644 Binary files a/C-Windows-1/bin/Debug/NPOI.OpenXml4Net.dll and b/C-Windows-1/bin/Debug/NPOI.OpenXml4Net.dll differ diff --git a/C-Windows-1/bin/Debug/NPOI.OpenXml4Net.xml b/C-Windows-1/bin/Debug/NPOI.OpenXml4Net.xml index 155f799..2b5b512 100644 --- a/C-Windows-1/bin/Debug/NPOI.OpenXml4Net.xml +++ b/C-Windows-1/bin/Debug/NPOI.OpenXml4Net.xml @@ -18,6 +18,13 @@ The certificate in not embedded in the package. + + Storage class for configuration storage parameters. + TODO xml syntax checking is no longer done with DOM4j parser -> remove the schema or do it ? + + @author CDubettier, Julen Chable + @version 1.0 + Open Packaging Convention content types (see Annex F : Standard Namespaces and Content Types). @@ -1014,18 +1021,16 @@ @ if a parsing error occur. - * Open a package. - * - * @param path - * The document path. - * @param access - * PackageBase access. - * @return A PackageBase object, else null. - * @throws InvalidFormatException - * If the specified file doesn't exist, and a parsing error - * occur. - * @throws InvalidOperationException If the zip file cannot be opened. - * @throws InvalidFormatException if the package is not valid. + Open a package. + + @param path + The document path. + @param access + PackageBase access. + @return A PackageBase object, else null. + @throws InvalidFormatException + If the specified file doesn't exist, and a parsing error + occur. Open a package. @@ -1067,6 +1072,11 @@ Path of the document. @return A newly Created PackageBase ready to use. + + Configure the package. + + @param pkg + Flush the package : save all. @@ -1108,12 +1118,13 @@ @see org.apache.poi.OpenXml4Net.opc.PackageAccess - * Throws an exception if the package access mode is in write only mode - * (PackageAccess.Write). This method is call when other methods need write - * right. - * - * @throws InvalidOperationException if a read operation is done on a write only package. - * @see org.apache.poi.OpenXml4Net.opc.PackageAccess + Throws an exception if the package access mode is in write only mode + (PackageAccess.Write). This method is call when other methods need write + right. + + @throws InvalidOperationException + Throws if a read operation is done on a write only package. + @see org.apache.poi.OpenXml4Net.opc.PackageAccess Retrieves or Creates if none exists, core package property part. @@ -1158,16 +1169,13 @@ The part relationship uses to retrieve the part. - Load the parts of the archive if it has not been done yet. The - relationships of each part are not loaded. - - Note - Rule M4.1 states that there may only ever be one Core - Properties Part, but Office produced files will sometimes - have multiple! As Office ignores all but the first, we relax - Compliance with Rule M4.1, and ignore all others silently too. - - @return All this package's parts. - @throws InvalidFormatException if the package is not valid. + Load the parts of the archive if it has not been done yet. The + relationships of each part are not loaded. + Note - Rule M4.1 states that there may only ever be one Core + Properties Part, but Office produced files will sometimes + have multiple! As Office ignores all but the first, we relax + Compliance with Rule M4.1, and ignore all others silently too. + @return All this package's parts. Create and Add a part, with the specified name and content type, to the @@ -1219,17 +1227,17 @@ @see #CreatePart(PackagePartName, String) - Add the specified part to the package. If a part already exists in the - package with the same name as the one specified, then we replace the old - part by the specified part. + Add the specified part to the package. If a part already exists in the + package with the same name as the one specified, then we replace the old + part by the specified part. - @param part - The part to add (or replace). - @return The part added to the package, the same as the one specified. - @throws InvalidOperationException - If rule M1.12 is not verified : Packages shall not contain - equivalent part names and package implementers shall neither - create nor recognize packages with equivalent part names. + @param part + The part to Add (or replace). + @return The part Added to the package, the same as the one specified. + @throws InvalidFormatException + If rule M1.12 is not verified : Packages shall not contain + equivalent part names and package implementers shall neither + Create nor recognize packages with equivalent part names. Remove the specified part in this package. If this part is relationship @@ -1358,11 +1366,11 @@ Id of the relationship to delete. - Retrieves all package relationships. + Retrieves all package relationships. - @return All package relationships of this package. - @throws InvalidOperationException if a read operation is done on a write only package. - @see #GetRelationshipsHelper(String) + @return All package relationships of this package. + @throws OpenXml4NetException + @see #GetRelationshipsHelper(String) Retrieves all relationships with the specified type. @@ -2894,22 +2902,20 @@ @param access - Constructor. Opens a Zip based Open XML document from a file. + Constructor. Opens a Zip based Open XML document. @param path The path of the file to open or create. @param access The package access mode. - @throws InvalidOperationException If the zip file cannot be opened. - Constructor. Opens a Zip based Open XML document from a File. + Constructor. Opens a Zip based Open XML document. @param file The file to open or create. @param access The package access mode. - @throws InvalidOperationException If the zip file cannot be opened. Constructor. Opens a Zip based Open XML document from @@ -2928,7 +2934,8 @@ list is not empty, it will be emptied. @return All parts contain in this package. - @throws InvalidFormatException if the package is not valid. + @throws InvalidFormatException + Throws if the package is not valid. Builds a PackagePartName for the given ZipEntry, diff --git a/C-Windows-1/bin/Debug/NPOI.OpenXmlFormats.dll b/C-Windows-1/bin/Debug/NPOI.OpenXmlFormats.dll index cb9991f..d7a0815 100644 Binary files a/C-Windows-1/bin/Debug/NPOI.OpenXmlFormats.dll and b/C-Windows-1/bin/Debug/NPOI.OpenXmlFormats.dll differ diff --git a/C-Windows-1/bin/Debug/NPOI.dll b/C-Windows-1/bin/Debug/NPOI.dll new file mode 100644 index 0000000..09daf8c Binary files /dev/null and b/C-Windows-1/bin/Debug/NPOI.dll differ diff --git a/C-Windows-1/bin/Debug/Nlog.txt b/C-Windows-1/bin/Debug/Nlog.txt new file mode 100644 index 0000000..245d43f --- /dev/null +++ b/C-Windows-1/bin/Debug/Nlog.txt @@ -0,0 +1,59 @@ +NLog閰嶇疆璺敱瑙勫垯鍜屼笂涓嬫枃淇℃伅 + +rules: 瑙勫垯鑺傜偣 + +logger锛氫竴涓矾鐢辫鍒 + + + + + + +鍏蜂綋鍙傛暟璇存槑锛 + +璺敱瑙勫垯涓昏鐢ㄤ簬灏嗘棩蹇楀拰杈撳嚭鐩爣鍖归厤璧锋潵锛屽畠涓鑸湁濡備笅鍑犱釜灞炴 + +name - 鏃ュ織婧/璁板綍鑰呯殑鍚嶅瓧 (鍏佽浣跨敤閫氶厤绗*) +minlevel - 鍖归厤鏃ュ織鑼冨洿鐨勬渶浣庣骇鍒 +maxlevel - 鍖归厤鏃ュ織鑼冨洿鐨勬渶楂樼骇鍒 +level - 鍖归厤鐨勫崟涓鏃ュ織绾у埆 +levels - 鍖归厤鐨勪竴绯诲垪鏃ュ織绾у埆锛岀敱閫楀彿鍒嗛殧銆 +writeTo - 瑙勫垯鍖归厤鏃舵棩蹇楀簲璇ヨ鍐欏叆鐨勪竴绯诲垪鐩爣鑺傜偣鐨刵ame灞炴э紝鐢遍楀彿鍒嗛殧銆 +final - 鏍囪褰撳墠瑙勫垯涓烘渶鍚庝竴涓鍒欍傚叾鍚庣殑瑙勫垯鍗虫椂鍖归厤涔熶笉浼氳杩愯銆 +濡傦細 + + - 鍚嶅瓧绌洪棿Name.Space涓嬬殑Class1杩欎釜绫荤殑鎵鏈夌骇鍒瓑浜庢垨鑰呴珮浜嶥ebug鐨勬棩蹇椾俊鎭兘鍐欏叆鍒扳渇1鈥濊繖涓洰鏍囬噷銆 + -鍚嶅瓧绌洪棿Name.Space涓嬬殑Class1杩欎釜绫荤殑鎵鏈夌骇鍒瓑浜嶥ebug鎴朎rror鐨勬棩蹇椾俊鎭兘鍐欏叆鍒扳渇1鈥濊繖涓洰鏍囬噷銆 + -鍚嶅瓧绌洪棿Name.Space涓嬫墍鏈夌被鐨勬墍鏈夌骇鍒殑鏃ュ織淇℃伅閮藉啓鍏ュ埌鈥渇3鈥濆拰鈥渇4鈥濊繖涓や釜鐩爣閲屻 + - 鍚嶅瓧绌洪棿Name.Space涓嬫墍鏈夌被鐨勩佺骇鍒湪Debug鍜孍rror涔嬮棿鐨(鍖呮嫭Debug,Info,Warn,Error) 鏃ュ織淇℃伅閮戒笉浼氳璁板綍(鍥犱负杩欐潯瑙勫垯娌℃湁瀹氫箟writeTo)锛屽悓鏃跺叾瀹冨悗缁鍒欎篃閮戒細琚拷鐣(鍥犱负杩欓噷璁剧疆浜唂inal="true")銆 +NLog鏀寔濡備笅鍑犵璁板綍绛夌骇锛 + +Trace- 鏈甯歌鐨勮褰曚俊鎭紝涓鑸敤浜庢櫘閫氳緭鍑 +Debug- 鍚屾牱鏄褰曚俊鎭紝涓嶈繃鍑虹幇鐨勯鐜囪姣擳race灏戜竴浜涳紝涓鑸敤鏉ヨ皟璇曠▼搴 +Info- 淇℃伅绫诲瀷鐨勬秷鎭 +Warn- 璀﹀憡淇℃伅锛屼竴鑸敤浜庢瘮杈冮噸瑕佺殑鍦哄悎 +Error- 閿欒淇℃伅 +Fatal- 鑷村懡寮傚父淇℃伅銆備竴鑸潵璁诧紝鍙戠敓鑷村懡寮傚父涔嬪悗绋嬪簭灏嗘棤娉曠户缁墽琛屻 +浼樺厛绾э細Trace>Debug>Info>Warn>Error>Fatal + + + +Layout涓婁笅鏂囦俊鎭 琛ㄨ揪寮 + +${date} 鏃ユ湡2016/08/11 09:34:33.793 + +${time} 24灏忔椂HH:mm:ss.mmm. + +${longdate} 闀挎椂闂 2016-08-05 14:06:18.9293 + +${shortdate} 鏃ユ湡2016-08-05 + +${basedir} 鏍圭洰褰 + +${message} 淇℃伅 + +${level} 绾у埆 + +${stacktrace} 鍫嗘爤淇℃伅 + +${callsite} 鏃ュ織鏉ユ簮 diff --git a/C-Windows-1/bin/Debug/NlogException.config b/C-Windows-1/bin/Debug/NlogException.config new file mode 100644 index 0000000..1a61cef --- /dev/null +++ b/C-Windows-1/bin/Debug/NlogException.config @@ -0,0 +1,47 @@ +锘 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/C-Windows-1/bin/Debug/NlogRunIPC.config b/C-Windows-1/bin/Debug/NlogRunIPC.config new file mode 100644 index 0000000..6552c94 --- /dev/null +++ b/C-Windows-1/bin/Debug/NlogRunIPC.config @@ -0,0 +1,18 @@ +锘 + + + + + + + + + + + + \ No newline at end of file diff --git a/C-Windows-1/bin/Debug/SLC2-N-V2.8.exe.config b/C-Windows-1/bin/Debug/SLC2-N-V2.8.exe.config new file mode 100644 index 0000000..101003b --- /dev/null +++ b/C-Windows-1/bin/Debug/SLC2-N-V2.8.exe.config @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/C-Windows-1/bin/Debug/SixLabors.Fonts.dll b/C-Windows-1/bin/Debug/SixLabors.Fonts.dll index 65d5b77..9bdcd65 100644 Binary files a/C-Windows-1/bin/Debug/SixLabors.Fonts.dll and b/C-Windows-1/bin/Debug/SixLabors.Fonts.dll differ diff --git a/C-Windows-1/bin/Debug/SixLabors.ImageSharp.dll b/C-Windows-1/bin/Debug/SixLabors.ImageSharp.dll index b3fa178..d1ac620 100644 Binary files a/C-Windows-1/bin/Debug/SixLabors.ImageSharp.dll and b/C-Windows-1/bin/Debug/SixLabors.ImageSharp.dll differ diff --git a/C-Windows-1/bin/Debug/SixLabors.ImageSharp.xml b/C-Windows-1/bin/Debug/SixLabors.ImageSharp.xml index 069ed7e..12c8ec9 100644 --- a/C-Windows-1/bin/Debug/SixLabors.ImageSharp.xml +++ b/C-Windows-1/bin/Debug/SixLabors.ImageSharp.xml @@ -14980,22 +14980,14 @@ - Skip over any whitespace or any comments and signal if EOF has been reached. + Skip over any whitespace or any comments. - The buffered read stream. - if EOF has been reached while reading the stream; see langword="true"/> otherwise. - + - Read a decimal text value and signal if EOF has been reached. + Read a decimal text value. - The buffered read stream. - The read value. - if EOF has been reached while reading the stream; otherwise. - - A 'false' return value doesn't mean that the parsing has been failed, since it's possible to reach EOF while reading the last decimal in the file. - It's up to the call site to handle such a situation. - + The integer value of the decimal. @@ -15168,7 +15160,6 @@ Processes the ppm header. The input stream. - An EOF marker has been read before the image has been decoded. @@ -29535,11 +29526,6 @@ The configuration which allows altering default behaviour or extending the library. The input stream. - - - Gets the number indicating the EOF hits occured while reading from this instance. - - Gets the size, in bytes, of the underlying buffer. diff --git a/C-Windows-1/bin/Debug/System.Data.SQLite.EF6.dll b/C-Windows-1/bin/Debug/System.Data.SQLite.EF6.dll new file mode 100644 index 0000000..154f51f Binary files /dev/null and b/C-Windows-1/bin/Debug/System.Data.SQLite.EF6.dll differ diff --git a/C-Windows-1/bin/Debug/System.Data.SQLite.Linq.dll b/C-Windows-1/bin/Debug/System.Data.SQLite.Linq.dll new file mode 100644 index 0000000..027171d Binary files /dev/null and b/C-Windows-1/bin/Debug/System.Data.SQLite.Linq.dll differ diff --git a/C-Windows-1/bin/Debug/System.Data.SQLite.dll b/C-Windows-1/bin/Debug/System.Data.SQLite.dll new file mode 100644 index 0000000..770276d Binary files /dev/null and b/C-Windows-1/bin/Debug/System.Data.SQLite.dll differ diff --git a/C-Windows-1/bin/Debug/System.Data.SQLite.xml b/C-Windows-1/bin/Debug/System.Data.SQLite.xml new file mode 100644 index 0000000..45b9980 --- /dev/null +++ b/C-Windows-1/bin/Debug/System.Data.SQLite.xml @@ -0,0 +1,23604 @@ + + + + System.Data.SQLite + + + + + Defines a source code identifier custom attribute for an assembly + manifest. + + + + + Constructs an instance of this attribute class using the specified + source code identifier value. + + + The source code identifier value to use. + + + + + Gets the source code identifier value. + + + + + Defines a source code time-stamp custom attribute for an assembly + manifest. + + + + + Constructs an instance of this attribute class using the specified + source code time-stamp value. + + + The source code time-stamp value to use. + + + + + Gets the source code time-stamp value. + + + + + This is the method signature for the SQLite core library logging callback + function for use with sqlite3_log() and the SQLITE_CONFIG_LOG. + + WARNING: This delegate is used more-or-less directly by native code, do + not modify its type signature. + + + The extra data associated with this message, if any. + + + The error code associated with this message. + + + The message string to be logged. + + + + + This class implements SQLiteBase completely, and is the guts of the code that interop's SQLite with .NET + + + + + This field is used to refer to memory allocated for the + SQLITE_DBCONFIG_MAINDBNAME value used with the native + "sqlite3_db_config" API. If allocated, the associated + memeory will be freed when the underlying connection is + closed. + + + + + The opaque pointer returned to us by the sqlite provider + + + + + The user-defined functions registered on this connection + + + + + This is the name of the native library file that contains the + "vtshim" extension [wrapper]. + + + + + This is the flag indicate whether the native library file that + contains the "vtshim" extension must be dynamically loaded by + this class prior to use. + + + + + This is the name of the native entry point for the "vtshim" + extension [wrapper]. + + + + + The modules created using this connection. + + + + + This field is used to keep track of whether or not the + "SQLite_ForceLogPrepare" environment variable has been queried. If so, + it will only be non-zero if the environment variable was present. + + + + + This field is used to keep track of whether or not the + "SQLite_ForceLogRetry" environment variable has been queried. If so, + it will only be non-zero if the environment variable was present. + + + + + Constructs the object used to interact with the SQLite core library + using the UTF-8 text encoding. + + + The DateTime format to be used when converting string values to a + DateTime and binding DateTime parameters. + + + The to be used when creating DateTime + values. + + + The format string to be used when parsing and formatting DateTime + values. + + + The native handle to be associated with the database connection. + + + The fully qualified file name associated with . + + + Non-zero if the newly created object instance will need to dispose + of when it is no longer needed. + + + + + Determines if all calls to prepare a SQL query will be logged, + regardless of the flags for the associated connection. + + + + + Determines if all calls to retry a SQL query will be logged, + regardless of the flags for the associated connection. + + + + + This method attempts to dispose of all the derived + object instances currently associated with the native database connection. + + + + + Returns the number of times the method has been + called. + + + + + This method determines whether or not a + with a return code of should + be thrown after making a call into the SQLite core library. + + + Non-zero if a to be thrown. This method + will only return non-zero if the method was called + one or more times during a call into the SQLite core library (e.g. when + the sqlite3_prepare*() or sqlite3_step() APIs are used). + + + + + Resets the value of the field. + + + + + Attempts to interrupt the query currently executing on the associated + native database connection. + + + + + Returns non-zero if the operation for the current connection has been + interrupted. + + + + + This function binds a user-defined function to the connection. + + + The object instance containing + the metadata for the function to be bound. + + + The object instance that implements the + function to be bound. + + + The flags associated with the parent connection object. + + + + + This function binds a user-defined function to the connection. + + + The object instance containing + the metadata for the function to be unbound. + + + The flags associated with the parent connection object. + + Non-zero if the function was unbound and removed. + + + + Returns non-zero if the underlying native connection handle is owned + by this instance. + + + + + Returns the logical list of functions associated with this connection. + + + + + Attempts to free as much heap memory as possible for the database connection. + + A standard SQLite return code (i.e. zero for success and non-zero for failure). + + + + Attempts to free N bytes of heap memory by deallocating non-essential memory + allocations held by the database library. Memory used to cache database pages + to improve performance is an example of non-essential memory. This is a no-op + returning zero if the SQLite core library was not compiled with the compile-time + option SQLITE_ENABLE_MEMORY_MANAGEMENT. Optionally, attempts to reset and/or + compact the Win32 native heap, if applicable. + + + The requested number of bytes to free. + + + Non-zero to attempt a heap reset. + + + Non-zero to attempt heap compaction. + + + The number of bytes actually freed. This value may be zero. + + + This value will be non-zero if the heap reset was successful. + + + The size of the largest committed free block in the heap, in bytes. + This value will be zero unless heap compaction is enabled. + + + A standard SQLite return code (i.e. zero for success and non-zero + for failure). + + + + + Shutdown the SQLite engine so that it can be restarted with different + configuration options. We depend on auto initialization to recover. + + Returns a standard SQLite result code. + + + + Shutdown the SQLite engine so that it can be restarted with different + configuration options. We depend on auto initialization to recover. + + + Non-zero to reset the database and temporary directories to their + default values, which should be null for both. This parameter has no + effect on non-Windows operating systems. + + Returns a standard SQLite result code. + + + + Determines if the associated native connection handle is open. + + + Non-zero if the associated native connection handle is open. + + + + + Returns the fully qualified path and file name for the currently open + database, if any. + + + The name of the attached database to query. + + + The fully qualified path and file name for the currently open database, + if any. + + + + + This method attempts to determine if a database connection opened + with the specified should be + allowed into the connection pool. + + + The that were specified when the + connection was opened. + + + Non-zero if the connection should (eventually) be allowed into the + connection pool; otherwise, zero. + + + + + Has the sqlite3_errstr() core library API been checked for yet? + If so, is it present? + + + + + Returns the error message for the specified SQLite return code using + the sqlite3_errstr() function, falling back to the internal lookup + table if necessary. + + WARNING: Do not remove this method, it is used via reflection. + + The SQLite return code. + The error message or null if it cannot be found. + + + + Has the sqlite3_stmt_readonly() core library API been checked for yet? + If so, is it present? + + + + + Returns non-zero if the specified statement is read-only in nature. + + The statement to check. + True if the outer query is read-only. + + + + This field is used to keep track of whether or not the + "SQLite_ForceLogLifecycle" environment variable has been queried. If + so, it will only be non-zero if the environment variable was present. + + + + + Determines if calls into key members pertaining to the lifecycle of + connections and their associated classes will be logged, regardless + of the flags for the associated connection. + + + Non-zero to log calls into key members pertaining to the lifecycle of + connections and their associated classes (e.g. LINQ, EF6, etc). + + + + + Determines the file name of the native library containing the native + "vtshim" extension -AND- whether it should be dynamically loaded by + this class. + + + This output parameter will be set to non-zero if the returned native + library file name should be dynamically loaded prior to attempting + the creation of native disposable extension modules. + + + The file name of the native library containing the native "vtshim" + extension -OR- null if it cannot be determined. + + + + + Calls the native SQLite core library in order to create a disposable + module containing the implementation of a virtual table. + + + The module object to be used when creating the native disposable module. + + + The flags for the associated object instance. + + + + + Calls the native SQLite core library in order to cleanup the resources + associated with a module containing the implementation of a virtual table. + + + The module object previously passed to the + method. + + + The flags for the associated object instance. + + + + + Calls the native SQLite core library in order to declare a virtual table + in response to a call into the + or virtual table methods. + + + The virtual table module that is to be responsible for the virtual table + being declared. + + + The string containing the SQL statement describing the virtual table to + be declared. + + + Upon success, the contents of this parameter are undefined. Upon failure, + it should contain an appropriate error message. + + + A standard SQLite return code. + + + + + Calls the native SQLite core library in order to declare a virtual table + function in response to a call into the + or virtual table methods. + + + The virtual table module that is to be responsible for the virtual table + function being declared. + + + The number of arguments to the function being declared. + + + The name of the function being declared. + + + Upon success, the contents of this parameter are undefined. Upon failure, + it should contain an appropriate error message. + + + A standard SQLite return code. + + + + + Builds an error message string fragment containing the + defined values of the + enumeration. + + + The built string fragment. + + + + + Builds an error message string fragment containing the + defined values of the + enumeration. + + + The built string fragment. + + + + + Builds an error message string fragment containing the + defined values of the + enumeration. + + + The built string fragment. + + + + + Returns the current and/or highwater values for the specified + database status parameter. + + + The database status parameter to query. + + + Non-zero to reset the highwater value to the current value. + + + If applicable, receives the current value. + + + If applicable, receives the highwater value. + + + A standard SQLite return code. + + + + + Change a limit value for the database. + + + The database limit to change. + + + The new value for the specified limit. + + + The old value for the specified limit -OR- negative one if an error + occurs. + + + + + Change a configuration option value for the database. + + + The database configuration option to change. + + + The new value for the specified configuration option. + + + A standard SQLite return code. + + + + + Enables or disables extension loading by SQLite. + + + True to enable loading of extensions, false to disable. + + + + + Loads a SQLite extension library from the named file. + + + The name of the dynamic link library file containing the extension. + + + The name of the exported function used to initialize the extension. + If null, the default "sqlite3_extension_init" will be used. + + + + Enables or disables extended result codes returned by SQLite + + + Gets the last SQLite error code + + + Gets the last SQLite extended error code + + + Add a log message via the SQLite sqlite3_log interface. + + + Add a log message via the SQLite sqlite3_log interface. + + + + Allows the setting of a logging callback invoked by SQLite when a + log event occurs. Only one callback may be set. If NULL is passed, + the logging callback is unregistered. + + The callback function to invoke. + Returns a result code + + + + Appends an error message and an appropriate line-ending to a + instance. This is useful because the .NET Compact Framework has a slightly different set + of supported methods for the class. + + + The instance to append to. + + + The message to append. It will be followed by an appropriate line-ending. + + + + + This method attempts to cause the SQLite native library to invalidate + its trace callback function pointers that refer to this instance. + This is necessary to prevent calls from native code into delegates + that may have been garbage collected. Normally, these types of issues + can only arise for connections that are added to the pool; howver, it + is good practice to unconditionally invalidate function pointers that + may refer to objects being disposed. + + + Appropriate error messages, if any, will be appended here. + + + Non-zero if this method succeeds; otherwise, zero. + + + + + This method attempts to cause the SQLite native library to invalidate + its function pointers that refer to this instance. This is necessary + to prevent calls from native code into delegates that may have been + garbage collected. Normally, these types of issues can only arise for + connections that are added to the pool; howver, it is good practice to + unconditionally invalidate function pointers that may refer to objects + being disposed. + + + Non-zero to also invalidate trace callback function pointers. + + + Non-zero to also invalidate global function pointers (i.e. those that + are not directly associated with this connection on the native side). + + + Non-zero if this method is being executed within a context where it can + throw an exception in the event of failure; otherwise, zero. + + + Non-zero if this method was successful; otherwise, zero. + + + + + This method attempts to free the cached database name used with the + method. + + + Non-zero if this method is being executed within a context where it can + throw an exception in the event of failure; otherwise, zero. + + + Non-zero if this method was successful; otherwise, zero. + + + + + Creates a new SQLite backup object based on the provided destination + database connection. The source database connection is the one + associated with this object. The source and destination database + connections cannot be the same. + + The destination database connection. + The destination database name. + The source database name. + The newly created backup object. + + + + Copies up to N pages from the source database to the destination + database associated with the specified backup object. + + The backup object to use. + + The number of pages to copy, negative to copy all remaining pages. + + + Set to true if the operation needs to be retried due to database + locking issues; otherwise, set to false. + + + True if there are more pages to be copied, false otherwise. + + + + + Returns the number of pages remaining to be copied from the source + database to the destination database associated with the specified + backup object. + + The backup object to check. + The number of pages remaining to be copied. + + + + Returns the total number of pages in the source database associated + with the specified backup object. + + The backup object to check. + The total number of pages in the source database. + + + + Destroys the backup object, rolling back any backup that may be in + progess. + + The backup object to destroy. + + + + Determines if the SQLite core library has been initialized for the + current process. + + + A boolean indicating whether or not the SQLite core library has been + initialized for the current process. + + + + + Determines if the SQLite core library has been initialized for the + current process. + + + A boolean indicating whether or not the SQLite core library has been + initialized for the current process. + + + + + Helper function to retrieve a column of data from an active statement. + + The statement being step()'d through + The flags associated with the connection. + The column index to retrieve + The type of data contained in the column. If Uninitialized, this function will retrieve the datatype information. + Returns the data in the column + + + + Alternate SQLite3 object, overriding many text behaviors to support UTF-16 (Unicode) + + + + + Constructs the object used to interact with the SQLite core library + using the UTF-8 text encoding. + + + The DateTime format to be used when converting string values to a + DateTime and binding DateTime parameters. + + + The to be used when creating DateTime + values. + + + The format string to be used when parsing and formatting DateTime + values. + + + The native handle to be associated with the database connection. + + + The fully qualified file name associated with . + + + Non-zero if the newly created object instance will need to dispose + of when it is no longer needed. + + + + + Overrides SQLiteConvert.ToString() to marshal UTF-16 strings instead of UTF-8 + + A pointer to a UTF-16 string + The length (IN BYTES) of the string + A .NET string + + + + Represents a single SQL backup in SQLite. + + + + + The underlying SQLite object this backup is bound to. + + + + + The actual backup handle. + + + + + The destination database for the backup. + + + + + The destination database name for the backup. + + + + + The source database for the backup. + + + + + The source database name for the backup. + + + + + The last result from the StepBackup method of the SQLite3 class. + This is used to determine if the call to the FinishBackup method of + the SQLite3 class should throw an exception when it receives a non-Ok + return code from the core SQLite library. + + + + + Initializes the backup. + + The base SQLite object. + The backup handle. + The destination database for the backup. + The destination database name for the backup. + The source database for the backup. + The source database name for the backup. + + + + Disposes and finalizes the backup. + + + + + This internal class provides the foundation of SQLite support. It defines all the abstract members needed to implement + a SQLite data provider, and inherits from SQLiteConvert which allows for simple translations of string to and from SQLite. + + + + + The error code used for logging exceptions caught in user-provided + code. + + + + + Returns a string representing the active version of SQLite + + + + + Returns an integer representing the active version of SQLite + + + + + Returns non-zero if this connection to the database is read-only. + + + + + Returns the rowid of the most recent successful INSERT into the database from this connection. + + + + + Returns the number of changes the last executing insert/update caused. + + + + + Returns the amount of memory (in bytes) currently in use by the SQLite core library. This is not really a per-connection + value, it is global to the process. + + + + + Returns the maximum amount of memory (in bytes) used by the SQLite core library since the high-water mark was last reset. + This is not really a per-connection value, it is global to the process. + + + + + Returns non-zero if the underlying native connection handle is owned by this instance. + + + + + Non-zero to log all calls to prepare a SQL query. + + + + + Non-zero to log all calls to retry a SQL query. + + + + + Returns the logical list of functions associated with this connection. + + + + + Sets the status of the memory usage tracking subsystem in the SQLite core library. By default, this is enabled. + If this is disabled, memory usage tracking will not be performed. This is not really a per-connection value, it is + global to the process. + + Non-zero to enable memory usage tracking, zero otherwise. + A standard SQLite return code (i.e. zero for success and non-zero for failure). + + + + Attempts to free as much heap memory as possible for the database connection. + + A standard SQLite return code (i.e. zero for success and non-zero for failure). + + + + Shutdown the SQLite engine so that it can be restarted with different config options. + We depend on auto initialization to recover. + + + + + Determines if the associated native connection handle is open. + + + Non-zero if a database connection is open. + + + + + Returns the fully qualified path and file name for the currently open + database, if any. + + + The name of the attached database to query. + + + The fully qualified path and file name for the currently open database, + if any. + + + + + Opens a database. + + + Implementers should call SQLiteFunction.BindFunctions() and save the array after opening a connection + to bind all attributed user-defined functions and collating sequences to the new connection. + + The filename of the database to open. SQLite automatically creates it if it doesn't exist. + The name of the VFS to use -OR- null to use the default VFS. + The flags associated with the parent connection object + The open flags to use when creating the connection + The maximum size of the pool for the given filename + If true, the connection can be pulled from the connection pool + + + + Closes the currently-open database. + + + After the database has been closed implemeters should call SQLiteFunction.UnbindFunctions() to deallocate all interop allocated + memory associated with the user-defined functions and collating sequences tied to the closed connection. + + Non-zero if connection is being disposed, zero otherwise. + Returns non-zero if the connection was actually closed (i.e. and not simply returned to a pool, etc). + + + + Sets the busy timeout on the connection. SQLiteCommand will call this before executing any command. + + The number of milliseconds to wait before returning SQLITE_BUSY + + + + Returns the text of the last error issued by SQLite + + + + + + Returns the text of the last error issued by SQLite -OR- the specified default error text if + none is available from the SQLite core library. + + + The error text to return in the event that one is not available from the SQLite core library. + + + The error text. + + + + + When pooling is enabled, force this connection to be disposed rather than returned to the pool + + + + + When pooling is enabled, returns the number of pool entries matching the current file name. + + The number of pool entries matching the current file name. + + + + Prepares a SQL statement for execution. + + The source connection preparing the command. Can be null for any caller except LINQ + The source command. + The SQL command text to prepare + The previous statement in a multi-statement command, or null if no previous statement exists + The timeout to wait before aborting the prepare + The remainder of the statement that was not processed. Each call to prepare parses the + SQL up to to either the end of the text or to the first semi-colon delimiter. The remaining text is returned + here for a subsequent call to Prepare() until all the text has been processed. + Returns an initialized SQLiteStatement. + + + + Steps through a prepared statement. + + The SQLiteStatement to step through + True if a row was returned, False if not. + + + + Returns non-zero if the specified statement is read-only in nature. + + The statement to check. + True if the outer query is read-only. + + + + Resets a prepared statement so it can be executed again. If the error returned is SQLITE_SCHEMA, + transparently attempt to rebuild the SQL statement and throw an error if that was not possible. + + The statement to reset + Returns -1 if the schema changed while resetting, 0 if the reset was sucessful or 6 (SQLITE_LOCKED) if the reset failed due to a lock + + + + Attempts to interrupt the query currently executing on the associated + native database connection. + + + + + Returns non-zero if the operation for the current connection has been + interrupted. + + + + + This function binds a user-defined function to the connection. + + + The object instance containing + the metadata for the function to be bound. + + + The object instance that implements the + function to be bound. + + + The flags associated with the parent connection object. + + + + + This function unbinds a user-defined function from the connection. + + + The object instance containing + the metadata for the function to be unbound. + + + The flags associated with the parent connection object. + + Non-zero if the function was unbound. + + + + Calls the native SQLite core library in order to create a disposable + module containing the implementation of a virtual table. + + + The module object to be used when creating the native disposable module. + + + The flags for the associated object instance. + + + + + Calls the native SQLite core library in order to cleanup the resources + associated with a module containing the implementation of a virtual table. + + + The module object previously passed to the + method. + + + The flags for the associated object instance. + + + + + Calls the native SQLite core library in order to declare a virtual table + in response to a call into the + or virtual table methods. + + + The virtual table module that is to be responsible for the virtual table + being declared. + + + The string containing the SQL statement describing the virtual table to + be declared. + + + Upon success, the contents of this parameter are undefined. Upon failure, + it should contain an appropriate error message. + + + A standard SQLite return code. + + + + + Calls the native SQLite core library in order to declare a virtual table + function in response to a call into the + or virtual table methods. + + + The virtual table module that is to be responsible for the virtual table + function being declared. + + + The number of arguments to the function being declared. + + + The name of the function being declared. + + + Upon success, the contents of this parameter are undefined. Upon failure, + it should contain an appropriate error message. + + + A standard SQLite return code. + + + + + Returns the current and/or highwater values for the specified database status parameter. + + + The database status parameter to query. + + + Non-zero to reset the highwater value to the current value. + + + If applicable, receives the current value. + + + If applicable, receives the highwater value. + + + A standard SQLite return code. + + + + + Change a limit value for the database. + + + The database limit to change. + + + The new value for the specified limit. + + + The old value for the specified limit -OR- negative one if an error + occurs. + + + + + Change a configuration option value for the database. + + + The database configuration option to change. + + + The new value for the specified configuration option. + + + A standard SQLite return code. + + + + + Enables or disables extension loading by SQLite. + + + True to enable loading of extensions, false to disable. + + + + + Loads a SQLite extension library from the named file. + + + The name of the dynamic link library file containing the extension. + + + The name of the exported function used to initialize the extension. + If null, the default "sqlite3_extension_init" will be used. + + + + + Enables or disables extened result codes returned by SQLite + + true to enable extended result codes, false to disable. + + + + + Returns the numeric result code for the most recent failed SQLite API call + associated with the database connection. + + Result code + + + + Returns the extended numeric result code for the most recent failed SQLite API call + associated with the database connection. + + Extended result code + + + + Add a log message via the SQLite sqlite3_log interface. + + Error code to be logged with the message. + String to be logged. Unlike the SQLite sqlite3_log() + interface, this should be pre-formatted. Consider using the + String.Format() function. + + + + + Checks if the SQLite core library has been initialized in the current process. + + + Non-zero if the SQLite core library has been initialized in the current process, + zero otherwise. + + + + + Returns non-zero if the given database connection is in autocommit mode. + Autocommit mode is on by default. Autocommit mode is disabled by a BEGIN + statement. Autocommit mode is re-enabled by a COMMIT or ROLLBACK. + + + + + Creates a new SQLite backup object based on the provided destination + database connection. The source database connection is the one + associated with this object. The source and destination database + connections cannot be the same. + + The destination database connection. + The destination database name. + The source database name. + The newly created backup object. + + + + Copies up to N pages from the source database to the destination + database associated with the specified backup object. + + The backup object to use. + + The number of pages to copy or negative to copy all remaining pages. + + + Set to true if the operation needs to be retried due to database + locking issues. + + + True if there are more pages to be copied, false otherwise. + + + + + Returns the number of pages remaining to be copied from the source + database to the destination database associated with the specified + backup object. + + The backup object to check. + The number of pages remaining to be copied. + + + + Returns the total number of pages in the source database associated + with the specified backup object. + + The backup object to check. + The total number of pages in the source database. + + + + Destroys the backup object, rolling back any backup that may be in + progess. + + The backup object to destroy. + + + + Returns the error message for the specified SQLite return code using + the internal static lookup table. + + The SQLite return code. + The error message or null if it cannot be found. + + + + + + + + + Creates temporary tables on the connection so schema information can be queried. + + + The connection upon which to build the schema tables. + + + + + The extra behavioral flags that can be applied to a connection. + + + + + No extra flags. + + + + + Enable logging of all SQL statements to be prepared. + + + + + Enable logging of all bound parameter types and raw values. + + + + + Enable logging of all bound parameter strongly typed values. + + + + + Enable logging of all exceptions caught from user-provided + managed code called from native code via delegates. + + + + + Enable logging of backup API errors. + + + + + Skip adding the extension functions provided by the native + interop assembly. + + + + + When binding parameter values with the + type, use the interop method that accepts an + value. + + + + + When binding parameter values, always bind them as though they were + plain text (i.e. no numeric, date/time, or other conversions should + be attempted). + + + + + When returning column values, always return them as though they were + plain text (i.e. no numeric, date/time, or other conversions should + be attempted). + + + + + Prevent this object instance from + loading extensions. + + + + + Prevent this object instance from + creating virtual table modules. + + + + + Skip binding any functions provided by other managed assemblies when + opening the connection. + + + + + Skip setting the logging related properties of the + object instance that was passed to + the method. + + + + + Enable logging of all virtual table module errors seen by the + method. + + + + + Enable logging of certain virtual table module exceptions that cannot + be easily discovered via other means. + + + + + Enable tracing of potentially important [non-fatal] error conditions + that cannot be easily reported through other means. + + + + + When binding parameter values, always use the invariant culture when + converting their values from strings. + + + + + When binding parameter values, always use the invariant culture when + converting their values to strings. + + + + + Disable using the connection pool by default. If the "Pooling" + connection string property is specified, its value will override + this flag. The precise outcome of combining this flag with the + flag is unspecified; however, + one of the flags will be in effect. + + + + + Enable using the connection pool by default. If the "Pooling" + connection string property is specified, its value will override + this flag. The precise outcome of combining this flag with the + flag is unspecified; however, + one of the flags will be in effect. + + + + + Enable using per-connection mappings between type names and + values. Also see the + , + , and + methods. These + per-connection mappings, when present, override the corresponding + global mappings. + + + + + Disable using global mappings between type names and + values. This may be useful in some very narrow + cases; however, if there are no per-connection type mappings, the + fallback defaults will be used for both type names and their + associated values. Therefore, use of this flag + is not recommended. + + + + + When the property is used, it + should return non-zero if there were ever any rows in the associated + result sets. + + + + + Enable "strict" transaction enlistment semantics. Setting this flag + will cause an exception to be thrown if an attempt is made to enlist + in a transaction with an unavailable or unsupported isolation level. + In the future, more extensive checks may be enabled by this flag as + well. + + + + + Enable mapping of unsupported transaction isolation levels to the + closest supported transaction isolation level. + + + + + When returning column values, attempt to detect the affinity of + textual values by checking if they fully conform to those of the + , + , + , + or types. + + + + + When returning column values, attempt to detect the type of + string values by checking if they fully conform to those of + the , + , + , + or types. + + + + + Skip querying runtime configuration settings for use by the + class, including the default + value and default database type name. + NOTE: If the + and/or + properties are not set explicitly nor set via their connection + string properties and repeated calls to determine these runtime + configuration settings are seen to be a problem, this flag + should be set. + + + + + When binding parameter values with the + type, take their into account as + well as that of the associated . + + + + + If an exception is caught when raising the + event, the transaction + should be rolled back. If this is not specified, the transaction + will continue the commit process instead. + + + + + If an exception is caught when raising the + event, the action should + should be denied. If this is not specified, the action will be + allowed instead. + + + + + If an exception is caught when raising the + event, the operation + should be interrupted. If this is not specified, the operation + will simply continue. + + + + + Attempt to unbind all functions provided by other managed assemblies + when closing the connection. + + + + + When returning column values as a , skip + verifying their affinity. + + + + + Enable using per-connection mappings between type names and + values. Also see the + , + , and + methods. + + + + + Enable using per-connection mappings between type names and + values. Also see the + , + , and + methods. + + + + + If the database type name has not been explicitly set for the + parameter specified, fallback to using the parameter name. + + + + + If the database type name has not been explicitly set for the + parameter specified, fallback to using the database type name + associated with the value. + + + + + When returning column values, skip verifying their affinity. + + + + + Allow transactions to be nested. The outermost transaction still + controls whether or not any changes are ultimately committed or + rolled back. All non-outermost transactions are implemented using + the SAVEPOINT construct. + + + + + When binding parameter values, always bind + values as though they were plain text (i.e. not , + which is the legacy behavior). + + + + + When returning column values, always return + values as though they were plain text (i.e. not , + which is the legacy behavior). + + + + + When binding parameter values, always use + the invariant culture when converting their values to strings. + + + + + When returning column values, always use + the invariant culture when converting their values from strings. + + + + + EXPERIMENTAL -- + Enable waiting for the enlistment to be reset prior to attempting + to create a new enlistment. This may be necessary due to the + semantics used by distributed transactions, which complete + asynchronously. + + + + + When returning column values, always use + the invariant culture when converting their values from strings. + + + + + When returning column values, always use + the invariant culture when converting their values from strings. + + + + + EXPERIMENTAL -- + Enable strict conformance to the ADO.NET standard, e.g. use of + thrown exceptions to indicate common error conditions. + + + + + EXPERIMENTAL -- + When opening a connection, attempt to hide the password from the + connection string, etc. Given the memory architecture of the CLR, + (and P/Invoke) this is not 100% reliable and should not be relied + upon for security critical uses or applications. + + + + + Skip adding the extension functions provided by the native interop + assembly if they would conflict with a function provided by the + SQLite core library. + + + + + If an exception is caught when raising the + event, the operation + should be stopped. If this is not specified, the operation + will be retried. + + + + + Enable logging of internal retries during statment preparation + and stepping. + + + + + When binding parameter values or returning column values, always + treat them as though they were plain text (i.e. no numeric, + date/time, or other conversions should be attempted). + + + + + When binding parameter values, always use the invariant culture when + converting their values to strings or from strings. + + + + + When binding parameter values or returning column values, always + treat them as though they were plain text (i.e. no numeric, + date/time, or other conversions should be attempted) and always + use the invariant culture when converting their values to strings. + + + + + When binding parameter values or returning column values, always + treat them as though they were plain text (i.e. no numeric, + date/time, or other conversions should be attempted) and always + use the invariant culture when converting their values to strings + or from strings. + + + + + Enables use of all per-connection value handling callbacks. + + + + + Enables use of all applicable + properties as fallbacks for the database type name. + + + + + Enable all logging. + + + + + The default logging related flags for new connections. + + + + + The default extra flags for new connections. + + + + + The default extra flags for new connections with all logging enabled. + + + + + These are the supported status parameters for use with the native + SQLite library. + + + + + This parameter returns the number of lookaside memory slots + currently checked out. + + + + + This parameter returns the approximate number of bytes of + heap memory used by all pager caches associated with the + database connection. The highwater mark associated with + SQLITE_DBSTATUS_CACHE_USED is always 0. + + + + + This parameter returns the approximate number of bytes of + heap memory used to store the schema for all databases + associated with the connection - main, temp, and any ATTACH-ed + databases. The full amount of memory used by the schemas is + reported, even if the schema memory is shared with other + database connections due to shared cache mode being enabled. + The highwater mark associated with SQLITE_DBSTATUS_SCHEMA_USED + is always 0. + + + + + This parameter returns the number malloc attempts that might + have been satisfied using lookaside memory but failed due to + all lookaside memory already being in use. Only the high-water + value is meaningful; the current value is always zero. + + + + + This parameter returns the number malloc attempts that were + satisfied using lookaside memory. Only the high-water value + is meaningful; the current value is always zero. + + + + + This parameter returns the number malloc attempts that might + have been satisfied using lookaside memory but failed due to + the amount of memory requested being larger than the lookaside + slot size. Only the high-water value is meaningful; the current + value is always zero. + + + + + This parameter returns the number malloc attempts that might + have been satisfied using lookaside memory but failed due to + the amount of memory requested being larger than the lookaside + slot size. Only the high-water value is meaningful; the current + value is always zero. + + + + + This parameter returns the number of pager cache hits that + have occurred. The highwater mark associated with + SQLITE_DBSTATUS_CACHE_HIT is always 0. + + + + + This parameter returns the number of pager cache misses that + have occurred. The highwater mark associated with + SQLITE_DBSTATUS_CACHE_MISS is always 0. + + + + + This parameter returns the number of dirty cache entries that + have been written to disk. Specifically, the number of pages + written to the wal file in wal mode databases, or the number + of pages written to the database file in rollback mode + databases. Any pages written as part of transaction rollback + or database recovery operations are not included. If an IO or + other error occurs while writing a page to disk, the effect + on subsequent SQLITE_DBSTATUS_CACHE_WRITE requests is + undefined. The highwater mark associated with + SQLITE_DBSTATUS_CACHE_WRITE is always 0. + + + + + This parameter returns zero for the current value if and only + if all foreign key constraints (deferred or immediate) have + been resolved. The highwater mark is always 0. + + + + + This parameter is similar to DBSTATUS_CACHE_USED, except that + if a pager cache is shared between two or more connections the + bytes of heap memory used by that pager cache is divided evenly + between the attached connections. In other words, if none of + the pager caches associated with the database connection are + shared, this request returns the same value as DBSTATUS_CACHE_USED. + Or, if one or more or the pager caches are shared, the value + returned by this call will be smaller than that returned by + DBSTATUS_CACHE_USED. The highwater mark associated with + SQLITE_DBSTATUS_CACHE_USED_SHARED is always 0. + + + + + This parameter returns the number of dirty cache entries that have + been written to disk in the middle of a transaction due to the page + cache overflowing. Transactions are more efficient if they are + written to disk all at once. When pages spill mid-transaction, that + introduces additional overhead. This parameter can be used help + identify inefficiencies that can be resolved by increasing the cache + size. + + + + + These are the supported configuration verbs for use with the native + SQLite library. They are used with the + method. + + + + + This value represents an unknown (or invalid) option, do not use it. + + + + + This option is used to change the name of the "main" database + schema. The sole argument is a pointer to a constant UTF8 string + which will become the new schema name in place of "main". + + + + + This option is used to configure the lookaside memory allocator. + The value must be an array with three elements. The second element + must be an containing the size of each buffer + slot. The third element must be an containing + the number of slots. The first element must be an + that points to a native memory buffer of bytes equal to or greater + than the product of the second and third element values. + + + + + This option is used to enable or disable the enforcement of + foreign key constraints. + + + + + This option is used to enable or disable triggers. + + + + + This option is used to enable or disable the two-argument version + of the fts3_tokenizer() function which is part of the FTS3 full-text + search engine extension. + + + + + This option is used to enable or disable the loading of extensions. + + + + + This option is used to enable or disable the automatic checkpointing + when a WAL database is closed. + + + + + This option is used to enable or disable the query planner stability + guarantee (QPSG). + + + + + This option is used to enable or disable the extra EXPLAIN QUERY PLAN + output for trigger programs. + + + + + This option is used as part of the process to reset a database back + to an empty state. Because resetting a database is destructive and + irreversible, the process requires the use of this obscure flag and + multiple steps to help ensure that it does not happen by accident. + + + + + This option activates or deactivates the "defensive" flag for a + database connection. When the defensive flag is enabled, language + features that allow ordinary SQL to deliberately corrupt the database + file are disabled. The disabled features include but are not limited + to the following: + ]]> + ]]> + The PRAGMA writable_schema=ON statement. + ]]> + ]]> + The PRAGMA journal_mode=OFF statement. + ]]> + ]]> + Writes to the sqlite_dbpage virtual table. + ]]> + ]]> + Direct writes to shadow tables. + ]]> + ]]> + + + + + This option activates or deactivates the "writable_schema" flag. + + + + + This option activates or deactivates the legacy behavior of the ALTER + TABLE RENAME command such it behaves as it did prior to version 3.24.0 + (2018-06-04). + + + + + This option activates or deactivates the legacy double-quoted string + literal misfeature for DML statement only, that is DELETE, INSERT, + SELECT, and UPDATE statements. + + + + + This option activates or deactivates the legacy double-quoted string + literal misfeature for DDL statements, such as CREATE TABLE and CREATE + INDEX. + + + + + This option is used to enable or disable CREATE VIEW. + + + + + This option activates or deactivates the legacy file format flag. + + + + + This option tells SQLite to assume that database schemas (i.e. the + contents of the sqlite_master tables) are untainted by malicious + content. When the trusted schema option is disabled, SQLite takes + additional defensive steps to protect the application from harm + including: + ]]> + ]]> + Prohibit the use of SQL functions inside triggers, views, CHECK + constraints, DEFAULT clauses, expression indexes, partial indexes, + or generated columns unless those functions are tagged with + SQLITE_INNOCUOUS. + ]]> + ]]> + Prohibit the use of virtual tables inside of triggers or views + unless those virtual tables are tagged with SQLITE_VTAB_INNOCUOUS. + ]]> + This setting defaults to "on" for legacy compatibility, however + all applications are advised to turn it off if possible. This + setting can also be controlled using the PRAGMA trusted_schema + statement. + + + + + This option is only useful in SQLITE_ENABLE_STMT_SCANSTATUS builds. + In this case, it sets or clears a flag that enables collection of + the sqlite3_stmt_scanstatus_v2() statistics. For statistics to be + collected, the flag must be set on the database handle both when + the SQL statement is prepared and when it is stepped. The flag is + set (collection of statistics is enabled) by default. + + + + + The SQLITE_DBCONFIG_REVERSE_SCANORDER option change the default + order in which tables and indexes are scanned so that the scans + start at the end and work toward the beginning rather than + starting at the beginning and working toward the end. Setting + SQLITE_DBCONFIG_REVERSE_SCANORDER is the same as setting [PRAGMA + reverse_unordered_selects]. This configuration option is useful + for application testing. + + + + + These constants are returned by the sqlite3_txn_state() API. + + + + + These constants are used with the sqlite3_trace_v2() API and the + callbacks registered by it. + + + + + This value represents a mask where no trace events should be + generated. + + + + + The trace event invoked when a prepared statement first begins + running and possibly at other times during the execution of + the prepared statement, such as at the start of each trigger + subprogram. + + + + + The trace event invoked when a prepared statement finishes. + It provides a 64-bit integer which is the estimated of the + number of nanosecond that the prepared statement took to run. + + + + + The trace event invoked when a prepared statement generates + a single row of result. + + + + + The trace event invoked when a database connection closes. + + + + + This value represents a mask where all supported trace events + should be generated. This value is subject to change, e.g. + when additional trace events are added by the SQLite core + library. + + + + + These constants are used with the sqlite3_limit() API. + + + + + This value represents an unknown (or invalid) limit, do not use it. + + + + + The maximum size of any string or BLOB or table row, in bytes. + + + + + The maximum length of an SQL statement, in bytes. + + + + + The maximum number of columns in a table definition or in the + result set of a SELECT or the maximum number of columns in an + index or in an ORDER BY or GROUP BY clause. + + + + + The maximum depth of the parse tree on any expression. + + + + + The maximum number of terms in a compound SELECT statement. + + + + + The maximum number of instructions in a virtual machine program + used to implement an SQL statement. If sqlite3_prepare_v2() or + the equivalent tries to allocate space for more than this many + opcodes in a single prepared statement, an SQLITE_NOMEM error + is returned. + + + + + The maximum number of arguments on a function. + + + + + The maximum number of attached databases. + + + + + The maximum length of the pattern argument to the LIKE or GLOB + operators. + + + + + The maximum index number of any parameter in an SQL statement. + + + + + The maximum depth of recursion for triggers. + + + + + The maximum number of auxiliary worker threads that a single + prepared statement may start. + + + + + Represents a single SQL blob in SQLite. + + + + + The underlying SQLite object this blob is bound to. + + + + + The actual blob handle. + + + + + Initializes the blob. + + The base SQLite object. + The blob handle. + + + + Creates a object. This will not work + for tables that were created WITHOUT ROWID -OR- if the query + does not include the "rowid" column or one of its aliases -OR- + if the was not created with the + flag. + + + The instance with a result set + containing the desired blob column. + + + The index of the blob column. + + + Non-zero to open the blob object for read-only access. + + + The newly created instance -OR- null + if an error occurs. + + + + + Creates a object. This will not work + for tables that were created WITHOUT ROWID. + + + The connection to use when opening the blob object. + + + The name of the database containing the blob object. + + + The name of the table containing the blob object. + + + The name of the column containing the blob object. + + + The integer identifier for the row associated with the desired + blob object. + + + Non-zero to open the blob object for read-only access. + + + The newly created instance -OR- null + if an error occurs. + + + + + Throws an exception if the blob object does not appear to be open. + + + + + Throws an exception if an invalid read/write parameter is detected. + + + When reading, this array will be populated with the bytes read from + the underlying database blob. When writing, this array contains new + values for the specified portion of the underlying database blob. + + + The number of bytes to read or write. + + + The byte offset, relative to the start of the underlying database + blob, where the read or write operation will begin. + + + + + Retargets this object to an underlying database blob for a + different row; the database, table, and column remain exactly + the same. If this operation fails for any reason, this blob + object is automatically disposed. + + + The integer identifier for the new row. + + + + + Queries the total number of bytes for the underlying database blob. + + + The total number of bytes for the underlying database blob. + + + + + Reads data from the underlying database blob. + + + This array will be populated with the bytes read from the + underlying database blob. + + + The number of bytes to read. + + + The byte offset, relative to the start of the underlying + database blob, where the read operation will begin. + + + + + Writes data into the underlying database blob. + + + This array contains the new values for the specified portion of + the underlying database blob. + + + The number of bytes to write. + + + The byte offset, relative to the start of the underlying + database blob, where the write operation will begin. + + + + + Closes the blob, freeing the associated resources. + + + + + Disposes and finalizes the blob. + + + + + The destructor. + + + + + SQLite implementation of DbCommand. + + + + + These are the extra command behavior flags that should be used for all calls + into the , , + and methods. + + + + + The default connection string to be used when creating a temporary + connection to execute a command via the static + or + + methods. + + + + + The command text this command is based on + + + + + The connection the command is associated with + + + + + The version of the connection the command is associated with + + + + + Indicates whether or not a DataReader is active on the command. + + + + + The timeout for the command, kludged because SQLite doesn't support per-command timeout values + + + + + The maximum amount of time to sleep when retrying a call to prepare or step for the current command. + + + + + Designer support + + + + + Used by DbDataAdapter to determine updating behavior + + + + + The collection of parameters for the command + + + + + The SQL command text, broken into individual SQL statements as they are executed + + + + + Unprocessed SQL text that has not been executed + + + + + Transaction associated with this command + + + + + Constructs a new SQLiteCommand + + + Default constructor + + + + + Initializes the command with the given command text + + The SQL command text + + + + Initializes the command with the given SQL command text and attach the command to the specified + connection. + + The SQL command text + The connection to associate with the command + + + + Initializes the command and associates it with the specified connection. + + The connection to associate with the command + + + + Initializes a command with the given SQL, connection and transaction + + The SQL command text + The connection to associate with the command + The transaction the command should be associated with + + + + Disposes of the command and clears all member variables + + Whether or not the class is being explicitly or implicitly disposed + + + + Modifies the specified to include + the global command behavior flags, if any. + + + The as it was originally passed into + the , , + or methods. + + + + + Clears and destroys all statements currently prepared + + + + + Builds an array of prepared statements for each complete SQL statement in the command text + + + + + Not implemented + + + + + The SQL command text associated with the command + + + + + The amount of time to wait for the connection to become available before erroring out + + + + + The maximum amount of time to sleep when retrying a call to prepare or step for the + current command. + + + + + The type of the command. SQLite only supports CommandType.Text + + + + + Forwards to the local CreateParameter() function + + + + + + Create a new parameter + + + + + + The connection associated with this command + + + + + Forwards to the local Connection property + + + + + Returns the SQLiteParameterCollection for the given command + + + + + Forwards to the local Parameters property + + + + + The transaction associated with this command. SQLite only supports one transaction per connection, so this property forwards to the + command's underlying connection. + + + + + Forwards to the local Transaction property + + + + + Verifies that all SQL queries associated with the current command text + can be successfully compiled. A will be + raised if any errors occur. + + + + + This function ensures there are no active readers, that we have a valid connection, + that the connection is open, that all statements are prepared and all parameters are assigned + in preparation for allocating a data reader. + + + + + Creates a new SQLiteDataReader to execute/iterate the array of SQLite prepared statements + + The behavior the data reader should adopt + Returns a SQLiteDataReader object + + + + This method creates a new connection, executes the query using the given + execution type, closes the connection, and returns the results. If the + connection string is null, a temporary in-memory database connection will + be used. + + + The text of the command to be executed. + + + The execution type for the command. This is used to determine which method + of the command object to call, which then determines the type of results + returned, if any. + + + The connection string to the database to be opened, used, and closed. If + this parameter is null, a temporary in-memory database will be used. + + + The SQL parameter values to be used when building the command object to be + executed, if any. + + + The results of the query -OR- null if no results were produced from the + given execution type. + + + + + This method creates a new connection, executes the query using the given + execution type and command behavior, closes the connection unless a data + reader is created, and returns the results. If the connection string is + null, a temporary in-memory database connection will be used. + + + The text of the command to be executed. + + + The execution type for the command. This is used to determine which method + of the command object to call, which then determines the type of results + returned, if any. + + + The command behavior flags for the command. + + + The connection string to the database to be opened, used, and closed. If + this parameter is null, a temporary in-memory database will be used. + + + The SQL parameter values to be used when building the command object to be + executed, if any. + + + The results of the query -OR- null if no results were produced from the + given execution type. + + + + + This method executes a query using the given execution type and command + behavior and returns the results. + + + The text of the command to be executed. + + + The execution type for the command. This is used to determine which method + of the command object to call, which then determines the type of results + returned, if any. + + + The command behavior flags for the command. + + + The connection used to create and execute the command. + + + The SQL parameter values to be used when building the command object to be + executed, if any. + + + The results of the query -OR- null if no results were produced from the + given execution type. + + + + + Overrides the default behavior to return a SQLiteDataReader specialization class + + The flags to be associated with the reader. + A SQLiteDataReader + + + + Overrides the default behavior of DbDataReader to return a specialized SQLiteDataReader class + + A SQLiteDataReader + + + + Called by the SQLiteDataReader when the data reader is closed. + + + + + Execute the command and return the number of rows inserted/updated affected by it. + + The number of rows inserted/updated affected by it. + + + + Execute the command and return the number of rows inserted/updated affected by it. + + The flags to be associated with the reader. + The number of rows inserted/updated affected by it. + + + + This integer value is used with + values. When set, extra + calls are not performed within the + methods for write transactions. This value should be used with + extreme care because it can cause unusual behavior. It is + intended for use only by legacy applications that rely on the + old, incorrect behavior. + + + + + This integer value is used with + values. When set, extra + calls are performed within the + methods for all transactions. This value should be used with + extreme care because it can cause unusual behavior. + + + + + Checks to see if the extra + calls within the methods should + be skipped. + + + The behavior flags, exactly as they were passed into the + methods. + + + Non-zero if the extra reads should be skipped; otherwise, zero. + + + + + Checks to see if the extra + calls within the methods should + be forced. + + + The behavior flags, exactly as they were passed into the + methods. + + + Non-zero if the extra reads should be forced; otherwise, zero. + + + + + Attempts to combine an original + value with a list of new values. + + + The original value, if any. If + this value is null, a suitable default value will be used. + + + The list of new values delimited + by spaces or commas. Each value may have an optional prefix, a + '+' or '-' sign. If the prefix is a '+', the value is added to + the original value. If the + prefix is a '-', the value is removed from the original + value. In addition to the values + formally defined for , the extra + values "SkipExtraReads" and "ForceExtraReads" are recognized. + Other extra values may be added in the future. + + + Upon success, this will be set to null. Upon failure, this will + be set to an appropriate error message. + + + The resulting value -OR- null + if it cannot be determined due to an error -OR- null if the + original value and list of new + value are both null. The way to + differentiate between these two null return scenarios is to + check the error message against null. If the error message is + not null, an error was encountered; otherwise, the null was the + natural return value. + + + + + Checks if extra calls to the + method are necessary. If so, it attempts to perform them. If + not, nothing is done. + + + The data reader instance as it was received from one of the + methods. + + + The original command behavior flags as passed into one of the + query execution methods. + + + The number of extra calls to + that were performed -OR- negative one to indicate they were not + enabled. + + + + + Checks if extra calls to the + method are necessary. If so, it attempts to perform them. If + not, nothing is done. + + + The data reader instance as it was received from one of the + methods. + + + The original command behavior flags as passed into one of the + query execution methods. + + + The number of extra calls to + that were performed -OR- negative one to indicate they were not + enabled. + + + + + Checks transaction state of the associated database connection. + + + The desired transaction state. + + + Non-zero if current transaction state of the associated database + connection matches the desired transaction state. + + + + + Execute the command and return the first column of the first row of the resultset + (if present), or null if no resultset was returned. + + The first column of the first row of the first resultset from the query. + + + + Execute the command and return the first column of the first row of the resultset + (if present), or null if no resultset was returned. + + The flags to be associated with the reader. + The first column of the first row of the first resultset from the query. + + + + This method resets all the prepared statements held by this instance + back to their initial states, ready to be re-executed. + + + + + This method resets all the prepared statements held by this instance + back to their initial states, ready to be re-executed. + + + Non-zero if the parameter bindings should be cleared as well. + + + If this is zero, a may be thrown for + any unsuccessful return codes from the native library; otherwise, a + will only be thrown if the connection + or its state is invalid. + + + + + Does nothing. Commands are prepared as they are executed the first time, and kept in prepared state afterwards. + + + + + Sets the method the SQLiteCommandBuilder uses to determine how to update inserted or updated rows in a DataTable. + + + + + Determines if the command is visible at design time. Defaults to True. + + + + + Clones a command, including all its parameters + + A new SQLiteCommand with the same commandtext, connection and parameters + + + + This method attempts to build and return a string containing diagnostic + information for use by the test suite. This method should not be used + by application code. It is designed for use by the test suite only and + may be modified or removed at any time. + + + A string containing information for use by the test suite -OR- null if + that information is not available. + + + + + SQLite implementation of DbCommandBuilder. + + + + + Default constructor + + + + + Initializes the command builder and associates it with the specified data adapter. + + + + + + Cleans up resources (native and managed) associated with the current instance. + + + Zero when being disposed via garbage collection; otherwise, non-zero. + + + + + Minimal amount of parameter processing. Primarily sets the DbType for the parameter equal to the provider type in the schema + + The parameter to use in applying custom behaviors to a row + The row to apply the parameter to + The type of statement + Whether the application of the parameter is part of a WHERE clause + + + + Returns a valid named parameter + + The name of the parameter + Error + + + + Returns a named parameter for the given ordinal + + The i of the parameter + Error + + + + Returns a placeholder character for the specified parameter i. + + The index of the parameter to provide a placeholder for + Returns a named parameter + + + + Sets the handler for receiving row updating events. Used by the DbCommandBuilder to autogenerate SQL + statements that may not have previously been generated. + + A data adapter to receive events on. + + + + Gets/sets the DataAdapter for this CommandBuilder + + + + + Returns the automatically-generated SQLite command to delete rows from the database + + + + + + Returns the automatically-generated SQLite command to delete rows from the database + + + + + + + Returns the automatically-generated SQLite command to update rows in the database + + + + + + Returns the automatically-generated SQLite command to update rows in the database + + + + + + + Returns the automatically-generated SQLite command to insert rows into the database + + + + + + Returns the automatically-generated SQLite command to insert rows into the database + + + + + + + Overridden to hide its property from the designer + + + + + Overridden to hide its property from the designer + + + + + Overridden to hide its property from the designer + + + + + Overridden to hide its property from the designer + + + + + Places brackets around an identifier + + The identifier to quote + The bracketed identifier + + + + Removes brackets around an identifier + + The quoted (bracketed) identifier + The undecorated identifier + + + + Overridden to hide its property from the designer + + + + + Override helper, which can help the base command builder choose the right keys for the given query + + + + + + + This class represents a single value to be returned + from the class via + its , + , + , + , + , + , + , + , + , + , + , + , + , + , + , or + method. If the value of the + associated public field of this class is null upon returning from the + callback, the null value will only be used if the return type for the + method called is not a value type. + If the value to be returned from the + method is unsuitable (e.g. null with a value type), an exception will + be thrown. + + + + + The value to be returned from the + method -OR- null to + indicate an error. + + + + + The value to be returned from the + method -OR- null to + indicate an error. + + + + + The value to be returned from the + method -OR- null to + indicate an error. + + + + + The value to be returned from the + method. + + + + + The value to be returned from the + method -OR- null to + indicate an error. + + + + + The value to be returned from the + method. + + + + + The value to be returned from the + method -OR- null to + indicate an error. + + + + + The value to be returned from the + method -OR- null to + indicate an error. + + + + + The value to be returned from the + method -OR- null to + indicate an error. + + + + + The value to be returned from the + method -OR- null to + indicate an error. + + + + + The value to be returned from the + method -OR- null to + indicate an error. + + + + + The value to be returned from the + method -OR- null to + indicate an error. + + + + + The value to be returned from the + method -OR- null to + indicate an error. + + + + + The value to be returned from the + method -OR- null to + indicate an error. + + + + + The value to be returned from the + method. + + + + + The value to be returned from the + method. + + + + + This class represents the parameters that are provided + to the methods, with + the exception of the column index (provided separately). + + + + + This class represents the parameters that are provided to + the method, with + the exception of the column index (provided separately). + + + + + Provides the underlying storage for the + property. + + + + + Constructs an instance of this class to pass into a user-defined + callback associated with the + method. + + + The value that was originally specified for the "readOnly" + parameter to the method. + + + + + The value that was originally specified for the "readOnly" + parameter to the method. + + + + + This class represents the parameters that are provided + to the and + methods, with + the exception of the column index (provided separately). + + + + + Provides the underlying storage for the + property. + + + + + Provides the underlying storage for the + property. + + + + + Provides the underlying storage for the + property. + + + + + Provides the underlying storage for the + property. + + + + + Provides the underlying storage for the + property. + + + + + Constructs an instance of this class to pass into a user-defined + callback associated with the + method. + + + The value that was originally specified for the "dataOffset" + parameter to the or + methods. + + + The value that was originally specified for the "buffer" + parameter to the + method. + + + The value that was originally specified for the "bufferOffset" + parameter to the or + methods. + + + The value that was originally specified for the "length" + parameter to the or + methods. + + + + + Constructs an instance of this class to pass into a user-defined + callback associated with the + method. + + + The value that was originally specified for the "dataOffset" + parameter to the or + methods. + + + The value that was originally specified for the "buffer" + parameter to the + method. + + + The value that was originally specified for the "bufferOffset" + parameter to the or + methods. + + + The value that was originally specified for the "length" + parameter to the or + methods. + + + + + The value that was originally specified for the "dataOffset" + parameter to the or + methods. + + + + + The value that was originally specified for the "buffer" + parameter to the + method. + + + + + The value that was originally specified for the "buffer" + parameter to the + method. + + + + + The value that was originally specified for the "bufferOffset" + parameter to the or + methods. + + + + + The value that was originally specified for the "length" + parameter to the or + methods. + + + + + This class represents the parameters and return values for the + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , and + methods. + + + + + Provides the underlying storage for the + property. + + + + + Provides the underlying storage for the + property. + + + + + Provides the underlying storage for the + property. + + + + + Constructs a new instance of this class. Depending on the method + being called, the and/or + parameters may be null. + + + The name of the method that was + responsible for invoking this callback. + + + If the or + method is being called, + this object will contain the array related parameters for that + method. If the method is + being called, this object will contain the blob related parameters + for that method. + + + This may be used by the callback to set the return value for the + called method. + + + + + The name of the method that was + responsible for invoking this callback. + + + + + If the or + method is being called, + this object will contain the array related parameters for that + method. If the method is + being called, this object will contain the blob related parameters + for that method. + + + + + This may be used by the callback to set the return value for the + called method. + + + + + This represents a method that will be called in response to a request to + bind a parameter to a command. If an exception is thrown, it will cause + the parameter binding operation to fail -AND- it will continue to unwind + the call stack. + + + The instance in use. + + + The instance in use. + + + The flags associated with the instance + in use. + + + The instance being bound to the command. + + + The database type name associated with this callback. + + + The ordinal of the parameter being bound to the command. + + + The data originally used when registering this callback. + + + Non-zero if the default handling for the parameter binding call should + be skipped (i.e. the parameter should not be bound at all). Great care + should be used when setting this to non-zero. + + + + + This represents a method that will be called in response to a request + to read a value from a data reader. If an exception is thrown, it will + cause the data reader operation to fail -AND- it will continue to unwind + the call stack. + + + The instance in use. + + + The instance in use. + + + The flags associated with the instance + in use. + + + The parameter and return type data for the column being read from the + data reader. + + + The database type name associated with this callback. + + + The zero based index of the column being read from the data reader. + + + The data originally used when registering this callback. + + + Non-zero if the default handling for the data reader call should be + skipped. If this is set to non-zero and the necessary return value + is unavailable or unsuitable, an exception will be thrown. + + + + + This class represents the custom data type handling callbacks + for a single type name. + + + + + Provides the underlying storage for the + property. + + + + + Provides the underlying storage for the + property. + + + + + Provides the underlying storage for the + property. + + + + + Provides the underlying storage for the + property. + + + + + Provides the underlying storage for the + property. + + + + + Constructs an instance of this class. + + + The custom paramater binding callback. This parameter may be null. + + + The custom data reader value callback. This parameter may be null. + + + The extra data to pass into the parameter binding callback. This + parameter may be null. + + + The extra data to pass into the data reader value callback. This + parameter may be null. + + + + + Creates an instance of the class. + + + The custom paramater binding callback. This parameter may be null. + + + The custom data reader value callback. This parameter may be null. + + + The extra data to pass into the parameter binding callback. This + parameter may be null. + + + The extra data to pass into the data reader value callback. This + parameter may be null. + + + + + The database type name that the callbacks contained in this class + will apply to. This value may not be null. + + + + + The custom paramater binding callback. This value may be null. + + + + + The custom data reader value callback. This value may be null. + + + + + The extra data to pass into the parameter binding callback. This + value may be null. + + + + + The extra data to pass into the data reader value callback. This + value may be null. + + + + + This class represents the mappings between database type names + and their associated custom data type handling callbacks. + + + + + Constructs an (empty) instance of this class. + + + + + Event data for connection event handlers. + + + + + The type of event being raised. + + + + + The associated with this event, if any. + + + + + The transaction associated with this event, if any. + + + + + The command associated with this event, if any. + + + + + The data reader associated with this event, if any. + + + + + The critical handle associated with this event, if any. + + + + + Command or message text associated with this event, if any. + + + + + Extra data associated with this event, if any. + + + + + Constructs the object. + + The type of event being raised. + The base associated + with this event, if any. + The transaction associated with this event, if any. + The command associated with this event, if any. + The data reader associated with this event, if any. + The critical handle associated with this event, if any. + The command or message text, if any. + The extra data, if any. + + + + Constructs the object. + + The type of event being raised. + The base associated + with this event, if any. + The transaction associated with this event, if any. + The command associated with this event, if any. + The data reader associated with this event, if any. + The critical handle associated with this event, if any. + The command or message text, if any. + The extra data, if any. + The optional event result, if any. + + + + Raised when an event pertaining to a connection occurs. + + The connection involved. + Extra information about the event. + + + + SQLite implentation of DbConnection. + + + The property can contain the following parameter(s), delimited with a semi-colon: + + + Parameter + Values + Required + Default + + + Data Source + + This may be a file name, the string ":memory:", or any supported URI (starting with SQLite 3.7.7). + Starting with release 1.0.86.0, in order to use more than one consecutive backslash (e.g. for a + UNC path), each of the adjoining backslash characters must be doubled (e.g. "\\Network\Share\test.db" + would become "\\\\Network\Share\test.db"). + + Y + + + + Uri + + If specified, this must be a file name that starts with "file://", "file:", or "/". Any leading + "file://" or "file:" prefix will be stripped off and the resulting file name will be used to open + the database. + + N + null + + + FullUri + + If specified, this must be a URI in a format recognized by the SQLite core library (starting with + SQLite 3.7.7). It will be passed verbatim to the SQLite core library. + + N + null + + + Version + 3 + N + 3 + + + UseUTF16Encoding + + True - The UTF-16 encoding should be used. +
+ False - The UTF-8 encoding should be used. +
+ N + False +
+ + DefaultDbType + + This is the default to use when one cannot be determined based on the + column metadata and the configured type mappings. + + N + null + + + DefaultTypeName + + This is the default type name to use when one cannot be determined based on the column metadata + and the configured type mappings. + + N + null + + + NoDefaultFlags + + True - Do not combine the specified (or existing) connection flags with the value of the + property. +
+ False - Combine the specified (or existing) connection flags with the value of the + property. +
+ N + False +
+ + NoSharedFlags + + True - Do not combine the specified (or existing) connection flags with the value of the + property. +
+ False - Combine the specified (or existing) connection flags with the value of the + property. +
+ N + False +
+ + VfsName + + The name of the VFS to use when opening the database connection. + If this is not specified, the default VFS will be used. + + N + null + + + ZipVfsVersion + + If non-null, this is the "version" of ZipVFS to use. This requires + the System.Data.SQLite interop assembly -AND- primary managed assembly + to be compiled with the INTEROP_INCLUDE_ZIPVFS option; otherwise, this + property does nothing. The valid values are "v2" and "v3". Using + anyother value will cause an exception to be thrown. Please see the + ZipVFS documentation for more information on how to use this parameter. + + N + null + + + DateTimeFormat + + Ticks - Use the value of DateTime.Ticks.
+ ISO8601 - Use the ISO-8601 format. Uses the "yyyy-MM-dd HH:mm:ss.FFFFFFFK" format for UTC + DateTime values and "yyyy-MM-dd HH:mm:ss.FFFFFFF" format for local DateTime values).
+ JulianDay - The interval of time in days and fractions of a day since January 1, 4713 BC.
+ UnixEpoch - The whole number of seconds since the Unix epoch (January 1, 1970).
+ InvariantCulture - Any culture-independent string value that the .NET Framework can interpret as a valid DateTime.
+ CurrentCulture - Any string value that the .NET Framework can interpret as a valid DateTime using the current culture.
+ N + ISO8601 +
+ + DateTimeKind + + Unspecified - Not specified as either UTC or local time. +
+ Utc - The time represented is UTC. +
+ Local - The time represented is local time. +
+ N + Unspecified +
+ + DateTimeFormatString + + The exact DateTime format string to use for all formatting and parsing of all DateTime + values for this connection. + + N + null + + + BaseSchemaName + + Some base data classes in the framework (e.g. those that build SQL queries dynamically) + assume that an ADO.NET provider cannot support an alternate catalog (i.e. database) without supporting + alternate schemas as well; however, SQLite does not fit into this model. Therefore, this value is used + as a placeholder and removed prior to preparing any SQL statements that may contain it. + + N + sqlite_default_schema + + + BinaryGUID + + True - Store GUID columns in binary form +
+ False - Store GUID columns as text +
+ N + True +
+ + Cache Size + + If the argument N is positive then the suggested cache size is set to N. + If the argument N is negative, then the number of cache pages is adjusted + to use approximately abs(N*4096) bytes of memory. Backwards compatibility + note: The behavior of cache_size with a negative N was different in SQLite + versions prior to 3.7.10. In version 3.7.9 and earlier, the number of + pages in the cache was set to the absolute value of N. + + N + -2000 + + + Synchronous + + Normal - Normal file flushing behavior +
+ Full - Full flushing after all writes +
+ Off - Underlying OS flushes I/O's +
+ N + Full +
+ + Page Size + {size in bytes} + N + 4096 + + + Password + + {password} - Using this parameter requires that the legacy CryptoAPI based + codec (or the SQLite Encryption Extension) be enabled at compile-time for + both the native interop assembly and the core managed assemblies; otherwise, + using this parameter may result in an exception being thrown when attempting + to open the connection. + + N + + + + HexPassword + + {hexPassword} - Must contain a sequence of zero or more hexadecimal encoded + byte values without a leading "0x" prefix. Using this parameter requires + that the legacy CryptoAPI based codec (or the SQLite Encryption Extension) + be enabled at compile-time for both the native interop assembly and the + core managed assemblies; otherwise, using this parameter may result in an + exception being thrown when attempting to open the connection. + + N + + + + TextPassword + + {password} - Using this parameter requires that the legacy CryptoAPI based + codec (or the SQLite Encryption Extension) be enabled at compile-time for + both the native interop assembly and the core managed assemblies; otherwise, + using this parameter may result in an exception being thrown when attempting + to open the connection. + + N + + + + TextHexPassword + + {hexPassword} - Must contain a sequence of zero or more hexadecimal encoded + byte values without a leading "0x" prefix. Using this parameter requires + that the legacy CryptoAPI based codec (or the SQLite Encryption Extension) + be enabled at compile-time for both the native interop assembly and the + core managed assemblies; otherwise, using this parameter may result in an + exception being thrown when attempting to open the connection. + + N + + + + Enlist + + Y - Automatically enlist in distributed transactions +
+ N - No automatic enlistment +
+ N + Y +
+ + Pooling + + True - Use connection pooling.
+ False - Do not use connection pooling.

+ WARNING: When using the default connection pool implementation, + setting this property to True should be avoided by applications that make + use of COM (either directly or indirectly) due to possible deadlocks that + can occur during the finalization of some COM objects. +
+ N + False +
+ + FailIfMissing + + True - Don't create the database if it does not exist, throw an error instead +
+ False - Automatically create the database if it does not exist +
+ N + False +
+ + Max Page Count + {size in pages} - Limits the maximum number of pages (limits the size) of the database + N + 0 + + + Legacy Format + + True - Use the more compatible legacy 3.x database format +
+ False - Use the newer 3.3x database format which compresses numbers more effectively +
+ N + False +
+ + Default Timeout + {time in seconds}
The default command timeout
+ N + 30 +
+ + DefaultMaximumSleepTime + {time in milliseconds}
The default maximum sleep time for new commands
+ N + 150 +
+ + BusyTimeout + {time in milliseconds}
Sets the busy timeout for the core library.
+ N + 0 +
+ + WaitTimeout + {time in milliseconds}
+ EXPERIMENTAL -- The wait timeout to use with + method. This is only used when + waiting for the enlistment to be reset prior to enlisting in a transaction, + and then only when the appropriate connection flag is set.
+ N + 30000 +
+ + Journal Mode + + Delete - Delete the journal file after a commit. +
+ Persist - Zero out and leave the journal file on disk after a + commit. +
+ Off - Disable the rollback journal entirely. This saves disk I/O + but at the expense of database safety and integrity. If the application + using SQLite crashes in the middle of a transaction when this journaling + mode is set, then the database file will very likely go corrupt. +
+ Truncate - Truncate the journal file to zero-length instead of + deleting it. +
+ Memory - Store the journal in volatile RAM. This saves disk I/O + but at the expense of database safety and integrity. If the application + using SQLite crashes in the middle of a transaction when this journaling + mode is set, then the database file will very likely go corrupt. +
+ Wal - Use a write-ahead log instead of a rollback journal. +
+ N + Delete +
+ + Read Only + + True - Open the database for read only access +
+ False - Open the database for normal read/write access +
+ N + False +
+ + Max Pool Size + The maximum number of connections for the given connection string that can be in the connection pool + N + 100 + + + Default IsolationLevel + The default transaciton isolation level + N + Serializable + + + Foreign Keys + Enable foreign key constraints + N + False + + + Flags + Extra behavioral flags for the connection. See the enumeration for possible values. + N + Default + + + SetDefaults + + True - Apply the default connection settings to the opened database.
+ False - Skip applying the default connection settings to the opened database. +
+ N + True +
+ + ToFullPath + + True - Attempt to expand the data source file name to a fully qualified path before opening. +
+ False - Skip attempting to expand the data source file name to a fully qualified path before opening. +
+ N + True +
+ + PrepareRetries + + The maximum number of retries when preparing SQL to be executed. This + normally only applies to preparation errors resulting from the database + schema being changed. + + N + 3 + + + ProgressOps + + The approximate number of virtual machine instructions between progress + events. In order for progress events to actually fire, the event handler + must be added to the event as well. + + N + 0 + + + Recursive Triggers + + True - Enable the recursive trigger capability. + False - Disable the recursive trigger capability. + + N + False + +
+
+
+ + + The "invalid value" for the enumeration used + by the property. This constant is shared + by this class and the SQLiteConnectionStringBuilder class. + + + + + The default "stub" (i.e. placeholder) base schema name to use when + returning column schema information. Used as the initial value of + the BaseSchemaName property. This should start with "sqlite_*" + because those names are reserved for use by SQLite (i.e. they cannot + be confused with the names of user objects). + + + + + The managed assembly containing this type. + + + + + Object used to synchronize access to the static instance data + for this class. + + + + + Static variable to store the connection event handlers to call. + + + + + The extra connection flags to be used for all opened connections. + + + + + The instance (for this thread) that + had the most recent call to . + + + + + State of the current connection + + + + + The connection string + + + + + Nesting level of the transactions open on the connection + + + + + Transaction counter for the connection. Currently, this is only used + to build SAVEPOINT names. + + + + + If this flag is non-zero, the method will have + no effect; however, the method will continue to + behave as normal. + + + + + If set, then the connection is currently being disposed. + + + + + The default isolation level for new transactions + + + + + This object is used with lock statements to synchronize access to the + field, below. + + + + + Whether or not the connection is enlisted in a distrubuted transaction + + + + + The per-connection mappings between type names and + values. These mappings override the corresponding global mappings. + + + + + The per-connection mappings between type names and optional callbacks + for parameter binding and value reading. + + + + + The base SQLite object to interop with + + + + + The database filename minus path and extension + + + + + Temporary password storage, emptied after the database has been opened + + + + + This will be non-zero if the "TextPassword" or "TextHexPassword" + connection string properties were used. When this value is non-zero, + will retain treatment of the + password as a NUL-terminated text string. + + + + + This will be non-zero if the "HexPassword" or "TextHexPassword" + connection string properties were used. When this value is non-zero, + will retain treatment of the + password as a hexadecimal encoded string of byte values. + + + + + The "stub" (i.e. placeholder) base schema name to use when returning + column schema information. + + + + + The extra behavioral flags for this connection, if any. See the + enumeration for a list of + possible values. + + + + + The mask of zero or more values that + determine which events may be raised from the + event. + + + + + The cached values for all settings that have been fetched on behalf + of this connection. This cache may be cleared by calling the + method. + + + + + The default database type for this connection. This value will only + be used if the + flag is set. + + + + + The default database type name for this connection. This value will only + be used if the + flag is set. + + + + + The name of the VFS to be used when opening the database connection. + + + + + Default command timeout + + + + + Default command maximum sleep time. + + + + + The default busy timeout to use with the SQLite core library. This is + only used when opening a connection. + + + + + The default wait timeout to use with + method. This is only used when waiting for the enlistment to be reset + prior to enlisting in a transaction, and then only when the appropriate + connection flag is set. + + + + + The maximum number of retries when preparing SQL to be executed. This + normally only applies to preparation errors resulting from the database + schema being changed. + + + + + The maximum number of retries when stepping SQL to be executed. This + normally only applies to stepping errors resulting from the database + being locked. + + + + + The approximate number of virtual machine instructions between progress + events. In order for progress events to actually fire, the event handler + must be added to the event as + well. This value will only be used when opening the database. + + + + + Non-zero if the built-in (i.e. framework provided) connection string + parser should be used when opening the connection. + + + + + This method attempts to query the flags associated with the database + connection. If the database connection is disposed, the default flags + will be returned. + + + The database connection to query the flags from. + + + The connection flags value. + + + + + This event is raised whenever the database is opened or closed. + + + + + Constructs a new SQLiteConnection object + + + Default constructor + + + + + Initializes the connection with the specified connection string. + + The connection string to use. + + + + Initializes the connection with a pre-existing native connection handle. + This constructor overload is intended to be used only by the private + method. + + + The native connection handle to use. + + + The file name corresponding to the native connection handle. + + + Non-zero if this instance owns the native connection handle and + should dispose of it when it is no longer needed. + + + + + Initializes user-settable properties with their default values. + This method is only intended to be used from the constructor. + + + + + What type of directory are we searching for? + + + + + Initializes the connection with the specified connection string. + + + The connection string to use. + + + Non-zero to parse the connection string using the built-in (i.e. + framework provided) parser when opening the connection. + + + + + Clones the settings and connection string from an existing connection. If the existing connection is already open, this + function will open its own connection, enumerate any attached databases of the original connection, and automatically + attach to them. + + The connection to copy the settings from. + + + + Attempts to lookup the native handle associated with the connection. An exception will + be thrown if this cannot be accomplished. + + + The connection associated with the desired native handle. + + + The native handle associated with the connection or if it + cannot be determined. + + + + + Attempts to obtain and return the underlying + derived object associated with this connection. This method should only be + used by the thread that created this connection; otherwise, the results are + undefined. + + WARNING: This method is not officially supported for external callers and + should be considered "experimental", even though it is "public". + + + + The underlying derived object associated with + this connection -OR- null if it is unavailable. + + + + + Attempts to create and return the specified built-in implementation + of the interface. If there is + no such built-in implementation, + will be thrown. + + + The short name of the interface + implementation to create. + + + The single argument to pass into the constructor of the + interface implementation to + create, if any. + + + The built-in implementation of the + interface -OR- null if it cannot be created. + + + + + Raises the event. + + + The connection associated with this event. If this parameter is not + null and the specified connection cannot raise events, then the + registered event handlers will not be invoked. + + + A that contains the event data. + + + + + This event is raised when events related to the lifecycle of a + SQLiteConnection object occur. + + + + + This property is used to obtain or set the custom connection pool + implementation to use, if any. Setting this property to null will + cause the default connection pool implementation to be used. + + + + + Creates and returns a new managed database connection handle. This + method is intended to be used by implementations of the + interface only. In theory, it + could be used by other classes; however, that usage is not supported. + + + This must be a native database connection handle returned by the + SQLite core library and it must remain valid and open during the + entire duration of the calling method. + + + The new managed database connection handle or null if it cannot be + created. + + + + + Backs up the database, using the specified database connection as the + destination. + + The destination database connection. + The destination database name. + The source database name. + + The number of pages to copy at a time -OR- a negative value to copy all + pages. When a negative value is used, the + may never be invoked. + + + The method to invoke between each step of the backup process. This + parameter may be null (i.e. no callbacks will be performed). If the + callback returns false -OR- throws an exception, the backup is canceled. + + + The number of milliseconds to sleep after encountering a locking error + during the backup process. A value less than zero means that no sleep + should be performed. + + + + + Clears the per-connection cached settings. + + + The total number of per-connection settings cleared. + + + + + Queries and returns the value of the specified setting, using the + cached setting names and values for this connection, when available. + + + The name of the setting. + + + The value to be returned if the setting has not been set explicitly + or cannot be determined. + + + The value of the cached setting is stored here if found; otherwise, + the value of is stored here. + + + Non-zero if the cached setting was found; otherwise, zero. + + + + + Adds or sets the cached setting specified by + to the value specified by . + + + The name of the cached setting to add or replace. + + + The new value of the cached setting. + + + + + Clears the per-connection type mappings. + + + The total number of per-connection type mappings cleared. + + + + + Returns the per-connection type mappings. + + + The per-connection type mappings -OR- null if they are unavailable. + + + + + Adds a per-connection type mapping, possibly replacing one or more + that already exist. + + + The case-insensitive database type name (e.g. "MYDATE"). The value + of this parameter cannot be null. Using an empty string value (or + a string value consisting entirely of whitespace) for this parameter + is not recommended. + + + The value that should be associated with the + specified type name. + + + Non-zero if this mapping should be considered to be the primary one + for the specified . + + + A negative value if nothing was done. Zero if no per-connection type + mappings were replaced (i.e. it was a pure add operation). More than + zero if some per-connection type mappings were replaced. + + + + + Clears the per-connection type callbacks. + + + The total number of per-connection type callbacks cleared. + + + + + Attempts to get the per-connection type callbacks for the specified + database type name. + + + The database type name. + + + Upon success, this parameter will contain the object holding the + callbacks for the database type name. Upon failure, this parameter + will be null. + + + Non-zero upon success; otherwise, zero. + + + + + Sets, resets, or clears the per-connection type callbacks for the + specified database type name. + + + The database type name. + + + The object holding the callbacks for the database type name. If + this parameter is null, any callbacks for the database type name + will be removed if they are present. + + + Non-zero if callbacks were set or removed; otherwise, zero. + + + + + Attempts to bind the specified object + instance to this connection. + + + The object instance containing + the metadata for the function to be bound. + + + The object instance that implements the + function to be bound. + + + + + Attempts to bind the specified object + instance to this connection. + + + The object instance containing + the metadata for the function to be bound. + + + A object instance that helps implement the + function to be bound. For scalar functions, this corresponds to the + type. For aggregate functions, + this corresponds to the type. For + collation functions, this corresponds to the + type. + + + A object instance that helps implement the + function to be bound. For aggregate functions, this corresponds to the + type. For other callback types, it + is not used and must be null. + + + + + Attempts to unbind the specified object + instance to this connection. + + + The object instance containing + the metadata for the function to be unbound. + + Non-zero if the function was unbound. + + + + This method unbinds all registered (known) functions -OR- all previously + bound user-defined functions from this connection. + + + Non-zero to unbind all registered (known) functions -OR- zero to unbind + all functions currently bound to the connection. + + + Non-zero if all the specified user-defined functions were unbound. + + + + + Parses a connection string into component parts using the custom + connection string parser. An exception may be thrown if the syntax + of the connection string is incorrect. + + + The connection string to parse. + + + Non-zero to parse the connection string using the algorithm provided + by the framework itself. This is not applicable when running on the + .NET Compact Framework. + + + Non-zero if names are allowed without values. + + + Non-zero to throw an exception if any connection string values are not of + the type. This is not applicable when running on + the .NET Compact Framework. + + + The list of key/value pairs corresponding to the parameters specified + within the connection string. + + + + + Parses a connection string into component parts using the custom + connection string parser. An exception may be thrown if the syntax + of the connection string is incorrect. + + + The connection that will be using the parsed connection string. + + + The connection string to parse. + + + Non-zero to parse the connection string using the algorithm provided + by the framework itself. This is not applicable when running on the + .NET Compact Framework. + + + Non-zero if names are allowed without values. + + + Non-zero to throw an exception if any connection string values are not of + the type. This is not applicable when running on + the .NET Compact Framework. + + + The list of key/value pairs corresponding to the parameters specified + within the connection string. + + + + + Attempts to escape the specified connection string property name or + value in a way that is compatible with the connection string parser. + + + The connection string property name or value to escape. + + + Non-zero if the equals sign is permitted in the string. If this is + zero and the string contains an equals sign, an exception will be + thrown. + + + The original string, with all special characters escaped. If the + original string contains equals signs, they will not be escaped. + Instead, they will be preserved verbatim. + + + + + Builds a connection string from a list of key/value pairs. + + + The list of key/value pairs corresponding to the parameters to be + specified within the connection string. + + + The connection string. Depending on how the connection string was + originally parsed, the returned connection string value may not be + usable in a subsequent call to the method. + + + + + Disposes and finalizes the connection, if applicable. + + + + + Cleans up resources (native and managed) associated with the current instance. + + + Zero when being disposed via garbage collection; otherwise, non-zero. + + + + + Creates a clone of the connection. All attached databases and user-defined functions are cloned. If the existing connection is open, the cloned connection + will also be opened. + + + + + + Creates a database file. This just creates a zero-byte file which SQLite + will turn into a database when the file is opened properly. + + The file to create + + + + Raises the state change event when the state of the connection changes + + The new connection state. If this is different + from the previous state, the event is + raised. + The event data created for the raised event, if + it was actually raised. + + + + Determines and returns the fallback default isolation level when one cannot be + obtained from an existing connection instance. + + + The fallback default isolation level for this connection instance -OR- + if it cannot be determined. + + + + + Determines and returns the default isolation level for this connection instance. + + + The default isolation level for this connection instance -OR- + if it cannot be determined. + + + + + OBSOLETE. Creates a new SQLiteTransaction if one isn't already active on the connection. + + This parameter is ignored. + When TRUE, SQLite defers obtaining a write lock until a write operation is requested. + When FALSE, a writelock is obtained immediately. The default is TRUE, but in a multi-threaded multi-writer + environment, one may instead choose to lock the database immediately to avoid any possible writer deadlock. + Returns a SQLiteTransaction object. + + + + OBSOLETE. Creates a new SQLiteTransaction if one isn't already active on the connection. + + When TRUE, SQLite defers obtaining a write lock until a write operation is requested. + When FALSE, a writelock is obtained immediately. The default is false, but in a multi-threaded multi-writer + environment, one may instead choose to lock the database immediately to avoid any possible writer deadlock. + Returns a SQLiteTransaction object. + + + + Creates a new if one isn't already active on the connection. + + Supported isolation levels are Serializable, ReadCommitted and Unspecified. + + Unspecified will use the default isolation level specified in the connection string. If no isolation level is specified in the + connection string, Serializable is used. + Serializable transactions are the default. In this mode, the engine gets an immediate lock on the database, and no other threads + may begin a transaction. Other threads may read from the database, but not write. + With a ReadCommitted isolation level, locks are deferred and elevated as needed. It is possible for multiple threads to start + a transaction in ReadCommitted mode, but if a thread attempts to commit a transaction while another thread + has a ReadCommitted lock, it may timeout or cause a deadlock on both threads until both threads' CommandTimeout's are reached. + + Returns a SQLiteTransaction object. + + + + Creates a new if one isn't already + active on the connection. + + Returns the new transaction object. + + + + Forwards to the local function + + Supported isolation levels are Unspecified, Serializable, and ReadCommitted + + + + + This method is not implemented; however, the + event will still be raised. + + + + + + When the database connection is closed, all commands linked to this connection are automatically reset. + + + + + Returns the number of pool entries for the file name associated with this connection. + + + + + Returns the total number of created connections. + + + + + Returns the total number of method calls for all connections. + + + + + Returns the total number of method calls for all connections. + + + + + Returns the total number of disposed connections. + + + + + Clears the connection pool associated with the connection. Any other active connections using the same database file + will be discarded instead of returned to the pool when they are closed. + + + + + + Clears all connection pools. Any active connections will be discarded instead of sent to the pool when they are closed. + + + + + The connection string containing the parameters for the connection + + + For the complete list of supported connection string properties, + please see . + + + + + Create a new and associate it with this connection. + + Returns a new command object already assigned to this connection. + + + + Forwards to the local function. + + + + + + Attempts to create a new object instance + using this connection and the specified database name. + + + The name of the database for the newly created session. + + + The newly created session -OR- null if it cannot be created. + + + + + Attempts to create a new object instance + using this connection and the specified raw data. + + + The raw data that contains a change set (or patch set). + + + The newly created change set -OR- null if it cannot be created. + + + + + Attempts to create a new object instance + using this connection and the specified raw data. + + + The raw data that contains a change set (or patch set). + + + The flags used to create the change set iterator. + + + The newly created change set -OR- null if it cannot be created. + + + + + Attempts to create a new object instance + using this connection and the specified stream. + + + The stream where the raw data that contains a change set (or patch set) + may be read. + + + The stream where the raw data that contains a change set (or patch set) + may be written. + + + The newly created change set -OR- null if it cannot be created. + + + + + Attempts to create a new object instance + using this connection and the specified stream. + + + The stream where the raw data that contains a change set (or patch set) + may be read. + + + The stream where the raw data that contains a change set (or patch set) + may be written. + + + The flags used to create the change set iterator. + + + The newly created change set -OR- null if it cannot be created. + + + + + Attempts to create a new object + instance using this connection. + + + The newly created change group -OR- null if it cannot be created. + + + + + Returns the data source file name without extension or path. + + + + + Returns the fully qualified path and file name for the currently open + database, if any. + + + + + Returns the string "main". + + + + + Determines if the legacy connection string parser should be used. + + + The connection that will be using the parsed connection string. + + + Non-zero if the legacy connection string parser should be used. + + + + + Parses a connection string into component parts using the custom + connection string parser. An exception may be thrown if the syntax + of the connection string is incorrect. + + + The connection string to parse. + + + Non-zero if names are allowed without values. + + + The list of key/value pairs corresponding to the parameters specified + within the connection string. + + + + + Parses a connection string into component parts using the custom + connection string parser. An exception may be thrown if the syntax + of the connection string is incorrect. + + + The connection that will be using the parsed connection string. + + + The connection string to parse. + + + Non-zero if names are allowed without values. + + + The list of key/value pairs corresponding to the parameters specified + within the connection string. + + + + + Parses a connection string using the built-in (i.e. framework provided) + connection string parser class and returns the key/value pairs. An + exception may be thrown if the connection string is invalid or cannot be + parsed. When compiled for the .NET Compact Framework, the custom + connection string parser is always used instead because the framework + provided one is unavailable there. + + + The connection that will be using the parsed connection string. + + + The connection string to parse. + + + Non-zero to throw an exception if any connection string values are not of + the type. This is not applicable when running on + the .NET Compact Framework. + + The list of key/value pairs. + + + + Manual distributed transaction enlistment support + + The distributed transaction to enlist in + + + + EXPERIMENTAL -- + Waits for the enlistment associated with this connection to be reset. + This method always throws when + running on the .NET Compact Framework. + + + The approximate maximum number of milliseconds to wait before timing + out the wait operation. + + + The return value to use if the connection has been disposed; if this + value is null, will be raised + if the connection has been disposed. + + + Non-zero if the enlistment assciated with this connection was reset; + otherwise, zero. It should be noted that this method returning a + non-zero value does not necessarily guarantee that the connection + can enlist in a new transaction (i.e. due to potentical race with + other threads); therefore, callers should generally use try/catch + when calling the method. + + + + + Looks for a key in the array of key/values of the parameter string. If not found, return the specified default value + + The list to look in + The key to find + The default value to return if the key is not found + The value corresponding to the specified key, or the default value if not found. + + + + Attempts to convert the string value to an enumerated value of the specified type. + + The enumerated type to convert the string value to. + The string value to be converted. + Non-zero to make the conversion case-insensitive. + The enumerated value upon success or null upon error. + + + + Attempts to convert an input string into a byte value. + + + The string value to be converted. + + + The number styles to use for the conversion. + + + Upon sucess, this will contain the parsed byte value. + Upon failure, the value of this parameter is undefined. + + + Non-zero upon success; zero on failure. + + + + + Change a limit value for the database. + + + The database limit to change. + + + The new value for the specified limit. + + + The old value for the specified limit -OR- negative one if an error + occurs. + + + + + Change a configuration option value for the database. + + + The database configuration option to change. + + + The new value for the specified configuration option. + + + + + Enables or disables extension loading. + + + True to enable loading of extensions, false to disable. + + + + + Loads a SQLite extension library from the named dynamic link library file. + + + The name of the dynamic link library file containing the extension. + + + + + Loads a SQLite extension library from the named dynamic link library file. + + + The name of the dynamic link library file containing the extension. + + + The name of the exported function used to initialize the extension. + If null, the default "sqlite3_extension_init" will be used. + + + + + Creates a disposable module containing the implementation of a virtual + table. + + + The module object to be used when creating the disposable module. + + + + + Parses a string containing a sequence of zero or more hexadecimal + encoded byte values and returns the resulting byte array. The + "0x" prefix is not allowed on the input string. + + + The input string containing zero or more hexadecimal encoded byte + values. + + + A byte array containing the parsed byte values or null if an error + was encountered. + + + + + Creates and returns a string containing the hexadecimal encoded byte + values from the input array. + + + The input array of bytes. + + + The resulting string or null upon failure. + + + + + Parses a string containing a sequence of zero or more hexadecimal + encoded byte values and returns the resulting byte array. The + "0x" prefix is not allowed on the input string. + + + The input string containing zero or more hexadecimal encoded byte + values. + + + When zero, byte values of zero are not allowed and will be changed + to instead. + + + Upon failure, this will contain an appropriate error message. + + + A byte array containing the parsed byte values or null if an error + was encountered. + + + + + This method figures out what the default connection pool setting should + be based on the connection flags. When present, the "Pooling" connection + string property value always overrides the value returned by this method. + + + Non-zero if the connection pool should be enabled by default; otherwise, + zero. + + + + + Determines the transaction isolation level that should be used by + the caller, primarily based upon the one specified by the caller. + If mapping of transaction isolation levels is enabled, the returned + transaction isolation level may be significantly different than the + originally specified one. + + + The originally specified transaction isolation level. + + + The transaction isolation level that should be used. + + + + + Opens the connection using the parameters found in the . + + + + + Opens the connection using the parameters found in the and then returns it. + + The current connection object. + + + + Gets/sets the default command timeout for newly-created commands. This is especially useful for + commands used internally such as inside a SQLiteTransaction, where setting the timeout is not possible. + This can also be set in the ConnectionString with "Default Timeout" + + + + + Gets/sets the default maximum sleep time for newly-created commands. + This can also be set in the ConnectionString with "DefaultMaximumSleepTime" + + + + + Gets/sets the default busy timeout to use with the SQLite core library. This is only used when + opening a connection. + + + + + EXPERIMENTAL -- + The wait timeout to use with method. + This is only used when waiting for the enlistment to be reset prior to + enlisting in a transaction, and then only when the appropriate connection + flag is set. + + + + + The maximum number of retries when preparing SQL to be executed. This + normally only applies to preparation errors resulting from the database + schema being changed. + + + + + The maximum number of retries when stepping SQL to be executed. This + normally only applies to stepping errors resulting from the database + being locked. + + + + + The approximate number of virtual machine instructions between progress + events. In order for progress events to actually fire, the event handler + must be added to the event as + well. This value will only be used when the underlying native progress + callback needs to be changed. + + + + + Non-zero if the built-in (i.e. framework provided) connection string + parser should be used when opening the connection. + + + + + Gets/sets the extra behavioral flags for this connection. See the + enumeration for a list of + possible values. + + + + + Gets/sets the default database type for this connection. This value + will only be used when not null. + + + + + Gets/sets the default database type name for this connection. This + value will only be used when not null. + + + + + Gets/sets the VFS name for this connection. This value will only be + used when opening the database. + + + + + Returns non-zero if the underlying native connection handle is + owned by this instance. + + + + + Returns the version of the underlying SQLite database engine + + + + + Returns the rowid of the most recent successful INSERT into the database from this connection. + + + + + This method causes any pending database operation to abort and return at + its earliest opportunity. This routine is typically called in response + to a user action such as pressing "Cancel" or Ctrl-C where the user wants + a long query operation to halt immediately. It is safe to call this + routine from any thread. However, it is not safe to call this routine + with a database connection that is closed or might close before this method + returns. + + + + + This method checks if the database operation for this connection has been + interrupted. + + + Non-zero if the database operation for this connection has been interrupted; + otherwise, zero. + + + + + Returns the number of rows changed by the last INSERT, UPDATE, or DELETE statement executed on + this connection. + + + + + Checks if this connection to the specified database should be considered + read-only. An exception will be thrown if the database name specified + via cannot be found. + + + The name of a database associated with this connection -OR- null for the + main database. + + + Non-zero if this connection to the specified database should be considered + read-only. + + + + + Returns non-zero if the given database connection is in autocommit mode. + Autocommit mode is on by default. Autocommit mode is disabled by a BEGIN + statement. Autocommit mode is re-enabled by a COMMIT or ROLLBACK. + + + + + Returns the amount of memory (in bytes) currently in use by the SQLite core library. + + + + + Returns the maximum amount of memory (in bytes) used by the SQLite core library since the high-water mark was last reset. + + + + + Returns various global memory statistics for the SQLite core library via + a dictionary of key/value pairs. Currently, only the "MemoryUsed" and + "MemoryHighwater" keys are returned and they have values that correspond + to the values that could be obtained via the + and connection properties. + + + This dictionary will be populated with the global memory statistics. It + will be created if necessary. + + + + + Attempts to free as much heap memory as possible for this database connection. + + + + + Attempts to free N bytes of heap memory by deallocating non-essential memory + allocations held by the database library. Memory used to cache database pages + to improve performance is an example of non-essential memory. This is a no-op + returning zero if the SQLite core library was not compiled with the compile-time + option SQLITE_ENABLE_MEMORY_MANAGEMENT. Optionally, attempts to reset and/or + compact the Win32 native heap, if applicable. + + + The requested number of bytes to free. + + + Non-zero to attempt a heap reset. + + + Non-zero to attempt heap compaction. + + + The number of bytes actually freed. This value may be zero. + + + This value will be non-zero if the heap reset was successful. + + + The size of the largest committed free block in the heap, in bytes. + This value will be zero unless heap compaction is enabled. + + + A standard SQLite return code (i.e. zero for success and non-zero + for failure). + + + + + Sets the status of the memory usage tracking subsystem in the SQLite core library. By default, this is enabled. + If this is disabled, memory usage tracking will not be performed. This is not really a per-connection value, it is + global to the process. + + Non-zero to enable memory usage tracking, zero otherwise. + A standard SQLite return code (i.e. zero for success and non-zero for failure). + + + + Returns a string containing the define constants (i.e. compile-time + options) used to compile the core managed assembly, delimited with + spaces. + + + + + Returns the version of the underlying SQLite core library. + + + + + This method returns the string whose value is the same as the + SQLITE_SOURCE_ID C preprocessor macro used when compiling the + SQLite core library. + + + + + Returns a string containing the compile-time options used to + compile the SQLite core native library, delimited with spaces. + + + + + This method returns the version of the interop SQLite assembly + used. If the SQLite interop assembly is not in use or the + necessary information cannot be obtained for any reason, a null + value may be returned. + + + + + This method returns the string whose value contains the unique + identifier for the source checkout used to build the interop + assembly. If the SQLite interop assembly is not in use or the + necessary information cannot be obtained for any reason, a null + value may be returned. + + + + + Returns a string containing the compile-time options used to + compile the SQLite interop assembly, delimited with spaces. + + + + + This method returns the version of the managed components used + to interact with the SQLite core library. If the necessary + information cannot be obtained for any reason, a null value may + be returned. + + + + + This method returns the string whose value contains the unique + identifier for the source checkout used to build the managed + components currently executing. If the necessary information + cannot be obtained for any reason, a null value may be returned. + + + + + Queries and returns the value of the specified setting, using the + cached setting names and values for the last connection that used + the method, when available. + + + The name of the setting. + + + The value to be returned if the setting has not been set explicitly + or cannot be determined. + + + The value of the cached setting is stored here if found; otherwise, + the value of is stored here. + + + Non-zero if the cached setting was found; otherwise, zero. + + + + + Adds or sets the cached setting specified by + to the value specified by using the cached + setting names and values for the last connection that used the + method, when available. + + + The name of the cached setting to add or replace. + + + The new value of the cached setting. + + + + + The default connection flags to be used for all opened connections + when they are not present in the connection string. + + + + + The extra connection flags to be used for all opened connections. + + + + + Returns the state of the connection. + + + + + Passes a shutdown request to the SQLite core library. Does not throw + an exception if the shutdown request fails. + + + A standard SQLite return code (i.e. zero for success and non-zero for + failure). + + + + + Passes a shutdown request to the SQLite core library. Throws an + exception if the shutdown request fails and the no-throw parameter + is non-zero. + + + Non-zero to reset the database and temporary directories to their + default values, which should be null for both. + + + When non-zero, throw an exception if the shutdown request fails. + + + + Enables or disables extended result codes returned by SQLite + + + Enables or disables extended result codes returned by SQLite + + + Enables or disables extended result codes returned by SQLite + + + Add a log message via the SQLite sqlite3_log interface. + + + Add a log message via the SQLite sqlite3_log interface. + + + + + WARNING: This method always throws an exception unless the library + has been built with encryption support. + + Attempts to decrypt a database file that was encrypted using the legacy CryptoAPI-based + RC4 codec that was previously included with System.Data.SQLite. + + + The fully qualified name of the (legacy) encrypted database file. + + + The array of UTF-8 encoded bytes that corresponds to the original string password for + the (legacy) encrypted database file. + + + The optional page size for both the legacy encrypted database file and the decrypted + database file. The value of this parameter may be null. When null, the database page + size should be detected automatically. + + + The optional event handler to use for the internal connection + created during the decryption process. The value of this parameter may be null. + + + The fully qualified name of the newly decrypted database file, which will exist in the + same directory as the original legacy encrypted database file. + + + + + + WARNING: This method always throws an exception unless the library + has been built with encryption support. + + Change the password (or assign a password) to the open database. + + + No readers or writers may be active for this process. The database + must already be open and if it already was password protected, the + existing password must already have been supplied. + + + The new password to assign to the open database. + + + + + + WARNING: This method always throws an exception unless the library + has been built with encryption support. + + Change the password (or assign a password) to the open database. + + + No readers or writers may be active for this process. The database + must already be open and if it already was password protected, the + existing password must already have been supplied. + + + The new password to assign to the open database. + + + + + + WARNING: This method always throws an exception unless the library + has been built with encryption support. + + Sets existing password for a closed password-protected database. + Password-protected databases are unusable for any other operation + until the password has been set. Generally, this is accomplished + via setting one of the "*Password" connection string properties, + because it must be done prior to opening the database. + + + The password for the database. + + + + + + WARNING: This method always throws an exception unless the library + has been built with encryption support. + + Sets existing password for a closed password-protected database. + Password-protected databases are unusable for any other operation + until the password has been set. Generally, this is accomplished + via setting one of the "*Password" connection string properties, + because it must be done prior to opening the database. + + + The password for the database. + + + + + Queries or modifies the number of retries or the retry interval (in milliseconds) for + certain I/O operations that may fail due to anti-virus software. + + The number of times to retry the I/O operation. A negative value + will cause the current count to be queried and replace that negative value. + The number of milliseconds to wait before retrying the I/O + operation. This number is multiplied by the number of retry attempts so far to come + up with the final number of milliseconds to wait. A negative value will cause the + current interval to be queried and replace that negative value. + Zero for success, non-zero for error. + + + + Sets the chunk size for the primary file associated with this database + connection. + + + The new chunk size for the main database, in bytes. + + + Zero for success, non-zero for error. + + + + + Removes one set of surrounding single -OR- double quotes from the string + value and returns the resulting string value. If the string is null, empty, + or contains quotes that are not balanced, nothing is done and the original + string value will be returned. + + The string value to process. + + The string value, modified to remove one set of surrounding single -OR- + double quotes, if applicable. + + + + + Determines the directory to be used when dealing with the "|DataDirectory|" + macro in a database file name. + + + The directory to use in place of the "|DataDirectory|" macro -OR- null if it + cannot be determined. + + + + + Expand the filename of the data source, resolving the |DataDirectory| + macro as appropriate. + + The database filename to expand + + Non-zero if the returned file name should be converted to a full path + (except when using the .NET Compact Framework). + + The expanded path and filename of the filename + + + + The following commands are used to extract schema information out of the database. Valid schema types are: + + + MetaDataCollections + + + DataSourceInformation + + + Catalogs + + + Columns + + + ForeignKeys + + + Indexes + + + IndexColumns + + + Tables + + + Views + + + ViewColumns + + + + + Returns the MetaDataCollections schema + + A DataTable of the MetaDataCollections schema + + + + Returns schema information of the specified collection + + The schema collection to retrieve + A DataTable of the specified collection + + + + Retrieves schema information using the specified constraint(s) for the specified collection + + The collection to retrieve. + + The restrictions to impose. Typically, this may include: + + + restrictionValues element index + usage + + + 0 + The database (or catalog) name, if applicable. + + + 1 + The schema name. This is not used by this provider. + + + 2 + The table name, if applicable. + + + 3 + + Depends on . + When "IndexColumns", it is the index name; otherwise, it is the column name. + + + + 4 + + Depends on . + When "IndexColumns", it is the column name; otherwise, it is not used. + + + + + A DataTable of the specified collection + + + + Builds a MetaDataCollections schema datatable + + DataTable + + + + Builds a DataSourceInformation datatable + + DataTable + + + + Build a Columns schema + + The catalog (attached database) to query, can be null + The table to retrieve schema information for, can be null + The column to retrieve schema information for, can be null + DataTable + + + + Returns index information for the given database and catalog + + The catalog (attached database) to query, can be null + The name of the index to retrieve information for, can be null + The table to retrieve index information for, can be null + DataTable + + + + Retrieves table schema information for the database and catalog + + The catalog (attached database) to retrieve tables on + The table to retrieve, can be null + The table type, can be null + DataTable + + + + Retrieves view schema information for the database + + The catalog (attached database) to retrieve views on + The view name, can be null + DataTable + + + + Retrieves catalog (attached databases) schema information for the database + + The catalog to retrieve, can be null + DataTable + + + + Returns the base column information for indexes in a database + + The catalog to retrieve indexes for (can be null) + The table to restrict index information by (can be null) + The index to restrict index information by (can be null) + The source column to restrict index information by (can be null) + A DataTable containing the results + + + + Returns detailed column information for a specified view + + The catalog to retrieve columns for (can be null) + The view to restrict column information by (can be null) + The source column to restrict column information by (can be null) + A DataTable containing the results + + + + Retrieves foreign key information from the specified set of filters + + An optional catalog to restrict results on + An optional table to restrict results on + An optional foreign key name to restrict results on + A DataTable with the results of the query + + + + This event is raised periodically during long running queries. Changing + the value of the property will + determine if the database operation will be retried or stopped. For the + entire duration of the event, the associated connection and statement + objects must not be modified, either directly or indirectly, by the + called code. + + + + + This event is raised periodically during long running queries. Changing + the value of the property will + determine if the operation in progress will continue or be interrupted. + For the entire duration of the event, the associated connection and + statement objects must not be modified, either directly or indirectly, by + the called code. + + + + + This event is raised whenever SQLite encounters an action covered by the + authorizer during query preparation. Changing the value of the + property will determine if + the specific action will be allowed, ignored, or denied. For the entire + duration of the event, the associated connection and statement objects + must not be modified, either directly or indirectly, by the called code. + + + + + This event is raised whenever SQLite makes an update/delete/insert into the database on + this connection. It only applies to the given connection. + + + + + This event is raised whenever SQLite is committing a transaction. + Return non-zero to trigger a rollback. + + + + + This event is raised whenever SQLite statement first begins executing on + this connection. It only applies to the given connection. + + + + + This event is raised when events matching the configured mask are + raised for this connection. + + + + + This property is used to configure the set of events that may be raised + from the event. The value of this property cannot + be changed while an event handler is registered. + + + + + This event is raised whenever SQLite is rolling back a transaction. + + + + + Returns the instance. + + + + + The I/O file cache flushing behavior for the connection + + + + + Normal file flushing at critical sections of the code + + + + + Full file flushing after every write operation + + + + + Use the default operating system's file flushing, SQLite does not explicitly flush the file buffers after writing + + + + + + The connection performing the operation. + A that contains the event + data. + + + + Raised each time the number of virtual machine instructions is + approximately equal to the value of the + property. + + The connection performing the operation. + A that contains the + event data. + + + + Raised when authorization is required to perform an action contained + within a SQL query. + + The connection performing the action. + A that contains the + event data. + + + + Raised when a transaction is about to be committed. To roll back a transaction, set the + rollbackTrans boolean value to true. + + The connection committing the transaction + Event arguments on the transaction + + + + Raised when data is inserted, updated and deleted on a given connection + + The connection committing the transaction + The event parameters which triggered the event + + + + Raised when a statement first begins executing on a given connection + + The connection executing the statement + Event arguments of the trace + + + + Raised between each backup step. + + + The source database connection. + + + The source database name. + + + The destination database connection. + + + The destination database name. + + + The number of pages copied with each step. + + + The number of pages remaining to be copied. + + + The total number of pages in the source database. + + + Set to true if the operation needs to be retried due to database + locking issues; otherwise, set to false. + + + True to continue with the backup process or false to halt the backup + process, rolling back any changes that have been made so far. + + + + + The event data associated with "database is busy" events. + + + + + The user-defined native data associated with this event. Currently, + this will always contain the value of . + + + + + The number of times the current database operation has been retried + so far. + + + + + The return code for the current call into the busy callback. + + + + + Constructs an instance of this class with default property values. + + + + + Constructs an instance of this class with specific property values. + + + The user-defined native data associated with this event. + + + The number of times the current database operation has been retried + so far. + + + The busy return code. + + + + + The event data associated with progress reporting events. + + + + + The user-defined native data associated with this event. Currently, + this will always contain the value of . + + + + + The return code for the current call into the progress callback. + + + + + Constructs an instance of this class with default property values. + + + + + Constructs an instance of this class with specific property values. + + + The user-defined native data associated with this event. + + + The progress return code. + + + + + The data associated with a call into the authorizer. + + + + + The user-defined native data associated with this event. Currently, + this will always contain the value of . + + + + + The action code responsible for the current call into the authorizer. + + + + + The first string argument for the current call into the authorizer. + The exact value will vary based on the action code, see the + enumeration for possible + values. + + + + + The second string argument for the current call into the authorizer. + The exact value will vary based on the action code, see the + enumeration for possible + values. + + + + + The database name for the current call into the authorizer, if + applicable. + + + + + The name of the inner-most trigger or view that is responsible for + the access attempt or a null value if this access attempt is directly + from top-level SQL code. + + + + + The return code for the current call into the authorizer. + + + + + Constructs an instance of this class with default property values. + + + + + Constructs an instance of this class with specific property values. + + + The user-defined native data associated with this event. + + + The authorizer action code. + + + The first authorizer argument. + + + The second authorizer argument. + + + The database name, if applicable. + + + The name of the inner-most trigger or view that is responsible for + the access attempt or a null value if this access attempt is directly + from top-level SQL code. + + + The authorizer return code. + + + + + Whenever an update event is triggered on a connection, this enum will indicate + exactly what type of operation is being performed. + + + + + A row is being deleted from the given database and table + + + + + A row is being inserted into the table. + + + + + A row is being updated in the table. + + + + + Passed during an Update callback, these event arguments detail the type of update operation being performed + on the given connection. + + + + + The name of the database being updated (usually "main" but can be any attached or temporary database) + + + + + The name of the table being updated + + + + + The type of update being performed (insert/update/delete) + + + + + The RowId affected by this update. + + + + + Event arguments raised when a transaction is being committed + + + + + Set to true to abort the transaction and trigger a rollback + + + + + Passed during an Trace callback, these event arguments contain the UTF-8 rendering of the SQL statement text + + + + + The flags associated with this trace event. + + + + + Database connection associated with this event. + + + + + Prepared statement associated with this event. + + + + + SQL statement text as the statement first begins executing + + + + + Elapsed time in nanoseconds associated with the prepared statement. + + + + + This interface represents a custom connection pool implementation + usable by System.Data.SQLite. + + + + + Counts the number of pool entries matching the specified file name. + + + The file name to match or null to match all files. + + + The pool entry counts for each matching file. + + + The total number of connections successfully opened from any pool. + + + The total number of connections successfully closed from any pool. + + + The total number of pool entries for all matching files. + + + + + Disposes of all pooled connections associated with the specified + database file name. + + + The database file name. + + + + + Disposes of all pooled connections. + + + + + Adds a connection to the pool of those associated with the + specified database file name. + + + The database file name. + + + The database connection handle. + + + The connection pool version at the point the database connection + handle was received from the connection pool. This is also the + connection pool version that the database connection handle was + created under. + + + + + Removes a connection from the pool of those associated with the + specified database file name with the intent of using it to + interact with the database. + + + The database file name. + + + The new maximum size of the connection pool for the specified + database file name. + + + The connection pool version associated with the returned database + connection handle, if any. + + + The database connection handle associated with the specified + database file name or null if it cannot be obtained. + + + + + This interface represents a custom connection pool implementation + usable by System.Data.SQLite. + + + + + Initialize the connection pool. + + + Optional single argument used during the connection pool + initialization process. + + + + + Terminate the connection pool. + + + Optional single argument used during the connection pool + termination process. + + + + + Gets the total number of connections successfully opened and + closed from any pool. + + + The total number of connections successfully opened from any pool. + + + The total number of connections successfully closed from any pool. + + + + + Resets the total number of connections successfully opened and + closed from any pool to zero. + + + + + This class implements a connection pool using the built-in static + method implementations. + + + + + Counts the number of pool entries matching the specified file name. + + + The file name to match or null to match all files. + + + The pool entry counts for each matching file. + + + The total number of connections successfully opened from any pool. + + + The total number of connections successfully closed from any pool. + + + The total number of pool entries for all matching files. + + + + + Disposes of all pooled connections associated with the specified + database file name. + + + The database file name. + + + + + Disposes of all pooled connections. + + + + + Adds a connection to the pool of those associated with the + specified database file name. + + + The database file name. + + + The database connection handle. + + + The connection pool version at the point the database connection + handle was received from the connection pool. This is also the + connection pool version that the database connection handle was + created under. + + + + + Removes a connection from the pool of those associated with the + specified database file name with the intent of using it to + interact with the database. + + + The database file name. + + + The new maximum size of the connection pool for the specified + database file name. + + + The connection pool version associated with the returned database + connection handle, if any. + + + The database connection handle associated with the specified + database file name or null if it cannot be obtained. + + + + + This class implements a naive connection pool where the underlying + connections are never disposed automatically. + + + + + Counts the number of pool entries matching the specified file name. + + + The file name to match or null to match all files. + + + The pool entry counts for each matching file. + + + The total number of connections successfully opened from any pool. + + + The total number of connections successfully closed from any pool. + + + The total number of pool entries for all matching files. + + + + + Disposes of all pooled connections associated with the specified + database file name. + + + The database file name. + + + + + Disposes of all pooled connections. + + + + + Adds a connection to the pool of those associated with the + specified database file name. + + + The database file name. + + + The database connection handle. + + + The connection pool version at the point the database connection + handle was received from the connection pool. This is also the + connection pool version that the database connection handle was + created under. + + + + + Removes a connection from the pool of those associated with the + specified database file name with the intent of using it to + interact with the database. + + + The database file name. + + + The new maximum size of the connection pool for the specified + database file name. + + + The connection pool version associated with the returned database + connection handle, if any. + + + The database connection handle associated with the specified + database file name or null if it cannot be obtained. + + + + + Keeps track of connections made on a specified file. The PoolVersion + dictates whether old objects get returned to the pool or discarded + when no longer in use. + + + + + The queue of weak references to the actual database connection + handles. + + + + + This pool version associated with the database connection + handles in this pool queue. + + + + + The maximum size of this pool queue. + + + + + Constructs a connection pool queue using the specified version + and maximum size. Normally, all the database connection + handles in this pool are associated with a single database file + name. + + + The initial pool version for this connection pool queue. + + + The initial maximum size for this connection pool queue. + + + + + This default method implementations in this class should not be used by + applications that make use of COM (either directly or indirectly) due + to possible deadlocks that can occur during finalization of some COM + objects. + + + + + This field is used to synchronize access to the private static + data in this class. + + + + + When this field is non-null, it will be used to provide the + implementation of all the connection pool methods; otherwise, + the default method implementations will be used. + + + + + Counts the number of pool entries matching the specified file name. + + + The file name to match or null to match all files. + + + The pool entry counts for each matching file. + + + The total number of connections successfully opened from any pool. + + + The total number of connections successfully closed from any pool. + + + The total number of pool entries for all matching files. + + + + + Disposes of all pooled connections associated with the specified + database file name. + + + The database file name. + + + + + Disposes of all pooled connections. + + + + + Adds a connection to the pool of those associated with the + specified database file name. + + + The database file name. + + + The database connection handle. + + + The connection pool version at the point the database connection + handle was received from the connection pool. This is also the + connection pool version that the database connection handle was + created under. + + + + + Removes a connection from the pool of those associated with the + specified database file name with the intent of using it to + interact with the database. + + + The database file name. + + + The new maximum size of the connection pool for the specified + database file name. + + + The connection pool version associated with the returned database + connection handle, if any. + + + The database connection handle associated with the specified + database file name or null if it cannot be obtained. + + + + + This method is used to obtain a reference to the custom connection + pool implementation currently in use, if any. + + + The custom connection pool implementation or null if the default + connection pool implementation should be used. + + + + + This method is used to set the reference to the custom connection + pool implementation to use, if any. + + + The custom connection pool implementation to use or null if the + default connection pool implementation should be used. + + + + + This default method implementations in this class should not be used + by applications that make use of COM (either directly or indirectly) + due to possible deadlocks that can occur during finalization of some + COM objects. + + + + + This field is used to synchronize access to the private static + data in this class. + + + + + The dictionary of connection pools, based on the normalized file + name of the SQLite database. + + + + + The default version number new pools will get. + + + + + The number of connections successfully opened from any pool. + This value is incremented by the Remove method. + + + + + The number of connections successfully closed from any pool. + This value is incremented by the Add method. + + + + + Counts the number of pool entries matching the specified file name. + + + The file name to match or null to match all files. + + + The pool entry counts for each matching file. + + + The total number of connections successfully opened from any pool. + + + The total number of connections successfully closed from any pool. + + + The total number of pool entries for all matching files. + + + + + Disposes of all pooled connections associated with the specified + database file name. + + + The database file name. + + + + + Disposes of all pooled connections. + + + + + Adds a connection to the pool of those associated with the + specified database file name. + + + The database file name. + + + The database connection handle. + + + The connection pool version at the point the database connection + handle was received from the connection pool. This is also the + connection pool version that the database connection handle was + created under. + + + + + Removes a connection from the pool of those associated with the + specified database file name with the intent of using it to + interact with the database. + + + The database file name. + + + The new maximum size of the connection pool for the specified + database file name. + + + The connection pool version associated with the returned database + connection handle, if any. + + + The database connection handle associated with the specified + database file name or null if it cannot be obtained. + + + + + We do not have to thread-lock anything in this function, because + it is only called by other functions above which already take the + lock. + + + The pool queue to resize. + + + If a function intends to add to the pool, this is true, which + forces the resize to take one more than it needs from the pool. + + + + + This default method implementations in this class should not be used + by applications that make use of COM (either directly or indirectly) + due to possible deadlocks that can occur during finalization of some + COM objects. + + + + + This field is used to synchronize access to the private static + data in this class. + + + + + The dictionary of connection pools, based on the normalized file + name of the SQLite database. + + + + + The default version number new pools will get. + + + + + The number of connections successfully opened from any pool. + This value is incremented by the Remove method. + + + + + The number of connections successfully closed from any pool. + This value is incremented by the Add method. + + + + + Counts the number of pool entries matching the specified file name. + + + The file name to match or null to match all files. + + + The pool entry counts for each matching file. + + + The total number of connections successfully opened from any pool. + + + The total number of connections successfully closed from any pool. + + + The total number of pool entries for all matching files. + + + + + Disposes of all pooled connections associated with the specified + database file name. + + + The database file name. + + + + + Disposes of all pooled connections. + + + + + Adds a connection to the pool of those associated with the + specified database file name. + + + The database file name. + + + The database connection handle. + + + The connection pool version at the point the database connection + handle was received from the connection pool. This is also the + connection pool version that the database connection handle was + created under. + + + + + Removes a connection from the pool of those associated with the + specified database file name with the intent of using it to + interact with the database. + + + The database file name. + + + The new maximum size of the connection pool for the specified + database file name. + + + The connection pool version associated with the returned database + connection handle, if any. + + + The database connection handle associated with the specified + database file name or null if it cannot be obtained. + + + + + We do not have to thread-lock anything in this function, because + it is only called by other functions above which already take the + lock. + + + The pool queue to resize. + + + If a function intends to add to the pool, this is true, which + forces the resize to take one more than it needs from the pool. + + + + + SQLite implementation of DbConnectionStringBuilder. + + + + + Properties of this class + + + + + Constructs a new instance of the class + + + Default constructor + + + + + Constructs a new instance of the class using the specified connection string. + + The connection string to parse + + + + Private initializer, which assigns the connection string and resets the builder + + The connection string to assign + + + + Gets/Sets the default version of the SQLite engine to instantiate. Currently the only valid value is 3, indicating version 3 of the sqlite library. + + + + + Gets/Sets the synchronization mode (file flushing) of the connection string. Default is "Normal". + + + + + Gets/Sets the encoding for the connection string. The default is "False" which indicates UTF-8 encoding. + + + + + Gets/Sets whether or not to use connection pooling. The default is "False" + + + + + Gets/Sets whethor not to store GUID's in binary format. The default is True + which saves space in the database. + + + + + Gets/Sets the filename to open on the connection string. + + + + + An alternate to the data source property + + + + + An alternate to the data source property that uses the SQLite URI syntax. + + + + + Gets/sets the default command timeout for newly-created commands. This is especially useful for + commands used internally such as inside a SQLiteTransaction, where setting the timeout is not possible. + + + + + Gets/sets the default maximum sleep time for newly-created commands. + + + + + Gets/sets the busy timeout to use with the SQLite core library. + + + + + EXPERIMENTAL -- + The wait timeout to use with + method. + This is only used when waiting for the enlistment to be reset + prior to enlisting in a transaction, and then only when the + appropriate connection flag is set. + + + + + Gets/sets the maximum number of retries when preparing SQL to be executed. + This normally only applies to preparation errors resulting from the database + schema being changed. + + + + + Gets/sets the maximum number of retries when stepping SQL to be executed. + This normally only applies to stepping errors resulting from the database + being locked. + + + + + Gets/sets the approximate number of virtual machine instructions between + progress events. In order for progress events to actually fire, the event + handler must be added to the event + as well. + + + + + Determines whether or not the connection will automatically participate + in the current distributed transaction (if one exists) + + + + + If set to true, will throw an exception if the database specified in the connection + string does not exist. If false, the database will be created automatically. + + + + + If enabled, uses the legacy 3.xx format for maximum compatibility, but results in larger + database sizes. + + + + + When enabled, the database will be opened for read-only access and writing will be disabled. + + + + + Gets/sets the database encryption password + + + + + Gets/sets the database encryption hexadecimal password + + + + + Gets/sets the database encryption textual password + + + + + Gets/sets the database encryption textual password in hexadecimal + + + + + Gets/Sets the page size for the connection. + + + + + Gets/Sets the maximum number of pages the database may hold + + + + + Gets/Sets the cache size for the connection. + + + + + Gets/Sets the DateTime format for the connection. + + + + + Gets/Sets the DateTime kind for the connection. + + + + + Gets/sets the DateTime format string used for formatting + and parsing purposes. + + + + + Gets/Sets the placeholder base schema name used for + .NET Framework compatibility purposes. + + + + + Determines how SQLite handles the transaction journal file. + + + + + Sets the default isolation level for transactions on the connection. + + + + + Gets/sets the default database type for the connection. + + + + + Gets/sets the default type name for the connection. + + + + + Gets/sets the VFS name for the connection. + + + + + If enabled, use foreign key constraints + + + + + Enable or disable the recursive trigger capability. + + + + + If non-null, this is the version of ZipVFS to use. This requires the + System.Data.SQLite interop assembly -AND- primary managed assembly to + be compiled with the INTEROP_INCLUDE_ZIPVFS option; otherwise, this + property does nothing. + + + + + Gets/Sets the extra behavioral flags. + + + + + If enabled, apply the default connection settings to opened databases. + + + + + If enabled, attempt to resolve the provided data source file name to a + full path before opening. + + + + + If enabled, skip using the configured default connection flags. + + + + + If enabled, skip using the configured shared connection flags. + + + + + Helper function for retrieving values from the connectionstring + + The keyword to retrieve settings for + The resulting parameter value + Returns true if the value was found and returned + + + + Fallback method for MONO, which doesn't implement DbConnectionStringBuilder.GetProperties() + + The hashtable to fill with property descriptors + + + + This base class provides datatype conversion services for the SQLite provider. + + + + + This character is used to escape other characters, including itself, in + connection string property names and values. + + + + + This character can be used to wrap connection string property names and + values. Normally, it is optional; however, when used, it must be the + first -AND- last character of that connection string property name -OR- + value. + + + + + This character can be used to wrap connection string property names and + values. Normally, it is optional; however, when used, it must be the + first -AND- last character of that connection string property name -OR- + value. + + + + + The character is used to separate the name and value for a connection + string property. This character cannot be present in any connection + string property name. This character can be present in a connection + string property value; however, this should be avoided unless deemed + absolutely necessary. + + + + + This character is used to separate connection string properties. When + the "No_SQLiteConnectionNewParser" setting is enabled, this character + may not appear in connection string property names -OR- values. + + + + + These are the characters that are special to the connection string + parser. + + + + + The fallback default database type when one cannot be obtained from an + existing connection instance. + + + + + The fallback default database type name when one cannot be obtained from + an existing connection instance. + + + + + The value for the Unix epoch (e.g. January 1, 1970 at midnight, in UTC). + + + + + The value of the OLE Automation epoch represented as a Julian day. This + field cannot be removed as the test suite relies upon it. + + + + + The format string for DateTime values when using the InvariantCulture or CurrentCulture formats. + + + + + This is the minimum Julian Day value supported by this library + (148731163200000). + + + + + This is the maximum Julian Day value supported by this library + (464269060799000). + + + + + An array of ISO-8601 DateTime formats that we support parsing. + + + + + The internal default format for UTC DateTime values when converting + to a string. + + + + + The internal default format for local DateTime values when converting + to a string. + + + + + An UTF-8 Encoding instance, so we can convert strings to and from UTF-8 + + + + + The default DateTime format for this instance. + + + + + The default DateTimeKind for this instance. + + + + + The default DateTime format string for this instance. + + + + + Initializes the conversion class + + The default date/time format to use for this instance + The DateTimeKind to use. + The DateTime format string to use. + + + + Converts a string to a UTF-8 encoded byte array sized to include a null-terminating character. + + The string to convert to UTF-8 + A byte array containing the converted string plus an extra 0 terminating byte at the end of the array. + + + + Convert a DateTime to a UTF-8 encoded, zero-terminated byte array. + + + This function is a convenience function, which first calls ToString() on the DateTime, and then calls ToUTF8() with the + string result. + + The DateTime to convert. + The UTF-8 encoded string, including a 0 terminating byte at the end of the array. + + + + Converts a UTF-8 encoded IntPtr of the specified length into a .NET string + + The pointer to the memory where the UTF-8 string is encoded + The number of bytes to decode + A string containing the translated character(s) + + + + Converts a UTF-8 encoded IntPtr of the specified length into a .NET string + + The pointer to the memory where the UTF-8 string is encoded + The number of bytes to decode + A string containing the translated character(s) + + + + Checks if the specified is within the + supported range for a Julian Day value. + + + The Julian Day value to check. + + + Non-zero if the specified Julian Day value is in the supported + range; otherwise, zero. + + + + + Converts a Julian Day value from a to an + . + + + The Julian Day value to convert. + + + The resulting Julian Day value. + + + + + Converts a Julian Day value from an to a + . + + + The Julian Day value to convert. + + + The resulting Julian Day value. + + + + + Converts a Julian Day value to a . + This method was translated from the "computeYMD" function in the + "date.c" file belonging to the SQLite core library. + + + The Julian Day value to convert. + + + The value to return in the event that the + Julian Day is out of the supported range. If this value is null, + an exception will be thrown instead. + + + A value that contains the year, month, and + day values that are closest to the specified Julian Day value. + + + + + Converts a Julian Day value to a . + This method was translated from the "computeHMS" function in the + "date.c" file belonging to the SQLite core library. + + + The Julian Day value to convert. + + + The value to return in the event that the + Julian Day value is out of the supported range. If this value is + null, an exception will be thrown instead. + + + A value that contains the hour, minute, and + second, and millisecond values that are closest to the specified + Julian Day value. + + + + + Converts a to a Julian Day value. + This method was translated from the "computeJD" function in + the "date.c" file belonging to the SQLite core library. + Since the range of Julian Day values supported by this method + includes all possible (valid) values of a + value, it should be extremely difficult for this method to + raise an exception or return an undefined result. + + + The value to convert. This value + will be within the range of + (00:00:00.0000000, January 1, 0001) to + (23:59:59.9999999, December + 31, 9999). + + + The nearest Julian Day value corresponding to the specified + value. + + + + + Converts a string into a DateTime, using the DateTimeFormat, DateTimeKind, + and DateTimeFormatString specified for the connection when it was opened. + + + Acceptable ISO8601 DateTime formats are: + + THHmmssK + THHmmK + HH:mm:ss.FFFFFFFK + HH:mm:ssK + HH:mmK + yyyy-MM-dd HH:mm:ss.FFFFFFFK + yyyy-MM-dd HH:mm:ssK + yyyy-MM-dd HH:mmK + yyyy-MM-ddTHH:mm:ss.FFFFFFFK + yyyy-MM-ddTHH:mmK + yyyy-MM-ddTHH:mm:ssK + yyyyMMddHHmmssK + yyyyMMddHHmmK + yyyyMMddTHHmmssFFFFFFFK + THHmmss + THHmm + HH:mm:ss.FFFFFFF + HH:mm:ss + HH:mm + yyyy-MM-dd HH:mm:ss.FFFFFFF + yyyy-MM-dd HH:mm:ss + yyyy-MM-dd HH:mm + yyyy-MM-ddTHH:mm:ss.FFFFFFF + yyyy-MM-ddTHH:mm + yyyy-MM-ddTHH:mm:ss + yyyyMMddHHmmss + yyyyMMddHHmm + yyyyMMddTHHmmssFFFFFFF + yyyy-MM-dd + yyyyMMdd + yy-MM-dd + + If the string cannot be matched to one of the above formats -OR- + the DateTimeFormatString if one was provided, an exception will + be thrown. + + The string containing either a long integer number of 100-nanosecond units since + System.DateTime.MinValue, a Julian day double, an integer number of seconds since the Unix epoch, a + culture-independent formatted date and time string, a formatted date and time string in the current + culture, or an ISO8601-format string. + A DateTime value + + + + Converts a string into a DateTime, using the specified DateTimeFormat, + DateTimeKind and DateTimeFormatString. + + + Acceptable ISO8601 DateTime formats are: + + THHmmssK + THHmmK + HH:mm:ss.FFFFFFFK + HH:mm:ssK + HH:mmK + yyyy-MM-dd HH:mm:ss.FFFFFFFK + yyyy-MM-dd HH:mm:ssK + yyyy-MM-dd HH:mmK + yyyy-MM-ddTHH:mm:ss.FFFFFFFK + yyyy-MM-ddTHH:mmK + yyyy-MM-ddTHH:mm:ssK + yyyyMMddHHmmssK + yyyyMMddHHmmK + yyyyMMddTHHmmssFFFFFFFK + THHmmss + THHmm + HH:mm:ss.FFFFFFF + HH:mm:ss + HH:mm + yyyy-MM-dd HH:mm:ss.FFFFFFF + yyyy-MM-dd HH:mm:ss + yyyy-MM-dd HH:mm + yyyy-MM-ddTHH:mm:ss.FFFFFFF + yyyy-MM-ddTHH:mm + yyyy-MM-ddTHH:mm:ss + yyyyMMddHHmmss + yyyyMMddHHmm + yyyyMMddTHHmmssFFFFFFF + yyyy-MM-dd + yyyyMMdd + yy-MM-dd + + If the string cannot be matched to one of the above formats -OR- + the DateTimeFormatString if one was provided, an exception will + be thrown. + + The string containing either a long integer number of 100-nanosecond units since + System.DateTime.MinValue, a Julian day double, an integer number of seconds since the Unix epoch, a + culture-independent formatted date and time string, a formatted date and time string in the current + culture, or an ISO8601-format string. + The SQLiteDateFormats to use. + The DateTimeKind to use. + The DateTime format string to use. + A DateTime value + + + + Converts a julianday value into a DateTime + + The value to convert + A .NET DateTime + + + + Converts a julianday value into a DateTime + + The value to convert + The DateTimeKind to use. + A .NET DateTime + + + + Converts the specified number of seconds from the Unix epoch into a + value. + + + The number of whole seconds since the Unix epoch. + + + Either Utc or Local time. + + + The new value. + + + + + Converts the specified number of ticks since the epoch into a + value. + + + The number of whole ticks since the epoch. + + + Either Utc or Local time. + + + The new value. + + + + + Converts a DateTime struct to a JulianDay double + + The DateTime to convert + The JulianDay value the Datetime represents + + + + Converts a DateTime struct to the whole number of seconds since the + Unix epoch. + + The DateTime to convert + The whole number of seconds since the Unix epoch + + + + Returns the DateTime format string to use for the specified DateTimeKind. + If is not null, it will be returned verbatim. + + The DateTimeKind to use. + The DateTime format string to use. + + The DateTime format string to use for the specified DateTimeKind. + + + + + Converts a string into a DateTime, using the DateTimeFormat, DateTimeKind, + and DateTimeFormatString specified for the connection when it was opened. + + The DateTime value to convert + Either a string containing the long integer number of 100-nanosecond units since System.DateTime.MinValue, a + Julian day double, an integer number of seconds since the Unix epoch, a culture-independent formatted date and time + string, a formatted date and time string in the current culture, or an ISO8601-format date/time string. + + + + Converts a string into a DateTime, using the DateTimeFormat, DateTimeKind, + and DateTimeFormatString specified for the connection when it was opened. + + The DateTime value to convert + The SQLiteDateFormats to use. + The DateTimeKind to use. + The DateTime format string to use. + Either a string containing the long integer number of 100-nanosecond units since System.DateTime.MinValue, a + Julian day double, an integer number of seconds since the Unix epoch, a culture-independent formatted date and time + string, a formatted date and time string in the current culture, or an ISO8601-format date/time string. + + + + Internal function to convert a UTF-8 encoded IntPtr of the specified length to a DateTime. + + + This is a convenience function, which first calls ToString() on the IntPtr to convert it to a string, then calls + ToDateTime() on the string to return a DateTime. + + A pointer to the UTF-8 encoded string + The length in bytes of the string + The parsed DateTime value + + + + Smart method of splitting a string. Skips quoted elements, removes the quotes. + + + This split function works somewhat like the String.Split() function in that it breaks apart a string into + pieces and returns the pieces as an array. The primary differences are: + + Only one character can be provided as a separator character + Quoted text inside the string is skipped over when searching for the separator, and the quotes are removed. + + Thus, if splitting the following string looking for a comma:
+ One,Two, "Three, Four", Five
+
+ The resulting array would contain
+ [0] One
+ [1] Two
+ [2] Three, Four
+ [3] Five
+
+ Note that the leading and trailing spaces were removed from each item during the split. +
+ Source string to split apart + Separator character + A string array of the split up elements +
+ + + Splits the specified string into multiple strings based on a separator + and returns the result as an array of strings. + + + The string to split into pieces based on the separator character. If + this string is null, null will always be returned. If this string is + empty, an array of zero strings will always be returned. + + + The character used to divide the original string into sub-strings. + This character cannot be a backslash or a double-quote; otherwise, no + work will be performed and null will be returned. + + + If this parameter is non-zero, all double-quote characters will be + retained in the returned list of strings; otherwise, they will be + dropped. + + + Upon failure, this parameter will be modified to contain an appropriate + error message. + + + The new array of strings or null if the input string is null -OR- the + separator character is a backslash or a double-quote -OR- the string + contains an unbalanced backslash or double-quote character. + + + + + Queries and returns the string representation for an object, using the + specified (or current) format provider. + + + The object instance to return the string representation for. + + + The format provider to use -OR- null if the current format provider for + the thread should be used instead. + + + The string representation for the object instance -OR- null if the + object instance is also null. + + + + + Attempts to convert an arbitrary object to the Boolean data type. + Null object values are converted to false. Throws an exception + upon failure. + + + The object value to convert. + + + The format provider to use. + + + If non-zero, a string value will be converted using the + + method; otherwise, the + method will be used. + + + The converted boolean value. + + + + + Convert a value to true or false. + + A string or number representing true or false + + + + + Converts an integer to a string that can be round-tripped using the + invariant culture. + + + The integer value to return the string representation for. + + + The string representation of the specified integer value, using the + invariant culture. + + + + + Attempts to convert a into a . + + + The to convert, cannot be null. + + + The converted value. + + + The supported strings are "yes", "no", "y", "n", "on", "off", "0", "1", + as well as any prefix of the strings + and . All strings are treated in a + case-insensitive manner. + + + + + Converts a SQLiteType to a .NET Type object + + The SQLiteType to convert + Returns a .NET Type object + + + + For a given intrinsic type, return a DbType + + The native type to convert + The corresponding (closest match) DbType + + + + Returns the ColumnSize for the given DbType + + The DbType to get the size of + + + + + Determines the default database type name to be used when a + per-connection value is not available. + + + The connection context for type mappings, if any. + + + The default database type name to use. + + + + + If applicable, issues a trace log message warning about falling back to + the default database type name. + + + The database value type. + + + The flags associated with the parent connection object. + + + The textual name of the database type. + + + + + If applicable, issues a trace log message warning about falling back to + the default database value type. + + + The textual name of the database type. + + + The flags associated with the parent connection object. + + + The database value type. + + + + + For a given database value type, return the "closest-match" textual database type name. + + The connection context for custom type mappings, if any. + The database value type. + The flags associated with the parent connection object. + The type name or an empty string if it cannot be determined. + + + + Convert a DbType to a Type + + The DbType to convert from + The closest-match .NET type + + + + For a given type, return the closest-match SQLite TypeAffinity, which only understands a very limited subset of types. + + The type to evaluate + The flags associated with the connection. + The SQLite type affinity for that type. + + + + Builds and returns a map containing the database column types + recognized by this provider. + + + A map containing the database column types recognized by this + provider. + + + + + Determines if a database type is considered to be a string. + + + The database type to check. + + + Non-zero if the database type is considered to be a string, zero + otherwise. + + + + + Determines and returns the runtime configuration setting string that + should be used in place of the specified object value. + + + The object value to convert to a string. + + + Either the string to use in place of the object value -OR- null if it + cannot be determined. + + + + + Determines the default value to be used when a + per-connection value is not available. + + + The connection context for type mappings, if any. + + + The default value to use. + + + + + Converts the object value, which is assumed to have originated + from a , to a string value. + + + The value to be converted to a string. + + + A null value will be returned if the original value is null -OR- + the original value is . Otherwise, + the original value will be converted to a string, using its + (possibly overridden) method and + then returned. + + + + + Determines if the specified textual value appears to be a + value. + + + The textual value to inspect. + + + Non-zero if the text looks like a value, + zero otherwise. + + + + + Determines if the specified textual value appears to be an + value. + + + The textual value to inspect. + + + Non-zero if the text looks like an value, + zero otherwise. + + + + + Determines if the specified textual value appears to be a + value. + + + The textual value to inspect. + + + Non-zero if the text looks like a value, + zero otherwise. + + + + + Determines if the specified textual value appears to be a + value. + + + The object instance configured with + the chosen format. + + + The textual value to inspect. + + + Non-zero if the text looks like a in the + configured format, zero otherwise. + + + + + For a given textual database type name, return the "closest-match" database type. + This method is called during query result processing; therefore, its performance + is critical. + + The connection context for custom type mappings, if any. + The textual name of the database type to match. + The flags associated with the parent connection object. + The .NET DBType the text evaluates to. + + + + SQLite has very limited types, and is inherently text-based. The first 5 types below represent the sum of all types SQLite + understands. The DateTime extension to the spec is for internal use only. + + + + + Not used + + + + + All integers in SQLite default to Int64 + + + + + All floating point numbers in SQLite default to double + + + + + The default data type of SQLite is text + + + + + Typically blob types are only seen when returned from a function + + + + + Null types can be returned from functions + + + + + Used internally by this provider + + + + + Used internally by this provider + + + + + These are the event types associated with the + + delegate (and its corresponding event) and the + class. + + + + + Not used. + + + + + Not used. + + + + + The connection is being opened. + + + + + The connection string has been parsed. + + + + + The connection was opened. + + + + + The method was called on the + connection. + + + + + A transaction was created using the connection. + + + + + The connection was enlisted into a transaction. + + + + + A command was created using the connection. + + + + + A data reader was created using the connection. + + + + + An instance of a derived class has + been created to wrap a native resource. + + + + + The connection is being closed. + + + + + The connection was closed. + + + + + A command is being disposed. + + + + + A data reader is being disposed. + + + + + A data reader is being closed. + + + + + A native resource was opened (i.e. obtained) from the pool. + + + + + A native resource was closed (i.e. released) to the pool. + + + + + The connection is being disposed. + + + + + The connection was disposed. + + + + + The connection is being finalized. + + + + + The connection was finalized. + + + + + The closing of the object had no effect, e.g. because the + underlying resource was not actually allocated or opened. + + + + + The connection string may be changed. + + + + + The SQL string may be changed. + + + + + The method was invoked. + + + + + This implementation of SQLite for ADO.NET can process date/time fields in + databases in one of six formats. + + + ISO8601 format is more compatible, readable, fully-processable, but less + accurate as it does not provide time down to fractions of a second. + JulianDay is the numeric format the SQLite uses internally and is arguably + the most compatible with 3rd party tools. It is not readable as text + without post-processing. Ticks less compatible with 3rd party tools that + query the database, and renders the DateTime field unreadable as text + without post-processing. UnixEpoch is more compatible with Unix systems. + InvariantCulture allows the configured format for the invariant culture + format to be used and is human readable. CurrentCulture allows the + configured format for the current culture to be used and is also human + readable. + + The preferred order of choosing a DateTime format is JulianDay, ISO8601, + and then Ticks. Ticks is mainly present for legacy code support. + + + + + Use the value of DateTime.Ticks. This value is not recommended and is not well supported with LINQ. + + + + + Use the ISO-8601 format. Uses the "yyyy-MM-dd HH:mm:ss.FFFFFFFK" format for UTC DateTime values and + "yyyy-MM-dd HH:mm:ss.FFFFFFF" format for local DateTime values). + + + + + The interval of time in days and fractions of a day since January 1, 4713 BC. + + + + + The whole number of seconds since the Unix epoch (January 1, 1970). + + + + + Any culture-independent string value that the .NET Framework can interpret as a valid DateTime. + + + + + Any string value that the .NET Framework can interpret as a valid DateTime using the current culture. + + + + + The default format for this provider. + + + + + This enum determines how SQLite treats its journal file. + + + By default SQLite will create and delete the journal file when needed during a transaction. + However, for some computers running certain filesystem monitoring tools, the rapid + creation and deletion of the journal file can cause those programs to fail, or to interfere with SQLite. + + If a program or virus scanner is interfering with SQLite's journal file, you may receive errors like "unable to open database file" + when starting a transaction. If this is happening, you may want to change the default journal mode to Persist. + + + + + The default mode, this causes SQLite to use the existing journaling mode for the database. + + + + + SQLite will create and destroy the journal file as-needed. + + + + + When this is set, SQLite will keep the journal file even after a transaction has completed. It's contents will be erased, + and the journal re-used as often as needed. If it is deleted, it will be recreated the next time it is needed. + + + + + This option disables the rollback journal entirely. Interrupted transactions or a program crash can cause database + corruption in this mode! + + + + + SQLite will truncate the journal file to zero-length instead of deleting it. + + + + + SQLite will store the journal in volatile RAM. This saves disk I/O but at the expense of database safety and integrity. + If the application using SQLite crashes in the middle of a transaction when the MEMORY journaling mode is set, then the + database file will very likely go corrupt. + + + + + SQLite uses a write-ahead log instead of a rollback journal to implement transactions. The WAL journaling mode is persistent; + after being set it stays in effect across multiple database connections and after closing and reopening the database. A database + in WAL journaling mode can only be accessed by SQLite version 3.7.0 or later. + + + + + Possible values for the "synchronous" database setting. This setting determines + how often the database engine calls the xSync method of the VFS. + + + + + Use the default "synchronous" database setting. Currently, this should be + the same as using the FULL mode. + + + + + The database engine continues without syncing as soon as it has handed + data off to the operating system. If the application running SQLite + crashes, the data will be safe, but the database might become corrupted + if the operating system crashes or the computer loses power before that + data has been written to the disk surface. + + + + + The database engine will still sync at the most critical moments, but + less often than in FULL mode. There is a very small (though non-zero) + chance that a power failure at just the wrong time could corrupt the + database in NORMAL mode. + + + + + The database engine will use the xSync method of the VFS to ensure that + all content is safely written to the disk surface prior to continuing. + This ensures that an operating system crash or power failure will not + corrupt the database. FULL synchronous is very safe, but it is also + slower. + + + + + The requested command execution type. This controls which method of the + object will be called. + + + + + Do nothing. No method will be called. + + + + + The command is not expected to return a result -OR- the result is not + needed. The or + method + will be called. + + + + + The command is expected to return a scalar result -OR- the result should + be limited to a scalar result. The + or method will + be called. + + + + + The command is expected to return result. + The or + method will + be called. + + + + + Use the default command execution type. Using this value is the same + as using the value. + + + + + The action code responsible for the current call into the authorizer. + + + + + No action is being performed. This value should not be used from + external code. + + + + + No longer used. + + + + + An index will be created. The action-specific arguments are the + index name and the table name. + + + + + + A table will be created. The action-specific arguments are the + table name and a null value. + + + + + A temporary index will be created. The action-specific arguments + are the index name and the table name. + + + + + A temporary table will be created. The action-specific arguments + are the table name and a null value. + + + + + A temporary trigger will be created. The action-specific arguments + are the trigger name and the table name. + + + + + A temporary view will be created. The action-specific arguments are + the view name and a null value. + + + + + A trigger will be created. The action-specific arguments are the + trigger name and the table name. + + + + + A view will be created. The action-specific arguments are the view + name and a null value. + + + + + A DELETE statement will be executed. The action-specific arguments + are the table name and a null value. + + + + + An index will be dropped. The action-specific arguments are the + index name and the table name. + + + + + A table will be dropped. The action-specific arguments are the tables + name and a null value. + + + + + A temporary index will be dropped. The action-specific arguments are + the index name and the table name. + + + + + A temporary table will be dropped. The action-specific arguments are + the table name and a null value. + + + + + A temporary trigger will be dropped. The action-specific arguments + are the trigger name and the table name. + + + + + A temporary view will be dropped. The action-specific arguments are + the view name and a null value. + + + + + A trigger will be dropped. The action-specific arguments are the + trigger name and the table name. + + + + + A view will be dropped. The action-specific arguments are the view + name and a null value. + + + + + An INSERT statement will be executed. The action-specific arguments + are the table name and a null value. + + + + + A PRAGMA statement will be executed. The action-specific arguments + are the name of the PRAGMA and the new value or a null value. + + + + + A table column will be read. The action-specific arguments are the + table name and the column name. + + + + + A SELECT statement will be executed. The action-specific arguments + are both null values. + + + + + A transaction will be started, committed, or rolled back. The + action-specific arguments are the name of the operation (BEGIN, + COMMIT, or ROLLBACK) and a null value. + + + + + An UPDATE statement will be executed. The action-specific arguments + are the table name and the column name. + + + + + A database will be attached to the connection. The action-specific + arguments are the database file name and a null value. + + + + + A database will be detached from the connection. The action-specific + arguments are the database name and a null value. + + + + + The schema of a table will be altered. The action-specific arguments + are the database name and the table name. + + + + + An index will be deleted and then recreated. The action-specific + arguments are the index name and a null value. + + + + + A table will be analyzed to gathers statistics about it. The + action-specific arguments are the table name and a null value. + + + + + A virtual table will be created. The action-specific arguments are + the table name and the module name. + + + + + A virtual table will be dropped. The action-specific arguments are + the table name and the module name. + + + + + A SQL function will be called. The action-specific arguments are a + null value and the function name. + + + + + A savepoint will be created, released, or rolled back. The + action-specific arguments are the name of the operation (BEGIN, + RELEASE, or ROLLBACK) and the savepoint name. + + + + + A recursive query will be executed. The action-specific arguments + are two null values. + + + + + The possible return codes for the busy callback. + + + + + Stop invoking the busy callback and return + to the + caller. + + + + + Retry the associated operation and invoke + the busy callback again, if necessary. + + + + + The possible return codes for the progress callback. + + + + + The operation should continue. + + + + + The operation should be interrupted. + + + + + The return code for the current call into the authorizer. + + + + + The action will be allowed. + + + + + The overall action will be disallowed and an error message will be + returned from the query preparation method. + + + + + The specific action will be disallowed; however, the overall action + will continue. The exact effects of this return code vary depending + on the specific action, please refer to the SQLite core library + documentation for futher details. + + + + + Class used internally to determine the datatype of a column in a resultset + + + + + The DbType of the column, or DbType.Object if it cannot be determined + + + + + The affinity of a column, used for expressions or when Type is DbType.Object + + + + + Constructs a default instance of this type. + + + + + Constructs an instance of this type with the specified field values. + + + The type affinity to use for the new instance. + + + The database type to use for the new instance. + + + + + SQLite implementation of DbDataAdapter. + + + + + This class is just a shell around the DbDataAdapter. Nothing from + DbDataAdapter is overridden here, just a few constructors are defined. + + + Default constructor. + + + + + Constructs a data adapter using the specified select command. + + + The select command to associate with the adapter. + + + + + Constructs a data adapter with the supplied select command text and + associated with the specified connection. + + + The select command text to associate with the data adapter. + + + The connection to associate with the select command. + + + + + Constructs a data adapter with the specified select command text, + and using the specified database connection string. + + + The select command text to use to construct a select command. + + + A connection string suitable for passing to a new SQLiteConnection, + which is associated with the select command. + + + + + Constructs a data adapter with the specified select command text, + and using the specified database connection string. + + + The select command text to use to construct a select command. + + + A connection string suitable for passing to a new SQLiteConnection, + which is associated with the select command. + + + Non-zero to parse the connection string using the built-in (i.e. + framework provided) parser when opening the connection. + + + + + Cleans up resources (native and managed) associated with the current instance. + + + Zero when being disposed via garbage collection; otherwise, non-zero. + + + + + Row updating event handler + + + + + Row updated event handler + + + + + Raised by the underlying DbDataAdapter when a row is being updated + + The event's specifics + + + + Raised by DbDataAdapter after a row is updated + + The event's specifics + + + + Gets/sets the select command for this DataAdapter + + + + + Gets/sets the insert command for this DataAdapter + + + + + Gets/sets the update command for this DataAdapter + + + + + Gets/sets the delete command for this DataAdapter + + + + + SQLite implementation of DbDataReader. + + + + + Underlying command this reader is attached to + + + + + The flags pertaining to the associated connection (via the command). + + + + + Index of the current statement in the command being processed + + + + + Current statement being Read() + + + + + State of the current statement being processed. + -1 = First Step() executed, so the first Read() will be ignored + 0 = Actively reading + 1 = Finished reading + 2 = Non-row-returning statement, no records + + + + + Number of records affected by the insert/update statements executed on the command + + + + + Count of fields (columns) in the row-returning statement currently being processed + + + + + The number of calls to Step() that have returned true (i.e. the number of rows that + have been read in the current result set). + + + + + Maps the field (column) names to their corresponding indexes within the results. + + + + + Datatypes of active fields (columns) in the current statement, used for type-restricting data + + + + + The behavior of the datareader + + + + + If set, then dispose of the command object when the reader is finished + + + + + If set, then raise an exception when the object is accessed after being disposed. + + + + + An array of rowid's for the active statement if CommandBehavior.KeyInfo is specified + + + + + Matches the version of the connection. + + + + + The "stub" (i.e. placeholder) base schema name to use when returning + column schema information. Matches the base schema name used by the + associated connection. + + + + + Internal constructor, initializes the datareader and sets up to begin executing statements + + The SQLiteCommand this data reader is for + The expected behavior of the data reader + + + + Dispose of all resources used by this datareader. + + + + + + Closes the datareader, potentially closing the connection as well if CommandBehavior.CloseConnection was specified. + + + + + Throw an error if the datareader is closed + + + + + Throw an error if a row is not loaded + + + + + Enumerator support + + Returns a DbEnumerator object. + + + + Not implemented. Returns 0 + + + + + Returns the number of columns in the current resultset + + + + + Forces the connection flags cached by this data reader to be refreshed + from the underlying connection. + + + + + Returns the number of rows seen so far in the current result set. + + + + + Returns the number of visible fields in the current resultset + + + + + This method is used to make sure the result set is open and a row is currently available. + + + + + SQLite is inherently un-typed. All datatypes in SQLite are natively strings. The definition of the columns of a table + and the affinity of returned types are all we have to go on to type-restrict data in the reader. + + This function attempts to verify that the type of data being requested of a column matches the datatype of the column. In + the case of columns that are not backed into a table definition, we attempt to match up the affinity of a column (int, double, string or blob) + to a set of known types that closely match that affinity. It's not an exact science, but its the best we can do. + + + This function throws an InvalidTypeCast() exception if the requested type doesn't match the column's definition or affinity. + + The index of the column to type-check + The type we want to get out of the column + + + + Invokes the data reader value callback configured for the database + type name associated with the specified column. If no data reader + value callback is available for the database type name, do nothing. + + + The index of the column being read. + + + The extra event data to pass into the callback. + + + Non-zero if the default handling for the data reader call should be + skipped. If this is set to non-zero and the necessary return value + is unavailable or unsuitable, an exception will be thrown. + + + + + Attempts to query the integer identifier for the current row. This + will not work for tables that were created WITHOUT ROWID -OR- if the + query does not include the "rowid" column or one of its aliases -OR- + if the was not created with the + flag. + + + The index of the BLOB column. + + + The integer identifier for the current row -OR- null if it could not + be determined. + + + + + Retrieves the column as a object. + This will not work for tables that were created WITHOUT ROWID + -OR- if the query does not include the "rowid" column or one + of its aliases -OR- if the was + not created with the + flag. + + The index of the column. + + Non-zero to open the blob object for read-only access. + + A new object. + + + + Retrieves the column as a boolean value + + The index of the column. + bool + + + + Retrieves the column as a single byte value + + The index of the column. + byte + + + + Retrieves a column as an array of bytes (blob) + + The index of the column. + The zero-based index of where to begin reading the data + The buffer to write the bytes into + The zero-based index of where to begin writing into the array + The number of bytes to retrieve + The actual number of bytes written into the array + + To determine the number of bytes in the column, pass a null value for the buffer. The total length will be returned. + + + + + Returns the column as a single character + + The index of the column. + char + + + + Retrieves a column as an array of chars (blob) + + The index of the column. + The zero-based index of where to begin reading the data + The buffer to write the characters into + The zero-based index of where to begin writing into the array + The number of bytes to retrieve + The actual number of characters written into the array + + To determine the number of characters in the column, pass a null value for the buffer. The total length will be returned. + + + + + Retrieves the name of the back-end datatype of the column + + The index of the column. + string + + + + Retrieve the column as a date/time value + + The index of the column. + DateTime + + + + Retrieve the column as a decimal value + + The index of the column. + decimal + + + + Returns the column as a double + + The index of the column. + double + + + + Determines and returns the of the + specified column. + + + The index of the column. + + + The associated with the specified + column, if any. + + + + + Returns the .NET type of a given column + + The index of the column. + Type + + + + Returns a column as a float value + + The index of the column. + float + + + + Returns the column as a Guid + + The index of the column. + Guid + + + + Returns the column as a short + + The index of the column. + Int16 + + + + Retrieves the column as an int + + The index of the column. + Int32 + + + + Retrieves the column as a long + + The index of the column. + Int64 + + + + Retrieves the name of the column + + The index of the column. + string + + + + Returns the name of the database associated with the specified column. + + The index of the column. + string + + + + Returns the name of the table associated with the specified column. + + The index of the column. + string + + + + Returns the original name of the specified column. + + The index of the column. + string + + + + Retrieves the i of a column, given its name + + The name of the column to retrieve + The int i of the column + + + + Schema information in SQLite is difficult to map into .NET conventions, so a lot of work must be done + to gather the necessary information so it can be represented in an ADO.NET manner. + + Returns a DataTable containing the schema information for the active SELECT statement being processed. + + + + Retrieves the column as a string + + The index of the column. + string + + + + Retrieves the column as an object corresponding to the underlying datatype of the column + + The index of the column. + object + + + + Retreives the values of multiple columns, up to the size of the supplied array + + The array to fill with values from the columns in the current resultset + The number of columns retrieved + + + + Returns a collection containing all the column names and values for the + current row of data in the current resultset, if any. If there is no + current row or no current resultset, an exception may be thrown. + + + The collection containing the column name and value information for the + current row of data in the current resultset or null if this information + cannot be obtained. + + + + + Returns True if the resultset has rows that can be fetched + + + + + Returns True if the data reader is closed + + + + + Returns True if the specified column is null + + The index of the column. + True or False + + + + Checks if the specified statement appears to have impacted + one or more rows. If so, updates the appropriate count(s). + + + The statement in progress to be checked. + + + + + Single steps the specified statment and checks the number + of rows affected, if applicable. + + + The statement to be stepped. + + + Non-zero if the specified statement appears to have more + rows within it; otherwise, zero. + + + + + Moves to the next resultset in multiple row-returning SQL command. + + True if the command was successful and a new resultset is available, False otherwise. + + + + This method attempts to query the database connection associated with + the data reader in use. If the underlying command or connection is + unavailable, a null value will be returned. + + + The connection object -OR- null if it is unavailable. + + + + + Retrieves the SQLiteType for a given column and row value. + + + The original SQLiteType structure, based only on the column. + + + The textual value of the column for a given row. + + + The SQLiteType structure. + + + + + Retrieves the SQLiteType for a given column, and caches it to avoid repetetive interop calls. + + The flags associated with the parent connection object. + The index of the column. + A SQLiteType structure + + + + Attempts to read the next row from the current result set. + + + Non-zero if a new row was successfully loaded and is ready + for processing; otherwise, zero. + + + + + Attempts to read the next row from the current result set. + + + When this parameter is non-zero, the SingleRow command + behavior flag will be ignored. + + + Non-zero if a new row was successfully loaded and is ready + for processing; otherwise, zero. + + + + + Returns the number of rows affected by the statement being executed. + The value returned may not be accurate for DDL statements. Also, it + will be -1 for any statement that does not modify the database (e.g. + SELECT). If an otherwise read-only statement modifies the database + indirectly (e.g. via a virtual table or user-defined function), the + value returned is undefined. + + + + + Indexer to retrieve data from a column given its name + + The name of the column to retrieve data for + The value contained in the column + + + + Indexer to retrieve data from a column given its i + + The index of the column. + The value contained in the column + + + + SQLite exception class. + + + + + This value was copied from the "WinError.h" file included with the + Platform SDK for Windows 10. + + + + + This field contains the SQLite (or Win32?) error code associated + with this exception. + + + + + Private constructor for use with serialization. + + + Holds the serialized object data about the exception being thrown. + + + Contains contextual information about the source or destination. + + + + + Public constructor for generating a SQLite exception given the error + code and message. + + + The SQLite return code to report. + + + Message text to go along with the return code message text. + + + + + Public constructor that uses the base class constructor for the error + message. + + Error message text. + + + + Public constructor that uses the default base class constructor. + + + + + Public constructor that uses the base class constructor for the error + message and inner exception. + + Error message text. + The original (inner) exception. + + + + Adds extra information to the serialized object data specific to this + class type. This is only used for serialization. + + + Holds the serialized object data about the exception being thrown. + + + Contains contextual information about the source or destination. + + + + + Gets the associated SQLite result code for this exception as a + . This property returns the same + underlying value as the property. + + + + + Gets the associated SQLite return code for this exception as an + . For desktop versions of the .NET Framework, + this property overrides the property of the same name within the + + class. This property returns the same underlying value as the + property. + + + + + This method performs extra initialization tasks. It may be called by + any of the constructors of this class. It must not throw exceptions. + + + + + Maps a Win32 error code to an HRESULT. + + + The specified Win32 error code. It must be within the range of zero + (0) to 0xFFFF (65535). + + + Non-zero if the HRESULT should indicate success; otherwise, zero. + + + The integer value of the HRESULT. + + + + + Determines if an integer error code is really a failure HRESULT. + If so, extracts the error code from it; otherwise, returns the + value verbatim. + + + Either a failure HRESULT or a Win32 error code. + + + Either an extracted Win32 error code -OR- the origianl value + verbatim. + + + + + Determines if an integer error code is really a failure HRESULT. + If so, extracts the error code from it; otherwise, returns the + value verbatim. + + + Either a failure HRESULT or a Win32 error code. + + + Either an extracted Win32 error code -OR- the origianl value + verbatim. + + + + + Maps an HRESULT to a Win32 error code. + + + The specified HRESULT. + + + The integer value of the Win32 error code. + + + + + Attempts to map the specified onto an + existing HRESULT -OR- a Win32 error code wrapped in an HRESULT. The + mappings may not have perfectly matching semantics; however, they do + have the benefit of being unique within the context of this exception + type. + + + The to map. + + + The integer HRESULT value -OR- null if there is no known mapping. + + + + + Returns the error message for the specified SQLite return code. + + The SQLite return code. + The error message or null if it cannot be found. + + + + Returns the composite error message based on the SQLite return code + and the optional detailed error message. + + The SQLite return code. + Optional detailed error message. + Error message text for the return code. + + + + SQLite error codes. Actually, this enumeration represents a return code, + which may also indicate success in one of several ways (e.g. SQLITE_OK, + SQLITE_ROW, and SQLITE_DONE). Therefore, the name of this enumeration is + something of a misnomer. + + + + + The error code is unknown. This error code + is only used by the managed wrapper itself. + + + + + Successful result + + + + + SQL error or missing database + + + + + Internal logic error in SQLite + + + + + Access permission denied + + + + + Callback routine requested an abort + + + + + The database file is locked + + + + + A table in the database is locked + + + + + A malloc() failed + + + + + Attempt to write a readonly database + + + + + Operation terminated by sqlite3_interrupt() + + + + + Some kind of disk I/O error occurred + + + + + The database disk image is malformed + + + + + Unknown opcode in sqlite3_file_control() + + + + + Insertion failed because database is full + + + + + Unable to open the database file + + + + + Database lock protocol error + + + + + Database is empty + + + + + The database schema changed + + + + + String or BLOB exceeds size limit + + + + + Abort due to constraint violation + + + + + Data type mismatch + + + + + Library used incorrectly + + + + + Uses OS features not supported on host + + + + + Authorization denied + + + + + Auxiliary database format error + + + + + 2nd parameter to sqlite3_bind out of range + + + + + File opened that is not a database file + + + + + Notifications from sqlite3_log() + + + + + Warnings from sqlite3_log() + + + + + sqlite3_step() has another row ready + + + + + sqlite3_step() has finished executing + + + + + Used to mask off extended result codes + + + + + A collation sequence was referenced by a schema and it cannot be + found. + + + + + An internal operation failed and it may succeed if retried. + + + + + The specified snapshot has been overwritten by a checkpoint. + + + + + A file read operation failed. + + + + + A file read operation returned less data than requested. + + + + + A file write operation failed. + + + + + A file synchronization operation failed. + + + + + A directory synchronization operation failed. + + + + + A file truncate operation failed. + + + + + A file metadata operation failed. + + + + + A file unlock operation failed. + + + + + A file lock operation failed. + + + + + A file delete operation failed. + + + + + Not currently used. + + + + + Out-of-memory during a file operation. + + + + + A file existence/status operation failed. + + + + + A check for a reserved lock failed. + + + + + A file lock operation failed. + + + + + A file close operation failed. + + + + + A directory close operation failed. + + + + + A shared memory open operation failed. + + + + + A shared memory size operation failed. + + + + + A shared memory lock operation failed. + + + + + A shared memory map operation failed. + + + + + A file seek operation failed. + + + + + A file delete operation failed because it does not exist. + + + + + A file memory mapping operation failed. + + + + + The temporary directory path could not be obtained. + + + + + A path string conversion operation failed. + + + + + Reserved. + + + + + An attempt to authenticate failed. + + + + + An attempt to begin a file system transaction failed. + + + + + An attempt to commit a file system transaction failed. + + + + + An attempt to rollback a file system transaction failed. + + + + + Data read from the file system appears to be incorrect. + + + + + File system corruption was detected during a read or write. + + + + + A database table is locked in shared-cache mode. + + + + + A virtual table in the database is locked. + + + + + A database file is locked due to a recovery operation. + + + + + A database file is locked due to snapshot semantics. + + + + + An internal timeout was encountered while waiting for a database lock. + + + + + A database file cannot be opened because no temporary directory is available. + + + + + A database file cannot be opened because its path represents a directory. + + + + + A database file cannot be opened because its full path could not be obtained. + + + + + A database file cannot be opened because a path string conversion operation failed. + + + + + No longer used. + + + + + A database file is a symbolic link and cannot be opened. + + + + + A virtual table is malformed. + + + + + A required sequence table is missing or corrupt. + + + + + An index entry that should be present is missing. + + + + + A database file is read-only due to a recovery operation. + + + + + A database file is read-only because a lock could not be obtained. + + + + + A database file is read-only because it needs rollback processing. + + + + + A database file is read-only because it was moved while open. + + + + + The shared-memory file is read-only and it should be read-write. + + + + + Unable to create journal file because the directory is read-only. + + + + + An operation is being aborted due to rollback processing. + + + + + A CHECK constraint failed. + + + + + A commit hook produced a unsuccessful return code. + + + + + A FOREIGN KEY constraint failed. + + + + + Not currently used. + + + + + A NOT NULL constraint failed. + + + + + A PRIMARY KEY constraint failed. + + + + + The RAISE function was used by a trigger-program. + + + + + A UNIQUE constraint failed. + + + + + Not currently used. + + + + + A ROWID constraint failed. + + + + + A database cursor is busy and cannot be moved. + + + + + Value does not conform to specified data type. + + + + + Method called without an appropriate license. + + + + + Frames were recovered from the WAL log file. + + + + + Pages were recovered from the journal file. + + + + + May be returned for spurious errors that can occur when applying + an RBU update. + + + + + An automatic index was created to process a query. + + + + + User authentication failed. + + + + + Success. Prevents the extension from unloading until the process + terminates. + + + + + Success. The specified file name refers to a symbolic link. + + + + + SQLite implementation of . + + + SQLite implementation of . + + + + + Constructs a new instance. + + + + + Cleans up resources (native and managed) associated with the current instance. + + + + + Cleans up resources associated with the current instance. + + + + + This event is raised whenever SQLite raises a logging event. + Note that this should be set as one of the first things in the + application. This event is provided for backward compatibility only. + New code should use the class instead. + + + + + Static instance member which returns an instanced class. + + + + + Creates and returns a new object. + + The new object. + + + + Creates and returns a new object. + + The new object. + + + + Creates and returns a new object. + + The new object. + + + + Creates and returns a new object. + + The new object. + + + + Creates and returns a new object. + + The new object. + + + + Creates and returns a new object. + + The new object. + + + + This method is called to perform preliminary static initialization + necessary for this class. + + + + + This method is called to perform some of the static initialization + necessary for this class. + + + + + Will provide a object in .NET 3.5. + + The class or interface type to query for. + + + + + These constants are used with the sqlite3_create_function() API, et al. + + + + + Initial flags value, no flags set. + + + + + The function uses UTF-8. + + + + + The function uses little-endian UTF-16. + + + + + The function uses big-endian UTF-16. + + + + + The function uses UTF-16 in native byte order. + + + + + Deprecated, do not use. + + + + + For sqlite3_create_collation() only, do not use. + + + + + Used to mask off the flags related to encodings. + + + + + The new function always gives the same output when the input parameters + are the same. The abs() function is deterministic, for example, but + randomblob() is not. Functions must be deterministic in order to be used + in certain contexts such as with the WHERE clause of partial indexes or + in generated columns. SQLite might also optimize deterministic functions + by factoring them out of inner loops. + + + + + The function may only be invoked from top-level SQL, and cannot be used + in VIEWs or TRIGGERs nor in schema structures such as CHECK constraints, + DEFAULT clauses, expression indexes, partial indexes, or generated columns. + The SQLITE_DIRECTONLY flags is a security feature which is recommended for + all application-defined SQL functions, and especially for functions that + have side-effects or that could potentially leak sensitive information. + + + + + The function may call sqlite3_value_subtype() to inspect the sub-types of + its arguments. Specifying this flag makes no difference for scalar or + aggregate user functions. However, if it is not specified for a user-defined + window function, then any sub-types belonging to arguments passed to the + window function may be discarded before the window function is called + (i.e. sqlite3_value_subtype() will always return 0). + + + + + The function is unlikely to cause problems even if misused. An innocuous + function should have no side effects and should not depend on any values + other than its input parameters. The abs() function is an example of an + innocuous function. The load_extension() SQL function is not innocuous + because of its side effects. + + SQLITE_INNOCUOUS is similar to SQLITE_DETERMINISTIC, but is not exactly + the same. The random() function is an example of a function that is + innocuous but not deterministic. + + Some heightened security settings (SQLITE_DBCONFIG_TRUSTED_SCHEMA and + PRAGMA trusted_schema=OFF) disable the use of SQL functions inside views + and triggers and in schema structures such as CHECK constraints, DEFAULT + clauses, expression indexes, partial indexes, and generated columns unless + the function is tagged with SQLITE_INNOCUOUS. Most built-in functions are + innocuous. Developers are advised to avoid using the SQLITE_INNOCUOUS flag + for application-defined functions unless the function has been carefully + audited and found to be free of potentially security-adverse side-effects + and information-leaks. + + + + + This abstract class is designed to handle user-defined functions easily. An instance of the derived class is made for each + connection to the database. + + + Although there is one instance of a class derived from SQLiteFunction per database connection, the derived class has no access + to the underlying connection. This is necessary to deter implementers from thinking it would be a good idea to make database + calls during processing. + + It is important to distinguish between a per-connection instance, and a per-SQL statement context. One instance of this class + services all SQL statements being stepped through on that connection, and there can be many. One should never store per-statement + information in member variables of user-defined function classes. + + For aggregate functions, always create and store your per-statement data in the contextData object on the 1st step. This data will + be automatically freed for you (and Dispose() called if the item supports IDisposable) when the statement completes. + + + + + The base connection this function is attached to + + + + + Internal array used to keep track of aggregate function context data + + + + + The connection flags associated with this object (this should be the + same value as the flags associated with the parent connection object). + + + + + Holds a reference to the callback function for user functions + + + + + Holds a reference to the callback function for stepping in an aggregate function + + + + + Holds a reference to the callback function for finalizing an aggregate function + + + + + Holds a reference to the callback function for getting a window function value + + + + + Holds a reference to the callback function for inverse in a window function + + + + + Holds a reference to the callback function for collating sequences + + + + + Raw parameter pointers for the current callback. Only valid during a callback. + + + + + Current context of the current callback. Only valid during a callback + + + + + This static dictionary contains all the registered (known) user-defined + functions declared using the proper attributes. The contained dictionary + values are always null and are not currently used. + + + + + Internal constructor, initializes the function's internal variables. + + + + + Constructs an instance of this class using the specified data-type + conversion parameters. + + + The DateTime format to be used when converting string values to a + DateTime and binding DateTime parameters. + + + The to be used when creating DateTime + values. + + + The format string to be used when parsing and formatting DateTime + values. + + + Non-zero to create a UTF-16 data-type conversion context; otherwise, + a UTF-8 data-type conversion context will be created. + + + + + Disposes of any active contextData variables that were not automatically cleaned up. Sometimes this can happen if + someone closes the connection while a DataReader is open. + + + + + Placeholder for a user-defined disposal routine + + True if the object is being disposed explicitly + + + + Cleans up resources associated with the current instance. + + + + + Returns a reference to the underlying connection's SQLiteConvert class, which can be used to convert + strings and DateTime's into the current connection's encoding schema. + + + + + Scalar functions override this method to do their magic. + + + Parameters passed to functions have only an affinity for a certain data type, there is no underlying schema available + to force them into a certain type. Therefore the only types you will ever see as parameters are + DBNull.Value, Int64, Double, String or byte[] array. + + The arguments for the command to process + You may return most simple types as a return value, null or DBNull.Value to return null, DateTime, or + you may return an Exception-derived class if you wish to return an error to SQLite. Do not actually throw the error, + just return it! + + + + Aggregate functions override this method to do their magic. + + + Typically you'll be updating whatever you've placed in the contextData field and returning as quickly as possible. + + The arguments for the command to process + The 1-based step number. This is incrememted each time the step method is called. + A placeholder for implementers to store contextual data pertaining to the current context. + + + + Aggregate functions override this method to finish their aggregate processing. + + + If you implemented your aggregate function properly, + you've been recording and keeping track of your data in the contextData object provided, and now at this stage you should have + all the information you need in there to figure out what to return. + NOTE: It is possible to arrive here without receiving a previous call to Step(), in which case the contextData will + be null. This can happen when no rows were returned. You can either return null, or 0 or some other custom return value + if that is the case. + + Your own assigned contextData, provided for you so you can return your final results. + You may return most simple types as a return value, null or DBNull.Value to return null, DateTime, or + you may return an Exception-derived class if you wish to return an error to SQLite. Do not actually throw the error, + just return it! + + + + + This method is only required window aggregate functions, not legacy aggregate function implementations. It is invoked to + return the current value of the aggregate. Unlike xFinal, the implementation should not delete any context. + + Your own assigned contextData, provided for you so you can return your final results. + You may return most simple types as a return value, null or DBNull.Value to return null, DateTime, or + you may return an Exception-derived class if you wish to return an error to SQLite. Do not actually throw the error, + just return it! + + + + + This method is only required for window aggregate functions, not legacy aggregate function implementations. It is invoked + to remove the oldest presently aggregated result of xStep from the current window. The function arguments, if any, are + those passed to xStep for the row being removed. + + The arguments for the command to process + The 1-based step number. This is incrememted each time the step method is called. + A placeholder for implementers to store contextual data pertaining to the current context. + + + + User-defined collating sequences override this method to provide a custom string sorting algorithm. + + The first string to compare. + The second strnig to compare. + 1 if param1 is greater than param2, 0 if they are equal, or -1 if param1 is less than param2. + + + + Gets and returns the sub-type associated with the specified function parameter. + + + The parameter index to check. + + + The sub-type associated with the specified function parameter. + + + + + Attempts to convert the specified function parameter to numeric and + then gets and returns the new type affinity associated with this + value. + + + The parameter index to check. + + + The new type affinity associated with this value. + + + + + Gets and returns the "no change" flag associated with the specified + function parameter. This method can only be used while within a call + to the method of a virtual + table implementation. + + + The parameter index to check. + + + Non-zero if the column associated with the function parameter is + unchanged in an UPDATE against a virtual table. + + + + + Gets and returns the "from bind" flag associated with the specified + function parameter. + + + The parameter index to check. + + + Non-zero if the function parameter at the specified index was + originally specified via a bound parameter. + + + + + Arranges for the specified sub-type value to be associated + with the function result. + + + The desired sub-type of the function result. + + + + + Performs some sanity checks on the index and how it relates + to the current function parameters. + + + The parameter index to be checked for bounds, etc. + + + + + Converts an IntPtr array of context arguments to an object array containing the resolved parameters the pointers point to. + + + Parameters passed to functions have only an affinity for a certain data type, there is no underlying schema available + to force them into a certain type. Therefore the only types you will ever see as parameters are + DBNull.Value, Int64, Double, String or byte[] array. + + The number of arguments + A pointer to the array of arguments + Pointer values for the arguments + An object array of the arguments once they've been converted to .NET values + + + + Takes the return value from Invoke() and Final() and figures out how to return it to SQLite's context. + + The context the return value applies to + The parameter to return to SQLite + + + + Internal scalar callback function, which wraps the raw context pointer and calls the virtual Invoke() method. + WARNING: Must not throw exceptions. + + A raw context pointer + Number of arguments passed in + A pointer to the array of arguments + + + + Internal collating sequence function, which wraps up the raw string pointers and executes the Compare() virtual function. + WARNING: Must not throw exceptions. + + Not used + Length of the string pv1 + Pointer to the first string to compare + Length of the string pv2 + Pointer to the second string to compare + Returns -1 if the first string is less than the second. 0 if they are equal, or 1 if the first string is greater + than the second. Returns 0 if an exception is caught. + + + + Internal collating sequence function, which wraps up the raw string pointers and executes the Compare() virtual function. + WARNING: Must not throw exceptions. + + Not used + Length of the string pv1 + Pointer to the first string to compare + Length of the string pv2 + Pointer to the second string to compare + Returns -1 if the first string is less than the second. 0 if they are equal, or 1 if the first string is greater + than the second. Returns 0 if an exception is caught. + + + + The internal aggregate Step function callback, which wraps the raw context pointer and calls the virtual Step() method. + WARNING: Must not throw exceptions. + + + This function takes care of doing the lookups and getting the important information put together to call the Step() function. + That includes pulling out the user's contextData and updating it after the call is made. We use a sorted list for this so + binary searches can be done to find the data. + + A raw context pointer + Number of arguments passed in + A pointer to the array of arguments + + + + An internal aggregate Final function callback, which wraps the context pointer and calls the virtual Final() method. + WARNING: Must not throw exceptions. + + A raw context pointer + + + + An internal aggregate Value function callback, which wraps the context pointer and calls the virtual Value() method. + WARNING: Must not throw exceptions. + + A raw context pointer + + + + The internal aggregate Inverse function callback, which wraps the raw context pointer and calls the virtual Inverse() method. + WARNING: Must not throw exceptions. + + + This function takes care of doing the lookups and getting the important information put together to call the Inverse() function. + That includes pulling out the user's contextData and updating it after the call is made. We use a sorted list for this so + binary searches can be done to find the data. + + A raw context pointer + Number of arguments passed in + A pointer to the array of arguments + + + + Using reflection, enumerate all assemblies in the current appdomain looking for classes that + have a SQLiteFunctionAttribute attribute, and registering them accordingly. + + + + + Manual method of registering a function. The type must still have the SQLiteFunctionAttributes in order to work + properly, but this is a workaround for the Compact Framework where enumerating assemblies is not currently supported. + + The type of the function to register + + + + Alternative method of registering a function. This method + does not require the specified type to be annotated with + . + + + The name of the function to register. + + + The number of arguments accepted by the function. + + + The type of SQLite function being registered (e.g. scalar, + aggregate, or collating sequence). + + + The that actually implements the function. + This will only be used if the + and parameters are null. + + + The to be used for all calls into the + , + , + and virtual methods. + + + The to be used for all calls into the + virtual method. This + parameter is only necessary for aggregate functions. + + + + + Alternative method of registering a function. This method + does not require the specified type to be annotated with + . + + + The name of the function to register. + + + The number of arguments accepted by the function. + + + The type of SQLite function being registered (e.g. scalar, + aggregate, or collating sequence). + + + The extra flags for the function being registered. + + + The that actually implements the function. + This will only be used if the + and parameters are null. + + + The to be used for all calls into the + , + , + and virtual methods. + + + The to be used for all calls into the + virtual method. This + parameter is only necessary for aggregate functions. + + + The to be used for all calls into the + virtual method. This + parameter is only necessary for window functions. + + + The to be used for all calls into the + virtual method. This + parameter is only necessary for window functions. + + + + + Replaces a registered function, disposing of the associated (old) + value if necessary. + + + The attribute that describes the function to replace. + + + The new value to use. + + + Non-zero if an existing registered function was replaced; otherwise, + zero. + + + + + Creates a instance based on the specified + . + + + The containing the metadata about + the function to create. + + + The created function -OR- null if the function could not be created. + + + Non-zero if the function was created; otherwise, zero. + + + + + Called by the SQLiteBase derived classes, this method binds all registered (known) user-defined functions to a connection. + It is done this way so that all user-defined functions will access the database using the same encoding scheme + as the connection (UTF-8 or UTF-16). + + + The wrapper functions that interop with SQLite will create a unique cookie value, which internally is a pointer to + all the wrapped callback functions. The interop function uses it to map CDecl callbacks to StdCall callbacks. + + The base object on which the functions are to bind. + The flags associated with the parent connection object. + Returns a logical list of functions which the connection should retain until it is closed. + + + + Called by the SQLiteBase derived classes, this method unbinds all registered (known) + functions -OR- all previously bound user-defined functions from a connection. + + The base object from which the functions are to be unbound. + The flags associated with the parent connection object. + + Non-zero to unbind all registered (known) functions -OR- zero to unbind all functions + currently bound to the connection. + + Non-zero if all the specified user-defined functions were unbound. + + + + This function binds a user-defined function to a connection. + + + The object instance associated with the + that the function should be bound to. + + + The object instance containing + the metadata for the function to be bound. + + + The object instance that implements the + function to be bound. + + + The flags associated with the parent connection object. + + + + + This function unbinds a user-defined functions from a connection. + + + The object instance associated with the + that the function should be bound to. + + + The object instance containing + the metadata for the function to be bound. + + + The object instance that implements the + function to be bound. + + + The flags associated with the parent connection object. + + Non-zero if the function was unbound. + + + + This type is used with the + method. + + + This is always the string literal "Invoke". + + + The arguments for the scalar function. + + + The result of the scalar function. + + + + + This type is used with the + method. + + + This is always the string literal "Step". + + + The arguments for the aggregate function. + + + The step number (one based). This is incrememted each time the + method is called. + + + A placeholder for implementers to store contextual data pertaining + to the current context. + + + + + This type is used with the + method. + + + This is always the string literal "Final". + + + A placeholder for implementers to store contextual data pertaining + to the current context. + + + The result of the aggregate function. + + + + + This type is used with the + method. + + + This is always the string literal "Compare". + + + The first string to compare. + + + The second strnig to compare. + + + A positive integer if the parameter is + greater than the parameter, a negative + integer if the parameter is less than + the parameter, or zero if they are + equal. + + + + + This class implements a SQLite function using a . + All the virtual methods of the class are + implemented using calls to the , + , , + and strongly typed delegate types + or via the method. + The arguments are presented in the same order they appear in + the associated methods with one exception: + the first argument is the name of the virtual method being implemented. + + + + + This error message is used by the overridden virtual methods when + a required property (e.g. + or ) has not been + set. + + + + + This error message is used by the overridden + method when the result does not have a type of . + + + + + Constructs an empty instance of this class. + + + + + Constructs an instance of this class using the specified + as the + implementation. + + + The to be used for all calls into the + , , and + virtual methods needed by the + base class. + + + The to be used for all calls into the + virtual methods needed by the + base class. + + + + + Constructs an instance of this class using the specified + as the + implementation. + + + The to be used for all calls into the + , , and + virtual methods needed by the + base class. + + + The to be used for all calls into the + virtual methods needed by the + base class. + + + The to be used for all calls into the + virtual method needed by the + base class. + + + The to be used for all calls into the + virtual method needed by the + base class. + + + + + Returns the list of arguments for the method, + as an of . The first + argument is always the literal string "Invoke". + + + The original arguments received by the method. + + + Non-zero if the returned arguments are going to be used with the + type; otherwise, zero. + + + The arguments to pass to the configured . + + + + + Returns the list of arguments for the method, + as an of . The first + argument is always the literal string "Step". + + + The original arguments received by the method. + + + The step number (one based). This is incrememted each time the + method is called. + + + A placeholder for implementers to store contextual data pertaining + to the current context. + + + Non-zero if the returned arguments are going to be used with the + type; otherwise, zero. + + + The arguments to pass to the configured . + + + + + Updates the output arguments for the method, + using an of . The first + argument is always the literal string "Step". Currently, only the + parameter is updated. + + + The original arguments received by the method. + + + A placeholder for implementers to store contextual data pertaining + to the current context. + + + Non-zero if the returned arguments are going to be used with the + type; otherwise, zero. + + + The arguments to pass to the configured . + + + + + Returns the list of arguments for the method, + as an of . The first + argument is always the literal string "Final". + + + A placeholder for implementers to store contextual data pertaining + to the current context. + + + Non-zero if the returned arguments are going to be used with the + type; otherwise, zero. + + + The arguments to pass to the configured . + + + + + Returns the list of arguments for the method, + as an of . The first + argument is always the literal string "Value". + + + A placeholder for implementers to store contextual data pertaining + to the current context. + + + Non-zero if the returned arguments are going to be used with the + type; otherwise, zero. + + + The arguments to pass to the configured . + + + + + Returns the list of arguments for the method, + as an of . The first + argument is always the literal string "Inverse". + + + The original arguments received by the method. + + + The step number (one based). This is incrememted each time the + method is called. + + + A placeholder for implementers to store contextual data pertaining + to the current context. + + + Non-zero if the returned arguments are going to be used with the + type; otherwise, zero. + + + The arguments to pass to the configured . + + + + + Updates the output arguments for the method, + using an of . The first + argument is always the literal string "Inverse". Currently, only the + parameter is updated. + + + The original arguments received by the method. + + + A placeholder for implementers to store contextual data pertaining + to the current context. + + + Non-zero if the returned arguments are going to be used with the + type; otherwise, zero. + + + The arguments to pass to the configured . + + + + + Returns the list of arguments for the method, + as an of . The first + argument is always the literal string "Compare". + + + The first string to compare. + + + The second strnig to compare. + + + Non-zero if the returned arguments are going to be used with the + type; otherwise, zero. + + + The arguments to pass to the configured . + + + + + The to be used for all calls into the + , , and + virtual methods needed by the + base class. + + + + + The to be used for all calls into the + virtual methods needed by the + base class. + + + + + The to be used for all calls into the + virtual methods needed by the + base class. + + + + + The to be used for all calls into the + virtual methods needed by the + base class. + + + + + This virtual method is the implementation for scalar functions. + See the method for more + details. + + + The arguments for the scalar function. + + + The result of the scalar function. + + + + + This virtual method is part of the implementation for aggregate + functions. See the method + for more details. + + + The arguments for the aggregate function. + + + The step number (one based). This is incrememted each time the + method is called. + + + A placeholder for implementers to store contextual data pertaining + to the current context. + + + + + This virtual method is part of the implementation for aggregate + functions. See the method + for more details. + + + A placeholder for implementers to store contextual data pertaining + to the current context. + + + The result of the aggregate function. + + + + + This virtual method is part of the implementation for aggregate + functions. See the method + for more details. + + + A placeholder for implementers to store contextual data pertaining + to the current context. + + + The result of the aggregate function. + + + + + This virtual method is part of the implementation for aggregate + functions. See the method + for more details. + + + The arguments for the aggregate function. + + + The step number (one based). This is incrememted each time the + method is called. + + + A placeholder for implementers to store contextual data pertaining + to the current context. + + + + + This virtual method is part of the implementation for collating + sequences. See the method + for more details. + + + The first string to compare. + + + The second strnig to compare. + + + A positive integer if the parameter is + greater than the parameter, a negative + integer if the parameter is less than + the parameter, or zero if they are + equal. + + + + + Extends SQLiteFunction and allows an inherited class to obtain the collating sequence associated with a function call. + + + User-defined functions can call the GetCollationSequence() method in this class and use it to compare strings and char arrays. + + + + + Obtains the collating sequence in effect for the given function. + + + + + + Cleans up resources (native and managed) associated with the current instance. + + + Zero when being disposed via garbage collection; otherwise, non-zero. + + + + + The type of user-defined function to declare + + + + + Scalar functions are designed to be called and return a result immediately. Examples include ABS(), Upper(), Lower(), etc. + + + + + Aggregate functions are designed to accumulate data until the end of a call and then return a result gleaned from the accumulated data. + Examples include SUM(), COUNT(), AVG(), etc. + + + + + Collating sequences are used to sort textual data in a custom manner, and appear in an ORDER BY clause. Typically text in an ORDER BY is + sorted using a straight case-insensitive comparison function. Custom collating sequences can be used to alter the behavior of text sorting + in a user-defined manner. + + + + + Window functions are designed to apply aggregate and ranking functions over a particular set of rows. + + + + + An internal callback delegate declaration. + + Raw native context pointer for the user function. + Total number of arguments to the user function. + Raw native pointer to the array of raw native argument pointers. + + + + An internal final callback delegate declaration. + + Raw context pointer for the user function + + + + An internal destroy callback delegate declaration. + + Raw pointer to the data to free. + + + + Internal callback delegate for implementing collating sequences + + Not used + Length of the string pv1 + Pointer to the first string to compare + Length of the string pv2 + Pointer to the second string to compare + Returns -1 if the first string is less than the second. 0 if they are equal, or 1 if the first string is greater + than the second. + + + + The type of collating sequence + + + + + The built-in BINARY collating sequence + + + + + The built-in NOCASE collating sequence + + + + + The built-in REVERSE collating sequence + + + + + A custom user-defined collating sequence + + + + + The encoding type the collation sequence uses + + + + + The collation sequence is UTF8 + + + + + The collation sequence is UTF16 little-endian + + + + + The collation sequence is UTF16 big-endian + + + + + A struct describing the collating sequence a function is executing in + + + + + The name of the collating sequence + + + + + The type of collating sequence + + + + + The text encoding of the collation sequence + + + + + Context of the function that requested the collating sequence + + + + + Calls the base collating sequence to compare two strings + + The first string to compare + The second string to compare + -1 if s1 is less than s2, 0 if s1 is equal to s2, and 1 if s1 is greater than s2 + + + + Calls the base collating sequence to compare two character arrays + + The first array to compare + The second array to compare + -1 if c1 is less than c2, 0 if c1 is equal to c2, and 1 if c1 is greater than c2 + + + + A simple custom attribute to enable us to easily find user-defined functions in + the loaded assemblies and initialize them in SQLite as connections are made. + + + + + Default constructor, initializes the internal variables for the function. + + + + + Constructs an instance of this class. This sets the initial + , , and + properties to null. + + + The name of the function, as seen by the SQLite core library. + + + The number of arguments that the function will accept. + + + The type of function being declared. This will either be Scalar, + Aggregate, or Collation. + + + + + Constructs an instance of this class. This sets the initial + , , and + properties to null. + + + The name of the function, as seen by the SQLite core library. + + + The number of arguments that the function will accept. + + + The type of function being declared. This will either be Scalar, + Aggregate, or Collation. + + + The extra flags for the function being declared. + + + + + The function's name as it will be used in SQLite command text. + + + + + The number of arguments this function expects. -1 if the number of arguments is variable. + + + + + The type of function this implementation will be. + + + + + The flags for this function. + + + + + The object instance that describes the class + containing the implementation for the associated function. The value of + this property will not be used if either the or + property values are set to non-null. + + + + + The that refers to the implementation for the + associated function. If this property value is set to non-null, it will + be used instead of the property value. + + + + + The that refers to the implementation for the + associated function. If this property value is set to non-null, it will + be used instead of the property value. + + + + + The that refers to the implementation for the + associated function. If this property value is set to non-null, it will + be used instead of the property value. + + + + + The that refers to the implementation for the + associated function. If this property value is set to non-null, it will + be used instead of the property value. + + + + + This class provides key info for a given SQLite statement. + + Providing key information for a given statement is non-trivial :( + + + + + + Used to support CommandBehavior.KeyInfo + + + + + Used to keep track of the per-table RowId column metadata. + + + + + A single sub-query for a given table/database. + + + + + This function does all the nasty work at determining what keys need to be returned for + a given statement. + + + + + + + + How many additional columns of keyinfo we're holding + + + + + Make sure all the subqueries are open and ready and sync'd with the current rowid + of the table they're supporting + + + + + Release any readers on any subqueries + + + + + Append all the columns we've added to the original query to the schema + + + + + + Event data for logging event handlers. + + + + + The error code. The type of this object value should be + or . + + + + + SQL statement text as the statement first begins executing + + + + + Extra data associated with this event, if any. + + + + + Constructs the object. + + Should be null. + + The error code. The type of this object value should be + or . + + The error message, if any. + The extra data, if any. + + + + Raised when a log event occurs. + + The current connection + Event arguments of the trace + + + + Manages the SQLite custom logging functionality and the associated + callback for the whole process. + + + + + Maximum number of milliseconds a non-primary thread should wait + for the method to be completed. + + + + + Object used to synchronize access to the static instance data + for this class. + + + + + This will be signaled when the + method has been completed. + + + + + Member variable to store the AppDomain.DomainUnload event handler. + + + + + Member variable to store the application log handler to call. + + + + + The default log event handler. + + + + + The log callback passed to native SQLite engine. This must live + as long as the SQLite library has a pointer to it. + + + + + The base SQLite object to interop with. + + + + + The number of times that the + method has been called when the logging subystem was actually + eligible to be initialized (i.e. without the "No_SQLiteLog" + environment variable being set). + + + + + The number of times that the method + has been called. + + + + + The number of times that the + method has been completed (i.e. without the "No_SQLiteLog" + environment variable being set). + + + + + This will be non-zero if an attempt was already made to initialize + the (managed) logging subsystem. + + + + + This will be non-zero if logging is currently enabled. + + + + + Creates the that will be used to + signal completion of the method, + if necessary, and then returns it. + + + The that will be used to signal + completion of the method. + + + + + This method checks to see if the SQLite core library allows its + native logging callback to be changed when it has already been + initialized, either explicitly or implicitly. + + + Non-zero if the SQLite core library initialization state can be + safely ignored when setting up logging; otherwise, zero. + + + + + Initializes the SQLite logging facilities. + + + + + Initializes the SQLite logging facilities -OR- waits for the + SQLite logging facilities to be initialized by another thread. + + + The name of the managed class that called this method. This + parameter may be null. + + + + + Initializes the SQLite logging facilities. + + + The name of the managed class that called this method. This + parameter may be null. + + + Non-zero if everything was fully initialized successfully. + + + + + Uninitializes the SQLite logging facilities. + + + + + Uninitializes the SQLite logging facilities. + + + The name of the managed class that called this method. This + parameter may be null. + + + Non-zero if the native SQLite library should be shutdown prior + to attempting to unset its logging callback. + + + + + Handles the AppDomain being unloaded. + + Should be null. + The data associated with this event. + + + + This event is raised whenever SQLite raises a logging event. + Note that this should be set as one of the first things in the + application. + + + + + If this property is true, logging is enabled; otherwise, logging is + disabled. When logging is disabled, no logging events will fire. + + + + + If this property is true, logging is enabled; otherwise, logging is + disabled. When logging is disabled, no logging events will fire. + For internal use only. + + + + + Log a message to all the registered log event handlers without going + through the SQLite library. + + The message to be logged. + + + + Log a message to all the registered log event handlers without going + through the SQLite library. + + The SQLite error code. + The message to be logged. + + + + Log a message to all the registered log event handlers without going + through the SQLite library. + + The integer error code. + The message to be logged. + + + + Log a message to all the registered log event handlers without going + through the SQLite library. + + + The error code. The type of this object value should be + System.Int32 or SQLiteErrorCode. + + The message to be logged. + + + + Creates and initializes the default log event handler. + + + + + Adds the default log event handler to the list of handlers. + + + + + Removes the default log event handler from the list of handlers. + + + + + Internal proxy function that calls any registered application log + event handlers. + + WARNING: This method is used more-or-less directly by native code, + do not modify its type signature. + + + The extra data associated with this message, if any. + + + The error code associated with this message. + + + The message string to be logged. + + + + + Default logger. Currently, uses the Trace class (i.e. sends events + to the current trace listeners, if any). + + Should be null. + The data associated with this event. + + + + MetaDataCollections specific to SQLite + + + + + Returns a list of databases attached to the connection + + + + + Returns column information for the specified table + + + + + Returns index information for the optionally-specified table + + + + + Returns base columns for the given index + + + + + Returns the tables in the given catalog + + + + + Returns user-defined views in the given catalog + + + + + Returns underlying column information on the given view + + + + + Returns foreign key information for the given catalog + + + + + Returns the triggers on the database + + + + + SQLite implementation of DbParameter. + + + + + This value represents an "unknown" . + + + + + The command associated with this parameter. + + + + + The data type of the parameter + + + + + The version information for mapping the parameter + + + + + The value of the data in the parameter + + + + + The source column for the parameter + + + + + The column name + + + + + The data size, unused by SQLite + + + + + The database type name associated with this parameter, if any. + + + + + Constructor used when creating for use with a specific command. + + + The command associated with this parameter. + + + + + Default constructor + + + + + Constructs a named parameter given the specified parameter name + + The parameter name + + + + Constructs a named parameter given the specified parameter name and initial value + + The parameter name + The initial value of the parameter + + + + Constructs a named parameter of the specified type + + The parameter name + The datatype of the parameter + + + + Constructs a named parameter of the specified type and source column reference + + The parameter name + The data type + The source column + + + + Constructs a named parameter of the specified type, source column and row version + + The parameter name + The data type + The source column + The row version information + + + + Constructs an unnamed parameter of the specified data type + + The datatype of the parameter + + + + Constructs an unnamed parameter of the specified data type and sets the initial value + + The datatype of the parameter + The initial value of the parameter + + + + Constructs an unnamed parameter of the specified data type and source column + + The datatype of the parameter + The source column + + + + Constructs an unnamed parameter of the specified data type, source column and row version + + The data type + The source column + The row version information + + + + Constructs a named parameter of the specified type and size + + The parameter name + The data type + The size of the parameter + + + + Constructs a named parameter of the specified type, size and source column + + The name of the parameter + The data type + The size of the parameter + The source column + + + + Constructs a named parameter of the specified type, size, source column and row version + + The name of the parameter + The data type + The size of the parameter + The source column + The row version information + + + + Constructs a named parameter of the specified type, size, source column and row version + + The name of the parameter + The data type + The size of the parameter + Only input parameters are supported in SQLite + Ignored + Ignored + Ignored + The source column + The row version information + The initial value to assign the parameter + + + + Constructs a named parameter, yet another flavor + + The name of the parameter + The data type + The size of the parameter + Only input parameters are supported in SQLite + Ignored + Ignored + The source column + The row version information + Whether or not this parameter is for comparing NULL's + The intial value to assign the parameter + + + + Constructs an unnamed parameter of the specified type and size + + The data type + The size of the parameter + + + + Constructs an unnamed parameter of the specified type, size, and source column + + The data type + The size of the parameter + The source column + + + + Constructs an unnamed parameter of the specified type, size, source column and row version + + The data type + The size of the parameter + The source column + The row version information + + + + The command associated with this parameter. + + + + + Whether or not the parameter can contain a null value + + + + + Returns the datatype of the parameter + + + + + Supports only input parameters + + + + + Returns the parameter name + + + + + Resets the DbType of the parameter so it can be inferred from the value + + + + + Returns the size of the parameter + + + + + Gets/sets the source column + + + + + Used by DbCommandBuilder to determine the mapping for nullable fields + + + + + Gets and sets the row version + + + + + Gets and sets the parameter value. If no datatype was specified, the datatype will assume the type from the value given. + + + + + The database type name associated with this parameter, if any. + + + + + Clones a parameter + + A new, unassociated SQLiteParameter + + + + SQLite implementation of DbParameterCollection. + + + + + The underlying command to which this collection belongs + + + + + The internal array of parameters in this collection + + + + + Determines whether or not all parameters have been bound to their statement(s) + + + + + Initializes the collection + + The command to which the collection belongs + + + + Returns false + + + + + Returns false + + + + + Returns false + + + + + Returns null + + + + + Retrieves an enumerator for the collection + + An enumerator for the underlying array + + + + Adds a parameter to the collection + + The parameter name + The data type + The size of the value + The source column + A SQLiteParameter object + + + + Adds a parameter to the collection + + The parameter name + The data type + The size of the value + A SQLiteParameter object + + + + Adds a parameter to the collection + + The parameter name + The data type + A SQLiteParameter object + + + + Adds a parameter to the collection + + The parameter to add + A zero-based index of where the parameter is located in the array + + + + Adds a parameter to the collection + + The parameter to add + A zero-based index of where the parameter is located in the array + + + + Adds a named/unnamed parameter and its value to the parameter collection. + + Name of the parameter, or null to indicate an unnamed parameter + The initial value of the parameter + Returns the SQLiteParameter object created during the call. + + + + Adds an array of parameters to the collection + + The array of parameters to add + + + + Adds an array of parameters to the collection + + The array of parameters to add + + + + Clears the array and resets the collection + + + + + Determines if the named parameter exists in the collection + + The name of the parameter to check + True if the parameter is in the collection + + + + Determines if the parameter exists in the collection + + The SQLiteParameter to check + True if the parameter is in the collection + + + + Not implemented + + + + + + + Returns a count of parameters in the collection + + + + + Overloaded to specialize the return value of the default indexer + + Name of the parameter to get/set + The specified named SQLite parameter + + + + Overloaded to specialize the return value of the default indexer + + The index of the parameter to get/set + The specified SQLite parameter + + + + Retrieve a parameter by name from the collection + + The name of the parameter to fetch + A DbParameter object + + + + Retrieves a parameter by its index in the collection + + The index of the parameter to retrieve + A DbParameter object + + + + Returns the index of a parameter given its name + + The name of the parameter to find + -1 if not found, otherwise a zero-based index of the parameter + + + + Returns the index of a parameter + + The parameter to find + -1 if not found, otherwise a zero-based index of the parameter + + + + Inserts a parameter into the array at the specified location + + The zero-based index to insert the parameter at + The parameter to insert + + + + Removes a parameter from the collection + + The parameter to remove + + + + Removes a parameter from the collection given its name + + The name of the parameter to remove + + + + Removes a parameter from the collection given its index + + The zero-based parameter index to remove + + + + Re-assign the named parameter to a new parameter object + + The name of the parameter to replace + The new parameter + + + + Re-assign a parameter at the specified index + + The zero-based index of the parameter to replace + The new parameter + + + + Un-binds all parameters from their statements + + + + + This function attempts to map all parameters in the collection to all statements in a Command. + Since named parameters may span multiple statements, this function makes sure all statements are bound + to the same named parameter. Unnamed parameters are bound in sequence. + + + + + Represents a single SQL statement in SQLite. + + + + + The underlying SQLite object this statement is bound to + + + + + The command text of this SQL statement + + + + + The actual statement pointer + + + + + An index from which unnamed parameters begin + + + + + Names of the parameters as SQLite understands them to be + + + + + Parameters for this statement + + + + + Command this statement belongs to (if any) + + + + + The total number of schema retries during preparation. + + + + + The total number of locking retries during preparation. + + + + + The total number of schema retries during stepping. + + + + + The total number of retries during stepping. + + + + + The flags associated with the parent connection object. + + + + + Initializes the statement and attempts to get all information about parameters in the statement + + The base SQLite object + The flags associated with the parent connection object + The statement + The command text for this statement + The previous command in a multi-statement command + + + + Disposes and finalizes the statement + + + + + If the underlying database connection is open, fetches the number of changed rows + resulting from the most recent query; otherwise, does nothing. + + + The number of changes when true is returned. + Undefined if false is returned. + + + The read-only flag when true is returned. + Undefined if false is returned. + + Non-zero if the number of changed rows was fetched. + + + + Called by SQLiteParameterCollection, this function determines if the specified parameter name belongs to + this statement, and if so, keeps a reference to the parameter so it can be bound later. + + The parameter name to map + The parameter to assign it + + + + Bind all parameters, making sure the caller didn't miss any + + + + + This method attempts to query the database connection associated with + the statement in use. If the underlying command or connection is + unavailable, a null value will be returned. + + + The connection object -OR- null if it is unavailable. + + + + + Invokes the parameter binding callback configured for the database + type name associated with the specified column. If no parameter + binding callback is available for the database type name, do + nothing. + + + The index of the column being read. + + + The instance being bound to the + command. + + + Non-zero if the default handling for the parameter binding call + should be skipped (i.e. the parameter should not be bound at all). + Great care should be used when setting this to non-zero. + + + + + Perform the bind operation for an individual parameter + + The index of the parameter to bind + The parameter we're binding + + + + SQLite implementation of DbTransaction that does not support nested transactions. + + + + + Constructs the transaction object, binding it to the supplied connection + + The connection to open a transaction on + TRUE to defer the writelock, or FALSE to lock immediately + + + + Disposes the transaction. If it is currently active, any changes are rolled back. + + + + + Commits the current transaction. + + + + + Attempts to start a transaction. An exception will be thrown if the transaction cannot + be started for any reason. + + TRUE to defer the writelock, or FALSE to lock immediately + + + + Issue a ROLLBACK command against the database connection, + optionally re-throwing any caught exception. + + + Non-zero to re-throw caught exceptions. + + + + + SQLite implementation of DbTransaction that does support nested transactions. + + + + + The original transaction level for the associated connection + when this transaction was created (i.e. begun). + + + + + The SAVEPOINT name for this transaction, if any. This will + only be non-null if this transaction is a nested one. + + + + + Constructs the transaction object, binding it to the supplied connection + + The connection to open a transaction on + TRUE to defer the writelock, or FALSE to lock immediately + + + + Disposes the transaction. If it is currently active, any changes are rolled back. + + + + + Commits the current transaction. + + + + + Attempts to start a transaction. An exception will be thrown if the transaction cannot + be started for any reason. + + TRUE to defer the writelock, or FALSE to lock immediately + + + + Issue a ROLLBACK command against the database connection, + optionally re-throwing any caught exception. + + + Non-zero to re-throw caught exceptions. + + + + + Constructs the name of a new savepoint for this transaction. It + should only be called from the constructor of this class. + + + The name of the new savepoint -OR- null if it cannot be constructed. + + + + + Base class used by to implement DbTransaction for SQLite. + + + + + The connection to which this transaction is bound. + + + + + Matches the version of the connection. + + + + + The isolation level for this transaction. + + + + + Constructs the transaction object, binding it to the supplied connection + + The connection to open a transaction on + TRUE to defer the writelock, or FALSE to lock immediately + + + + Gets the isolation level of the transaction. SQLite only supports Serializable transactions. + + + + + Disposes the transaction. If it is currently active, any changes are rolled back. + + + + + Returns the underlying connection to which this transaction applies. + + + + + Forwards to the local Connection property + + + + + Rolls back the active transaction. + + + + + Attempts to start a transaction. An exception will be thrown if the transaction cannot + be started for any reason. + + TRUE to defer the writelock, or FALSE to lock immediately + + + + Issue a ROLLBACK command against the database connection, + optionally re-throwing any caught exception. + + + Non-zero to re-throw caught exceptions. + + + + + Checks the state of this transaction, optionally throwing an exception if a state + inconsistency is found. + + + Non-zero to throw an exception if a state inconsistency is found. + + + Non-zero if this transaction is valid; otherwise, false. + + + + + This static class provides some methods that are shared between the + native library pre-loader and other classes. + + + + + This lock is used to protect the static and + fields. + + + + + This type is only present when running on Mono. + + + + + This type is only present when running on .NET Core. + + + + + Keeps track of whether we are running on Mono. Initially null, it is + set by the method on its first call. Later, it + is returned verbatim by the method. + + + + + Keeps track of whether we are running on .NET Core. Initially null, + it is set by the method on its first + call. Later, it is returned verbatim by the + method. + + + + + Keeps track of whether we successfully invoked the + method. Initially null, it is set by + the method on its first call. + + + + + Determines the ID of the current process. Only used for debugging. + + + The ID of the current process -OR- zero if it cannot be determined. + + + + + Determines whether or not this assembly is running on Mono. + + + Non-zero if this assembly is running on Mono. + + + + + Determines whether or not this assembly is running on .NET Core. + + + Non-zero if this assembly is running on .NET Core. + + + + + Resets the cached value for the "PreLoadSQLite_BreakIntoDebugger" + configuration setting. + + + + + If the "PreLoadSQLite_BreakIntoDebugger" configuration setting is + present (e.g. via the environment), give the interactive user an + opportunity to attach a debugger to the current process; otherwise, + do nothing. + + + + + Determines the ID of the current thread. Only used for debugging. + + + The ID of the current thread -OR- zero if it cannot be determined. + + + + + Determines if the specified flags are present within the flags + associated with the parent connection object. + + + The flags associated with the parent connection object. + + + The flags to check for. + + + Non-zero if the specified flag or flags were present; otherwise, + zero. + + + + + Determines if preparing a query should be logged. + + + The flags associated with the parent connection object. + + + Non-zero if the query preparation should be logged; otherwise, zero. + + + + + Determines if pre-parameter binding should be logged. + + + The flags associated with the parent connection object. + + + Non-zero if the pre-parameter binding should be logged; otherwise, + zero. + + + + + Determines if parameter binding should be logged. + + + The flags associated with the parent connection object. + + + Non-zero if the parameter binding should be logged; otherwise, zero. + + + + + Determines if an exception in a native callback should be logged. + + + The flags associated with the parent connection object. + + + Non-zero if the exception should be logged; otherwise, zero. + + + + + Determines if backup API errors should be logged. + + + The flags associated with the parent connection object. + + + Non-zero if the backup API error should be logged; otherwise, zero. + + + + + Determines if logging for the class is + disabled. + + + The flags associated with the parent connection object. + + + Non-zero if logging for the class is + disabled; otherwise, zero. + + + + + Determines if errors should be logged. + + + The flags associated with the parent connection object. + + + Non-zero if the error should be logged; + otherwise, zero. + + + + + Determines if exceptions should be + logged. + + + The flags associated with the parent connection object. + + + Non-zero if the exception should be + logged; otherwise, zero. + + + + + Determines if retrying a query should be logged. + + + The flags associated with the parent connection object. + + + Non-zero if the query preparation should be logged; otherwise, zero. + + + + + Determines if the current process is running on one of the Windows + [sub-]platforms. + + + Non-zero when running on Windows; otherwise, zero. + + + + + This is a wrapper around the + method. + On Mono, it has to call the method overload without the + parameter, due to a bug in Mono. + + + This is used for culture-specific formatting. + + + The format string. + + + An array the objects to format. + + + The resulting string. + + + + + This static class provides a thin wrapper around the native library + loading features of the underlying platform. + + + + + This delegate is used to wrap the concept of loading a native + library, based on a file name, and returning the loaded module + handle. + + + The file name of the native library to load. + + + The native module handle upon success -OR- IntPtr.Zero on failure. + + + + + This delegate is used to wrap the concept of querying the machine + name of the current process. + + + The machine name for the current process -OR- null on failure. + + + + + Attempts to load the specified native library file using the Win32 + API. + + + The file name of the native library to load. + + + The native module handle upon success -OR- IntPtr.Zero on failure. + + + + + Attempts to determine the machine name of the current process using + the Win32 API. + + + The machine name for the current process -OR- null on failure. + + + + + Attempts to load the specified native library file using the POSIX + API. + + + The file name of the native library to load. + + + The native module handle upon success -OR- IntPtr.Zero on failure. + + + + + Attempts to determine the machine name of the current process using + the POSIX API. + + + The machine name for the current process -OR- null on failure. + + + + + Attempts to load the specified native library file. + + + The file name of the native library to load. + + + The native module handle upon success -OR- IntPtr.Zero on failure. + + + + + Attempts to determine the machine name of the current process. + + + The machine name for the current process -OR- null on failure. + + + + + This class declares P/Invoke methods to call native POSIX APIs. + + + + + This structure is used when running on POSIX operating systems + to store information about the current machine, including the + human readable name of the operating system as well as that of + the underlying hardware. + + + + + This structure is passed directly to the P/Invoke method to + obtain the information about the current machine, including + the human readable name of the operating system as well as + that of the underlying hardware. + + + + + This is the P/Invoke method that wraps the native Unix uname + function. See the POSIX documentation for full details on what it + does. + + + Structure containing a preallocated byte buffer to fill with the + requested information. + + + Zero for success and less than zero upon failure. + + + + + This is the P/Invoke method that wraps the native Unix dlopen + function. See the POSIX documentation for full details on what it + does. + + + The name of the executable library. + + + This must be a combination of the individual bit flags RTLD_LAZY, + RTLD_NOW, RTLD_GLOBAL, and/or RTLD_LOCAL. + + + The native module handle upon success -OR- IntPtr.Zero on failure. + + + + + This is the P/Invoke method that wraps the native Unix dlclose + function. See the POSIX documentation for full details on what it + does. + + + The handle to the loaded native library. + + + Zero upon success -OR- non-zero on failure. + + + + + For use with dlopen(), bind function calls lazily. + + + + + For use with dlopen(), bind function calls immediately. + + + + + For use with dlopen(), make symbols globally available. + + + + + For use with dlopen(), opposite of RTLD_GLOBAL, and the default. + + + + + For use with dlopen(), the defaults used by this class. + + + + + These are the characters used to separate the string fields within + the raw buffer returned by the P/Invoke method. + + + + + This method is a wrapper around the P/Invoke + method that extracts and returns the human readable strings from + the raw buffer. + + + This structure, which contains strings, will be filled based on the + data placed in the raw buffer returned by the + P/Invoke method. + + + Non-zero upon success; otherwise, zero. + + + + + This class declares P/Invoke methods to call native Win32 APIs. + + + + + This is the P/Invoke method that wraps the native Win32 LoadLibrary + function. See the MSDN documentation for full details on what it + does. + + + The name of the executable library. + + + The native module handle upon success -OR- IntPtr.Zero on failure. + + + + + This is the P/Invoke method that wraps the native Win32 GetSystemInfo + function. See the MSDN documentation for full details on what it + does. + + + The system information structure to be filled in by the function. + + + + + This enumeration contains the possible values for the processor + architecture field of the system information structure. + + + + + This structure contains information about the current computer. This + includes the processor type, page size, memory addresses, etc. + + + + + This class declares P/Invoke methods to call native SQLite APIs. + + + + + The file extension used for dynamic link libraries. + + + + + The primary file extension used for the XML configuration file. + + + + + The secondary file extension used for the XML configuration file. + + + + + This is the name of the primary XML configuration file specific + to the System.Data.SQLite assembly. + + + + + This is the name of the secondary XML configuration file specific + to the System.Data.SQLite assembly. + + + + + This is the XML configuratrion file token that will be replaced with + the qualified path to the directory containing the XML configuration + file. + + + + + This is the environment variable token that will be replaced with + the qualified path to the directory containing this assembly. + + + + + This is the environment variable token that will be replaced with an + abbreviation of the target framework attribute value associated with + this assembly. + + + + + This lock is used to protect the static _SQLiteNativeModuleFileName, + _SQLiteNativeModuleHandle, and processorArchitecturePlatforms fields. + + + + + This dictionary stores the mappings between target framework names + and their associated (NuGet) abbreviations. These mappings are only + used by the method. + + + + + This dictionary stores the mappings between processor architecture + names and platform names. These mappings are now used for two + purposes. First, they are used to determine if the assembly code + base should be used instead of the location, based upon whether one + or more of the named sub-directories exist within the assembly code + base. Second, they are used to assist in loading the appropriate + SQLite interop assembly into the current process. + + + + + This is the cached return value from the + method -OR- null if that method + has never returned a valid value. + + + + + When this field is non-zero, it indicates the + method was not able to locate a + suitable assembly directory. The + method will check this + field and skips calls into the + method whenever it is non-zero. + + + + + This is the cached return value from the + method -OR- null if that method + has never returned a valid value. + + + + + When this field is non-zero, it indicates the + method was not able to locate a + suitable XML configuration file name. The + method will check this + field and skips calls into the + method whenever it is non-zero. + + + + + For now, this method simply calls the Initialize method. + + + + + Attempts to initialize this class by pre-loading the native SQLite + library for the processor architecture of the current process. + + + + + Combines two path strings. + + + The first path -OR- null. + + + The second path -OR- null. + + + The combined path string -OR- null if both of the original path + strings are null. + + + + + Resets the cached XML configuration file name value, thus forcing the + next call to method to rely + upon the method to fetch the + XML configuration file name. + + + + + Queries and returns the cached XML configuration file name for the + assembly containing the managed System.Data.SQLite components, if + available. If the cached XML configuration file name value is not + available, the method will + be used to obtain the XML configuration file name. + + + The XML configuration file name -OR- null if it cannot be determined + or does not exist. + + + + + Queries and returns the XML configuration file name for the assembly + containing the managed System.Data.SQLite components. + + + The XML configuration file name -OR- null if it cannot be determined + or does not exist. + + + + + If necessary, replaces all supported XML configuration file tokens + with their associated values. + + + The name of the XML configuration file being read. + + + A setting value read from the XML configuration file. + + + The value of the will all supported XML + configuration file tokens replaced. No return value is reserved + to indicate an error. This method cannot fail. + + + + + Queries and returns the value of the specified setting, using the + specified XML configuration file. + + + The name of the XML configuration file to read. + + + The name of the setting. + + + The value to be returned if the setting has not been set explicitly + or cannot be determined. + + + Non-zero to expand any environment variable references contained in + the setting value to be returned. This has no effect on the .NET + Compact Framework. + + + Non-zero to replace any special token references contained in the + setting value to be returned. This has no effect on the .NET Compact + Framework. + + + The value of the setting -OR- the default value specified by + if it has not been set explicitly or + cannot be determined. + + + + + Attempts to determine the target framework attribute value that is + associated with the specified managed assembly, if applicable. + + + The managed assembly to read the target framework attribute value + from. + + + The value of the target framework attribute value for the specified + managed assembly -OR- null if it cannot be determined. If this + assembly was compiled with a version of the .NET Framework prior to + version 4.0, the value returned MAY reflect that version of the .NET + Framework instead of the one associated with the specified managed + assembly. + + + + + Accepts a long target framework attribute value and makes it into a + much shorter version, suitable for use with NuGet packages. + + + The long target framework attribute value to convert. + + + The short target framework attribute value -OR- null if it cannot + be determined or converted. + + + + + If necessary, replaces all supported environment variable tokens + with their associated values. + + + A setting value read from an environment variable. + + + The value of the will all supported + environment variable tokens replaced. No return value is reserved + to indicate an error. This method cannot fail. + + + + + Queries and returns the value of the specified setting, using the XML + configuration file and/or the environment variables for the current + process and/or the current system, when available. + + + The name of the setting. + + + The value to be returned if the setting has not been set explicitly + or cannot be determined. + + + The value of the setting -OR- the default value specified by + if it has not been set explicitly or + cannot be determined. By default, all references to existing + environment variables will be expanded to their corresponding values + within the value to be returned unless either the "No_Expand" or + "No_Expand_" environment variable is set [to + anything]. + + + + + Resets the cached assembly directory value, thus forcing the next + call to method to rely + upon the method to fetch the + assembly directory. + + + + + Queries and returns the cached directory for the assembly currently + being executed, if available. If the cached assembly directory value + is not available, the method will + be used to obtain the assembly directory. + + + The directory for the assembly currently being executed -OR- null if + it cannot be determined. + + + + + Queries and returns the directory for the assembly currently being + executed. + + + The directory for the assembly currently being executed -OR- null if + it cannot be determined. + + + + + Determines the (possibly fully qualified) file name for the native + SQLite library that was loaded by this class. + + + The file name for the native SQLite library that was loaded by + this class -OR- null if its value cannot be determined. + + + + + The name of the environment variable containing the processor + architecture of the current process. + + + + + The native module file name for the native SQLite library or null. + + + + + The native module handle for the native SQLite library or the value + IntPtr.Zero. + + + + + Determines the base file name (without any directory information) + for the native SQLite library to be pre-loaded by this class. + + + The base file name for the native SQLite library to be pre-loaded by + this class -OR- null if its value cannot be determined. + + + + + Searches for the native SQLite library in the directory containing + the assembly currently being executed as well as the base directory + for the current application domain. + + + Upon success, this parameter will be modified to refer to the base + directory containing the native SQLite library. + + + Upon success, this parameter will be modified to refer to the name + of the immediate directory (i.e. the offset from the base directory) + containing the native SQLite library. + + + Upon success, this parameter will be modified to non-zero only if + the base directory itself should be allowed for loading the native + library. + + + Non-zero (success) if the native SQLite library was found; otherwise, + zero (failure). + + + + + Queries and returns the base directory of the current application + domain. + + + The base directory for the current application domain -OR- null if it + cannot be determined. + + + + + Determines if the dynamic link library file name requires a suffix + and adds it if necessary. + + + The original dynamic link library file name to inspect. + + + The dynamic link library file name, possibly modified to include an + extension. + + + + + Queries and returns the processor architecture of the current + process. + + + The processor architecture of the current process -OR- null if it + cannot be determined. + + + + + Given the processor architecture, returns the name of the platform. + + + The processor architecture to be translated to a platform name. + + + The platform name for the specified processor architecture -OR- null + if it cannot be determined. + + + + + Attempts to load the native SQLite library based on the specified + directory and processor architecture. + + + The base directory to use, null for default (the base directory of + the current application domain). This directory should contain the + processor architecture specific sub-directories. + + + The requested processor architecture, null for default (the + processor architecture of the current process). This caller should + almost always specify null for this parameter. + + + Non-zero indicates that the native SQLite library can be loaded + from the base directory itself. + + + The candidate native module file name to load will be stored here, + if necessary. + + + The native module handle as returned by LoadLibrary will be stored + here, if necessary. This value will be IntPtr.Zero if the call to + LoadLibrary fails. + + + Non-zero if the native module was loaded successfully; otherwise, + zero. + + + + + A strongly-typed resource class, for looking up localized strings, etc. + + + + + Returns the cached ResourceManager instance used by this class. + + + + + Overrides the current thread's CurrentUICulture property for all + resource lookups using this strongly typed resource class. + + + + + Looks up a localized string similar to <?xml version="1.0" standalone="yes"?> + <DocumentElement> + <DataTypes> + <TypeName>smallint</TypeName> + <ProviderDbType>10</ProviderDbType> + <ColumnSize>5</ColumnSize> + <DataType>System.Int16</DataType> + <CreateFormat>smallint</CreateFormat> + <IsAutoIncrementable>false</IsAutoIncrementable> + <IsCaseSensitive>false</IsCaseSensitive> + <IsFixedLength>true</IsFixedLength> + <IsFixedPrecisionScale>true</IsFixedPrecisionScale> + <IsLong>false</IsLong> + <IsNullable>true</ [rest of string was truncated]";. + + + + + Looks up a localized string similar to ALL,ALTER,AND,AS,AUTOINCREMENT,BETWEEN,BY,CASE,CHECK,COLLATE,COMMIT,CONSTRAINT,CREATE,CROSS,DEFAULT,DEFERRABLE,DELETE,DISTINCT,DROP,ELSE,ESCAPE,EXCEPT,FOREIGN,FROM,FULL,GROUP,HAVING,IN,INDEX,INNER,INSERT,INTERSECT,INTO,IS,ISNULL,JOIN,LEFT,LIMIT,NATURAL,NOT,NOTNULL,NULL,ON,OR,ORDER,OUTER,PRIMARY,REFERENCES,RIGHT,ROLLBACK,SELECT,SET,TABLE,THEN,TO,TRANSACTION,UNION,UNIQUE,UPDATE,USING,VALUES,WHEN,WHERE. + + + + + Looks up a localized string similar to <?xml version="1.0" encoding="utf-8" ?> + <DocumentElement> + <MetaDataCollections> + <CollectionName>MetaDataCollections</CollectionName> + <NumberOfRestrictions>0</NumberOfRestrictions> + <NumberOfIdentifierParts>0</NumberOfIdentifierParts> + </MetaDataCollections> + <MetaDataCollections> + <CollectionName>DataSourceInformation</CollectionName> + <NumberOfRestrictions>0</NumberOfRestrictions> + <NumberOfIdentifierParts>0</NumberOfIdentifierParts> + </MetaDataCollections> + <MetaDataC [rest of string was truncated]";. + + + + + This represents the status of an internal operation. These values + should not be seen outside of this module. + + + + + The operation was attempted and completed successfully. + + + + + The operation was attempted and failed in some way. + + + + + The operation has either not been started -OR- its status is + currently unknown. + + + + + The operation was either skipped -OR- will not be performed. + + + + + This is a console-mode program that demonstrates how to use the Harpy + "late-bound" licensing SDK in order to validate and verify a license + certificate against a given assembly. + + NOTE: This static class been adapted for use by the System.Data.SQLite + project. Its use is governed by a special license agreement and + this file may not be redistributed without the express written + permission of all parties from the copyright notices at the top + of this file. + + + + + + This interface represents a virtual table implementation written in + native code. + + + + + + int (*xCreate)(sqlite3 *db, void *pAux, + int argc, char *const*argv, + sqlite3_vtab **ppVTab, + char **pzErr); + + + The xCreate method is called to create a new instance of a virtual table + in response to a CREATE VIRTUAL TABLE statement. + If the xCreate method is the same pointer as the xConnect method, then the + virtual table is an eponymous virtual table. + If the xCreate method is omitted (if it is a NULL pointer) then the virtual + table is an eponymous-only virtual table. + + + The db parameter is a pointer to the SQLite database connection that + is executing the CREATE VIRTUAL TABLE statement. + The pAux argument is the copy of the client data pointer that was the + fourth argument to the sqlite3_create_module() or + sqlite3_create_module_v2() call that registered the + virtual table module. + The argv parameter is an array of argc pointers to null terminated strings. + The first string, argv[0], is the name of the module being invoked. The + module name is the name provided as the second argument to + sqlite3_create_module() and as the argument to the USING clause of the + CREATE VIRTUAL TABLE statement that is running. + The second, argv[1], is the name of the database in which the new virtual + table is being created. The database name is "main" for the primary database, or + "temp" for TEMP database, or the name given at the end of the ATTACH + statement for attached databases. The third element of the array, argv[2], + is the name of the new virtual table, as specified following the TABLE + keyword in the CREATE VIRTUAL TABLE statement. + If present, the fourth and subsequent strings in the argv[] array report + the arguments to the module name in the CREATE VIRTUAL TABLE statement. + + + The job of this method is to construct the new virtual table object + (an sqlite3_vtab object) and return a pointer to it in *ppVTab. + + + As part of the task of creating a new sqlite3_vtab structure, this + method must invoke sqlite3_declare_vtab() to tell the SQLite + core about the columns and datatypes in the virtual table. + The sqlite3_declare_vtab() API has the following prototype: + + + int sqlite3_declare_vtab(sqlite3 *db, const char *zCreateTable) + + + The first argument to sqlite3_declare_vtab() must be the same + database connection pointer as the first parameter to this method. + The second argument to sqlite3_declare_vtab() must a zero-terminated + UTF-8 string that contains a well-formed CREATE TABLE statement that + defines the columns in the virtual table and their data types. + The name of the table in this CREATE TABLE statement is ignored, + as are all constraints. Only the column names and datatypes matter. + The CREATE TABLE statement string need not to be + held in persistent memory. The string can be + deallocated and/or reused as soon as the sqlite3_declare_vtab() + routine returns. + + + The xConnect method can also optionally request special features + for the virtual table by making one or more calls to + the sqlite3_vtab_config() interface: + + + int sqlite3_vtab_config(sqlite3 *db, int op, ...); + + + Calls to sqlite3_vtab_config() are optional. But for maximum + security, it is recommended that virtual table implementations + invoke "sqlite3_vtab_config(db, SQLITE_VTAB_DIRECTONLY)" if the + virtual table will not be used from inside of triggers or views. + + + The xCreate method need not initialize the pModule, nRef, and zErrMsg + fields of the sqlite3_vtab object. The SQLite core will take care of + that chore. + + + The xCreate should return SQLITE_OK if it is successful in + creating the new virtual table, or SQLITE_ERROR if it is not successful. + If not successful, the sqlite3_vtab structure must not be allocated. + An error message may optionally be returned in *pzErr if unsuccessful. + Space to hold the error message string must be allocated using + an SQLite memory allocation function like + sqlite3_malloc() or sqlite3_mprintf() as the SQLite core will + attempt to free the space using sqlite3_free() after the error has + been reported up to the application. + + + If the xCreate method is omitted (left as a NULL pointer) then the + virtual table is an eponymous-only virtual table. New instances of + the virtual table cannot be created using CREATE VIRTUAL TABLE and the + virtual table can only be used via its module name. + Note that SQLite versions prior to 3.9.0 (2015-10-14) do not understand + eponymous-only virtual tables and will segfault if an attempt is made + to CREATE VIRTUAL TABLE on an eponymous-only virtual table because + the xCreate method was not checked for null. + + + If the xCreate method is the exact same pointer as the xConnect method, + that indicates that the virtual table does not need to initialize backing + store. Such a virtual table can be used as an eponymous virtual table + or as a named virtual table using CREATE VIRTUAL TABLE or both. + + + If a column datatype contains the special keyword "HIDDEN" + (in any combination of upper and lower case letters) then that keyword + it is omitted from the column datatype name and the column is marked + as a hidden column internally. + A hidden column differs from a normal column in three respects: + + + ]]> + ]]> Hidden columns are not listed in the dataset returned by + "PRAGMA table_info", + ]]>]]> Hidden columns are not included in the expansion of a "*" + expression in the result set of a SELECT, and + ]]>]]> Hidden columns are not included in the implicit column-list + used by an INSERT statement that lacks an explicit column-list. + ]]>]]> + + + For example, if the following SQL is passed to sqlite3_declare_vtab(): + + + CREATE TABLE x(a HIDDEN VARCHAR(12), b INTEGER, c INTEGER Hidden); + + + Then the virtual table would be created with two hidden columns, + and with datatypes of "VARCHAR(12)" and "INTEGER". + + + An example use of hidden columns can be seen in the FTS3 virtual + table implementation, where every FTS virtual table + contains an FTS hidden column that is used to pass information from the + virtual table into FTS auxiliary functions and to the FTS MATCH operator. + + + A virtual table that contains hidden columns can be used like + a table-valued function in the FROM clause of a SELECT statement. + The arguments to the table-valued function become constraints on + the HIDDEN columns of the virtual table. + + + For example, the "generate_series" extension (located in the + ext/misc/series.c + file in the source tree) + implements an eponymous virtual table with the following schema: + + + CREATE TABLE generate_series( + value, + start HIDDEN, + stop HIDDEN, + step HIDDEN + ); + + + The sqlite3_module.xBestIndex method in the implementation of this + table checks for equality constraints against the HIDDEN columns, and uses + those as input parameters to determine the range of integer "value" outputs + to generate. Reasonable defaults are used for any unconstrained columns. + For example, to list all integers between 5 and 50: + + + SELECT value FROM generate_series(5,50); + + + The previous query is equivalent to the following: + + + SELECT value FROM generate_series WHERE start=5 AND stop=50; + + + Arguments on the virtual table name are matched to hidden columns + in order. The number of arguments can be less than the + number of hidden columns, in which case the latter hidden columns are + unconstrained. However, an error results if there are more arguments + than there are hidden columns in the virtual table. + + + Beginning with SQLite version 3.14.0 (2016-08-08), + the CREATE TABLE statement that + is passed into sqlite3_declare_vtab() may contain a WITHOUT ROWID clause. + This is useful for cases where the virtual table rows + cannot easily be mapped into unique integers. A CREATE TABLE + statement that includes WITHOUT ROWID must define one or more columns as + the PRIMARY KEY. Every column of the PRIMARY KEY must individually be + NOT NULL and all columns for each row must be collectively unique. + + + Note that SQLite does not enforce the PRIMARY KEY for a WITHOUT ROWID + virtual table. Enforcement is the responsibility of the underlying + virtual table implementation. But SQLite does assume that the PRIMARY KEY + constraint is valid - that the identified columns really are UNIQUE and + NOT NULL - and it uses that assumption to optimize queries against the + virtual table. + + + The rowid column is not accessible on a + WITHOUT ROWID virtual table (of course). + + + The xUpdate method was originally designed around having a + ROWID as a single value. The xUpdate method has been expanded to + accommodate an arbitrary PRIMARY KEY in place of the ROWID, but the + PRIMARY KEY must still be only one column. For this reason, SQLite + will reject any WITHOUT ROWID virtual table that has more than one + PRIMARY KEY column and a non-NULL xUpdate method. + + + + The native database connection handle. + + + The original native pointer value that was provided to the + sqlite3_create_module(), sqlite3_create_module_v2() or + sqlite3_create_disposable_module() functions. + + + The number of arguments from the CREATE VIRTUAL TABLE statement. + + + The array of string arguments from the CREATE VIRTUAL TABLE + statement. + + + Upon success, this parameter must be modified to point to the newly + created native sqlite3_vtab derived structure. + + + Upon failure, this parameter must be modified to point to the error + message, with the underlying memory having been obtained from the + sqlite3_malloc() function. + + + A standard SQLite return code. + + + + + + int (*xConnect)(sqlite3*, void *pAux, + int argc, char *const*argv, + sqlite3_vtab **ppVTab, + char **pzErr); + + + The xConnect method is very similar to xCreate. + It has the same parameters and constructs a new sqlite3_vtab structure + just like xCreate. + And it must also call sqlite3_declare_vtab() like xCreate. It + should also make all of the same sqlite3_vtab_config() calls as + xCreate. + + + The difference is that xConnect is called to establish a new + connection to an existing virtual table whereas xCreate is called + to create a new virtual table from scratch. + + + The xCreate and xConnect methods are only different when the + virtual table has some kind of backing store that must be initialized + the first time the virtual table is created. The xCreate method creates + and initializes the backing store. The xConnect method just connects + to an existing backing store. When xCreate and xConnect are the same, + the table is an eponymous virtual table. + + + As an example, consider a virtual table implementation that + provides read-only access to existing comma-separated-value (CSV) + files on disk. There is no backing store that needs to be created + or initialized for such a virtual table (since the CSV files already + exist on disk) so the xCreate and xConnect methods will be identical + for that module. + + + Another example is a virtual table that implements a full-text index. + The xCreate method must create and initialize data structures to hold + the dictionary and posting lists for that index. The xConnect method, + on the other hand, only has to locate and use an existing dictionary + and posting lists that were created by a prior xCreate call. + + + The xConnect method must return SQLITE_OK if it is successful + in creating the new virtual table, or SQLITE_ERROR if it is not + successful. If not successful, the sqlite3_vtab structure must not be + allocated. An error message may optionally be returned in *pzErr if + unsuccessful. + Space to hold the error message string must be allocated using + an SQLite memory allocation function like + sqlite3_malloc() or sqlite3_mprintf() as the SQLite core will + attempt to free the space using sqlite3_free() after the error has + been reported up to the application. + + + The xConnect method is required for every virtual table implementation, + though the xCreate and xConnect pointers of the sqlite3_module object + may point to the same function if the virtual table does not need to + initialize backing store. + + + + The native database connection handle. + + + The original native pointer value that was provided to the + sqlite3_create_module(), sqlite3_create_module_v2() or + sqlite3_create_disposable_module() functions. + + + The number of arguments from the CREATE VIRTUAL TABLE statement. + + + The array of string arguments from the CREATE VIRTUAL TABLE + statement. + + + Upon success, this parameter must be modified to point to the newly + created native sqlite3_vtab derived structure. + + + Upon failure, this parameter must be modified to point to the error + message, with the underlying memory having been obtained from the + sqlite3_malloc() function. + + + A standard SQLite return code. + + + + + + SQLite uses the xBestIndex method of a virtual table module to determine + the best way to access the virtual table. + The xBestIndex method has a prototype like this: + + + int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); + + + The SQLite core communicates with the xBestIndex method by filling + in certain fields of the sqlite3_index_info structure and passing a + pointer to that structure into xBestIndex as the second parameter. + The xBestIndex method fills out other fields of this structure which + forms the reply. The sqlite3_index_info structure looks like this: + + + struct sqlite3_index_info { + /* Inputs */ + const int nConstraint; /* Number of entries in aConstraint */ + const struct sqlite3_index_constraint { + int iColumn; /* Column constrained. -1 for ROWID */ + unsigned char op; /* Constraint operator */ + unsigned char usable; /* True if this constraint is usable */ + int iTermOffset; /* Used internally - xBestIndex should ignore */ + } *const aConstraint; /* Table of WHERE clause constraints */ + const int nOrderBy; /* Number of terms in the ORDER BY clause */ + const struct sqlite3_index_orderby { + int iColumn; /* Column number */ + unsigned char desc; /* True for DESC. False for ASC. */ + } *const aOrderBy; /* The ORDER BY clause */ + /* Outputs */ + struct sqlite3_index_constraint_usage { + int argvIndex; /* if >0, constraint is part of argv to xFilter */ + unsigned char omit; /* Do not code a test for this constraint */ + } *const aConstraintUsage; + int idxNum; /* Number used to identify the index */ + char *idxStr; /* String, possibly obtained from sqlite3_malloc */ + int needToFreeIdxStr; /* Free idxStr using sqlite3_free() if true */ + int orderByConsumed; /* True if output is already ordered */ + double estimatedCost; /* Estimated cost of using this index */ + ]]>/* Fields below are only available in SQLite 3.8.2 and later */]]> + sqlite3_int64 estimatedRows; /* Estimated number of rows returned */ + ]]>/* Fields below are only available in SQLite 3.9.0 and later */]]> + int idxFlags; /* Mask of SQLITE_INDEX_SCAN_* flags */ + ]]>/* Fields below are only available in SQLite 3.10.0 and later */]]> + sqlite3_uint64 colUsed; /* Input: Mask of columns used by statement */ + }; + + + Note the warnings on the "estimatedRows", "idxFlags", and colUsed fields. + These fields were added with SQLite versions 3.8.2, 3.9.0, and 3.10.0, respectively. + Any extension that reads or writes these fields must first check that the + version of the SQLite library in use is greater than or equal to appropriate + version - perhaps comparing the value returned from sqlite3_libversion_number() + against constants 3008002, 3009000, and/or 3010000. The result of attempting + to access these fields in an sqlite3_index_info structure created by an + older version of SQLite are undefined. + + + In addition, there are some defined constants: + + + #define SQLITE_INDEX_CONSTRAINT_EQ 2 + #define SQLITE_INDEX_CONSTRAINT_GT 4 + #define SQLITE_INDEX_CONSTRAINT_LE 8 + #define SQLITE_INDEX_CONSTRAINT_LT 16 + #define SQLITE_INDEX_CONSTRAINT_GE 32 + #define SQLITE_INDEX_CONSTRAINT_MATCH 64 + #define SQLITE_INDEX_CONSTRAINT_LIKE 65 /* 3.10.0 and later */ + #define SQLITE_INDEX_CONSTRAINT_GLOB 66 /* 3.10.0 and later */ + #define SQLITE_INDEX_CONSTRAINT_REGEXP 67 /* 3.10.0 and later */ + #define SQLITE_INDEX_CONSTRAINT_NE 68 /* 3.21.0 and later */ + #define SQLITE_INDEX_CONSTRAINT_ISNOT 69 /* 3.21.0 and later */ + #define SQLITE_INDEX_CONSTRAINT_ISNOTNULL 70 /* 3.21.0 and later */ + #define SQLITE_INDEX_CONSTRAINT_ISNULL 71 /* 3.21.0 and later */ + #define SQLITE_INDEX_CONSTRAINT_IS 72 /* 3.21.0 and later */ + #define SQLITE_INDEX_CONSTRAINT_LIMIT 73 /* 3.38.0 and later */ + #define SQLITE_INDEX_CONSTRAINT_OFFSET 74 /* 3.38.0 and later */ + #define SQLITE_INDEX_CONSTRAINT_FUNCTION 150 /* 3.25.0 and later */ + #define SQLITE_INDEX_SCAN_UNIQUE 1 /* Scan visits at most 1 row */ + + + Use the sqlite3_vtab_collation() interface to find the name of + the collating sequence that should be used when evaluating the i-th + constraint: + + + const char *sqlite3_vtab_collation(sqlite3_index_info*, int i); + + + The SQLite core calls the xBestIndex method when it is compiling a query + that involves a virtual table. In other words, SQLite calls this method + when it is running sqlite3_prepare() or the equivalent. + By calling this method, the + SQLite core is saying to the virtual table that it needs to access + some subset of the rows in the virtual table and it wants to know the + most efficient way to do that access. The xBestIndex method replies + with information that the SQLite core can then use to conduct an + efficient search of the virtual table. + + + While compiling a single SQL query, the SQLite core might call + xBestIndex multiple times with different settings in sqlite3_index_info. + The SQLite core will then select the combination that appears to + give the best performance. + + + Before calling this method, the SQLite core initializes an instance + of the sqlite3_index_info structure with information about the + query that it is currently trying to process. This information + derives mainly from the WHERE clause and ORDER BY or GROUP BY clauses + of the query, but also from any ON or USING clauses if the query is a + join. The information that the SQLite core provides to the xBestIndex + method is held in the part of the structure that is marked as "Inputs". + The "Outputs" section is initialized to zero. + + + The information in the sqlite3_index_info structure is ephemeral + and may be overwritten or deallocated as soon as the xBestIndex method + returns. If the xBestIndex method needs to remember any part of the + sqlite3_index_info structure, it should make a copy. Care must be + take to store the copy in a place where it will be deallocated, such + as in the idxStr field with needToFreeIdxStr set to 1. + + + Note that xBestIndex will always be called before xFilter, since + the idxNum and idxStr outputs from xBestIndex are required inputs to + xFilter. However, there is no guarantee that xFilter will be called + following a successful xBestIndex. + + + The xBestIndex method is required for every virtual table implementation. + + + The main thing that the SQLite core is trying to communicate to + the virtual table is the constraints that are available to limit + the number of rows that need to be searched. The aConstraint[] array + contains one entry for each constraint. There will be exactly + nConstraint entries in that array. + + + Each constraint will usually correspond to a term in the WHERE clause + or in a USING or ON clause that is of the form + + + column OP EXPR + + + Where "column" is a column in the virtual table, OP is an operator + like "=" or "<", and EXPR is an arbitrary expression. So, for example, + if the WHERE clause contained a term like this: + + + a = 5 + + + Then one of the constraints would be on the "a" column with + operator "=" and an expression of "5". Constraints need not have a + literal representation of the WHERE clause. The query optimizer might + make transformations to the + WHERE clause in order to extract as many constraints + as it can. So, for example, if the WHERE clause contained something + like this: + + + x BETWEEN 10 AND 100 AND 999>y + + + The query optimizer might translate this into three separate constraints: + + + x >= 10 + x <= 100 + y < 999 + + + For each such constraint, the aConstraint[].iColumn field indicates which + column appears on the left-hand side of the constraint. + The first column of the virtual table is column 0. + The rowid of the virtual table is column -1. + The aConstraint[].op field indicates which operator is used. + The SQLITE_INDEX_CONSTRAINT_* constants map integer constants + into operator values. + Columns occur in the order they were defined by the call to + sqlite3_declare_vtab() in the xCreate or xConnect method. + Hidden columns are counted when determining the column index. + + + If the xFindFunction() method for the virtual table is defined, and + if xFindFunction() sometimes returns SQLITE_INDEX_CONSTRAINT_FUNCTION or + larger, then the constraints might also be of the form: + + + FUNCTION( column, EXPR) + + + In this case the aConstraint[].op value is the same as the value + returned by xFindFunction() for FUNCTION. + + + The aConstraint[] array contains information about all constraints + that apply to the virtual table. But some of the constraints might + not be usable because of the way tables are ordered in a join. + The xBestIndex method must therefore only consider constraints + that have an aConstraint[].usable flag which is true. + + + In addition to WHERE clause constraints, the SQLite core also + tells the xBestIndex method about the ORDER BY clause. + (In an aggregate query, the SQLite core might put in GROUP BY clause + information in place of the ORDER BY clause information, but this fact + should not make any difference to the xBestIndex method.) + If all terms of the ORDER BY clause are columns in the virtual table, + then nOrderBy will be the number of terms in the ORDER BY clause + and the aOrderBy[] array will identify the column for each term + in the order by clause and whether or not that column is ASC or DESC. + + + In SQLite version 3.10.0 (2016-01-06) and later, + the colUsed field is available + to indicate which fields of the virtual table are actually used by the + statement being prepared. If the lowest bit of colUsed is set, that + means that the first column is used. The second lowest bit corresponds + to the second column. And so forth. If the most significant bit of + colUsed is set, that means that one or more columns other than the + first 63 columns are used. If column usage information is needed by the + xFilter method, then the required bits must be encoded into either + the output idxNum field or idxStr content. + + + For the LIKE, GLOB, REGEXP, and MATCH operators, the + aConstraint[].iColumn value is the virtual table column that + is the left operand of the operator. However, if these operators + are expressed as function calls instead of operators, then + the aConstraint[].iColumn value references the virtual table + column that is the second argument to that function: + + + LIKE(EXPR, column)]]> + GLOB(EXPR, column)]]> + REGEXP(EXPR, column)]]> + MATCH(EXPR, column)]]> + + + Hence, as far as the xBestIndex() method is concerned, the following + two forms are equivalent: + + + column LIKE EXPR]]> + LIKE(EXPR,column) + + + This special behavior of looking at the second argument of a function + only occurs for the LIKE, GLOB, REGEXP, and MATCH functions. For all + other functions, the aConstraint[].iColumn value references the first + argument of the function. + + + This special feature of LIKE, GLOB, REGEXP, and MATCH does not + apply to the xFindFunction() method, however. The + xFindFunction() method always keys off of the left operand of an + LIKE, GLOB, REGEXP, or MATCH operator but off of the first argument + to function-call equivalents of those operators. + + + When aConstraint[].op is one of SQLITE_INDEX_CONSTRAINT_LIMIT or + SQLITE_INDEX_CONSTRAINT_OFFSET, that indicates that there is a + LIMIT or OFFSET clause on the SQL query statement that is using + the virtual table. The LIMIT and OFFSET operators have no + left operand, and so when aConstraint[].op is one of + SQLITE_INDEX_CONSTRAINT_LIMIT or SQLITE_INDEX_CONSTRAINT_OFFSET + then the aConstraint[].iColumn value is meaningless and should + not be used. + + + The sqlite3_vtab_rhs_value() interface can be used to try to + access the right-hand operand of a constraint. However, the value + of a right-hand operator might not be known at the time that + the xBestIndex method is run, so the sqlite3_vtab_rhs_value() + call might not be successful. Usually the right operand of a + constraint is only available to xBestIndex if it is coded as + a literal value in the input SQL. If the right operand is + coded as an expression or a host parameter, it probably will + not be accessible to xBestIndex. Some operators, such as + SQLITE_INDEX_CONSTRAINT_ISNULL and + SQLITE_INDEX_CONSTRAINT_ISNOTNULL have no right-hand operand. + The sqlite3_vtab_rhs_value() interface always returns + SQLITE_NOTFOUND for such operators. + + + Given all of the information above, the job of the xBestIndex + method it to figure out the best way to search the virtual table. + + + The xBestIndex method conveys an indexing strategy to the xFilter + method through the idxNum and idxStr fields. The idxNum value and + idxStr string content are arbitrary as far as the SQLite core is + concerned and can have any meaning as long as xBestIndex and xFilter + agree on what that meaning is. The SQLite core just copies the + information from xBestIndex through to the xFilter method, assuming + only that the char sequence referenced via idxStr is NUL terminated. + + + The idxStr value may be a string obtained from an SQLite + memory allocation function such as sqlite3_mprintf(). + If this is the case, then the needToFreeIdxStr flag must be set to + true so that the SQLite core will know to call sqlite3_free() on + that string when it has finished with it, and thus avoid a memory leak. + The idxStr value may also be a static constant string, in which case + the needToFreeIdxStr boolean should remain false. + + + The estimatedCost field should be set to the estimated number + of disk access operations required to execute this query against + the virtual table. The SQLite core will often call xBestIndex + multiple times with different constraints, obtain multiple cost + estimates, then choose the query plan that gives the lowest estimate. + The SQLite core initializes estimatedCost to a very large value + prior to invoking xBestIndex, so if xBestIndex determines that the + current combination of parameters is undesirable, it can leave the + estimatedCost field unchanged to discourage its use. + + + If the current version of SQLite is 3.8.2 or greater, the estimatedRows + field may be set to an estimate of the number of rows returned by the + proposed query plan. If this value is not explicitly set, the default + estimate of 25 rows is used. + + + If the current version of SQLite is 3.9.0 or greater, the idxFlags field + may be set to SQLITE_INDEX_SCAN_UNIQUE to indicate that the virtual table + will return only zero or one rows given the input constraints. Additional + bits of the idxFlags field might be understood in later versions of SQLite. + + + The aConstraintUsage[] array contains one element for each of + the nConstraint constraints in the inputs section of the + sqlite3_index_info structure. + The aConstraintUsage[] array is used by xBestIndex to tell the + core how it is using the constraints. + + + The xBestIndex method may set aConstraintUsage[].argvIndex + entries to values greater than zero. + Exactly one entry should be set to 1, another to 2, another to 3, + and so forth up to as many or as few as the xBestIndex method wants. + The EXPR of the corresponding constraints will then be passed + in as the argv[] parameters to xFilter. + + + For example, if the aConstraint[3].argvIndex is set to 1, then + when xFilter is called, the argv[0] passed to xFilter will have + the EXPR value of the aConstraint[3] constraint. + + + By default, the SQLite generates bytecode that will double + checks all constraints on each row of the virtual table to verify + that they are satisfied. If the virtual table can guarantee + that a constraint will always be satisfied, it can try to + suppress that double-check by setting aConstraintUsage[].omit. + However, with some exceptions, this is only a hint and + there is no guarantee that the redundant check of the constraint + will be suppressed. Key points: + + ]]> + ]]> + The omit flag is only honored if the argvIndex value for the + constraint is greater than 0 and less than or equal to 16. + Constraint checking is never suppressed for constraints + that do not pass their right operand into the xFilter method. + The current implementation is only able to suppress redundant + constraint checking for the first 16 values passed to xFilter, + though that limitation might be increased in future releases. + ]]>]]> + The omit flag is always honored for SQLITE_INDEX_CONSTRAINT_OFFSET + constraints as long as argvIndex is greater than 0. Setting the + omit flag on an SQLITE_INDEX_CONSTRAINT_OFFSET constraint indicates + to SQLite that the virtual table will itself suppress the first N + rows of output, where N is the right operand of the OFFSET operator. + If the virtual table implementation sets omit on an + SQLITE_INDEX_CONSTRAINT_OFFSET constraint but then fails to suppress + the first N rows of output, an incorrect answer will result from + the overall query. + ]]>]]> + + If the virtual table will output rows in the order specified by + the ORDER BY clause, then the orderByConsumed flag may be set to + true. If the output is not automatically in the correct order + then orderByConsumed must be left in its default false setting. + This will indicate to the SQLite core that it will need to do a + separate sorting pass over the data after it comes out of the virtual table. + Setting orderByConsumed is an optimization. A query will always + get the correct answer if orderByConsumed is left at its default + value (0). Unnecessary sort operations might be avoided resulting + in a faster query if orderByConsumed is set, but setting + orderByConsumed incorrectly can result in an incorrect answer. + It is suggested that new virtual table implementations leave + the orderByConsumed value unset initially, and then after everything + else is known to be working correctly, go back and attempt to + optimize by setting orderByConsumed where appropriate. + + + Sometimes the orderByConsumed flag can be safely set even if + the outputs from the virtual table are not strictly in the order + specified by nOrderBy and aOrderBy. If the + sqlite3_vtab_distinct() interface returns 1 or 2, that indicates + that the ordering can be relaxed. See the documentation on + sqlite3_vtab_distinct() for further information. + + + The xBestIndex method should return SQLITE_OK on success. If any + kind of fatal error occurs, an appropriate error code (ex: SQLITE_NOMEM) + should be returned instead. + + + If xBestIndex returns SQLITE_CONSTRAINT, that does not indicate an + error. Rather, SQLITE_CONSTRAINT indicates that the particular combination + of input parameters specified is insufficient for the virtual table + to do its job. + This is logically the same as setting the estimatedCost to infinity. + If every call to xBestIndex for a particular query plan returns + SQLITE_CONSTRAINT, that means there is no way for the virtual table + to be safely used, and the sqlite3_prepare() call will fail with + a "no query solution" error. + + + The SQLITE_CONSTRAINT return from xBestIndex + is useful for table-valued functions that + have required parameters. If the aConstraint[].usable field is false + for one of the required parameter, then the xBestIndex method should + return SQLITE_CONSTRAINT. If a required field does not appear in + the aConstraint[] array at all, that means that the corresponding + parameter is omitted from the input SQL. In that case, xBestIndex + should set an error message in pVTab->zErrMsg and return + SQLITE_ERROR. To summarize: + + ]]> + ]]> + The aConstraint[].usable value for a required parameter is + false return SQLITE_CONSTRAINT. + ]]>]]> + A required parameter does not appears anywhere in + the aConstraint[] array + Set an error message in pVTab->zErrMsg and return + SQLITE_ERROR + ]]>]]> + + The following example will better illustrate the use of SQLITE_CONSTRAINT + as a return value from xBestIndex: + + + SELECT * FROM realtab, tablevaluedfunc(realtab.x); + + + Assuming that the first hidden column of "tablevaluedfunc" is "param1", + the query above is semantically equivalent to this: + + + SELECT * FROM realtab, tablevaluedfunc + WHERE tablevaluedfunc.param1 = realtab.x; + + + The query planner must decide between many possible implementations + of this query, but two plans in particular are of note: + + ]]> + ]]>Scan all + rows of realtab and for each row, find rows in tablevaluedfunc where + param1 is equal to realtab.x + ]]>]]>Scan all rows of tablevalued func and for each row find rows + in realtab where x is equal to tablevaluedfunc.param1. + ]]>]]> + + The xBestIndex method will be invoked once for each of the potential + plans above. For plan 1, the aConstraint[].usable flag for the + SQLITE_CONSTRAINT_EQ constraint on the param1 column will be true because + the right-hand side value for the "param1 = ?" constraint will be known, + since it is determined by the outer realtab loop. + But for plan 2, the aConstraint[].usable flag for "param1 = ?" will be false + because the right-hand side value is determined by an inner loop and is thus + an unknown quantity. Because param1 is a required input to the table-valued + functions, the xBestIndex method should return SQLITE_CONSTRAINT when presented + with plan 2, indicating that a required input is missing. This forces the + query planner to select plan 1. + + + + The native pointer to the sqlite3_vtab derived structure. + + + The native pointer to the sqlite3_index_info structure. + + + A standard SQLite return code. + + + + + + int (*xDisconnect)(sqlite3_vtab *pVTab); + + + This method releases a connection to a virtual table. + Only the sqlite3_vtab object is destroyed. + The virtual table is not destroyed and any backing store + associated with the virtual table persists. + + This method undoes the work of xConnect. + + This method is a destructor for a connection to the virtual table. + Contrast this method with xDestroy. The xDestroy is a destructor + for the entire virtual table. + + + The xDisconnect method is required for every virtual table implementation, + though it is acceptable for the xDisconnect and xDestroy methods to be + the same function if that makes sense for the particular virtual table. + + + + The native pointer to the sqlite3_vtab derived structure. + + + A standard SQLite return code. + + + + + + int (*xDestroy)(sqlite3_vtab *pVTab); + + + This method releases a connection to a virtual table, just like + the xDisconnect method, and it also destroys the underlying + table implementation. This method undoes the work of xCreate. + + + The xDisconnect method is called whenever a database connection + that uses a virtual table is closed. The xDestroy method is only + called when a DROP TABLE statement is executed against the virtual table. + + + The xDestroy method is required for every virtual table implementation, + though it is acceptable for the xDisconnect and xDestroy methods to be + the same function if that makes sense for the particular virtual table. + + + + The native pointer to the sqlite3_vtab derived structure. + + + A standard SQLite return code. + + + + + + int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor); + + + The xOpen method creates a new cursor used for accessing (read and/or + writing) a virtual table. A successful invocation of this method + will allocate the memory for the sqlite3_vtab_cursor (or a subclass), + initialize the new object, and make *ppCursor point to the new object. + The successful call then returns SQLITE_OK. + + + For every successful call to this method, the SQLite core will + later invoke the xClose method to destroy + the allocated cursor. + + + The xOpen method need not initialize the pVtab field of the + sqlite3_vtab_cursor structure. The SQLite core will take care + of that chore automatically. + + + A virtual table implementation must be able to support an arbitrary + number of simultaneously open cursors. + + + When initially opened, the cursor is in an undefined state. + The SQLite core will invoke the xFilter method + on the cursor prior to any attempt to position or read from the cursor. + + + The xOpen method is required for every virtual table implementation. + + + + The native pointer to the sqlite3_vtab derived structure. + + + Upon success, this parameter must be modified to point to the newly + created native sqlite3_vtab_cursor derived structure. + + + A standard SQLite return code. + + + + + + int (*xClose)(sqlite3_vtab_cursor*); + + + The xClose method closes a cursor previously opened by + xOpen. + The SQLite core will always call xClose once for each cursor opened + using xOpen. + + + This method must release all resources allocated by the + corresponding xOpen call. The routine will not be called again even if it + returns an error. The SQLite core will not use the + sqlite3_vtab_cursor again after it has been closed. + + + The xClose method is required for every virtual table implementation. + + + + The native pointer to the sqlite3_vtab_cursor derived structure. + + + A standard SQLite return code. + + + + + + int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, + int argc, sqlite3_value **argv); + + + This method begins a search of a virtual table. + The first argument is a cursor opened by xOpen. + The next two arguments define a particular search index previously + chosen by xBestIndex. The specific meanings of idxNum and idxStr + are unimportant as long as xFilter and xBestIndex agree on what + that meaning is. + + + The xBestIndex function may have requested the values of + certain expressions using the aConstraintUsage[].argvIndex values + of the sqlite3_index_info structure. + Those values are passed to xFilter using the argc and argv parameters. + + + If the virtual table contains one or more rows that match the + search criteria, then the cursor must be left point at the first row. + Subsequent calls to xEof must return false (zero). + If there are no rows match, then the cursor must be left in a state + that will cause the xEof to return true (non-zero). + The SQLite engine will use + the xColumn and xRowid methods to access that row content. + The xNext method will be used to advance to the next row. + + + This method must return SQLITE_OK if successful, or an sqlite + error code if an error occurs. + + + The xFilter method is required for every virtual table implementation. + + + + The native pointer to the sqlite3_vtab_cursor derived structure. + + + Number used to help identify the selected index. + + + The native pointer to the UTF-8 encoded string containing the + string used to help identify the selected index. + + + The number of native pointers to sqlite3_value structures specified + in . + + + An array of native pointers to sqlite3_value structures containing + filtering criteria for the selected index. + + + A standard SQLite return code. + + + + + + int (*xNext)(sqlite3_vtab_cursor*); + + + The xNext method advances a virtual table cursor + to the next row of a result set initiated by xFilter. + If the cursor is already pointing at the last row when this + routine is called, then the cursor no longer points to valid + data and a subsequent call to the xEof method must return true (non-zero). + If the cursor is successfully advanced to another row of content, then + subsequent calls to xEof must return false (zero). + + + This method must return SQLITE_OK if successful, or an sqlite + error code if an error occurs. + + + The xNext method is required for every virtual table implementation. + + + + The native pointer to the sqlite3_vtab_cursor derived structure. + + + A standard SQLite return code. + + + + + + int (*xEof)(sqlite3_vtab_cursor*); + + + The xEof method must return false (zero) if the specified cursor + currently points to a valid row of data, or true (non-zero) otherwise. + This method is called by the SQL engine immediately after each + xFilter and xNext invocation. + + + The xEof method is required for every virtual table implementation. + + + + The native pointer to the sqlite3_vtab_cursor derived structure. + + + Non-zero if no more rows are available; zero otherwise. + + + + + + int (*xColumn)(sqlite3_vtab_cursor*, sqlite3_context*, int N); + + + The SQLite core invokes this method in order to find the value for + the N-th column of the current row. N is zero-based so the first column + is numbered 0. + The xColumn method may return its result back to SQLite using one of the + following interface: + + + ]]> + ]]> sqlite3_result_blob() + ]]>]]> sqlite3_result_double() + ]]>]]> sqlite3_result_int() + ]]>]]> sqlite3_result_int64() + ]]>]]> sqlite3_result_null() + ]]>]]> sqlite3_result_text() + ]]>]]> sqlite3_result_text16() + ]]>]]> sqlite3_result_text16le() + ]]>]]> sqlite3_result_text16be() + ]]>]]> sqlite3_result_zeroblob() + ]]>]]> + + + If the xColumn method implementation calls none of the functions above, + then the value of the column defaults to an SQL NULL. + + + To raise an error, the xColumn method should use one of the result_text() + methods to set the error message text, then return an appropriate + error code. The xColumn method must return SQLITE_OK on success. + + + The xColumn method is required for every virtual table implementation. + + + + The native pointer to the sqlite3_vtab_cursor derived structure. + + + The native pointer to the sqlite3_context structure to be used + for returning the specified column value to the SQLite core + library. + + + The zero-based index corresponding to the column containing the + value to be returned. + + + A standard SQLite return code. + + + + + + int (*xRowid)(sqlite3_vtab_cursor *pCur, sqlite_int64 *pRowid); + + + A successful invocation of this method will cause *pRowid to be + filled with the rowid of row that the + virtual table cursor pCur is currently pointing at. + This method returns SQLITE_OK on success. + It returns an appropriate error code on failure. + + + The xRowid method is required for every virtual table implementation. + + + + The native pointer to the sqlite3_vtab_cursor derived structure. + + + Upon success, this parameter must be modified to contain the unique + integer row identifier for the current row for the specified cursor. + + + A standard SQLite return code. + + + + + + int (*xUpdate)( + sqlite3_vtab *pVTab, + int argc, + sqlite3_value **argv, + sqlite_int64 *pRowid + ); + + + All changes to a virtual table are made using the xUpdate method. + This one method can be used to insert, delete, or update. + + + The argc parameter specifies the number of entries in the argv array. + The value of argc will be 1 for a pure delete operation or N+2 for an insert + or replace or update where N is the number of columns in the table. + In the previous sentence, N includes any hidden columns. + + + Every argv entry will have a non-NULL value in C but may contain the + SQL value NULL. In other words, it is always true that + ]]>argv[i]!=0]]> for ]]>i]]> between 0 and ]]>argc-1]]>. + However, it might be the case that + ]]>sqlite3_value_type(argv[i])==SQLITE_NULL]]>. + + + The argv[0] parameter is the rowid of a row in the virtual table + to be deleted. If argv[0] is an SQL NULL, then no deletion occurs. + + + The argv[1] parameter is the rowid of a new row to be inserted + into the virtual table. If argv[1] is an SQL NULL, then the implementation + must choose a rowid for the newly inserted row. Subsequent argv[] + entries contain values of the columns of the virtual table, in the + order that the columns were declared. The number of columns will + match the table declaration that the xConnect or xCreate method made + using the sqlite3_declare_vtab() call. All hidden columns are included. + + + When doing an insert without a rowid (argc>1, argv[1] is an SQL NULL), + on a virtual table that uses ROWID (but not on a WITHOUT ROWID virtual table), + the implementation must set *pRowid to the rowid of the newly inserted row; + this will become the value returned by the sqlite3_last_insert_rowid() + function. Setting this value in all the other cases is a harmless no-op; + the SQLite engine ignores the *pRowid return value if argc==1 or + argv[1] is not an SQL NULL. + + + Each call to xUpdate will fall into one of cases shown below. + Not that references to ]]>argv[i]]]> mean the SQL value + held within the argv[i] object, not the argv[i] + object itself. + + + ]]> + ]]>]]>argc = 1 ]]> argv[0] ≠ NULL]]> + ]]>]]> + DELETE: The single row with rowid or PRIMARY KEY equal to argv[0] is deleted. + No insert occurs. + ]]>]]>]]>argc > 1 ]]> argv[0] = NULL]]> + ]]>]]> + INSERT: A new row is inserted with column values taken from + argv[2] and following. In a rowid virtual table, if argv[1] is an SQL NULL, + then a new unique rowid is generated automatically. The argv[1] will be NULL + for a WITHOUT ROWID virtual table, in which case the implementation should + take the PRIMARY KEY value from the appropriate column in argv[2] and following. + ]]>]]>]]>argc > 1 ]]> argv[0] ≠ NULL ]]> argv[0] = argv[1]]]> + ]]>]]> + UPDATE: + The row with rowid or PRIMARY KEY argv[0] is updated with new values + in argv[2] and following parameters. + ]]>]]>]]>argc > 1 ]]> argv[0] ≠ NULL ]]> argv[0] ≠ argv[1]]]> + ]]>]]> + UPDATE with rowid or PRIMARY KEY change: + The row with rowid or PRIMARY KEY argv[0] is updated with + the rowid or PRIMARY KEY in argv[1] + and new values in argv[2] and following parameters. This will occur + when an SQL statement updates a rowid, as in the statement: + + UPDATE table SET rowid=rowid+1 WHERE ...; + + ]]>]]> + + + The xUpdate method must return SQLITE_OK if and only if it is + successful. If a failure occurs, the xUpdate must return an appropriate + error code. On a failure, the pVTab->zErrMsg element may optionally + be replaced with error message text stored in memory allocated from SQLite + using functions such as sqlite3_mprintf() or sqlite3_malloc(). + + + If the xUpdate method violates some constraint of the virtual table + (including, but not limited to, attempting to store a value of the wrong + datatype, attempting to store a value that is too + large or too small, or attempting to change a read-only value) then the + xUpdate must fail with an appropriate error code. + + + If the xUpdate method is performing an UPDATE, then + sqlite3_value_nochange(X) can be used to discover which columns + of the virtual table were actually modified by the UPDATE + statement. The sqlite3_value_nochange(X) interface returns + true for columns that do not change. + On every UPDATE, SQLite will first invoke + xColumn separately for each unchanging column in the table to + obtain the value for that column. The xColumn method can + check to see if the column is unchanged at the SQL level + by invoking sqlite3_vtab_nochange(). If xColumn sees that + the column is not being modified, it should return without setting + a result using one of the sqlite3_result_xxxxx() + interfaces. Only in that case sqlite3_value_nochange() will be + true within the xUpdate method. If xColumn does + invoke one or more sqlite3_result_xxxxx() + interfaces, then SQLite understands that as a change in the value + of the column and the sqlite3_value_nochange() call for that + column within xUpdate will return false. + + + There might be one or more sqlite3_vtab_cursor objects open and in use + on the virtual table instance and perhaps even on the row of the virtual + table when the xUpdate method is invoked. The implementation of + xUpdate must be prepared for attempts to delete or modify rows of the table + out from other existing cursors. If the virtual table cannot accommodate + such changes, the xUpdate method must return an error code. + + + The xUpdate method is optional. + If the xUpdate pointer in the sqlite3_module for a virtual table + is a NULL pointer, then the virtual table is read-only. + + + + The native pointer to the sqlite3_vtab derived structure. + + + The number of new or modified column values contained in + . + + + The array of native pointers to sqlite3_value structures containing + the new or modified column values, if any. + + + Upon success, this parameter must be modified to contain the unique + integer row identifier for the row that was inserted, if any. + + + A standard SQLite return code. + + + + + + int (*xBegin)(sqlite3_vtab *pVTab); + + + This method begins a transaction on a virtual table. + This is method is optional. The xBegin pointer of sqlite3_module + may be NULL. + + + This method is always followed by one call to either the + xCommit or xRollback method. Virtual table transactions do + not nest, so the xBegin method will not be invoked more than once + on a single virtual table + without an intervening call to either xCommit or xRollback. + Multiple calls to other methods can and likely will occur in between + the xBegin and the corresponding xCommit or xRollback. + + + + The native pointer to the sqlite3_vtab derived structure. + + + A standard SQLite return code. + + + + + + int (*xSync)(sqlite3_vtab *pVTab); + + + This method signals the start of a two-phase commit on a virtual + table. + This is method is optional. The xSync pointer of sqlite3_module + may be NULL. + + + This method is only invoked after call to the xBegin method and + prior to an xCommit or xRollback. In order to implement two-phase + commit, the xSync method on all virtual tables is invoked prior to + invoking the xCommit method on any virtual table. If any of the + xSync methods fail, the entire transaction is rolled back. + + + + The native pointer to the sqlite3_vtab derived structure. + + + A standard SQLite return code. + + + + + + int (*xCommit)(sqlite3_vtab *pVTab); + + + This method causes a virtual table transaction to commit. + This is method is optional. The xCommit pointer of sqlite3_module + may be NULL. + + + A call to this method always follows a prior call to xBegin and + xSync. + + + + The native pointer to the sqlite3_vtab derived structure. + + + A standard SQLite return code. + + + + + + int (*xRollback)(sqlite3_vtab *pVTab); + + + This method causes a virtual table transaction to rollback. + This is method is optional. The xRollback pointer of sqlite3_module + may be NULL. + + + A call to this method always follows a prior call to xBegin. + + + + The native pointer to the sqlite3_vtab derived structure. + + + A standard SQLite return code. + + + + + + int (*xFindFunction)( + sqlite3_vtab *pVtab, + int nArg, + const char *zName, + void (**pxFunc)(sqlite3_context*,int,sqlite3_value**), + void **ppArg + ); + + + This method is called during sqlite3_prepare() to give the virtual + table implementation an opportunity to overload functions. + This method may be set to NULL in which case no overloading occurs. + + + When a function uses a column from a virtual table as its first + argument, this method is called to see if the virtual table would + like to overload the function. The first three parameters are inputs: + the virtual table, the number of arguments to the function, and the + name of the function. If no overloading is desired, this method + returns 0. To overload the function, this method writes the new + function implementation into *pxFunc and writes user data into *ppArg + and returns either 1 or a number between + SQLITE_INDEX_CONSTRAINT_FUNCTION and 255. + + + Historically, the return value from xFindFunction() was either zero + or one. Zero means that the function is not overloaded and one means that + it is overload. The ability to return values of + SQLITE_INDEX_CONSTRAINT_FUNCTION or greater was added in + version 3.25.0 (2018-09-15). If xFindFunction returns + SQLITE_INDEX_CONSTRAINT_FUNCTION or greater, than means that the function + takes two arguments and the function + can be used as a boolean in the WHERE clause of a query and that + the virtual table is able to exploit that function to speed up the query + result. When xFindFunction returns SQLITE_INDEX_CONSTRAINT_FUNCTION or + larger, the value returned becomes the sqlite3_index_info.aConstraint.op + value for one of the constraints passed into xBestIndex(). The first + argument to the function is the column identified by + aConstraint[].iColumn field of the constraint and the second argument to the + function is the value that will be passed into xFilter() (if the + aConstraintUsage[].argvIndex value is set) or the value returned from + sqlite3_vtab_rhs_value(). + + + The Geopoly module is an example of a virtual table that makes use + of SQLITE_INDEX_CONSTRAINT_FUNCTION to improve performance. + The xFindFunction() method for Geopoly returns + SQLITE_INDEX_CONSTRAINT_FUNCTION for the geopoly_overlap() SQL function + and it returns + SQLITE_INDEX_CONSTRAINT_FUNCTION+1 for the geopoly_within() SQL function. + This permits search optimizations for queries such as: + + + SELECT * FROM geopolytab WHERE geopoly_overlap(_shape, $query_polygon); + SELECT * FROM geopolytab WHERE geopoly_within(_shape, $query_polygon); + + + Note that infix functions (LIKE, GLOB, REGEXP, and MATCH) reverse + the order of their arguments. So "like(A,B)" would normally work the same + as "B like A". + However, xFindFunction() always looks a the left-most argument, not + the first logical argument. + Hence, for the form "B like A", SQLite looks at the + left operand "B" and if that operand is a virtual table column + it invokes the xFindFunction() method on that virtual table. + But if the form "like(A,B)" is used instead, then SQLite checks + the A term to see if it is column of a virtual table and if so + it invokes the xFindFunction() method for the virtual table of + column A. + + + The function pointer returned by this routine must be valid for + the lifetime of the sqlite3_vtab object given in the first parameter. + + + + The native pointer to the sqlite3_vtab derived structure. + + + The number of arguments to the function being sought. + + + The name of the function being sought. + + + Upon success, this parameter must be modified to contain the + delegate responsible for implementing the specified function. + + + Upon success, this parameter must be modified to contain the + native user-data pointer associated with + . + + + Non-zero if the specified function was found; zero otherwise. + + + + + + int (*xRename)(sqlite3_vtab *pVtab, const char *zNew); + + + This method provides notification that the virtual table implementation + that the virtual table will be given a new name. + If this method returns SQLITE_OK then SQLite renames the table. + If this method returns an error code then the renaming is prevented. + + + The xRename method is optional. If omitted, then the virtual + table may not be renamed using the ALTER TABLE RENAME command. + + + The PRAGMA legacy_alter_table setting is enabled prior to invoking this + method, and the value for legacy_alter_table is restored after this + method finishes. This is necessary for the correct operation of virtual + tables that make use of shadow tables where the shadow tables must be + renamed to match the new virtual table name. If the legacy_alter_format is + off, then the xConnect method will be invoked for the virtual table every + time the xRename method tries to change the name of the shadow table. + + + + The native pointer to the sqlite3_vtab derived structure. + + + The native pointer to the UTF-8 encoded string containing the new + name for the virtual table. + + + A standard SQLite return code. + + + + + + int (*xSavepoint)(sqlite3_vtab *pVtab, int); + int (*xRelease)(sqlite3_vtab *pVtab, int); + int (*xRollbackTo)(sqlite3_vtab *pVtab, int); + + + These methods provide the virtual table implementation an opportunity to + implement nested transactions. They are always optional and will only be + called in SQLite version 3.7.7 (2011-06-23) and later. + + + When xSavepoint(X,N) is invoked, that is a signal to the virtual table X + that it should save its current state as savepoint N. + A subsequent call + to xRollbackTo(X,R) means that the state of the virtual table should return + to what it was when xSavepoint(X,R) was last called. + The call + to xRollbackTo(X,R) will invalidate all savepoints with N>R; none of the + invalided savepoints will be rolled back or released without first + being reinitialized by a call to xSavepoint(). + A call to xRelease(X,M) invalidates all savepoints where N>=M. + + + None of the xSavepoint(), xRelease(), or xRollbackTo() methods will ever + be called except in between calls to xBegin() and + either xCommit() or xRollback(). + + + + The native pointer to the sqlite3_vtab derived structure. + + + This is an integer identifier under which the the current state of + the virtual table should be saved. + + + A standard SQLite return code. + + + + + + int (*xSavepoint)(sqlite3_vtab *pVtab, int); + int (*xRelease)(sqlite3_vtab *pVtab, int); + int (*xRollbackTo)(sqlite3_vtab *pVtab, int); + + + These methods provide the virtual table implementation an opportunity to + implement nested transactions. They are always optional and will only be + called in SQLite version 3.7.7 (2011-06-23) and later. + + + When xSavepoint(X,N) is invoked, that is a signal to the virtual table X + that it should save its current state as savepoint N. + A subsequent call + to xRollbackTo(X,R) means that the state of the virtual table should return + to what it was when xSavepoint(X,R) was last called. + The call + to xRollbackTo(X,R) will invalidate all savepoints with N>R; none of the + invalided savepoints will be rolled back or released without first + being reinitialized by a call to xSavepoint(). + A call to xRelease(X,M) invalidates all savepoints where N>=M. + + + None of the xSavepoint(), xRelease(), or xRollbackTo() methods will ever + be called except in between calls to xBegin() and + either xCommit() or xRollback(). + + + + The native pointer to the sqlite3_vtab derived structure. + + + This is an integer used to indicate that any saved states with an + identifier greater than or equal to this should be deleted by the + virtual table. + + + A standard SQLite return code. + + + + + + int (*xSavepoint)(sqlite3_vtab *pVtab, int); + int (*xRelease)(sqlite3_vtab *pVtab, int); + int (*xRollbackTo)(sqlite3_vtab *pVtab, int); + + + These methods provide the virtual table implementation an opportunity to + implement nested transactions. They are always optional and will only be + called in SQLite version 3.7.7 (2011-06-23) and later. + + + When xSavepoint(X,N) is invoked, that is a signal to the virtual table X + that it should save its current state as savepoint N. + A subsequent call + to xRollbackTo(X,R) means that the state of the virtual table should return + to what it was when xSavepoint(X,R) was last called. + The call + to xRollbackTo(X,R) will invalidate all savepoints with N>R; none of the + invalided savepoints will be rolled back or released without first + being reinitialized by a call to xSavepoint(). + A call to xRelease(X,M) invalidates all savepoints where N>=M. + + + None of the xSavepoint(), xRelease(), or xRollbackTo() methods will ever + be called except in between calls to xBegin() and + either xCommit() or xRollback(). + + + + The native pointer to the sqlite3_vtab derived structure. + + + This is an integer identifier used to specify a specific saved + state for the virtual table for it to restore itself back to, which + should also have the effect of deleting all saved states with an + integer identifier greater than this one. + + + A standard SQLite return code. + + + + + This class represents a context from the SQLite core library that can + be passed to the sqlite3_result_*() and associated functions. + + + + + The native context handle. + + + + + Constructs an instance of this class using the specified native + context handle. + + + The native context handle to use. + + + + + Returns the underlying SQLite native handle associated with this + object instance. + + + + + Attempts to determine if a specific column being fetched via the + method as part of an + UPDATE operation will not change. Use of this method is invalid + in any other context. + + + Non-zero if the column being fetched via a pending call to the + method as part of an + UPDATE operation during which the column value will not change. + The virtual table implementation can use this hint as permission + to substitute a return value that is less expensive to compute + and that the corresponding xUpdate method understands as a + "no-change" value. + + + + + Sets the context result to NULL. + + + + + Sets the context result to the specified + value. + + + The value to use. + + + + + Sets the context result to the specified + value. + + + The value to use. + + + + + Sets the context result to the specified + value. + + + The value to use. + + + + + Sets the context result to the specified + value. + + + The value to use. This value will be + converted to the UTF-8 encoding prior to being used. + + + + + Sets the context result to the specified + value containing an error message. + + + The value containing the error message text. + This value will be converted to the UTF-8 encoding prior to being + used. + + + + + Sets the context result to the specified + value. + + + The value to use. + + + + + Sets the context result to contain the error code SQLITE_TOOBIG. + + + + + Sets the context result to contain the error code SQLITE_NOMEM. + + + + + Sets the context result to the specified array + value. + + + The array value to use. + + + + + Sets the context result to a BLOB of zeros of the specified size. + + + The number of zero bytes to use for the BLOB context result. + + + + + Sets the context result sub-type to the desired value. + + + The sub-type value to use. + + + + + Sets the context result to the specified . + + + The to use. + + + + + This class represents a value from the SQLite core library that can be + passed to the sqlite3_value_*() and associated functions. + + + + + The native value handle. + + + + + Constructs an instance of this class using the specified native + value handle. + + + The native value handle to use. + + + + + Invalidates the native value handle, thereby preventing further + access to it from this object instance. + + + + + Converts a native pointer to a native sqlite3_value structure into + a managed object instance. + + + The native pointer to a native sqlite3_value structure to convert. + + + The managed object instance or null upon + failure. + + + + + Converts a logical array of native pointers to native sqlite3_value + structures into a managed array of + object instances. + + + The number of elements in the logical array of native sqlite3_value + structures. + + + The native pointer to the logical array of native sqlite3_value + structures to convert. + + + The managed array of object instances or + null upon failure. + + + + + Returns the underlying SQLite native handle associated with this + object instance. + + + + + Returns non-zero if the native SQLite value has been successfully + persisted as a managed value within this object instance (i.e. the + property may then be read successfully). + + + + + If the managed value for this object instance is available (i.e. it + has been previously persisted via the ) method, + that value is returned; otherwise, an exception is thrown. The + returned value may be null. + + + + + If the managed value for this object instance is available (i.e. it + has been previously persisted via the ) method, + that sub-type is returned; otherwise, an exception is thrown. + + + + + If the managed value for this object instance is available (i.e. it + has been previously persisted via the ) method, + that "no change" flag is returned; otherwise, an exception is thrown. + + + + + If the managed value for this object instance is available (i.e. it + has been previously persisted via the ) method, + that "from bind" flag is returned; otherwise, an exception is thrown. + + + + + Gets and returns the sub-type associated with this value. + + + The sub-type associated with this value. + + + + + Gets and returns the "no change" flag associated with this value. + + + The "no change" flag associated with this value. + + + + + Gets and returns the "from bind" flag associated with this value. + + + The "from bind" flag associated with this value. + + + + + Attempts to convert this value to numeric and then gets and + returns the new type affinity associated with this value. + + + The new type affinity associated with this value. + + + + + Gets and returns the type affinity associated with this value. + + + The type affinity associated with this value. + + + + + Gets and returns the number of bytes associated with this value, if + it refers to a UTF-8 encoded string. + + + The number of bytes associated with this value. The returned value + may be zero. + + + + + Gets and returns the associated with this + value. + + + The associated with this value. + + + + + Gets and returns the associated with + this value. + + + The associated with this value. + + + + + Gets and returns the associated with this + value. + + + The associated with this value. + + + + + Gets and returns the associated with this + value. + + + The associated with this value. The value is + converted from the UTF-8 encoding prior to being returned. + + + + + Gets and returns the array associated with this + value. + + + The array associated with this value. + + + + + Gets and returns an instance associated with + this value. + + + The associated with this value. If the type + affinity of the object is unknown or cannot be determined, a null + value will be returned. + + + + + Uses the native value handle to obtain and store the managed value + for this object instance, thus saving it for later use. The type + of the managed value is determined by the type affinity of the + native value. If the type affinity is not recognized by this + method, no work is done and false is returned. + + + Non-zero if the native value was persisted successfully. + + + + + These are the allowed values for the operators that are part of a + constraint term in the WHERE clause of a query that uses a virtual + table. + + + + + This value represents the equality operator. + + + + + This value represents the greater than operator. + + + + + This value represents the less than or equal to operator. + + + + + This value represents the less than operator. + + + + + This value represents the greater than or equal to operator. + + + + + This value represents the MATCH operator. + + + + + This value represents the LIKE operator. + + + + + This value represents the GLOB operator. + + + + + This value represents the REGEXP operator. + + + + + This value represents the inequality operator. + + + + + This value represents the IS NOT operator. + + + + + This value represents the IS NOT NULL operator. + + + + + This value represents the IS NULL operator. + + + + + This value represents the IS operator. + + + + + These are the allowed values for the index flags from the + method. + + + + + No special handling. This is the default. + + + + + This value indicates that the scan of the index will visit at + most one row. + + + + + This class represents the native sqlite3_index_constraint structure + from the SQLite core library. + + + + + Constructs an instance of this class using the specified native + sqlite3_index_constraint structure. + + + The native sqlite3_index_constraint structure to use. + + + + + Constructs an instance of this class using the specified field + values. + + + Column on left-hand side of constraint. + + + Constraint operator (). + + + True if this constraint is usable. + + + Used internally - + should ignore. + + + + + Column on left-hand side of constraint. + + + + + Constraint operator (). + + + + + True if this constraint is usable. + + + + + Used internally - + should ignore. + + + + + This class represents the native sqlite3_index_orderby structure from + the SQLite core library. + + + + + Constructs an instance of this class using the specified native + sqlite3_index_orderby structure. + + + The native sqlite3_index_orderby structure to use. + + + + + Constructs an instance of this class using the specified field + values. + + + Column number. + + + True for DESC. False for ASC. + + + + + Column number. + + + + + True for DESC. False for ASC. + + + + + This class represents the native sqlite3_index_constraint_usage + structure from the SQLite core library. + + + + + Constructs a default instance of this class. + + + + + Constructs an instance of this class using the specified native + sqlite3_index_constraint_usage structure. + + + The native sqlite3_index_constraint_usage structure to use. + + + + + Constructs an instance of this class using the specified field + values. + + + If greater than 0, constraint is part of argv to xFilter. + + + Do not code a test for this constraint. + + + + + If greater than 0, constraint is part of argv to xFilter. + + + + + Do not code a test for this constraint. + + + + + This class represents the various inputs provided by the SQLite core + library to the method. + + + + + Constructs an instance of this class. + + + The number of instances to + pre-allocate space for. + + + The number of instances to + pre-allocate space for. + + + + + An array of object instances, + each containing information supplied by the SQLite core library. + + + + + An array of object instances, + each containing information supplied by the SQLite core library. + + + + + This class represents the various outputs provided to the SQLite core + library by the method. + + + + + Constructs an instance of this class. + + + The number of instances + to pre-allocate space for. + + + + + Determines if the native estimatedRows field can be used, based on + the available version of the SQLite core library. + + + Non-zero if the property is supported + by the SQLite core library. + + + + + Determines if the native flags field can be used, based on the + available version of the SQLite core library. + + + Non-zero if the property is supported by + the SQLite core library. + + + + + Determines if the native flags field can be used, based on the + available version of the SQLite core library. + + + Non-zero if the property is supported by + the SQLite core library. + + + + + An array of object + instances, each containing information to be supplied to the SQLite + core library. + + + + + Number used to help identify the selected index. This value will + later be provided to the + method. + + + + + String used to help identify the selected index. This value will + later be provided to the + method. + + + + + Non-zero if the index string must be freed by the SQLite core + library. + + + + + True if output is already ordered. + + + + + Estimated cost of using this index. Using a null value here + indicates that a default estimated cost value should be used. + + + + + Estimated number of rows returned. Using a null value here + indicates that a default estimated rows value should be used. + This property has no effect if the SQLite core library is not at + least version 3.8.2. + + + + + The flags that should be used with this index. Using a null value + here indicates that a default flags value should be used. This + property has no effect if the SQLite core library is not at least + version 3.9.0. + + + + + + Indicates which columns of the virtual table may be required by the + current scan. Virtual table columns are numbered from zero in the + order in which they appear within the CREATE TABLE statement passed + to sqlite3_declare_vtab(). For the first 63 columns (columns 0-62), + the corresponding bit is set within the bit mask if the column may + be required by SQLite. If the table has at least 64 columns and + any column to the right of the first 63 is required, then bit 63 of + colUsed is also set. In other words, column iCol may be required + if the expression + + + (colUsed & ((sqlite3_uint64)1 << (iCol>=63 ? 63 : iCol))) + + + evaluates to non-zero. Using a null value here indicates that a + default flags value should be used. This property has no effect if + the SQLite core library is not at least version 3.10.0. + + + + + + This class represents the various inputs and outputs used with the + method. + + + + + Constructs an instance of this class. + + + The number of (and + ) instances to + pre-allocate space for. + + + The number of instances to + pre-allocate space for. + + + + + Attempts to determine the structure sizes needed to create and + populate a native + + structure. + + + The size of the native + + structure is stored here. + + + The size of the native + + structure is stored here. + + + The size of the native + + structure is stored here. + + + The size of the native + + structure is stored here. + + + + + Attempts to allocate and initialize a native + + structure. + + + The number of instances to + pre-allocate space for. + + + The number of instances to + pre-allocate space for. + + + The newly allocated native + structure + -OR- if it could not be fully allocated. + + + + + Frees all the memory associated with a native + + structure. + + + The native pointer to the native sqlite3_index_info structure to + free. + + + + + Converts a native pointer to a native sqlite3_index_info structure + into a new object instance. + + + The native pointer to the native sqlite3_index_info structure to + convert. + + + Non-zero to include fields from the outputs portion of the native + structure; otherwise, the "output" fields will not be read. + + + Upon success, this parameter will be modified to contain the newly + created object instance. + + + + + Populates the outputs of a pre-allocated native sqlite3_index_info + structure using an existing object + instance. + + + The existing object instance containing + the output data to use. + + + The native pointer to the pre-allocated native sqlite3_index_info + structure. + + + Non-zero to include fields from the inputs portion of the native + structure; otherwise, the "input" fields will not be written. + + + + + The object instance containing + the inputs to the + method. + + + + + The object instance containing + the outputs from the + method. + + + + + This class represents a managed virtual table implementation. It is + not sealed and should be used as the base class for any user-defined + virtual table classes implemented in managed code. + + + + + The index within the array of strings provided to the + and + methods containing the + name of the module implementing this virtual table. + + + + + The index within the array of strings provided to the + and + methods containing the + name of the database containing this virtual table. + + + + + The index within the array of strings provided to the + and + methods containing the + name of the virtual table. + + + + + Constructs an instance of this class. + + + The original array of strings provided to the + and + methods. + + + + + The original array of strings provided to the + and + methods. + + + + + The name of the module implementing this virtual table. + + + + + The name of the database containing this virtual table. + + + + + The name of the virtual table. + + + + + The object instance containing all the + data for the inputs and outputs relating to the most recent index + selection. + + + + + This method should normally be used by the + method in order to + perform index selection based on the constraints provided by the + SQLite core library. + + + The object instance containing all the + data for the inputs and outputs relating to index selection. + + + Non-zero upon success. + + + + + Attempts to record the renaming of the virtual table associated + with this object instance. + + + The new name for the virtual table. + + + Non-zero upon success. + + + + + Returns the underlying SQLite native handle associated with this + object instance. + + + + + Disposes of this object instance. + + + + + Throws an if this object + instance has been disposed. + + + + + Disposes of this object instance. + + + Non-zero if this method is being called from the + method. Zero if this method is being called + from the finalizer. + + + + + Finalizes this object instance. + + + + + This class represents a managed virtual table cursor implementation. + It is not sealed and should be used as the base class for any + user-defined virtual table cursor classes implemented in managed code. + + + + + This value represents an invalid integer row sequence number. + + + + + The field holds the integer row sequence number for the current row + pointed to by this cursor object instance. + + + + + Constructs an instance of this class. + + + The object instance associated + with this object instance. + + + + + Constructs an instance of this class. + + + + + The object instance associated + with this object instance. + + + + + Number used to help identify the selected index. This value will + be set via the method. + + + + + String used to help identify the selected index. This value will + be set via the method. + + + + + The values used to filter the rows returned via this cursor object + instance. This value will be set via the + method. + + + + + Attempts to persist the specified object + instances in order to make them available after the + method returns. + + + The array of object instances to be + persisted. + + + The number of object instances that were + successfully persisted. + + + + + This method should normally be used by the + method in order to + perform filtering of the result rows and/or to record the filtering + criteria provided by the SQLite core library. + + + Number used to help identify the selected index. + + + String used to help identify the selected index. + + + The values corresponding to each column in the selected index. + + + + + Determines the integer row sequence number for the current row. + + + The integer row sequence number for the current row -OR- zero if + it cannot be determined. + + + + + Adjusts the integer row sequence number so that it refers to the + next row. + + + + + Returns the underlying SQLite native handle associated with this + object instance. + + + + + Disposes of this object instance. + + + + + Throws an if this object + instance has been disposed. + + + + + Disposes of this object instance. + + + Non-zero if this method is being called from the + method. Zero if this method is being called + from the finalizer. + + + + + Finalizes this object instance. + + + + + This interface represents a native handle provided by the SQLite core + library. + + + + + The native handle value. + + + + + This interface represents a virtual table implementation written in + managed code. + + + + + Returns non-zero if the schema for the virtual table has been + declared. + + + + + Returns the name of the module as it was registered with the SQLite + core library. + + + + + This method is called in response to the + method. + + + The object instance associated with + the virtual table. + + + The native user-data pointer associated with this module, as it was + provided to the SQLite core library when the native module instance + was created. + + + The module name, database name, virtual table name, and all other + arguments passed to the CREATE VIRTUAL TABLE statement. + + + Upon success, this parameter must be modified to contain the + object instance associated with + the virtual table. + + + Upon failure, this parameter must be modified to contain an error + message. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance associated with + the virtual table. + + + The native user-data pointer associated with this module, as it was + provided to the SQLite core library when the native module instance + was created. + + + The module name, database name, virtual table name, and all other + arguments passed to the CREATE VIRTUAL TABLE statement. + + + Upon success, this parameter must be modified to contain the + object instance associated with + the virtual table. + + + Upon failure, this parameter must be modified to contain an error + message. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance associated + with this virtual table. + + + The object instance containing all the + data for the inputs and outputs relating to index selection. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance associated + with this virtual table. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance associated + with this virtual table. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance associated + with this virtual table. + + + Upon success, this parameter must be modified to contain the + object instance associated + with the newly opened virtual table cursor. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance + associated with the previously opened virtual table cursor to be + used. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance + associated with the previously opened virtual table cursor to be + used. + + + Number used to help identify the selected index. + + + String used to help identify the selected index. + + + The values corresponding to each column in the selected index. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance + associated with the previously opened virtual table cursor to be + used. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance + associated with the previously opened virtual table cursor to be + used. + + + Non-zero if no more rows are available; zero otherwise. + + + + + This method is called in response to the + method. + + + The object instance + associated with the previously opened virtual table cursor to be + used. + + + The object instance to be used for + returning the specified column value to the SQLite core library. + + + The zero-based index corresponding to the column containing the + value to be returned. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance + associated with the previously opened virtual table cursor to be + used. + + + Upon success, this parameter must be modified to contain the unique + integer row identifier for the current row for the specified cursor. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance associated + with this virtual table. + + + The array of object instances containing + the new or modified column values, if any. + + + Upon success, this parameter must be modified to contain the unique + integer row identifier for the row that was inserted, if any. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance associated + with this virtual table. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance associated + with this virtual table. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance associated + with this virtual table. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance associated + with this virtual table. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance associated + with this virtual table. + + + The number of arguments to the function being sought. + + + The name of the function being sought. + + + Upon success, this parameter must be modified to contain the + object instance responsible for + implementing the specified function. + + + Upon success, this parameter must be modified to contain the + native user-data pointer associated with + . + + + Non-zero if the specified function was found; zero otherwise. + + + + + This method is called in response to the + method. + + + The object instance associated + with this virtual table. + + + The new name for the virtual table. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance associated + with this virtual table. + + + This is an integer identifier under which the the current state of + the virtual table should be saved. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance associated + with this virtual table. + + + This is an integer used to indicate that any saved states with an + identifier greater than or equal to this should be deleted by the + virtual table. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance associated + with this virtual table. + + + This is an integer identifier used to specify a specific saved + state for the virtual table for it to restore itself back to, which + should also have the effect of deleting all saved states with an + integer identifier greater than this one. + + + A standard SQLite return code. + + + + + This class contains static methods that are used to allocate, + manipulate, and free native memory provided by the SQLite core library. + + + + + Determines if the native sqlite3_msize() API can be used, based on + the available version of the SQLite core library. + + + Non-zero if the native sqlite3_msize() API is supported by the + SQLite core library. + + + + + Allocates at least the specified number of bytes of native memory + via the SQLite core library sqlite3_malloc() function and returns + the resulting native pointer. If the TRACK_MEMORY_BYTES option + was enabled at compile-time, adjusts the number of bytes currently + allocated by this class. + + + The number of bytes to allocate. + + + The native pointer that points to a block of memory of at least the + specified size -OR- if the memory could + not be allocated. + + + + + Allocates at least the specified number of bytes of native memory + via the SQLite core library sqlite3_malloc64() function and returns + the resulting native pointer. If the TRACK_MEMORY_BYTES option + was enabled at compile-time, adjusts the number of bytes currently + allocated by this class. + + + The number of bytes to allocate. + + + The native pointer that points to a block of memory of at least the + specified size -OR- if the memory could + not be allocated. + + + + + Allocates at least the specified number of bytes of native memory + via the SQLite core library sqlite3_malloc() function and returns + the resulting native pointer without adjusting the number of + allocated bytes currently tracked by this class. This is useful + when dealing with blocks of memory that will be freed directly by + the SQLite core library. + + + The number of bytes to allocate. + + + The native pointer that points to a block of memory of at least the + specified size -OR- if the memory could + not be allocated. + + + + + Allocates at least the specified number of bytes of native memory + via the SQLite core library sqlite3_malloc64() function and returns + the resulting native pointer without adjusting the number of + allocated bytes currently tracked by this class. This is useful + when dealing with blocks of memory that will be freed directly by + the SQLite core library. + + + The number of bytes to allocate. + + + The native pointer that points to a block of memory of at least the + specified size -OR- if the memory could + not be allocated. + + + + + Gets and returns the actual size of the specified memory block + that was previously obtained from the , + , , or + methods or directly from the + SQLite core library. + + + The native pointer to the memory block previously obtained from + the , , + , or + methods or directly from the + SQLite core library. + + + The actual size, in bytes, of the memory block specified via the + native pointer. + + + + + Gets and returns the actual size of the specified memory block + that was previously obtained from the , + , , or + methods or directly from the + SQLite core library. + + + The native pointer to the memory block previously obtained from + the , , + , or + methods or directly from the + SQLite core library. + + + The actual size, in bytes, of the memory block specified via the + native pointer. + + + + + Frees a memory block previously obtained from the + or methods. If + the TRACK_MEMORY_BYTES option was enabled at compile-time, adjusts + the number of bytes currently allocated by this class. + + + The native pointer to the memory block previously obtained from the + or methods. + + + + + Frees a memory block previously obtained from the SQLite core + library without adjusting the number of allocated bytes currently + tracked by this class. This is useful when dealing with blocks of + memory that were not allocated using this class. + + + The native pointer to the memory block previously obtained from the + SQLite core library. + + + + + This class contains static methods that are used to deal with native + UTF-8 string pointers to be used with the SQLite core library. + + + + + This is the maximum possible length for the native UTF-8 encoded + strings used with the SQLite core library. + + + + + This is the object instance used to handle + conversions from/to UTF-8. + + + + + Converts the specified managed string into the UTF-8 encoding and + returns the array of bytes containing its representation in that + encoding. + + + The managed string to convert. + + + The array of bytes containing the representation of the managed + string in the UTF-8 encoding or null upon failure. + + + + + Converts the specified array of bytes representing a string in the + UTF-8 encoding and returns a managed string. + + + The array of bytes to convert. + + + The managed string or null upon failure. + + + + + Probes a native pointer to a string in the UTF-8 encoding for its + terminating NUL character, within the specified length limit. + + + The native NUL-terminated string pointer. + + + The maximum length of the native string, in bytes. + + + The length of the native string, in bytes -OR- zero if the length + could not be determined. + + + + + Converts the specified native NUL-terminated UTF-8 string pointer + into a managed string. + + + The native NUL-terminated UTF-8 string pointer. + + + The managed string or null upon failure. + + + + + Converts the specified native UTF-8 string pointer of the specified + length into a managed string. + + + The native UTF-8 string pointer. + + + The length of the native string, in bytes. + + + The managed string or null upon failure. + + + + + Converts the specified managed string into a native NUL-terminated + UTF-8 string pointer using memory obtained from the SQLite core + library. + + + The managed string to convert. + + + The native NUL-terminated UTF-8 string pointer or + upon failure. + + + + + Converts the specified managed string into a native NUL-terminated + UTF-8 string pointer using memory obtained from the SQLite core + library. + + + The managed string to convert. + + + Non-zero to obtain memory from the SQLite core library without + adjusting the number of allocated bytes currently being tracked + by the class. + + + The native NUL-terminated UTF-8 string pointer or + upon failure. + + + + + Converts the specified managed string into a native NUL-terminated + UTF-8 string pointer using memory obtained from the SQLite core + library. + + + The managed string to convert. + + + The length of the native string, in bytes. + + + The native NUL-terminated UTF-8 string pointer or + upon failure. + + + + + Converts the specified managed string into a native NUL-terminated + UTF-8 string pointer using memory obtained from the SQLite core + library. + + + The managed string to convert. + + + Non-zero to obtain memory from the SQLite core library without + adjusting the number of allocated bytes currently being tracked + by the class. + + + The length of the native string, in bytes. + + + The native NUL-terminated UTF-8 string pointer or + upon failure. + + + + + Converts a logical array of native NUL-terminated UTF-8 string + pointers into an array of managed strings. + + + The number of elements in the logical array of native + NUL-terminated UTF-8 string pointers. + + + The native pointer to the logical array of native NUL-terminated + UTF-8 string pointers to convert. + + + The array of managed strings or null upon failure. + + + + + Converts an array of managed strings into an array of native + NUL-terminated UTF-8 string pointers. + + + The array of managed strings to convert. + + + Non-zero to obtain memory from the SQLite core library without + adjusting the number of allocated bytes currently being tracked + by the class. + + + The array of native NUL-terminated UTF-8 string pointers or null + upon failure. + + + + + This class contains static methods that are used to deal with native + pointers to memory blocks that logically contain arrays of bytes to be + used with the SQLite core library. + + + + + Converts a native pointer to a logical array of bytes of the + specified length into a managed byte array. + + + The native pointer to the logical array of bytes to convert. + + + The length, in bytes, of the logical array of bytes to convert. + + + The managed byte array or null upon failure. + + + + + Converts a managed byte array into a native pointer to a logical + array of bytes. + + + The managed byte array to convert. + + + The native pointer to a logical byte array or null upon failure. + + + + + Converts a managed byte array into a native pointer to a logical + array of bytes. + + + The managed byte array to convert. + + + The length, in bytes, of the converted logical array of bytes. + + + The native pointer to a logical byte array or null upon failure. + + + + + This class contains static methods that are used to perform several + low-level data marshalling tasks between native and managed code. + + + + + Returns a new object instance based on the + specified object instance and an integer + offset. + + + The object instance representing the base + memory location. + + + The integer offset from the base memory location that the new + object instance should point to. + + + The new object instance. + + + + + Rounds up an integer size to the next multiple of the alignment. + + + The size, in bytes, to be rounded up. + + + The required alignment for the return value. + + + The size, in bytes, rounded up to the next multiple of the + alignment. This value may end up being the same as the original + size. + + + + + Determines the offset, in bytes, of the next structure member. + + + The offset, in bytes, of the current structure member. + + + The size, in bytes, of the current structure member. + + + The alignment, in bytes, of the next structure member. + + + The offset, in bytes, of the next structure member. + + + + + Reads a value from the specified memory + location. + + + The object instance representing the base + memory location. + + + The integer offset from the base memory location where the + value to be read is located. + + + The value at the specified memory location. + + + + + Reads a value from the specified memory + location. + + + The object instance representing the base + memory location. + + + The integer offset from the base memory location where the + value to be read is located. + + + The value at the specified memory location. + + + + + Reads a value from the specified memory + location. + + + The object instance representing the base + memory location. + + + The integer offset from the base memory location where the + to be read is located. + + + The value at the specified memory location. + + + + + Reads an value from the specified memory + location. + + + The object instance representing the base + memory location. + + + The integer offset from the base memory location where the + value to be read is located. + + + The value at the specified memory location. + + + + + Writes an value to the specified memory + location. + + + The object instance representing the base + memory location. + + + The integer offset from the base memory location where the + value to be written is located. + + + The value to write. + + + + + Writes an value to the specified memory + location. + + + The object instance representing the base + memory location. + + + The integer offset from the base memory location where the + value to be written is located. + + + The value to write. + + + + + Writes a value to the specified memory + location. + + + The object instance representing the base + memory location. + + + The integer offset from the base memory location where the + value to be written is located. + + + The value to write. + + + + + Writes a value to the specified memory + location. + + + The object instance representing the base + memory location. + + + The integer offset from the base memory location where the + value to be written is located. + + + The value to write. + + + + + Generates a hash code value for the object. + + + The object instance used to calculate the hash code. + + + Non-zero if different object instances with the same value should + generate different hash codes, where applicable. This parameter + has no effect on the .NET Compact Framework. + + + The hash code value -OR- zero if the object is null. + + + + + This class represents a managed virtual table module implementation. + It is not sealed and must be used as the base class for any + user-defined virtual table module classes implemented in managed code. + + + + + This class implements the + interface by forwarding those method calls to the + object instance it contains. If the + contained object instance is null, all + the methods simply generate an + error. + + + + + This is the value that is always used for the "logErrors" + parameter to the various static error handling methods provided + by the class. + + + + + This is the value that is always used for the "logExceptions" + parameter to the various static error handling methods provided + by the class. + + + + + This is the error message text used when the contained + object instance is not available + for any reason. + + + + + The object instance used to provide + an implementation of the + interface. + + + + + Constructs an instance of this class. + + + The object instance used to provide + an implementation of the + interface. + + + + + Sets the table error message to one that indicates the native + module implementation is not available. + + + The native pointer to the sqlite3_vtab derived structure. + + + The value of . + + + + + Sets the table error message to one that indicates the native + module implementation is not available. + + + The native pointer to the sqlite3_vtab_cursor derived + structure. + + + The value of . + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + Disposes of this object instance. + + + + + Throws an if this object + instance has been disposed. + + + + + Disposes of this object instance. + + + Non-zero if this method is being called from the + method. Zero if this method is being + called from the finalizer. + + + + + Finalizes this object instance. + + + + + The default version of the native sqlite3_module structure in use. + + + + + This field is used to store the native sqlite3_module structure + associated with this object instance. + + + + + This field is used to store the destructor delegate to be passed to + the SQLite core library via the sqlite3_create_disposable_module() + function. + + + + + This field is used to store a pointer to the native sqlite3_module + structure returned by the sqlite3_create_disposable_module + function. + + + + + This field is used to store the virtual table instances associated + with this module. The native pointer to the sqlite3_vtab derived + structure is used to key into this collection. + + + + + This field is used to store the virtual table cursor instances + associated with this module. The native pointer to the + sqlite3_vtab_cursor derived structure is used to key into this + collection. + + + + + This field is used to store the virtual table function instances + associated with this module. The case-insensitive function name + and the number of arguments (with -1 meaning "any") are used to + construct the string that is used to key into this collection. + + + + + Constructs an instance of this class. + + + The name of the module. This parameter cannot be null. + + + + + Calls the native SQLite core library in order to create a new + disposable module containing the implementation of a virtual table. + + + The native database connection pointer to use. + + + Non-zero upon success. + + + + + This method is called by the SQLite core library when the native + module associated with this object instance is being destroyed due + to its parent connection being closed. It may also be called by + the "vtshim" module if/when the sqlite3_dispose_module() function + is called. + + + The native user-data pointer associated with this module, as it was + provided to the SQLite core library when the native module instance + was created. + + + + + Creates and returns the native sqlite_module structure using the + configured (or default) + interface implementation. + + + The native sqlite_module structure using the configured (or + default) interface + implementation. + + + + + Creates and returns the native sqlite_module structure using the + specified interface + implementation. + + + The interface implementation to + use. + + + The native sqlite_module structure using the specified + interface implementation. + + + + + Creates a copy of the specified + object instance, + using default implementations for the contained delegates when + necessary. + + + The object + instance to copy. + + + The new object + instance. + + + + + Calls one of the virtual table initialization methods. + + + Non-zero to call the + method; otherwise, the + method will be called. + + + The native database connection handle. + + + The original native pointer value that was provided to the + sqlite3_create_module(), sqlite3_create_module_v2() or + sqlite3_create_disposable_module() functions. + + + The number of arguments from the CREATE VIRTUAL TABLE statement. + + + The array of string arguments from the CREATE VIRTUAL TABLE + statement. + + + Upon success, this parameter must be modified to point to the newly + created native sqlite3_vtab derived structure. + + + Upon failure, this parameter must be modified to point to the error + message, with the underlying memory having been obtained from the + sqlite3_malloc() function. + + + A standard SQLite return code. + + + + + Calls one of the virtual table finalization methods. + + + Non-zero to call the + method; otherwise, the + method will be + called. + + + The native pointer to the sqlite3_vtab derived structure. + + + A standard SQLite return code. + + + + + Arranges for the specified error message to be placed into the + zErrMsg field of a sqlite3_vtab derived structure, freeing the + existing error message, if any. + + + The object instance to be used. + + + The native pointer to the sqlite3_vtab derived structure. + + + Non-zero if this error message should also be logged using the + class. + + + Non-zero if caught exceptions should be logged using the + class. + + + The error message. + + + Non-zero upon success. + + + + + Arranges for the specified error message to be placed into the + zErrMsg field of a sqlite3_vtab derived structure, freeing the + existing error message, if any. + + + The object instance to be used. + + + The object instance used to + lookup the native pointer to the sqlite3_vtab derived structure. + + + Non-zero if this error message should also be logged using the + class. + + + Non-zero if caught exceptions should be logged using the + class. + + + The error message. + + + Non-zero upon success. + + + + + Arranges for the specified error message to be placed into the + zErrMsg field of a sqlite3_vtab derived structure, freeing the + existing error message, if any. + + + The object instance to be used. + + + The native pointer to the sqlite3_vtab_cursor derived structure + used to get the native pointer to the sqlite3_vtab derived + structure. + + + Non-zero if this error message should also be logged using the + class. + + + Non-zero if caught exceptions should be logged using the + class. + + + The error message. + + + Non-zero upon success. + + + + + Arranges for the specified error message to be placed into the + zErrMsg field of a sqlite3_vtab derived structure, freeing the + existing error message, if any. + + + The object instance to be used. + + + The object instance used to + lookup the native pointer to the sqlite3_vtab derived structure. + + + Non-zero if this error message should also be logged using the + class. + + + Non-zero if caught exceptions should be logged using the + class. + + + The error message. + + + Non-zero upon success. + + + + + Gets and returns the interface + implementation to be used when creating the native sqlite3_module + structure. Derived classes may override this method to supply an + alternate implementation for the + interface. + + + The interface implementation to + be used when populating the native sqlite3_module structure. If + the returned value is null, the private methods provided by the + class and relating to the + interface will be used to + create the necessary delegates. + + + + + Creates and returns the + interface implementation corresponding to the current + object instance. + + + The interface implementation + corresponding to the current object + instance. + + + + + Allocates a native sqlite3_vtab derived structure and returns a + native pointer to it. + + + A native pointer to a native sqlite3_vtab derived structure. + + + + + Zeros out the fields of a native sqlite3_vtab derived structure. + + + The native pointer to the native sqlite3_vtab derived structure to + zero. + + + + + Frees a native sqlite3_vtab structure using the provided native + pointer to it. + + + A native pointer to a native sqlite3_vtab derived structure. + + + + + Allocates a native sqlite3_vtab_cursor derived structure and + returns a native pointer to it. + + + A native pointer to a native sqlite3_vtab_cursor derived structure. + + + + + Frees a native sqlite3_vtab_cursor structure using the provided + native pointer to it. + + + A native pointer to a native sqlite3_vtab_cursor derived structure. + + + + + Reads and returns the native pointer to the sqlite3_vtab derived + structure based on the native pointer to the sqlite3_vtab_cursor + derived structure. + + + The object instance to be used. + + + The native pointer to the sqlite3_vtab_cursor derived structure + from which to read the native pointer to the sqlite3_vtab derived + structure. + + + The native pointer to the sqlite3_vtab derived structure -OR- + if it cannot be determined. + + + + + Reads and returns the native pointer to the sqlite3_vtab derived + structure based on the native pointer to the sqlite3_vtab_cursor + derived structure. + + + The native pointer to the sqlite3_vtab_cursor derived structure + from which to read the native pointer to the sqlite3_vtab derived + structure. + + + The native pointer to the sqlite3_vtab derived structure -OR- + if it cannot be determined. + + + + + Looks up and returns the object + instance based on the native pointer to the sqlite3_vtab derived + structure. + + + The native pointer to the sqlite3_vtab derived structure. + + + The object instance or null if + the corresponding one cannot be found. + + + + + Allocates and returns a native pointer to a sqlite3_vtab derived + structure and creates an association between it and the specified + object instance. + + + The object instance to be used + when creating the association. + + + The native pointer to a sqlite3_vtab derived structure or + if the method fails for any reason. + + + + + Looks up and returns the + object instance based on the native pointer to the + sqlite3_vtab_cursor derived structure. + + + The native pointer to the sqlite3_vtab derived structure. + + + The native pointer to the sqlite3_vtab_cursor derived structure. + + + The object instance or null + if the corresponding one cannot be found. + + + + + Allocates and returns a native pointer to a sqlite3_vtab_cursor + derived structure and creates an association between it and the + specified object instance. + + + The object instance to be + used when creating the association. + + + The native pointer to a sqlite3_vtab_cursor derived structure or + if the method fails for any reason. + + + + + Deterimines the key that should be used to identify and store the + object instance for the virtual table + (i.e. to be returned via the + method). + + + The number of arguments to the virtual table function. + + + The name of the virtual table function. + + + The object instance associated with + this virtual table function. + + + The string that should be used to identify and store the virtual + table function instance. This method cannot return null. If null + is returned from this method, the behavior is undefined. + + + + + Attempts to declare the schema for the virtual table using the + specified database connection. + + + The object instance to use when + declaring the schema of the virtual table. This parameter may not + be null. + + + The string containing the CREATE TABLE statement that completely + describes the schema for the virtual table. This parameter may not + be null. + + + Upon failure, this parameter must be modified to contain an error + message. + + + A standard SQLite return code. + + + + + Calls the native SQLite core library in order to declare a virtual + table function in response to a call into the + + or virtual table + methods. + + + The object instance to use when + declaring the schema of the virtual table. + + + The number of arguments to the function being declared. + + + The name of the function being declared. + + + Upon success, the contents of this parameter are undefined. Upon + failure, it should contain an appropriate error message. + + + A standard SQLite return code. + + + + + Returns or sets a boolean value indicating whether virtual table + errors should be logged using the class. + + + + + Returns or sets a boolean value indicating whether exceptions + caught in the + method, + the method, + the method, + the method, + and the method should be logged using the + class. + + + + + Arranges for the specified error message to be placed into the + zErrMsg field of a sqlite3_vtab derived structure, freeing the + existing error message, if any. + + + The native pointer to the sqlite3_vtab derived structure. + + + The error message. + + + Non-zero upon success. + + + + + Arranges for the specified error message to be placed into the + zErrMsg field of a sqlite3_vtab derived structure, freeing the + existing error message, if any. + + + The object instance used to + lookup the native pointer to the sqlite3_vtab derived structure. + + + The error message. + + + Non-zero upon success. + + + + + Arranges for the specified error message to be placed into the + zErrMsg field of a sqlite3_vtab derived structure, freeing the + existing error message, if any. + + + The object instance used to + lookup the native pointer to the sqlite3_vtab derived structure. + + + The error message. + + + Non-zero upon success. + + + + + Modifies the specified object instance + to contain the specified estimated cost. + + + The object instance to modify. + + + The estimated cost value to use. Using a null value means that the + default value provided by the SQLite core library should be used. + + + Non-zero upon success. + + + + + Modifies the specified object instance + to contain the default estimated cost. + + + The object instance to modify. + + + Non-zero upon success. + + + + + Modifies the specified object instance + to contain the specified estimated rows. + + + The object instance to modify. + + + The estimated rows value to use. Using a null value means that the + default value provided by the SQLite core library should be used. + + + Non-zero upon success. + + + + + Modifies the specified object instance + to contain the default estimated rows. + + + The object instance to modify. + + + Non-zero upon success. + + + + + Modifies the specified object instance + to contain the specified flags. + + + The object instance to modify. + + + The index flags value to use. Using a null value means that the + default value provided by the SQLite core library should be used. + + + Non-zero upon success. + + + + + Modifies the specified object instance + to contain the default index flags. + + + The object instance to modify. + + + Non-zero upon success. + + + + + Returns or sets a boolean value indicating whether virtual table + errors should be logged using the class. + + + + + Returns or sets a boolean value indicating whether exceptions + caught in the + method, + method, and the + method should be logged using the + class. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + Returns non-zero if the schema for the virtual table has been + declared. + + + + + Returns the name of the module as it was registered with the SQLite + core library. + + + + + This method is called in response to the + method. + + + The object instance associated with + the virtual table. + + + The native user-data pointer associated with this module, as it was + provided to the SQLite core library when the native module instance + was created. + + + The module name, database name, virtual table name, and all other + arguments passed to the CREATE VIRTUAL TABLE statement. + + + Upon success, this parameter must be modified to contain the + object instance associated with + the virtual table. + + + Upon failure, this parameter must be modified to contain an error + message. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance associated with + the virtual table. + + + The native user-data pointer associated with this module, as it was + provided to the SQLite core library when the native module instance + was created. + + + The module name, database name, virtual table name, and all other + arguments passed to the CREATE VIRTUAL TABLE statement. + + + Upon success, this parameter must be modified to contain the + object instance associated with + the virtual table. + + + Upon failure, this parameter must be modified to contain an error + message. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance associated + with this virtual table. + + + The object instance containing all the + data for the inputs and outputs relating to index selection. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance associated + with this virtual table. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance associated + with this virtual table. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance associated + with this virtual table. + + + Upon success, this parameter must be modified to contain the + object instance associated + with the newly opened virtual table cursor. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance + associated with the previously opened virtual table cursor to be + used. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance + associated with the previously opened virtual table cursor to be + used. + + + Number used to help identify the selected index. + + + String used to help identify the selected index. + + + The values corresponding to each column in the selected index. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance + associated with the previously opened virtual table cursor to be + used. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance + associated with the previously opened virtual table cursor to be + used. + + + Non-zero if no more rows are available; zero otherwise. + + + + + This method is called in response to the + method. + + + The object instance + associated with the previously opened virtual table cursor to be + used. + + + The object instance to be used for + returning the specified column value to the SQLite core library. + + + The zero-based index corresponding to the column containing the + value to be returned. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance + associated with the previously opened virtual table cursor to be + used. + + + Upon success, this parameter must be modified to contain the unique + integer row identifier for the current row for the specified cursor. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance associated + with this virtual table. + + + The array of object instances containing + the new or modified column values, if any. + + + Upon success, this parameter must be modified to contain the unique + integer row identifier for the row that was inserted, if any. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance associated + with this virtual table. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance associated + with this virtual table. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance associated + with this virtual table. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance associated + with this virtual table. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance associated + with this virtual table. + + + The number of arguments to the function being sought. + + + The name of the function being sought. + + + Upon success, this parameter must be modified to contain the + object instance responsible for + implementing the specified function. + + + Upon success, this parameter must be modified to contain the + native user-data pointer associated with + . + + + Non-zero if the specified function was found; zero otherwise. + + + + + This method is called in response to the + method. + + + The object instance associated + with this virtual table. + + + The new name for the virtual table. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance associated + with this virtual table. + + + This is an integer identifier under which the the current state of + the virtual table should be saved. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance associated + with this virtual table. + + + This is an integer used to indicate that any saved states with an + identifier greater than or equal to this should be deleted by the + virtual table. + + + A standard SQLite return code. + + + + + This method is called in response to the + method. + + + The object instance associated + with this virtual table. + + + This is an integer identifier used to specify a specific saved + state for the virtual table for it to restore itself back to, which + should also have the effect of deleting all saved states with an + integer identifier greater than this one. + + + A standard SQLite return code. + + + + + Disposes of this object instance. + + + + + Throws an if this object + instance has been disposed. + + + + + Disposes of this object instance. + + + Non-zero if this method is being called from the + method. Zero if this method is being + called from the finalizer. + + + + + Finalizes this object instance. + + + + + This class contains some virtual methods that may be useful for other + virtual table classes. It specifically does NOT implement any of the + interface methods. + + + + + The CREATE TABLE statement used to declare the schema for the + virtual table. + + + + + Non-zero if different object instances with the same value should + generate different row identifiers, where applicable. This has no + effect on the .NET Compact Framework. + + + + + Constructs an instance of this class. + + + The name of the module. This parameter cannot be null. + + + + + Constructs an instance of this class. + + + The name of the module. This parameter cannot be null. + + + Non-zero if different object instances with the same value should + generate different row identifiers, where applicable. This + parameter has no effect on the .NET Compact Framework. + + + + + Determines the SQL statement used to declare the virtual table. + This method should be overridden in derived classes if they require + a custom virtual table schema. + + + The SQL statement used to declare the virtual table -OR- null if it + cannot be determined. + + + + + Sets the table error message to one that indicates the virtual + table cursor is of the wrong type. + + + The object instance. + + + The that the virtual table cursor should be. + + + The value of . + + + + + Determines the string to return as the column value for the object + instance value. + + + The object instance + associated with the previously opened virtual table cursor to be + used. + + + The object instance to return a string representation for. + + + The string representation of the specified object instance or null + upon failure. + + + + + Constructs an unique row identifier from two + values. The first value + must contain the row sequence number for the current row and the + second value must contain the hash code of the key column value + for the current row. + + + The integer row sequence number for the current row. + + + The hash code of the key column value for the current row. + + + The unique row identifier or zero upon failure. + + + + + Determines the unique row identifier for the current row. + + + The object instance + associated with the previously opened virtual table cursor to be + used. + + + The object instance to return a unique row identifier for. + + + The unique row identifier or zero upon failure. + + + + + Throws an if this object + instance has been disposed. + + + + + Disposes of this object instance. + + + Non-zero if this method is being called from the + method. Zero if this method is + being called from the finalizer. + + + + + This class represents a virtual table cursor to be used with the + class. It is not sealed and may + be used as the base class for any user-defined virtual table cursor + class that wraps an object instance. + + + + + The instance provided when this cursor + was created. + + + + + This value will be non-zero if false has been returned from the + method. + + + + + Constructs an instance of this class. + + + The object instance associated + with this object instance. + + + The instance to expose as a virtual + table cursor. + + + + + Advances to the next row of the virtual table cursor using the + method of the + object instance. + + + Non-zero if the current row is valid; zero otherwise. If zero is + returned, no further rows are available. + + + + + Returns the value for the current row of the virtual table cursor + using the property of the + object instance. + + + + + Resets the virtual table cursor position, also invalidating the + current row, using the method of + the object instance. + + + + + Returns non-zero if the end of the virtual table cursor has been + seen (i.e. no more rows are available, including the current one). + + + + + Returns non-zero if the virtual table cursor is open. + + + + + Closes the virtual table cursor. This method must not throw any + exceptions. + + + + + Throws an if the virtual + table cursor has been closed. + + + + + Throws an if this object + instance has been disposed. + + + + + Disposes of this object instance. + + + Non-zero if this method is being called from the + method. Zero if this method is + being called from the finalizer. + + + + + This class implements a virtual table module that exposes an + object instance as a read-only virtual + table. It is not sealed and may be used as the base class for any + user-defined virtual table class that wraps an + object instance. The following short + example shows it being used to treat an array of strings as a table + data source: + + public static class Sample + { + public static void Main() + { + using (SQLiteConnection connection = new SQLiteConnection( + "Data Source=:memory:;")) + { + connection.Open(); + + connection.CreateModule(new SQLiteModuleEnumerable( + "sampleModule", new string[] { "one", "two", "three" })); + + using (SQLiteCommand command = connection.CreateCommand()) + { + command.CommandText = + "CREATE VIRTUAL TABLE t1 USING sampleModule;"; + + command.ExecuteNonQuery(); + } + + using (SQLiteCommand command = connection.CreateCommand()) + { + command.CommandText = "SELECT * FROM t1;"; + + using (SQLiteDataReader dataReader = command.ExecuteReader()) + { + while (dataReader.Read()) + Console.WriteLine(dataReader[0].ToString()); + } + } + + connection.Close(); + } + } + } + + + + + + The instance containing the backing data + for the virtual table. + + + + + Constructs an instance of this class. + + + The name of the module. This parameter cannot be null. + + + The instance to expose as a virtual + table. This parameter cannot be null. + + + + + Constructs an instance of this class. + + + The name of the module. This parameter cannot be null. + + + The instance to expose as a virtual + table. This parameter cannot be null. + + + Non-zero if different object instances with the same value should + generate different row identifiers, where applicable. This + parameter has no effect on the .NET Compact Framework. + + + + + Sets the table error message to one that indicates the virtual + table cursor has no current row. + + + The object instance. + + + The value of . + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + Throws an if this object + instance has been disposed. + + + + + Disposes of this object instance. + + + Non-zero if this method is being called from the + method. Zero if this method is + being called from the finalizer. + + + + + This class represents a virtual table cursor to be used with the + class. It is not sealed and may + be used as the base class for any user-defined virtual table cursor + class that wraps an object instance. + + + + + The instance provided when this + cursor was created. + + + + + Constructs an instance of this class. + + + The object instance associated + with this object instance. + + + The instance to expose as a virtual + table cursor. + + + + + Returns the value for the current row of the virtual table cursor + using the property of the + object instance. + + + + + Closes the virtual table cursor. This method must not throw any + exceptions. + + + + + Throws an if this object + instance has been disposed. + + + + + Disposes of this object instance. + + + Non-zero if this method is being called from the + method. Zero if this method is + being called from the finalizer. + + + + + This class implements a virtual table module that exposes an + object instance as a read-only virtual + table. It is not sealed and may be used as the base class for any + user-defined virtual table class that wraps an + object instance. + + + + + The instance containing the backing + data for the virtual table. + + + + + Constructs an instance of this class. + + + The name of the module. This parameter cannot be null. + + + The instance to expose as a virtual + table. This parameter cannot be null. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + Throws an if this object + instance has been disposed. + + + + + Disposes of this object instance. + + + Non-zero if this method is being called from the + method. Zero if this method is + being called from the finalizer. + + + + + This class implements a virtual table module that does nothing by + providing "empty" implementations for all of the + interface methods. The result + codes returned by these "empty" method implementations may be + controlled on a per-method basis by using and/or overriding the + , + , + , + , and + methods from within derived classes. + + + + + This field is used to store the + values to return, on a per-method basis, for all methods that are + part of the interface. + + + + + Constructs an instance of this class. + + + The name of the module. This parameter cannot be null. + + + + + Determines the default value to be + returned by methods of the + interface that lack an overridden implementation in all classes + derived from the class. + + + The value that should be returned + by all interface methods unless + a more specific result code has been set for that interface method. + + + + + Converts a value into a boolean + return value for use with the + method. + + + The value to convert. + + + The value. + + + + + Converts a value into a boolean + return value for use with the + method. + + + The value to convert. + + + The value. + + + + + Determines the value that should be + returned by the specified + interface method if it lack an overridden implementation. If no + specific value is available (or set) + for the specified method, the value + returned by the method will be + returned instead. + + + The name of the method. Currently, this method must be part of + the interface. + + + The value that should be returned + by the interface method. + + + + + Sets the value that should be + returned by the specified + interface method if it lack an overridden implementation. + + + The name of the method. Currently, this method must be part of + the interface. + + + The value that should be returned + by the interface method. + + + Non-zero upon success. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + See the method. + + + See the method. + + + See the method. + + + See the method. + + + + + Throws an if this object + instance has been disposed. + + + + + Disposes of this object instance. + + + Non-zero if this method is being called from the + method. Zero if this method is + being called from the finalizer. + + + + + This enumerated type represents a type of conflict seen when apply + changes from a change set or patch set. + + + + + This value is seen when processing a DELETE or UPDATE change if a + row with the required PRIMARY KEY fields is present in the + database, but one or more other (non primary-key) fields modified + by the update do not contain the expected "before" values. + + + + + This value is seen when processing a DELETE or UPDATE change if a + row with the required PRIMARY KEY fields is not present in the + database. There is no conflicting row in this case. + + The results of invoking the + + method are undefined. + + + + + This value is seen when processing an INSERT change if the + operation would result in duplicate primary key values. + The conflicting row in this case is the database row with the + matching primary key. + + + + + If a non-foreign key constraint violation occurs while applying a + change (i.e. a UNIQUE, CHECK or NOT NULL constraint), the conflict + callback will see this value. + + There is no conflicting row in this case. The results of invoking + the + method are undefined. + + + + + If foreign key handling is enabled, and applying a changes leaves + the database in a state containing foreign key violations, this + value will be seen exactly once before the changes are committed. + If the conflict handler + , the changes, + including those that caused the foreign key constraint violation, + are committed. Or, if it returns + , the changes are + rolled back. + + No current or conflicting row information is provided. The only + method it is possible to call on the supplied + object is + . + + + + + This enumerated type represents the result of a user-defined conflict + resolution callback. + + + + + If a conflict callback returns this value no special action is + taken. The change that caused the conflict is not applied. The + application of changes continues with the next change. + + + + + This value may only be returned from a conflict callback if the + type of conflict was + or . If this is + not the case, any changes applied so far are rolled back and the + call to + + will raise a with an error code of + . + + If this value is returned for a + conflict, then the + conflicting row is either updated or deleted, depending on the type + of change. + + If this value is returned for a + conflict, then + the conflicting row is removed from the database and a second + attempt to apply the change is made. If this second attempt fails, + the original row is restored to the database before continuing. + + + + + If this value is returned, any changes applied so far are rolled + back and the call to + + will raise a with an error code of + . + + + + + This enumerated type represents possible flags that may be passed + to the appropriate overloads of various change set creation methods. + + + + + No special handling. + + + + + Invert the change set while iterating through it. + This is equivalent to inverting a change set using + before + applying it. It is an error to specify this flag + with a patch set. + + + + + This callback is invoked when a determination must be made about + whether changes to a specific table should be tracked -OR- applied. + It will not be called for tables that are already attached to a + . + + + The optional application-defined context data that was originally + passed to the or + + methods. This value may be null. + + + The name of the table. + + + Non-zero if changes to the table should be considered; otherwise, + zero. Throwing an exception from this callback will result in + undefined behavior. + + + + + This callback is invoked when there is a conflict while apply changes + to a database. + + + The optional application-defined context data that was originally + passed to the + + method. This value may be null. + + + The type of this conflict. + + + The object associated with + this conflict. This value may not be null; however, only properties + that are applicable to the conflict type will be available. Further + information on this is available within the descriptions of the + available values. + + + A value that indicates the + action to be taken in order to resolve the conflict. Throwing an + exception from this callback will result in undefined behavior. + + + + + This interface contains methods used to manipulate a set of changes for + a database. + + + + + This method "inverts" the set of changes within this instance. + Applying an inverted set of changes to a database reverses the + effects of applying the uninverted changes. Specifically: + ]]>]]> + Each DELETE change is changed to an INSERT, and + ]]>]]> + Each INSERT change is changed to a DELETE, and + ]]>]]> + For each UPDATE change, the old.* and new.* values are exchanged. + ]]>]]> + This method does not change the order in which changes appear + within the set of changes. It merely reverses the sense of each + individual change. + + + The new instance that represents + the resulting set of changes -OR- null if it is not available. + + + + + This method combines the specified set of changes with the ones + contained in this instance. + + + The changes to be combined with those in this instance. + + + The new instance that represents + the resulting set of changes -OR- null if it is not available. + + + + + Attempts to apply the set of changes in this instance to the + associated database. + + + The delegate that will need + to handle any conflicting changes that may arise. + + + The optional application-defined context data. This value may be + null. + + + + + Attempts to apply the set of changes in this instance to the + associated database. + + + The delegate that will need + to handle any conflicting changes that may arise. + + + The optional delegate + that can be used to filter the list of tables impacted by the set + of changes. + + + The optional application-defined context data. This value may be + null. + + + + + This interface contains methods used to manipulate multiple sets of + changes for a database. + + + + + Attempts to add a change set (or patch set) to this change group + instance. The underlying data must be contained entirely within + the byte array. + + + The raw byte data for the specified change set (or patch set). + + + + + Attempts to add a change set (or patch set) to this change group + instance. The underlying data will be read from the specified + . + + + The instance containing the raw change set + (or patch set) data to read. + + + + + Attempts to create and return, via , the + combined set of changes represented by this change group instance. + + + Upon success, this will contain the raw byte data for all the + changes in this change group instance. + + + + + Attempts to create and write, via , the + combined set of changes represented by this change group instance. + + + Upon success, the raw byte data for all the changes in this change + group instance will be written to this . + + + + + This interface contains properties and methods used to fetch metadata + about one change within a set of changes for a database. + + + + + The name of the table the change was made to. + + + + + The number of columns impacted by this change. This value can be + used to determine the highest valid column index that may be used + with the , , + and methods of this interface. It + will be this value minus one. + + + + + This will contain the value + , + , or + , corresponding to + the overall type of change this item represents. + + + + + Non-zero if this change is considered to be indirect (i.e. as + though they were made via a trigger or foreign key action). + + + + + This array contains a for each column in + the table associated with this change. The element will be zero + if the column is not part of the primary key; otherwise, it will + be non-zero. + + + + + This method may only be called from within a + delegate when the conflict + type is . It + returns the total number of known foreign key violations in the + destination database. + + + + + Queries and returns the original value of a given column for this + change. This method may only be called when the + has a value of + or + . + + + The index for the column. This value must be between zero and one + less than the total number of columns for this table. + + + The original value of a given column for this change. + + + + + Queries and returns the updated value of a given column for this + change. This method may only be called when the + has a value of + or + . + + + The index for the column. This value must be between zero and one + less than the total number of columns for this table. + + + The updated value of a given column for this change. + + + + + Queries and returns the conflicting value of a given column for + this change. This method may only be called from within a + delegate when the conflict + type is or + . + + + The index for the column. This value must be between zero and one + less than the total number of columns for this table. + + + The conflicting value of a given column for this change. + + + + + This interface contains methods to query and manipulate the state of a + change tracking session for a database. + + + + + Determines if this session is currently tracking changes to its + associated database. + + + Non-zero if changes to the associated database are being trakced; + otherwise, zero. + + + + + Enables tracking of changes to the associated database. + + + + + Disables tracking of changes to the associated database. + + + + + Determines if this session is currently set to mark changes as + indirect (i.e. as though they were made via a trigger or foreign + key action). + + + Non-zero if changes to the associated database are being marked as + indirect; otherwise, zero. + + + + + Sets the indirect flag for this session. Subsequent changes will + be marked as indirect until this flag is changed again. + + + + + Clears the indirect flag for this session. Subsequent changes will + be marked as direct until this flag is changed again. + + + + + Determines if there are any tracked changes currently within the + data for this session. + + + Non-zero if there are no changes within the data for this session; + otherwise, zero. + + + + + This method attempts to determine the amount of memory used by the + session. + + + Number of bytes used by the session -OR- negative one if its value + cannot be obtained. + + + + + Upon success, causes changes to the specified table(s) to start + being tracked. Any tables impacted by calls to this method will + not cause the callback + to be invoked. + + + The name of the table to be tracked -OR- null to track all + applicable tables within this database. + + + + + This method is used to set the table filter for this instance. + + + The table filter callback -OR- null to clear any existing table + filter callback. + + + The optional application-defined context data. This value may be + null. + + + + + Attempts to create and return, via , the + combined set of changes represented by this session instance. + + + Upon success, this will contain the raw byte data for all the + changes in this session instance. + + + + + Attempts to create and write, via , the + combined set of changes represented by this session instance. + + + Upon success, the raw byte data for all the changes in this session + instance will be written to this . + + + + + Attempts to create and return, via , the + combined set of changes represented by this session instance as a + patch set. + + + Upon success, this will contain the raw byte data for all the + changes in this session instance. + + + + + Attempts to create and write, via , the + combined set of changes represented by this session instance as a + patch set. + + + Upon success, the raw byte data for all the changes in this session + instance will be written to this . + + + + + This method loads the differences between two tables [with the same + name, set of columns, and primary key definition] into this session + instance. + + + The name of the database containing the table with the original + data (i.e. it will need updating in order to be identical to the + one within the database associated with this session instance). + + + The name of the table. + + + + + This class contains some static helper methods for use within this + subsystem. + + + + + This method checks the byte array specified by the caller to make + sure it will be usable. + + + A byte array provided by the caller into one of the public methods + for the classes that belong to this subsystem. This value cannot + be null or represent an empty array; otherwise, an appropriate + exception will be thrown. + + + + + This class is used to hold the native connection handle associated with + a open until this subsystem is totally + done with it. This class is for internal use by this subsystem only. + + + + + The SQL statement used when creating the native statement handle. + There are no special requirements for this other than counting as + an "open statement handle". + + + + + The format of the error message used when reporting, during object + disposal, that the statement handle is still open (i.e. because + this situation is considered a fairly serious programming error). + + + + + The wrapped native connection handle associated with this lock. + + + + + The flags associated with the connection represented by the + value. + + + + + The native statement handle for this lock. The garbage collector + cannot cause this statement to be finalized; therefore, it will + serve to hold the associated native connection open until it is + freed manually using the method. + + + + + Constructs a new instance of this class using the specified wrapped + native connection handle and associated flags. + + + The wrapped native connection handle to be associated with this + lock. + + + The flags associated with the connection represented by the + value. + + + Non-zero if the method should be called prior + to returning from this constructor. + + + + + Queries and returns the wrapped native connection handle for this + instance. + + + The wrapped native connection handle for this instance -OR- null + if it is unavailable. + + + + + Queries and returns the flags associated with the connection for + this instance. + + + The value. There is no return + value reserved to indicate an error. + + + + + Queries and returns the native connection handle for this instance. + + + The native connection handle for this instance. If this value is + unavailable or invalid an exception will be thrown. + + + + + This method attempts to "lock" the associated native connection + handle by preparing a SQL statement that will not be finalized + until the method is called (i.e. and which + cannot be done by the garbage collector). If the statement is + already prepared, nothing is done. If the statement cannot be + prepared for any reason, an exception will be thrown. + + + + + This method attempts to "unlock" the associated native connection + handle by finalizing the previously prepared statement. If the + statement is already finalized, nothing is done. If the statement + cannot be finalized for any reason, an exception will be thrown. + + + + + Disposes of this object instance. + + + + + Non-zero if this object instance has been disposed. + + + + + Throws an exception if this object instance has been disposed. + + + + + Disposes or finalizes this object instance. + + + Non-zero if this object is being disposed; otherwise, this object + is being finalized. + + + + + Finalizes this object instance. + + + + + This class manages the native change set iterator. It is used as the + base class for the and + classes. It knows how to + advance the native iterator handle as well as finalize it. + + + + + The native change set (a.k.a. iterator) handle. + + + + + Non-zero if this instance owns the native iterator handle in the + field. In that case, this instance will + finalize the native iterator handle upon being disposed or + finalized. + + + + + Constructs a new instance of this class using the specified native + iterator handle. + + + The native iterator handle to use. + + + Non-zero if this instance is to take ownership of the native + iterator handle specified by . + + + + + Throws an exception if the native iterator handle is invalid. + + + + + Used to query the native iterator handle. This method is only used + by the class. + + + The native iterator handle -OR- if it + is not available. + + + + + Attempts to advance the native iterator handle to its next item. + + + Non-zero if the native iterator handle was advanced and contains + more data; otherwise, zero. If the underlying native API returns + an unexpected value then an exception will be thrown. + + + + + Attempts to create an instance of this class that is associated + with the specified native iterator handle. Ownership of the + native iterator handle is NOT transferred to the new instance of + this class. + + + The native iterator handle to use. + + + The new instance of this class. No return value is reserved to + indicate an error; however, if the native iterator handle is not + valid, any subsequent attempt to make use of it via the returned + instance of this class may throw exceptions. + + + + + Disposes of this object instance. + + + + + Non-zero if this object instance has been disposed. + + + + + Throws an exception if this object instance has been disposed. + + + + + Disposes or finalizes this object instance. + + + Non-zero if this object is being disposed; otherwise, this object + is being finalized. + + + + + Finalizes this object instance. + + + + + This class manages the native change set iterator for a set of changes + contained entirely in memory. + + + + + The native memory buffer allocated to contain the set of changes + associated with this instance. This will always be freed when this + instance is disposed or finalized. + + + + + Constructs an instance of this class using the specified native + memory buffer and native iterator handle. + + + The native memory buffer to use. + + + The native iterator handle to use. + + + Non-zero if this instance is to take ownership of the native + iterator handle specified by . + + + + + Attempts to create an instance of this class using the specified + raw byte data. + + + The raw byte data containing the set of changes for this native + iterator. + + + The new instance of this class -OR- null if it cannot be created. + + + + + Attempts to create an instance of this class using the specified + raw byte data. + + + The raw byte data containing the set of changes for this native + iterator. + + + The flags used to create the change set iterator. + + + The new instance of this class -OR- null if it cannot be created. + + + + + Non-zero if this object instance has been disposed. + + + + + Throws an exception if this object instance has been disposed. + + + + + Disposes or finalizes this object instance. + + + Non-zero if this object is being disposed; otherwise, this object + is being finalized. + + + + + This class manages the native change set iterator for a set of changes + backed by a instance. + + + + + The instance that is managing + the underlying used as the backing store for + the set of changes associated with this native change set iterator. + + + + + Constructs an instance of this class using the specified native + iterator handle and . + + + The instance to use. + + + The native iterator handle to use. + + + Non-zero if this instance is to take ownership of the native + iterator handle specified by . + + + + + Attempts to create an instance of this class using the specified + . + + + The where the raw byte data for the set of + changes may be read. + + + The flags associated with the parent connection. + + + The new instance of this class -OR- null if it cannot be created. + + + + + Attempts to create an instance of this class using the specified + . + + + The where the raw byte data for the set of + changes may be read. + + + The flags associated with the parent connection. + + + The flags used to create the change set iterator. + + + The new instance of this class -OR- null if it cannot be created. + + + + + Non-zero if this object instance has been disposed. + + + + + Throws an exception if this object instance has been disposed. + + + + + Disposes or finalizes this object instance. + + + Non-zero if this object is being disposed; otherwise, this object + is being finalized. + + + + + This class is used to act as a bridge between a + instance and the delegates used with the native streaming API. + + + + + The managed stream instance used to in order to service the native + delegates for both input and output. + + + + + The flags associated with the connection. + + + + + The delegate used to provide input to the native streaming API. + It will be null -OR- point to the method. + + + + + The delegate used to provide output to the native streaming API. + It will be null -OR- point to the method. + + + + + Constructs a new instance of this class using the specified managed + stream and connection flags. + + + The managed stream instance to be used in order to service the + native delegates for both input and output. + + + The flags associated with the parent connection. + + + + + Queries and returns the flags associated with the connection for + this instance. + + + The value. There is no return + value reserved to indicate an error. + + + + + Returns a delegate that wraps the method, + creating it first if necessary. + + + A delegate that refers to the method. + + + + + Returns a delegate that wraps the method, + creating it first if necessary. + + + A delegate that refers to the method. + + + + + This method attempts to read bytes from + the managed stream, writing them to the + buffer. + + + Optional extra context information. Currently, this will always + have a value of . + + + A preallocated native buffer to receive the requested input bytes. + It must be at least bytes in size. + + + Upon entry, the number of bytes to read. Upon exit, the number of + bytes actually read. This value may be zero upon exit. + + + The value upon success -OR- an + appropriate error code upon failure. + + + + + This method attempts to write bytes to + the managed stream, reading them from the + buffer. + + + Optional extra context information. Currently, this will always + have a value of . + + + A preallocated native buffer containing the requested output + bytes. It must be at least bytes in + size. + + + The number of bytes to write. + + + The value upon success -OR- an + appropriate error code upon failure. + + + + + Disposes of this object instance. + + + + + Non-zero if this object instance has been disposed. + + + + + Throws an exception if this object instance has been disposed. + + + + + Disposes or finalizes this object instance. + + + Non-zero if this object is being disposed; otherwise, this object + is being finalized. + + + + + Finalizes this object instance. + + + + + This class manages a collection of + instances. When used, it takes responsibility for creating, returning, + and disposing of its instances. + + + + + The managed collection of + instances, keyed by their associated + instance. + + + + + The flags associated with the connection. + + + + + Constructs a new instance of this class using the specified + connection flags. + + + The flags associated with the parent connection. + + + + + Makes sure the collection of + is created. + + + + + Makes sure the collection of + is disposed. + + + + + Attempts to return a instance + suitable for the specified . + + + The instance. If this value is null, a null + value will be returned. + + + A instance. Typically, these + are always freshly created; however, this method is designed to + return the existing instance + associated with the specified stream, should one exist. + + + + + Disposes of this object instance. + + + + + Non-zero if this object instance has been disposed. + + + + + Throws an exception if this object instance has been disposed. + + + + + Disposes or finalizes this object instance. + + + Non-zero if this object is being disposed; otherwise, this object + is being finalized. + + + + + Finalizes this object instance. + + + + + This class represents a group of change sets (or patch sets). + + + + + The instance associated + with this change group. + + + + + The flags associated with the connection. + + + + + The native handle for this change group. This will be deleted when + this instance is disposed or finalized. + + + + + Constructs a new instance of this class using the specified + connection flags. + + + The flags associated with the parent connection. + + + + + Throws an exception if the native change group handle is invalid. + + + + + Makes sure the native change group handle is valid, creating it if + necessary. + + + + + Makes sure the instance + is available, creating it if necessary. + + + + + Attempts to return a instance + suitable for the specified . + + + The instance. If this value is null, a null + value will be returned. + + + A instance. Typically, these + are always freshly created; however, this method is designed to + return the existing instance + associated with the specified stream, should one exist. + + + + + Attempts to add a change set (or patch set) to this change group + instance. The underlying data must be contained entirely within + the byte array. + + + The raw byte data for the specified change set (or patch set). + + + + + Attempts to add a change set (or patch set) to this change group + instance. The underlying data will be read from the specified + . + + + The instance containing the raw change set + (or patch set) data to read. + + + + + Attempts to create and return, via , the + combined set of changes represented by this change group instance. + + + Upon success, this will contain the raw byte data for all the + changes in this change group instance. + + + + + Attempts to create and write, via , the + combined set of changes represented by this change group instance. + + + Upon success, the raw byte data for all the changes in this change + group instance will be written to this . + + + + + Disposes of this object instance. + + + + + Non-zero if this object instance has been disposed. + + + + + Throws an exception if this object instance has been disposed. + + + + + Disposes or finalizes this object instance. + + + Non-zero if this object is being disposed; otherwise, this object + is being finalized. + + + + + Finalizes this object instance. + + + + + This class represents the change tracking session associated with a + database. + + + + + The instance associated + with this session. + + + + + The name of the database (e.g. "main") for this session. + + + + + The native handle for this session. This will be deleted when + this instance is disposed or finalized. + + + + + The delegate used to provide table filtering to the native API. + It will be null -OR- point to the method. + + + + + The managed callback used to filter tables for this session. Set + via the method. + + + + + The optional application-defined context data that was passed to + the method. This value may be null. + + + + + Constructs a new instance of this class using the specified wrapped + native connection handle and associated flags. + + + The wrapped native connection handle to be associated with this + session. + + + The flags associated with the connection represented by the + value. + + + The name of the database (e.g. "main") for this session. + + + + + Throws an exception if the native session handle is invalid. + + + + + Makes sure the native session handle is valid, creating it if + necessary. + + + + + This method sets up the internal table filtering associated state + of this instance. + + + The table filter callback -OR- null to clear any existing table + filter callback. + + + The optional application-defined context data. This value may be + null. + + + The native + delegate -OR- null to clear any existing table filter. + + + + + Makes sure the instance + is available, creating it if necessary. + + + + + Attempts to return a instance + suitable for the specified . + + + The instance. If this value is null, a null + value will be returned. + + + A instance. Typically, these + are always freshly created; however, this method is designed to + return the existing instance + associated with the specified stream, should one exist. + + + + + This method is called when determining if a table needs to be + included in the tracked changes for the associated database. + + + Optional extra context information. Currently, this will always + have a value of . + + + The native pointer to the name of the table. + + + Non-zero if changes to the specified table should be considered; + otherwise, zero. + + + + + Determines if this session is currently tracking changes to its + associated database. + + + Non-zero if changes to the associated database are being trakced; + otherwise, zero. + + + + + Enables tracking of changes to the associated database. + + + + + Disables tracking of changes to the associated database. + + + + + Determines if this session is currently set to mark changes as + indirect (i.e. as though they were made via a trigger or foreign + key action). + + + Non-zero if changes to the associated database are being marked as + indirect; otherwise, zero. + + + + + Sets the indirect flag for this session. Subsequent changes will + be marked as indirect until this flag is changed again. + + + + + Clears the indirect flag for this session. Subsequent changes will + be marked as direct until this flag is changed again. + + + + + Determines if there are any tracked changes currently within the + data for this session. + + + Non-zero if there are no changes within the data for this session; + otherwise, zero. + + + + + This method attempts to determine the amount of memory used by the + session. + + + The number of bytes used by the session. + + + + + Upon success, causes changes to the specified table(s) to start + being tracked. Any tables impacted by calls to this method will + not cause the callback + to be invoked. + + + The name of the table to be tracked -OR- null to track all + applicable tables within this database. + + + + + This method is used to set the table filter for this instance. + + + The table filter callback -OR- null to clear any existing table + filter callback. + + + The optional application-defined context data. This value may be + null. + + + + + Attempts to create and return, via , the + set of changes represented by this session instance. + + + Upon success, this will contain the raw byte data for all the + changes in this session instance. + + + + + Attempts to create and write, via , the + set of changes represented by this session instance. + + + Upon success, the raw byte data for all the changes in this session + instance will be written to this . + + + + + Attempts to create and return, via , the + set of changes represented by this session instance as a patch set. + + + Upon success, this will contain the raw byte data for all the + changes in this session instance. + + + + + Attempts to create and write, via , the + set of changes represented by this session instance as a patch set. + + + Upon success, the raw byte data for all the changes in this session + instance will be written to this . + + + + + This method loads the differences between two tables [with the same + name, set of columns, and primary key definition] into this session + instance. + + + The name of the database containing the table with the original + data (i.e. it will need updating in order to be identical to the + one within the database associated with this session instance). + + + The name of the table. + + + + + Non-zero if this object instance has been disposed. + + + + + Throws an exception if this object instance has been disposed. + + + + + Disposes or finalizes this object instance. + + + Non-zero if this object is being disposed; otherwise, this object + is being finalized. + + + + + This class represents the abstract concept of a set of changes. It + acts as the base class for the + and classes. It derives from + the class, which is used to hold + the underlying native connection handle open until the instances of + this class are disposed or finalized. It also provides the ability + to construct wrapped native delegates of the + and + types. + + + + + Constructs an instance of this class using the specified wrapped + native connection handle. + + + The wrapped native connection handle to be associated with this + change set. + + + The flags associated with the connection represented by the + value. + + + + + Creates and returns a concrete implementation of the + interface. + + + The native iterator handle to use. + + + An instance of the + interface, which can be used to fetch metadata associated with + the current item in this set of changes. + + + + + Attempts to create a + native delegate + that invokes the specified + delegate. + + + The to invoke when the + native delegate + is called. If this value is null then null is returned. + + + The optional application-defined context data. This value may be + null. + + + The created + native delegate -OR- null if it cannot be created. + + + + + Attempts to create a + native delegate + that invokes the specified + delegate. + + + The to invoke when the + native delegate + is called. If this value is null then null is returned. + + + The optional application-defined context data. This value may be + null. + + + The created + native delegate -OR- null if it cannot be created. + + + + + Non-zero if this object instance has been disposed. + + + + + Throws an exception if this object instance has been disposed. + + + + + Disposes or finalizes this object instance. + + + Non-zero if this object is being disposed; otherwise, this object + is being finalized. + + + + + This class represents a set of changes contained entirely in memory. + + + + + The raw byte data for this set of changes. Since this data must + be marshalled to a native memory buffer before being used, there + must be enough memory available to store at least two times the + amount of data contained within it. + + + + + The flags used to create the change set iterator. + + + + + Constructs an instance of this class using the specified raw byte + data and wrapped native connection handle. + + + The raw byte data for the specified change set (or patch set). + + + The wrapped native connection handle to be associated with this + set of changes. + + + The flags associated with the connection represented by the + value. + + + + + Constructs an instance of this class using the specified raw byte + data and wrapped native connection handle. + + + The raw byte data for the specified change set (or patch set). + + + The wrapped native connection handle to be associated with this + set of changes. + + + The flags associated with the connection represented by the + value. + + + The flags used to create the change set iterator. + + + + + This method "inverts" the set of changes within this instance. + Applying an inverted set of changes to a database reverses the + effects of applying the uninverted changes. Specifically: + ]]>]]> + Each DELETE change is changed to an INSERT, and + ]]>]]> + Each INSERT change is changed to a DELETE, and + ]]>]]> + For each UPDATE change, the old.* and new.* values are exchanged. + ]]>]]> + This method does not change the order in which changes appear + within the set of changes. It merely reverses the sense of each + individual change. + + + The new instance that represents + the resulting set of changes. + + + + + This method combines the specified set of changes with the ones + contained in this instance. + + + The changes to be combined with those in this instance. + + + The new instance that represents + the resulting set of changes. + + + + + Attempts to apply the set of changes in this instance to the + associated database. + + + The delegate that will need + to handle any conflicting changes that may arise. + + + The optional application-defined context data. This value may be + null. + + + + + Attempts to apply the set of changes in this instance to the + associated database. + + + The delegate that will need + to handle any conflicting changes that may arise. + + + The optional delegate + that can be used to filter the list of tables impacted by the set + of changes. + + + The optional application-defined context data. This value may be + null. + + + + + Creates an capable of iterating over the + items within this set of changes. + + + The new + instance. + + + + + Creates an capable of iterating over the + items within this set of changes. + + + The new instance. + + + + + Non-zero if this object instance has been disposed. + + + + + Throws an exception if this object instance has been disposed. + + + + + Disposes or finalizes this object instance. + + + Non-zero if this object is being disposed; otherwise, this object + is being finalized. + + + + + This class represents a set of changes that are backed by a + instance. + + + + + The instance that is managing + the underlying input used as the backing + store for the set of changes associated with this instance. + + + + + The instance that is managing + the underlying output used as the backing + store for the set of changes generated by the + or methods. + + + + + The instance used as the backing store for + the set of changes associated with this instance. + + + + + The instance used as the backing store for + the set of changes generated by the or + methods. + + + + + The flags used to create the change set iterator. + + + + + Constructs an instance of this class using the specified streams + and wrapped native connection handle. + + + The where the raw byte data for the set of + changes may be read. + + + The where the raw byte data for resulting + sets of changes may be written. + + + The wrapped native connection handle to be associated with this + set of changes. + + + The flags associated with the connection represented by the + value. + + + + + Constructs an instance of this class using the specified streams + and wrapped native connection handle. + + + The where the raw byte data for the set of + changes may be read. + + + The where the raw byte data for resulting + sets of changes may be written. + + + The wrapped native connection handle to be associated with this + set of changes. + + + The flags associated with the connection represented by the + value. + + + The flags used to create the change set iterator. + + + + + Throws an exception if the input stream or its associated stream + adapter are invalid. + + + + + Throws an exception if the output stream or its associated stream + adapter are invalid. + + + + + This method "inverts" the set of changes within this instance. + Applying an inverted set of changes to a database reverses the + effects of applying the uninverted changes. Specifically: + ]]>]]> + Each DELETE change is changed to an INSERT, and + ]]>]]> + Each INSERT change is changed to a DELETE, and + ]]>]]> + For each UPDATE change, the old.* and new.* values are exchanged. + ]]>]]> + This method does not change the order in which changes appear + within the set of changes. It merely reverses the sense of each + individual change. + + + Since the resulting set of changes is written to the output stream, + this method always returns null. + + + + + This method combines the specified set of changes with the ones + contained in this instance. + + + The changes to be combined with those in this instance. + + + Since the resulting set of changes is written to the output stream, + this method always returns null. + + + + + Attempts to apply the set of changes in this instance to the + associated database. + + + The delegate that will need + to handle any conflicting changes that may arise. + + + The optional application-defined context data. This value may be + null. + + + + + Attempts to apply the set of changes in this instance to the + associated database. + + + The delegate that will need + to handle any conflicting changes that may arise. + + + The optional delegate + that can be used to filter the list of tables impacted by the set + of changes. + + + The optional application-defined context data. This value may be + null. + + + + + Creates an capable of iterating over the + items within this set of changes. + + + The new + instance. + + + + + Creates an capable of iterating over the + items within this set of changes. + + + The new instance. + + + + + Non-zero if this object instance has been disposed. + + + + + Throws an exception if this object instance has been disposed. + + + + + Disposes or finalizes this object instance. + + + Non-zero if this object is being disposed; otherwise, this object + is being finalized. + + + + + This class represents an that is capable of + enumerating over a set of changes. It serves as the base class for the + and + classes. It manages and + owns an instance of the class. + + + + + This managed change set iterator is managed and owned by this + class. It will be disposed when this class is disposed. + + + + + Constructs an instance of this class using the specified managed + change set iterator. + + + The managed iterator instance to use. + + + + + Throws an exception if the managed iterator instance is invalid. + + + + + Sets the managed iterator instance to a new value. + + + The new managed iterator instance to use. + + + + + Disposes of the managed iterator instance and sets its value to + null. + + + + + Disposes of the existing managed iterator instance and then sets it + to a new value. + + + The new managed iterator instance to use. + + + + + Returns the current change within the set of changes, represented + by a instance. + + + + + Returns the current change within the set of changes, represented + by a instance. + + + + + Attempts to advance to the next item in the set of changes. + + + Non-zero if more items are available; otherwise, zero. + + + + + Throws because not all the + derived classes are able to support reset functionality. + + + + + Disposes of this object instance. + + + + + Non-zero if this object instance has been disposed. + + + + + Throws an exception if this object instance has been disposed. + + + + + Disposes or finalizes this object instance. + + + Non-zero if this object is being disposed; otherwise, this object + is being finalized. + + + + + Finalizes this object instance. + + + + + This class represents an that is capable of + enumerating over a set of changes contained entirely in memory. + + + + + The raw byte data for this set of changes. Since this data must + be marshalled to a native memory buffer before being used, there + must be enough memory available to store at least two times the + amount of data contained within it. + + + + + The flags used to create the change set iterator. + + + + + Constructs an instance of this class using the specified raw byte + data. + + + The raw byte data containing the set of changes for this + enumerator. + + + + + Constructs an instance of this class using the specified raw byte + data. + + + The raw byte data containing the set of changes for this + enumerator. + + + The flags used to create the change set iterator. + + + + + Resets the enumerator to its initial position. + + + + + Non-zero if this object instance has been disposed. + + + + + Throws an exception if this object instance has been disposed. + + + + + Disposes or finalizes this object instance. + + + Non-zero if this object is being disposed; otherwise, this object + is being finalized. + + + + + This class represents an that is capable of + enumerating over a set of changes backed by a + instance. + + + + + Constructs an instance of this class using the specified stream. + + + The where the raw byte data for the set of + changes may be read. + + + The flags associated with the parent connection. + + + + + Constructs an instance of this class using the specified stream. + + + The where the raw byte data for the set of + changes may be read. + + + The flags associated with the parent connection. + + + The flags used to create the change set iterator. + + + + + Non-zero if this object instance has been disposed. + + + + + Throws an exception if this object instance has been disposed. + + + + + Disposes or finalizes this object instance. + + + Non-zero if this object is being disposed; otherwise, this object + is being finalized. + + + + + This interface implements properties and methods used to fetch metadata + about one change within a set of changes for a database. + + + + + The instance to use. This + will NOT be owned by this class and will not be disposed upon this + class being disposed or finalized. + + + + + Constructs an instance of this class using the specified iterator + instance. + + + The managed iterator instance to use. + + + + + Throws an exception if the managed iterator instance is invalid. + + + + + Populates the underlying data for the , + , , and + properties, using the appropriate native + API. + + + + + Populates the underlying data for the + property using the appropriate + native API. + + + + + Populates the underlying data for the + property using the + appropriate native API. + + + + + Backing field for the property. This value + will be null if this field has not yet been populated via the + underlying native API. + + + + + The name of the table the change was made to. + + + + + Backing field for the property. This + value will be null if this field has not yet been populated via the + underlying native API. + + + + + The number of columns impacted by this change. This value can be + used to determine the highest valid column index that may be used + with the , , + and methods of this interface. It + will be this value minus one. + + + + + Backing field for the property. This + value will be null if this field has not yet been populated via the + underlying native API. + + + + + This will contain the value + , + , or + , corresponding to + the overall type of change this item represents. + + + + + Backing field for the property. This value + will be null if this field has not yet been populated via the + underlying native API. + + + + + Non-zero if this change is considered to be indirect (i.e. as + though they were made via a trigger or foreign key action). + + + + + Backing field for the property. + This value will be null if this field has not yet been populated + via the underlying native API. + + + + + This array contains a for each column in + the table associated with this change. The element will be zero + if the column is not part of the primary key; otherwise, it will + be non-zero. + + + + + Backing field for the + property. This value will be null if this field has not yet been + populated via the underlying native API. + + + + + This method may only be called from within a + delegate when the conflict + type is . It + returns the total number of known foreign key violations in the + destination database. + + + + + Queries and returns the original value of a given column for this + change. This method may only be called when the + has a value of + or + . + + + The index for the column. This value must be between zero and one + less than the total number of columns for this table. + + + The original value of a given column for this change. + + + + + Queries and returns the updated value of a given column for this + change. This method may only be called when the + has a value of + or + . + + + The index for the column. This value must be between zero and one + less than the total number of columns for this table. + + + The updated value of a given column for this change. + + + + + Queries and returns the conflicting value of a given column for + this change. This method may only be called from within a + delegate when the conflict + type is or + . + + + The index for the column. This value must be between zero and one + less than the total number of columns for this table. + + + The conflicting value of a given column for this change. + + + + + Disposes of this object instance. + + + + + Non-zero if this object instance has been disposed. + + + + + Throws an exception if this object instance has been disposed. + + + + + Disposes or finalizes this object instance. + + + Non-zero if this object is being disposed; otherwise, this object + is being finalized. + + + + + Finalizes this object instance. + + +
+
diff --git a/C-Windows-1/bin/Debug/UpMesCfg.dll b/C-Windows-1/bin/Debug/UpMesCfg.dll new file mode 100644 index 0000000..9cc9bd0 Binary files /dev/null and b/C-Windows-1/bin/Debug/UpMesCfg.dll differ diff --git a/C-Windows-1/bin/Debug/language.dt b/C-Windows-1/bin/Debug/language.dt new file mode 100644 index 0000000..18fd3a5 --- /dev/null +++ b/C-Windows-1/bin/Debug/language.dt @@ -0,0 +1 @@ +[{"curValue":"鐢ㄦ潵瀛樻斁鏃ュ織 閰嶇疆 鎶ヨ鐨勬暟鎹殑鏍圭洰褰","keyValue":"鐢ㄦ潵瀛樻斁鏃ュ織 閰嶇疆 鎶ヨ鐨勬暟鎹殑鏍圭洰褰","lasttime":"鐢ㄦ潵瀛樻斁鏃ュ織 閰嶇疆 鎶ヨ鐨勬暟鎹殑鏍圭洰褰","valueList":["鐢ㄦ潵瀛樻斁鏃ュ織 閰嶇疆 鎶ヨ鐨勬暟鎹殑鏍圭洰褰","鐢ㄦ潵瀛樻斁鏃ュ織 閰嶇疆 鎶ヨ鐨勬暟鎹殑鏍圭洰褰","鐢ㄦ潵瀛樻斁鏃ュ織 閰嶇疆 鎶ヨ鐨勬暟鎹殑鏍圭洰褰"]},{"curValue":"鎵ц瀹屾垚","keyValue":"鎵ц瀹屾垚","lasttime":"鎵ц瀹屾垚","valueList":["鎵ц瀹屾垚","鎵ц瀹屾垚","鎵ц瀹屾垚"]},{"curValue":"鎺ユ枡鏈","keyValue":"鎺ユ枡鏈","lasttime":"鎺ユ枡鏈","valueList":["鎺ユ枡鏈","Pick up machine","鎺ユ枡鏈"]},{"curValue":"鏃ュ織缂撳啿鍖虹殑鏈澶ф暟閲","keyValue":"鏃ュ織缂撳啿鍖虹殑鏈澶ф暟閲","lasttime":"鏃ュ織缂撳啿鍖虹殑鏈澶ф暟閲","valueList":["鏃ュ織缂撳啿鍖虹殑鏈澶ф暟閲","bufferCount","鏃ュ織缂撳啿鍖虹殑鏈澶ф暟閲"]},{"curValue":"鏁版嵁鏂囦欢澶","keyValue":"鏁版嵁鏂囦欢澶","lasttime":"鏁版嵁鏂囦欢澶","valueList":["鏁版嵁鏂囦欢澶","dataDirctory","鏁版嵁鏂囦欢澶"]},{"curValue":"鏈壘鍒拌瑷鏁版嵁鏂囦欢","keyValue":"鏈壘鍒拌瑷鏁版嵁鏂囦欢","lasttime":"鏈壘鍒拌瑷鏁版嵁鏂囦欢","valueList":["鏈壘鍒拌瑷鏁版嵁鏂囦欢","language files not exist","鏈壘鍒拌瑷鏁版嵁鏂囦欢"]},{"curValue":"搴旂敤绋嬪簭鍚嶇О","keyValue":"搴旂敤绋嬪簭鍚嶇О","lasttime":"搴旂敤绋嬪簭鍚嶇О","valueList":["搴旂敤绋嬪簭鍚嶇О","application name","搴旂敤绋嬪簭鍚嶇О"]},{"curValue":"杩涘叆璁剧疆閫夐」鏃剁殑绠$悊鍛樺瘑鐮","keyValue":"杩涘叆璁剧疆閫夐」鏃剁殑绠$悊鍛樺瘑鐮","lasttime":"杩涘叆璁剧疆閫夐」鏃剁殑绠$悊鍛樺瘑鐮","valueList":["杩涘叆璁剧疆閫夐」鏃剁殑绠$悊鍛樺瘑鐮","password for adm","杩涘叆璁剧疆閫夐」鏃剁殑绠$悊鍛樺瘑鐮"]},{"curValue":"绠$悊鍛樺瘑鐮","keyValue":"绠$悊鍛樺瘑鐮","lasttime":"绠$悊鍛樺瘑鐮","valueList":["绠$悊鍛樺瘑鐮","adpwd","绠$悊鍛樺瘑鐮"]},{"curValue":"1锛氬紑鍙戣皟璇曟椂妯℃嫙杩愯锛0:姝e父杩愯锛","keyValue":"1锛氬紑鍙戣皟璇曟椂妯℃嫙杩愯锛0:姝e父杩愯锛","lasttime":"1锛氬紑鍙戣皟璇曟椂妯℃嫙杩愯锛0:姝e父杩愯锛","valueList":["1锛氬紑鍙戣皟璇曟椂妯℃嫙杩愯锛0:姝e父杩愯锛","1simulation run锛0:normal operation锛","1锛氬紑鍙戣皟璇曟椂妯℃嫙杩愯锛0:姝e父杩愯锛"]},{"curValue":"妯℃嫙杩愯","keyValue":"妯℃嫙杩愯","lasttime":"妯℃嫙杩愯","valueList":["妯℃嫙杩愯","operation simulation","妯℃嫙杩愯"]},{"curValue":"1锛氳〃绀哄湪杞欢鍏抽棴鏃朵細鑷姩淇濆瓨鍙傛暟锛0:涓嶈嚜鍔ㄤ繚瀛橈紝","keyValue":"1锛氳〃绀哄湪杞欢鍏抽棴鏃朵細鑷姩淇濆瓨鍙傛暟锛0:涓嶈嚜鍔ㄤ繚瀛橈紝","lasttime":"1锛氳〃绀哄湪杞欢鍏抽棴鏃朵細鑷姩淇濆瓨鍙傛暟锛0:涓嶈嚜鍔ㄤ繚瀛橈紝","valueList":["1锛氳〃绀哄湪杞欢鍏抽棴鏃朵細鑷姩淇濆瓨鍙傛暟锛0:涓嶈嚜鍔ㄤ繚瀛橈紝","Auto_save","1锛氳〃绀哄湪杞欢鍏抽棴鏃朵細鑷姩淇濆瓨鍙傛暟锛0:涓嶈嚜鍔ㄤ繚瀛橈紝"]},{"curValue":"鍏抽棴杞欢鑷姩淇濆瓨鍙傛暟","keyValue":"鍏抽棴杞欢鑷姩淇濆瓨鍙傛暟","lasttime":"鍏抽棴杞欢鑷姩淇濆瓨鍙傛暟","valueList":["鍏抽棴杞欢鑷姩淇濆瓨鍙傛暟","Auto_save","鍏抽棴杞欢鑷姩淇濆瓨鍙傛暟"]},{"curValue":"1:鎵鏈夌‖浠堕兘涓鸿皟璇曟ā寮忥紝0锛氫娇鐢ㄧ‖浠跺唴閮ㄧ殑璋冭瘯鏍囧織浣 -1锛氬叏閮ㄩ兘涓烘甯歌繍琛屾ā寮","keyValue":"1:鎵鏈夌‖浠堕兘涓鸿皟璇曟ā寮忥紝0锛氫娇鐢ㄧ‖浠跺唴閮ㄧ殑璋冭瘯鏍囧織浣 -1锛氬叏閮ㄩ兘涓烘甯歌繍琛屾ā寮","lasttime":"1:鎵鏈夌‖浠堕兘涓鸿皟璇曟ā寮忥紝0锛氫娇鐢ㄧ‖浠跺唴閮ㄧ殑璋冭瘯鏍囧織浣 -1锛氬叏閮ㄩ兘涓烘甯歌繍琛屾ā寮","valueList":["1:鎵鏈夌‖浠堕兘涓鸿皟璇曟ā寮忥紝0锛氫娇鐢ㄧ‖浠跺唴閮ㄧ殑璋冭瘯鏍囧織浣 -1锛氬叏閮ㄩ兘涓烘甯歌繍琛屾ā寮","1 hardward are debug model锛0锛歳emark positon -1锛歛ll normal operation model","1:鎵鏈夌‖浠堕兘涓鸿皟璇曟ā寮忥紝0锛氫娇鐢ㄧ‖浠跺唴閮ㄧ殑璋冭瘯鏍囧織浣 -1锛氬叏閮ㄩ兘涓烘甯歌繍琛屾ā寮"]},{"curValue":"璋冭瘯妯″紡","keyValue":"璋冭瘯妯″紡","lasttime":"璋冭瘯妯″紡","valueList":["璋冭瘯妯″紡","debug model","璋冭瘯妯″紡"]},{"curValue":"鏃ュ織淇濆瓨澶╂暟","keyValue":"鏃ュ織淇濆瓨澶╂暟","lasttime":"鏃ュ織淇濆瓨澶╂暟","valueList":["鏃ュ織淇濆瓨澶╂暟","log saving days","鏃ュ織淇濆瓨澶╂暟"]},{"curValue":"鍥惧儚淇濆瓨澶╂暟","keyValue":"鍥惧儚淇濆瓨澶╂暟","lasttime":"鍥惧儚淇濆瓨澶╂暟","valueList":["鍥惧儚淇濆瓨澶╂暟","days of graphic saving","鍥惧儚淇濆瓨澶╂暟"]},{"curValue":"1琛ㄧず浣跨敤 0琛ㄧず涓嶄娇鐢","keyValue":"1琛ㄧず浣跨敤 0琛ㄧず涓嶄娇鐢","lasttime":"1琛ㄧず浣跨敤 0琛ㄧず涓嶄娇鐢","valueList":["1琛ㄧず浣跨敤 0琛ㄧず涓嶄娇鐢","1.use 0.nonuse","1琛ㄧず浣跨敤 0琛ㄧず涓嶄娇鐢"]},{"curValue":"鏄惁浣跨敤鎵爜鏋","keyValue":"鏄惁浣跨敤鎵爜鏋","lasttime":"鏄惁浣跨敤鎵爜鏋","valueList":["鏄惁浣跨敤鎵爜鏋","enable to scanner","鏄惁浣跨敤鎵爜鏋"]},{"curValue":"鍙戦佸績璺冲寘鏃堕棿闂撮殧 鍗曚綅s","keyValue":"鍙戦佸績璺冲寘鏃堕棿闂撮殧 鍗曚綅s","lasttime":"鍙戦佸績璺冲寘鏃堕棿闂撮殧 鍗曚綅s","valueList":["鍙戦佸績璺冲寘鏃堕棿闂撮殧 鍗曚綅s","interval time of sending heartbeating package unit :s","鍙戦佸績璺冲寘鏃堕棿闂撮殧 鍗曚綅s"]},{"curValue":"娴嬭瘯閫氳鏃堕棿闂撮殧","keyValue":"娴嬭瘯閫氳鏃堕棿闂撮殧","lasttime":"娴嬭瘯閫氳鏃堕棿闂撮殧","valueList":["娴嬭瘯閫氳鏃堕棿闂撮殧","interval time of testing communication","娴嬭瘯閫氳鏃堕棿闂撮殧"]},{"curValue":"閫氫俊蹇冭烦鍖咃細鍚戠洰鏍囧彂閫佹槸娴嬭瘯鍛戒护,鐢ㄦ潵鍒ゆ柇璁惧鏄惁閫氫俊姝e父","keyValue":"閫氫俊蹇冭烦鍖咃細鍚戠洰鏍囧彂閫佹槸娴嬭瘯鍛戒护,鐢ㄦ潵鍒ゆ柇璁惧鏄惁閫氫俊姝e父","lasttime":"閫氫俊蹇冭烦鍖咃細鍚戠洰鏍囧彂閫佹槸娴嬭瘯鍛戒护,鐢ㄦ潵鍒ゆ柇璁惧鏄惁閫氫俊姝e父","valueList":["閫氫俊蹇冭烦鍖咃細鍚戠洰鏍囧彂閫佹槸娴嬭瘯鍛戒护,鐢ㄦ潵鍒ゆ柇璁惧鏄惁閫氫俊姝e父","commuination heartbeating package:send command to test whether communication is ok ","閫氫俊蹇冭烦鍖咃細鍚戠洰鏍囧彂閫佹槸娴嬭瘯鍛戒护,鐢ㄦ潵鍒ゆ柇璁惧鏄惁閫氫俊姝e父"]},{"curValue":"閫氫俊蹇冭烦鍖咃細鍙戦佹祴璇曞懡浠ゅ悗锛岃澶囪繑鍥炵殑缁撴灉鎵鍖呭惈鐨勯儴鍒嗗瓧绗︿覆,濡傛灉鍖呭惈鍒欒〃绀洪氫俊姝e父","keyValue":"閫氫俊蹇冭烦鍖咃細鍙戦佹祴璇曞懡浠ゅ悗锛岃澶囪繑鍥炵殑缁撴灉鎵鍖呭惈鐨勯儴鍒嗗瓧绗︿覆,濡傛灉鍖呭惈鍒欒〃绀洪氫俊姝e父","lasttime":"閫氫俊蹇冭烦鍖咃細鍙戦佹祴璇曞懡浠ゅ悗锛岃澶囪繑鍥炵殑缁撴灉鎵鍖呭惈鐨勯儴鍒嗗瓧绗︿覆,濡傛灉鍖呭惈鍒欒〃绀洪氫俊姝e父","valueList":["閫氫俊蹇冭烦鍖咃細鍙戦佹祴璇曞懡浠ゅ悗锛岃澶囪繑鍥炵殑缁撴灉鎵鍖呭惈鐨勯儴鍒嗗瓧绗︿覆,濡傛灉鍖呭惈鍒欒〃绀洪氫俊姝e父","communication heartbeating package:after sending test command,the return results from device contains part of the characters string,if including,the commuication system is normal. ","閫氫俊蹇冭烦鍖咃細鍙戦佹祴璇曞懡浠ゅ悗锛岃澶囪繑鍥炵殑缁撴灉鎵鍖呭惈鐨勯儴鍒嗗瓧绗︿覆,濡傛灉鍖呭惈鍒欒〃绀洪氫俊姝e父"]},{"curValue":"璁剧疆涓庤澶囬氫俊鏃剁殑缁撴潫绗︼紝濡傛濮嗛緳鍜屾澗涓嬬殑缁撴潫绗﹂兘涓篭\r","keyValue":"璁剧疆涓庤澶囬氫俊鏃剁殑缁撴潫绗︼紝濡傛濮嗛緳鍜屾澗涓嬬殑缁撴潫绗﹂兘涓篭\r","lasttime":"璁剧疆涓庤澶囬氫俊鏃剁殑缁撴潫绗︼紝濡傛濮嗛緳鍜屾澗涓嬬殑缁撴潫绗﹂兘涓篭\r","valueList":["璁剧疆涓庤澶囬氫俊鏃剁殑缁撴潫绗︼紝濡傛濮嗛緳鍜屾澗涓嬬殑缁撴潫绗﹂兘涓篭\r","set for close char of communication ,like Omron and Panasonic's is \\r","璁剧疆涓庤澶囬氫俊鏃剁殑缁撴潫绗︼紝濡傛濮嗛緳鍜屾澗涓嬬殑缁撴潫绗﹂兘涓篭\r"]},{"curValue":"杩炴帴鎴栭氳澶辫触鍚庨噸璇曟椂闂撮棿闅 鍗曚綅鏄痬s","keyValue":"杩炴帴鎴栭氳澶辫触鍚庨噸璇曟椂闂撮棿闅 鍗曚綅鏄痬s","lasttime":"杩炴帴鎴栭氳澶辫触鍚庨噸璇曟椂闂撮棿闅 鍗曚綅鏄痬s","valueList":["杩炴帴鎴栭氳澶辫触鍚庨噸璇曟椂闂撮棿闅 鍗曚綅鏄痬s","interval time after connect failure ,unit:ms ","杩炴帴鎴栭氳澶辫触鍚庨噸璇曟椂闂撮棿闅 鍗曚綅鏄痬s"]},{"curValue":"杩炴帴鎴栭氳澶辫触鍚庨噸璇曟椂闂撮棿闅","keyValue":"杩炴帴鎴栭氳澶辫触鍚庨噸璇曟椂闂撮棿闅","lasttime":"杩炴帴鎴栭氳澶辫触鍚庨噸璇曟椂闂撮棿闅","valueList":["杩炴帴鎴栭氳澶辫触鍚庨噸璇曟椂闂撮棿闅","interval time of retry","杩炴帴鎴栭氳澶辫触鍚庨噸璇曟椂闂撮棿闅"]},{"curValue":"璁剧疆閫氫俊璇诲彇杩斿洖鍊肩殑鏈澶ц秴鏃舵椂闂 鍗曚綅鏄痬s","keyValue":"璁剧疆閫氫俊璇诲彇杩斿洖鍊肩殑鏈澶ц秴鏃舵椂闂 鍗曚綅鏄痬s","lasttime":"璁剧疆閫氫俊璇诲彇杩斿洖鍊肩殑鏈澶ц秴鏃舵椂闂 鍗曚綅鏄痬s","valueList":["璁剧疆閫氫俊璇诲彇杩斿洖鍊肩殑鏈澶ц秴鏃舵椂闂 鍗曚綅鏄痬s"," the MAX OT of returning unit:MS","璁剧疆閫氫俊璇诲彇杩斿洖鍊肩殑鏈澶ц秴鏃舵椂闂 鍗曚綅鏄痬s"]},{"curValue":"瓒呮椂璁剧疆","keyValue":"瓒呮椂璁剧疆","lasttime":"瓒呮椂璁剧疆","valueList":["瓒呮椂璁剧疆","OT setting","瓒呮椂璁剧疆"]},{"curValue":"璁剧疆閫氫俊璇诲彇鍗曞抚杩斿洖鍊肩殑鏈澶ц秴鏃舵椂闂 鍗曚綅鏄痬s","keyValue":"璁剧疆閫氫俊璇诲彇鍗曞抚杩斿洖鍊肩殑鏈澶ц秴鏃舵椂闂 鍗曚綅鏄痬s","lasttime":"璁剧疆閫氫俊璇诲彇鍗曞抚杩斿洖鍊肩殑鏈澶ц秴鏃舵椂闂 鍗曚綅鏄痬s","valueList":["璁剧疆閫氫俊璇诲彇鍗曞抚杩斿洖鍊肩殑鏈澶ц秴鏃舵椂闂 鍗曚綅鏄痬s","set for reading the max Ot of returning , ms","璁剧疆閫氫俊璇诲彇鍗曞抚杩斿洖鍊肩殑鏈澶ц秴鏃舵椂闂 鍗曚綅鏄痬s"]},{"curValue":"鍗曞抚瓒呮椂璁剧疆","keyValue":"鍗曞抚瓒呮椂璁剧疆","lasttime":"鍗曞抚瓒呮椂璁剧疆","valueList":["鍗曞抚瓒呮椂璁剧疆","single frame OT set","鍗曞抚瓒呮椂璁剧疆"]},{"curValue":"1:璁惧涓哄紑鍙戣皟璇曟ā寮忥紝0锛氭甯歌繍琛屾ā寮","keyValue":"1:璁惧涓哄紑鍙戣皟璇曟ā寮忥紝0锛氭甯歌繍琛屾ā寮","lasttime":"1:璁惧涓哄紑鍙戣皟璇曟ā寮忥紝0锛氭甯歌繍琛屾ā寮","valueList":["1:璁惧涓哄紑鍙戣皟璇曟ā寮忥紝0锛氭甯歌繍琛屾ā寮","1.debug model 0.normal operation","1:璁惧涓哄紑鍙戣皟璇曟ā寮忥紝0锛氭甯歌繍琛屾ā寮"]},{"curValue":"鏄惁璋冭瘯妯″紡","keyValue":"鏄惁璋冭瘯妯″紡","lasttime":"鏄惁璋冭瘯妯″紡","valueList":["鏄惁璋冭瘯妯″紡","enable debug model option","鏄惁璋冭瘯妯″紡"]},{"curValue":"鏄惁瀹炴椂淇濆瓨鎵鏈夌殑纭欢鐨勬墍鏈夐氳鏁版嵁","keyValue":"鏄惁瀹炴椂淇濆瓨鎵鏈夌殑纭欢鐨勬墍鏈夐氳鏁版嵁","lasttime":"鏄惁瀹炴椂淇濆瓨鎵鏈夌殑纭欢鐨勬墍鏈夐氳鏁版嵁","valueList":["鏄惁瀹炴椂淇濆瓨鎵鏈夌殑纭欢鐨勬墍鏈夐氳鏁版嵁","save all current date option","鏄惁瀹炴椂淇濆瓨鎵鏈夌殑纭欢鐨勬墍鏈夐氳鏁版嵁"]},{"curValue":".浠呰〃绀哄垎闅旂锛屽2800.02琛ㄧず 锛 瀹炴椂鐨勮plc鐨凴鍖轰粠璧峰鍦板潃2800寮濮嬪線鍚2涓瓧","keyValue":".浠呰〃绀哄垎闅旂锛屽2800.02琛ㄧず 锛 瀹炴椂鐨勮plc鐨凴鍖轰粠璧峰鍦板潃2800寮濮嬪線鍚2涓瓧","lasttime":".浠呰〃绀哄垎闅旂锛屽2800.02琛ㄧず 锛 瀹炴椂鐨勮plc鐨凴鍖轰粠璧峰鍦板潃2800寮濮嬪線鍚2涓瓧","valueList":[".浠呰〃绀哄垎闅旂锛屽2800.02琛ㄧず 锛 瀹炴椂鐨勮plc鐨凴鍖轰粠璧峰鍦板潃2800寮濮嬪線鍚2涓瓧","separator ,for example :2800.02 means current read PLC a address strat from R zone 2800,after 2 character ",".浠呰〃绀哄垎闅旂锛屽2800.02琛ㄧず 锛 瀹炴椂鐨勮plc鐨凴鍖轰粠璧峰鍦板潃2800寮濮嬪線鍚2涓瓧"]},{"curValue":"鎺ユ枡鏈篲plc","keyValue":"鎺ユ枡鏈篲plc","lasttime":"鎺ユ枡鏈篲plc","valueList":["鎺ユ枡鏈篲plc","splic_plc","鎺ユ枡鏈篲plc"]},{"curValue":".浠呰〃绀哄垎闅旂锛屽3000.02琛ㄧず 锛 瀹炴椂鐨勫啓plc鐨凴鍖轰粠璧峰鍦板潃3000寮濮嬪線鍚2涓瓧锛屽啓鍜岃 鐨勫湴鍧涓嶈兘鏈変氦闆","keyValue":".浠呰〃绀哄垎闅旂锛屽3000.02琛ㄧず 锛 瀹炴椂鐨勫啓plc鐨凴鍖轰粠璧峰鍦板潃3000寮濮嬪線鍚2涓瓧锛屽啓鍜岃 鐨勫湴鍧涓嶈兘鏈変氦闆","lasttime":".浠呰〃绀哄垎闅旂锛屽3000.02琛ㄧず 锛 瀹炴椂鐨勫啓plc鐨凴鍖轰粠璧峰鍦板潃3000寮濮嬪線鍚2涓瓧锛屽啓鍜岃 鐨勫湴鍧涓嶈兘鏈変氦闆","valueList":[".浠呰〃绀哄垎闅旂锛屽3000.02琛ㄧず 锛 瀹炴椂鐨勫啓plc鐨凴鍖轰粠璧峰鍦板潃3000寮濮嬪線鍚2涓瓧锛屽啓鍜岃 鐨勫湴鍧涓嶈兘鏈変氦闆","separator,3000.02 means current writting PLC from R zone, a address start from 3000,after 2character,the address of write and read can't intersection ",".浠呰〃绀哄垎闅旂锛屽3000.02琛ㄧず 锛 瀹炴椂鐨勫啓plc鐨凴鍖轰粠璧峰鍦板潃3000寮濮嬪線鍚2涓瓧锛屽啓鍜岃 鐨勫湴鍧涓嶈兘鏈変氦闆"]},{"curValue":".浠呰〃绀哄垎闅旂锛屽5056.10琛ㄧず 锛 瀹炴椂鐨勮plc鐨凞鍖轰粠璧峰鍦板潃5056寮濮嬪線鍚10涓瓧","keyValue":".浠呰〃绀哄垎闅旂锛屽5056.10琛ㄧず 锛 瀹炴椂鐨勮plc鐨凞鍖轰粠璧峰鍦板潃5056寮濮嬪線鍚10涓瓧","lasttime":".浠呰〃绀哄垎闅旂锛屽5056.10琛ㄧず 锛 瀹炴椂鐨勮plc鐨凞鍖轰粠璧峰鍦板潃5056寮濮嬪線鍚10涓瓧","valueList":[".浠呰〃绀哄垎闅旂锛屽5056.10琛ㄧず 锛 瀹炴椂鐨勮plc鐨凞鍖轰粠璧峰鍦板潃5056寮濮嬪線鍚10涓瓧","separator ,5056.10means current PLC from D zone,a address start from 5056,after 10 character",".浠呰〃绀哄垎闅旂锛屽5056.10琛ㄧず 锛 瀹炴椂鐨勮plc鐨凞鍖轰粠璧峰鍦板潃5056寮濮嬪線鍚10涓瓧"]},{"curValue":"渚嬪RR2800.01 ,WR3000.01,RD3500.03 琛ㄧず 鍐嶈2800寰鍚庝竴涓瓧 鍐3000寰鍚1涓瓧锛岃D鍖3500寰鍚3涓瓧 閫楀彿涓哄垎闅旂 ","keyValue":"渚嬪RR2800.01 ,WR3000.01,RD3500.03 琛ㄧず 鍐嶈2800寰鍚庝竴涓瓧 鍐3000寰鍚1涓瓧锛岃D鍖3500寰鍚3涓瓧 閫楀彿涓哄垎闅旂 ","lasttime":"渚嬪RR2800.01 ,WR3000.01,RD3500.03 琛ㄧず 鍐嶈2800寰鍚庝竴涓瓧 鍐3000寰鍚1涓瓧锛岃D鍖3500寰鍚3涓瓧 閫楀彿涓哄垎闅旂 ","valueList":["渚嬪RR2800.01 ,WR3000.01,RD3500.03 琛ㄧず 鍐嶈2800寰鍚庝竴涓瓧 鍐3000寰鍚1涓瓧锛岃D鍖3500寰鍚3涓瓧 閫楀彿涓哄垎闅旂 ","for example RR2800.01,WR3000.01,RD3500.03 means read one character after 2800,write one more character,read D area,after 3character from 3500,comma is separator","渚嬪RR2800.01 ,WR3000.01,RD3500.03 琛ㄧず 鍐嶈2800寰鍚庝竴涓瓧 鍐3000寰鍚1涓瓧锛岃D鍖3500寰鍚3涓瓧 閫楀彿涓哄垎闅旂 "]},{"curValue":"鎵╁睍璇诲啓鍦板潃","keyValue":"鎵╁睍璇诲啓鍦板潃","lasttime":"鎵╁睍璇诲啓鍦板潃","valueList":["鎵╁睍璇诲啓鍦板潃","extend reading & writting address","鎵╁睍璇诲啓鍦板潃"]},{"curValue":"鎺у埗io鐘舵佹樉绀烘椂鐨勬牸寮忥紝 濡傦細R%F0锛欶0琛ㄧず涓嶆樉绀哄皬鏁扮偣(濡備笁鑿眕lcM鍖)锛孎2琛ㄧず鏄剧ず涓や釜灏忔暟鐐(涓鑸濮嗛緳plcR鍖)锛孌X琛ㄧず鍓嶉潰鏄10杩涘埗鏈鍚庝竴浣嶆槸16杩涘埗锛堝鏉句笅PLC鐨凴鍖猴級","keyValue":"鎺у埗io鐘舵佹樉绀烘椂鐨勬牸寮忥紝 濡傦細R%F0锛欶0琛ㄧず涓嶆樉绀哄皬鏁扮偣(濡備笁鑿眕lcM鍖)锛孎2琛ㄧず鏄剧ず涓や釜灏忔暟鐐(涓鑸濮嗛緳plcR鍖)锛孌X琛ㄧず鍓嶉潰鏄10杩涘埗鏈鍚庝竴浣嶆槸16杩涘埗锛堝鏉句笅PLC鐨凴鍖猴級","lasttime":"鎺у埗io鐘舵佹樉绀烘椂鐨勬牸寮忥紝 濡傦細R%F0锛欶0琛ㄧず涓嶆樉绀哄皬鏁扮偣(濡備笁鑿眕lcM鍖)锛孎2琛ㄧず鏄剧ず涓や釜灏忔暟鐐(涓鑸濮嗛緳plcR鍖)锛孌X琛ㄧず鍓嶉潰鏄10杩涘埗鏈鍚庝竴浣嶆槸16杩涘埗锛堝鏉句笅PLC鐨凴鍖猴級","valueList":["鎺у埗io鐘舵佹樉绀烘椂鐨勬牸寮忥紝 濡傦細R%F0锛欶0琛ㄧず涓嶆樉绀哄皬鏁扮偣(濡備笁鑿眕lcM鍖)锛孎2琛ㄧず鏄剧ず涓や釜灏忔暟鐐(涓鑸濮嗛緳plcR鍖)锛孌X琛ㄧず鍓嶉潰鏄10杩涘埗鏈鍚庝竴浣嶆槸16杩涘埗锛堝鏉句笅PLC鐨凴鍖猴級","IO display format,R%FO:FO means no display decimal point ( Mitsubishi PLC M zone),F2 means two decimal point (OmronPLcR","鎺у埗io鐘舵佹樉绀烘椂鐨勬牸寮忥紝 濡傦細R%F0锛欶0琛ㄧず涓嶆樉绀哄皬鏁扮偣(濡備笁鑿眕lcM鍖)锛孎2琛ㄧず鏄剧ず涓や釜灏忔暟鐐(涓鑸濮嗛緳plcR鍖)锛孌X琛ㄧず鍓嶉潰鏄10杩涘埗鏈鍚庝竴浣嶆槸16杩涘埗锛堝鏉句笅PLC鐨凴鍖猴級"]},{"curValue":"Bit鏄剧ず鏍煎紡_%F0_%F2_%DX","keyValue":"Bit鏄剧ず鏍煎紡_%F0_%F2_%DX","lasttime":"Bit鏄剧ず鏍煎紡_%F0_%F2_%DX","valueList":["Bit鏄剧ず鏍煎紡_%F0_%F2_%DX","bit display form _%FO_%F2_%DX","Bit鏄剧ず鏍煎紡_%F0_%F2_%DX"]},{"curValue":"璁剧疆涓插彛鐨勫悕绉 鍛藉悕鏂瑰紡涓哄ぇ鍐 COM + 鏁存暟, 濡 COM1 銆丆OM2銆丆OM3绛 ","keyValue":"璁剧疆涓插彛鐨勫悕绉 鍛藉悕鏂瑰紡涓哄ぇ鍐 COM + 鏁存暟, 濡 COM1 銆丆OM2銆丆OM3绛 ","lasttime":"璁剧疆涓插彛鐨勫悕绉 鍛藉悕鏂瑰紡涓哄ぇ鍐 COM + 鏁存暟, 濡 COM1 銆丆OM2銆丆OM3绛 ","valueList":["璁剧疆涓插彛鐨勫悕绉 鍛藉悕鏂瑰紡涓哄ぇ鍐 COM + 鏁存暟, 濡 COM1 銆丆OM2銆丆OM3绛 ","the name of com ,the way of name :COM+integer ,for example COM1,COM2,COM3 etc...","璁剧疆涓插彛鐨勫悕绉 鍛藉悕鏂瑰紡涓哄ぇ鍐 COM + 鏁存暟, 濡 COM1 銆丆OM2銆丆OM3绛 "]},{"curValue":"绔彛鍙","keyValue":"绔彛鍙","lasttime":"绔彛鍙","valueList":["绔彛鍙","port No.","绔彛鍙"]},{"curValue":"璁剧疆涓插彛鐨勬尝鐗圭巼,涓鑸閫夐」鏄細1200,2400,4800,9600,19200,38400,57600,115200","keyValue":"璁剧疆涓插彛鐨勬尝鐗圭巼,涓鑸閫夐」鏄細1200,2400,4800,9600,19200,38400,57600,115200","lasttime":"璁剧疆涓插彛鐨勬尝鐗圭巼,涓鑸閫夐」鏄細1200,2400,4800,9600,19200,38400,57600,115200","valueList":["璁剧疆涓插彛鐨勬尝鐗圭巼,涓鑸閫夐」鏄細1200,2400,4800,9600,19200,38400,57600,115200","Baud rate of com,common optial:1200,2400,4800,9600,19200,38400,57600,115200","璁剧疆涓插彛鐨勬尝鐗圭巼,涓鑸閫夐」鏄細1200,2400,4800,9600,19200,38400,57600,115200"]},{"curValue":"娉㈢壒鐜","keyValue":"娉㈢壒鐜","lasttime":"娉㈢壒鐜","valueList":["娉㈢壒鐜","Baud rate","娉㈢壒鐜"]},{"curValue":"璁剧疆涓插彛鐨勬暟鎹綅涓鑸负锛5,6,7,8","keyValue":"璁剧疆涓插彛鐨勬暟鎹綅涓鑸负锛5,6,7,8","lasttime":"璁剧疆涓插彛鐨勬暟鎹綅涓鑸负锛5,6,7,8","valueList":["璁剧疆涓插彛鐨勬暟鎹綅涓鑸负锛5,6,7,8","com bits :5,6,7,8","璁剧疆涓插彛鐨勬暟鎹綅涓鑸负锛5,6,7,8"]},{"curValue":"鏁版嵁浣","keyValue":"鏁版嵁浣","lasttime":"鏁版嵁浣","valueList":["鏁版嵁浣","date bits","鏁版嵁浣"]},{"curValue":"璁剧疆涓插彛鐨勬牎楠屼綅 E:鍋舵牎楠 O:濂囨牎楠岋紙鏄ぇ鍐欏瓧姣峅锛屼笉鏄暟瀛0锛夛紝N锛氭棤鏍¢獙","keyValue":"璁剧疆涓插彛鐨勬牎楠屼綅 E:鍋舵牎楠 O:濂囨牎楠岋紙鏄ぇ鍐欏瓧姣峅锛屼笉鏄暟瀛0锛夛紝N锛氭棤鏍¢獙","lasttime":"璁剧疆涓插彛鐨勬牎楠屼綅 E:鍋舵牎楠 O:濂囨牎楠岋紙鏄ぇ鍐欏瓧姣峅锛屼笉鏄暟瀛0锛夛紝N锛氭棤鏍¢獙","valueList":["璁剧疆涓插彛鐨勬牎楠屼綅 E:鍋舵牎楠 O:濂囨牎楠岋紙鏄ぇ鍐欏瓧姣峅锛屼笉鏄暟瀛0锛夛紝N锛氭棤鏍¢獙","check bit:E even parity check 0:odd parity check","璁剧疆涓插彛鐨勬牎楠屼綅 E:鍋舵牎楠 O:濂囨牎楠岋紙鏄ぇ鍐欏瓧姣峅锛屼笉鏄暟瀛0锛夛紝N锛氭棤鏍¢獙"]},{"curValue":"鏍¢獙浣","keyValue":"鏍¢獙浣","lasttime":"鏍¢獙浣","valueList":["鏍¢獙浣","check bit","鏍¢獙浣"]},{"curValue":"璁剧疆涓插彛鐨勫仠姝綅 涓鑸 1, 1.5, 2","keyValue":"璁剧疆涓插彛鐨勫仠姝綅 涓鑸 1, 1.5, 2","lasttime":"璁剧疆涓插彛鐨勫仠姝綅 涓鑸 1, 1.5, 2","valueList":["璁剧疆涓插彛鐨勫仠姝綅 涓鑸 1, 1.5, 2","stop bit of com ,nomal :1,5,2","璁剧疆涓插彛鐨勫仠姝綅 涓鑸 1, 1.5, 2"]},{"curValue":"鍋滄浣","keyValue":"鍋滄浣","lasttime":"鍋滄浣","valueList":["鍋滄浣","stop bit","鍋滄浣"]},{"curValue":"鎺у埗 鎵爜鏋壂鐮佹椂锛屽悜鎵爜鏋彂閫佺殑鎺у埗鎸囦护","keyValue":"鎺у埗 鎵爜鏋壂鐮佹椂锛屽悜鎵爜鏋彂閫佺殑鎺у埗鎸囦护","lasttime":"鎺у埗 鎵爜鏋壂鐮佹椂锛屽悜鎵爜鏋彂閫佺殑鎺у埗鎸囦护","valueList":["鎺у埗 鎵爜鏋壂鐮佹椂锛屽悜鎵爜鏋彂閫佺殑鎺у埗鎸囦护","send command to scanner while its scanning","鎺у埗 鎵爜鏋壂鐮佹椂锛屽悜鎵爜鏋彂閫佺殑鎺у埗鎸囦护"]},{"curValue":"鎵爜鏋1","keyValue":"鎵爜鏋1","lasttime":"鎵爜鏋1","valueList":["鎵爜鏋1","scanner1","鎵爜鏋1"]},{"curValue":"璇诲彇鏉$爜鎸囦护","keyValue":"璇诲彇鏉$爜鎸囦护","lasttime":"璇诲彇鏉$爜鎸囦护","valueList":["璇诲彇鏉$爜鎸囦护","command to read code","璇诲彇鏉$爜鎸囦护"]},{"curValue":"鎺у埗 鎵爜鏋仠姝㈡壂鐮佹椂锛屽悜鎵爜鏋彂閫佺殑鎺у埗鎸囦护","keyValue":"鎺у埗 鎵爜鏋仠姝㈡壂鐮佹椂锛屽悜鎵爜鏋彂閫佺殑鎺у埗鎸囦护","lasttime":"鎺у埗 鎵爜鏋仠姝㈡壂鐮佹椂锛屽悜鎵爜鏋彂閫佺殑鎺у埗鎸囦护","valueList":["鎺у埗 鎵爜鏋仠姝㈡壂鐮佹椂锛屽悜鎵爜鏋彂閫佺殑鎺у埗鎸囦护","send command to scanner while its stopped","鎺у埗 鎵爜鏋仠姝㈡壂鐮佹椂锛屽悜鎵爜鏋彂閫佺殑鎺у埗鎸囦护"]},{"curValue":"鍋滄璇诲彇鏉$爜鎸囦护","keyValue":"鍋滄璇诲彇鏉$爜鎸囦护","lasttime":"鍋滄璇诲彇鏉$爜鎸囦护","valueList":["鍋滄璇诲彇鏉$爜鎸囦护","command to stop scanner","鍋滄璇诲彇鏉$爜鎸囦护"]},{"curValue":"plc IO 鐐 涓鑸负R鍖烘垨M鍖虹瓑,濡 鏉句笅plc R69F 鍒欏啓鎴 69.15 娆у榫欑殑2800.00 鍐欐垚2800.00涓嶅彉 涓夎彵M7500 鍐欐垚7500","keyValue":"plc IO 鐐 涓鑸负R鍖烘垨M鍖虹瓑,濡 鏉句笅plc R69F 鍒欏啓鎴 69.15 娆у榫欑殑2800.00 鍐欐垚2800.00涓嶅彉 涓夎彵M7500 鍐欐垚7500","lasttime":"plc IO 鐐 涓鑸负R鍖烘垨M鍖虹瓑,濡 鏉句笅plc R69F 鍒欏啓鎴 69.15 娆у榫欑殑2800.00 鍐欐垚2800.00涓嶅彉 涓夎彵M7500 鍐欐垚7500","valueList":["plc IO 鐐 涓鑸负R鍖烘垨M鍖虹瓑,濡 鏉句笅plc R69F 鍒欏啓鎴 69.15 娆у榫欑殑2800.00 鍐欐垚2800.00涓嶅彉 涓夎彵M7500 鍐欐垚7500","PLC IO point, normal for R zone or M zone, Panasonic PLC write to as 69.15,Omron 2800 write to as 2800,Mitsubishi write to as 7500","plc IO 鐐 涓鑸负R鍖烘垨M鍖虹瓑,濡 鏉句笅plc R69F 鍒欏啓鎴 69.15 娆у榫欑殑2800.00 鍐欐垚2800.00涓嶅彉 涓夎彵M7500 鍐欐垚7500"]},{"curValue":"灞忚斀鎸夐挳","keyValue":"灞忚斀鎸夐挳","lasttime":"灞忚斀鎸夐挳","valueList":["灞忚斀鎸夐挳","diable button","灞忚斀鎸夐挳"]},{"curValue":"闂磋窛鎸夐挳","keyValue":"闂磋窛鎸夐挳","lasttime":"闂磋窛鎸夐挳","valueList":["闂磋窛鎸夐挳","interval button","闂磋窛鎸夐挳"]},{"curValue":"鏉$爜鎸夐挳","keyValue":"鏉$爜鎸夐挳","lasttime":"鏉$爜鎸夐挳","valueList":["鏉$爜鎸夐挳","code button","鏉$爜鎸夐挳"]},{"curValue":"澶嶄綅鎸夐挳","keyValue":"澶嶄綅鎸夐挳","lasttime":"澶嶄綅鎸夐挳","valueList":["澶嶄綅鎸夐挳","reset button","澶嶄綅鎸夐挳"]},{"curValue":"鎵弿绗竴涓","keyValue":"鎵弿绗竴涓","lasttime":"鎵弿绗竴涓","valueList":["鎵弿绗竴涓","scann to the first one","鎵弿绗竴涓"]},{"curValue":"鎵弿瀵规瘮NG","keyValue":"鎵弿瀵规瘮NG","lasttime":"鎵弿瀵规瘮NG","valueList":["鎵弿瀵规瘮NG","scan contrast NG","鎵弿瀵规瘮NG"]},{"curValue":"鎵弿瀵规瘮OK","keyValue":"鎵弿瀵规瘮OK","lasttime":"鎵弿瀵规瘮OK","valueList":["鎵弿瀵规瘮OK","scan contrast ok","鎵弿瀵规瘮OK"]},{"curValue":"宸﹁竟鍏夌氦鍐欏叆瀹屾垚","keyValue":"宸﹁竟鍏夌氦鍐欏叆瀹屾垚","lasttime":"宸﹁竟鍏夌氦鍐欏叆瀹屾垚","valueList":["宸﹁竟鍏夌氦鍐欏叆瀹屾垚","left optical writting finished","宸﹁竟鍏夌氦鍐欏叆瀹屾垚"]},{"curValue":"鍙宠竟鍏夌氦鍐欏叆瀹屾垚","keyValue":"鍙宠竟鍏夌氦鍐欏叆瀹屾垚","lasttime":"鍙宠竟鍏夌氦鍐欏叆瀹屾垚","valueList":["鍙宠竟鍏夌氦鍐欏叆瀹屾垚","right optical writting finished","鍙宠竟鍏夌氦鍐欏叆瀹屾垚"]},{"curValue":"灞忚斀鎸囩ず鐏","keyValue":"灞忚斀鎸囩ず鐏","lasttime":"灞忚斀鎸囩ず鐏","valueList":["灞忚斀鎸囩ず鐏","disable indicating light","灞忚斀鎸囩ず鐏"]},{"curValue":"闂磋窛鎸囩ず鐏","keyValue":"闂磋窛鎸囩ず鐏","lasttime":"闂磋窛鎸囩ず鐏","valueList":["闂磋窛鎸囩ず鐏","interval indicating light","闂磋窛鎸囩ず鐏"]},{"curValue":"鏉$爜鎸囩ず鐏","keyValue":"鏉$爜鎸囩ず鐏","lasttime":"鏉$爜鎸囩ず鐏","valueList":["鏉$爜鎸囩ず鐏","code indicating light","鏉$爜鎸囩ず鐏"]},{"curValue":"澶嶄綅鎸囩ず鐏","keyValue":"澶嶄綅鎸囩ず鐏","lasttime":"澶嶄綅鎸囩ず鐏","valueList":["澶嶄綅鎸囩ず鐏","reset indicating light","澶嶄綅鎸囩ず鐏"]},{"curValue":"鏉$爜鎸夐挳璁剧疆鏃犳潈闄愭寚绀虹伅","keyValue":"鏉$爜鎸夐挳璁剧疆鏃犳潈闄愭寚绀虹伅","lasttime":"鏉$爜鎸夐挳璁剧疆鏃犳潈闄愭寚绀虹伅","valueList":["鏉$爜鎸夐挳璁剧疆鏃犳潈闄愭寚绀虹伅","indicating light of controlling code button","鏉$爜鎸夐挳璁剧疆鏃犳潈闄愭寚绀虹伅"]},{"curValue":"灞忚斀鎸夐挳璁剧疆鏃犳潈闄愭寚绀虹伅","keyValue":"灞忚斀鎸夐挳璁剧疆鏃犳潈闄愭寚绀虹伅","lasttime":"灞忚斀鎸夐挳璁剧疆鏃犳潈闄愭寚绀虹伅","valueList":["灞忚斀鎸夐挳璁剧疆鏃犳潈闄愭寚绀虹伅","indicationg light of controlling block button","灞忚斀鎸夐挳璁剧疆鏃犳潈闄愭寚绀虹伅"]},{"curValue":"宸﹀惎鍔","keyValue":"宸﹀惎鍔","lasttime":"宸﹀惎鍔","valueList":["宸﹀惎鍔","left start button","宸﹀惎鍔"]},{"curValue":"宸︾┖鏂欏仠","keyValue":"宸︾┖鏂欏仠","lasttime":"宸︾┖鏂欏仠","valueList":["宸︾┖鏂欏仠","left stop button of null checking","宸︾┖鏂欏仠"]},{"curValue":"鍙冲惎鍔","keyValue":"鍙冲惎鍔","lasttime":"鍙冲惎鍔","valueList":["鍙冲惎鍔","right start button","鍙冲惎鍔"]},{"curValue":"鍙崇┖鏂欏仠","keyValue":"鍙崇┖鏂欏仠","lasttime":"鍙崇┖鏂欏仠","valueList":["鍙崇┖鏂欏仠","right stop button of null checking ","鍙崇┖鏂欏仠"]},{"curValue":"鎵爜鐘舵佹竻绌","keyValue":"鎵爜鐘舵佹竻绌","lasttime":"鎵爜鐘舵佹竻绌","valueList":["鎵爜鐘舵佹竻绌","clear code","鎵爜鐘舵佹竻绌"]},{"curValue":"鎺ユ枡瀹屾垚鏉$爜娓呯┖","keyValue":"鎺ユ枡瀹屾垚鏉$爜娓呯┖","lasttime":"鎺ユ枡瀹屾垚鏉$爜娓呯┖","valueList":["鎺ユ枡瀹屾垚鏉$爜娓呯┖","spalicing finished, code clear","鎺ユ枡瀹屾垚鏉$爜娓呯┖"]},{"curValue":"鏉$爜瓒呮椂","keyValue":"鏉$爜瓒呮椂","lasttime":"鏉$爜瓒呮椂","valueList":["鏉$爜瓒呮椂","code is time-out","鏉$爜瓒呮椂"]},{"curValue":"鏈夋姤璀","keyValue":"鏈夋姤璀","lasttime":"鏈夋姤璀","valueList":["鏈夋姤璀","alarm","鏈夋姤璀"]},{"curValue":"_鏉$爜鎸夐挳鏃犳晥","keyValue":"_鏉$爜鎸夐挳鏃犳晥","lasttime":"_鏉$爜鎸夐挳鏃犳晥","valueList":["_鏉$爜鎸夐挳鏃犳晥","code button invalid","_鏉$爜鎸夐挳鏃犳晥"]},{"curValue":"_灞忚斀鎸夐挳鏃犳晥","keyValue":"_灞忚斀鎸夐挳鏃犳晥","lasttime":"_灞忚斀鎸夐挳鏃犳晥","valueList":["_灞忚斀鎸夐挳鏃犳晥","block button invalid","_灞忚斀鎸夐挳鏃犳晥"]},{"curValue":"_宸﹁竟涓嶆娴嬬┖鏂","keyValue":"_宸﹁竟涓嶆娴嬬┖鏂","lasttime":"_宸﹁竟涓嶆娴嬬┖鏂","valueList":["_宸﹁竟涓嶆娴嬬┖鏂","left side null checking disable","_宸﹁竟涓嶆娴嬬┖鏂"]},{"curValue":"_鍙宠竟涓嶆娴嬬┖鏂","keyValue":"_鍙宠竟涓嶆娴嬬┖鏂","lasttime":"_鍙宠竟涓嶆娴嬬┖鏂","valueList":["_鍙宠竟涓嶆娴嬬┖鏂","right side null checking disable ","_鍙宠竟涓嶆娴嬬┖鏂"]},{"curValue":"_宸﹀彸鍏ㄩ儴涓嶆娴嬬┖鏂","keyValue":"_宸﹀彸鍏ㄩ儴涓嶆娴嬬┖鏂","lasttime":"_宸﹀彸鍏ㄩ儴涓嶆娴嬬┖鏂","valueList":["_宸﹀彸鍏ㄩ儴涓嶆娴嬬┖鏂","null checking disable both side","_宸﹀彸鍏ㄩ儴涓嶆娴嬬┖鏂"]},{"curValue":"_涓嶉渶瑕佹壂鐮","keyValue":"_涓嶉渶瑕佹壂鐮","lasttime":"_涓嶉渶瑕佹壂鐮","valueList":["_涓嶉渶瑕佹壂鐮","scanning disable","_涓嶉渶瑕佹壂鐮"]},{"curValue":"_涓嶄娇鐢ㄥ厜绾ゆā鍧","keyValue":"_涓嶄娇鐢ㄥ厜绾ゆā鍧","lasttime":"_涓嶄娇鐢ㄥ厜绾ゆā鍧","valueList":["_涓嶄娇鐢ㄥ厜绾ゆā鍧","optical disable","_涓嶄娇鐢ㄥ厜绾ゆā鍧"]},{"curValue":"_鍏堟斁鏂欏甫鍦ㄦ壂鐮","keyValue":"_鍏堟斁鏂欏甫鍦ㄦ壂鐮","lasttime":"_鍏堟斁鏂欏甫鍦ㄦ壂鐮","valueList":["_鍏堟斁鏂欏甫鍦ㄦ壂鐮","film first ,scan the code","_鍏堟斁鏂欏甫鍦ㄦ壂鐮"]},{"curValue":"_璇曠敤鏈熸帴鏂欐鏁伴檺鍒","keyValue":"_璇曠敤鏈熸帴鏂欐鏁伴檺鍒","lasttime":"_璇曠敤鏈熸帴鏂欐鏁伴檺鍒","valueList":["_璇曠敤鏈熸帴鏂欐鏁伴檺鍒","limited times of the trial","_璇曠敤鏈熸帴鏂欐鏁伴檺鍒"]},{"curValue":"_鏄惁灞忚斀鐢ㄤ竴缁勫弬鏁","keyValue":"_鏄惁灞忚斀鐢ㄤ竴缁勫弬鏁","lasttime":"_鏄惁灞忚斀鐢ㄤ竴缁勫弬鏁","valueList":["_鏄惁灞忚斀鐢ㄤ竴缁勫弬鏁","disable one set para option","_鏄惁灞忚斀鐢ㄤ竴缁勫弬鏁"]},{"curValue":"_鍑歌疆寮傚父","keyValue":"_鍑歌疆寮傚父","lasttime":"_鍑歌疆寮傚父","valueList":["_鍑歌疆寮傚父","cam abnormal","_鍑歌疆寮傚父"]},{"curValue":"鎷ㄦ枡妯Щ寮傚父","keyValue":"鎷ㄦ枡妯Щ寮傚父","lasttime":"鎷ㄦ枡妯Щ寮傚父","valueList":["鎷ㄦ枡妯Щ寮傚父","peeling side-sliding abnormal","鎷ㄦ枡妯Щ寮傚父"]},{"curValue":"鎷ㄨ兌鑶滃紓甯","keyValue":"鎷ㄨ兌鑶滃紓甯","lasttime":"鎷ㄨ兌鑶滃紓甯","valueList":["鎷ㄨ兌鑶滃紓甯","peeling abnormal","鎷ㄨ兌鑶滃紓甯"]},{"curValue":"鍚告枡妯Щ寮傚父","keyValue":"鍚告枡妯Щ寮傚父","lasttime":"鍚告枡妯Щ寮傚父","valueList":["鍚告枡妯Щ寮傚父","vacuum side-sliding abnormal","鍚告枡妯Щ寮傚父"]},{"curValue":"_鍚歌兌鑶滃紓甯","keyValue":"_鍚歌兌鑶滃紓甯","lasttime":"_鍚歌兌鑶滃紓甯","valueList":["_鍚歌兌鑶滃紓甯","vacuum is abnormal ","_鍚歌兌鑶滃紓甯"]},{"curValue":"杩涙枡甯﹁秴鏃","keyValue":"杩涙枡甯﹁秴鏃","lasttime":"杩涙枡甯﹁秴鏃","valueList":["杩涙枡甯﹁秴鏃","feeding time-out","杩涙枡甯﹁秴鏃"]},{"curValue":"_鐢垫睜鐢甸噺浣","keyValue":"_鐢垫睜鐢甸噺浣","lasttime":"_鐢垫睜鐢甸噺浣","valueList":["_鐢垫睜鐢甸噺浣","Low battery Volume","_鐢垫睜鐢甸噺浣"]},{"curValue":"_璇曠敤娆℃暟婊","keyValue":"_璇曠敤娆℃暟婊","lasttime":"_璇曠敤娆℃暟婊","valueList":["_璇曠敤娆℃暟婊","trial times is out","_璇曠敤娆℃暟婊"]},{"curValue":"宸﹁竟寮濮嬪伐浣","keyValue":"宸﹁竟寮濮嬪伐浣","lasttime":"宸﹁竟寮濮嬪伐浣","valueList":["宸﹁竟寮濮嬪伐浣","left start working","宸﹁竟寮濮嬪伐浣"]},{"curValue":"宸︽枡甯﹀叆鏂欎腑","keyValue":"宸︽枡甯﹀叆鏂欎腑","lasttime":"宸︽枡甯﹀叆鏂欎腑","valueList":["宸︽枡甯﹀叆鏂欎腑","left film feeding","宸︽枡甯﹀叆鏂欎腑"]},{"curValue":"宸︽枡澶村埌浣嶈鍙栫┖鏂欏","keyValue":"宸︽枡澶村埌浣嶈鍙栫┖鏂欏","lasttime":"宸︽枡澶村埌浣嶈鍙栫┖鏂欏","valueList":["宸︽枡澶村埌浣嶈鍙栫┖鏂欏","null is checking by left sucker","宸︽枡澶村埌浣嶈鍙栫┖鏂欏"]},{"curValue":"宸﹀厜绾よ缃畬鎴愭壘绌烘枡涓","keyValue":"宸﹀厜绾よ缃畬鎴愭壘绌烘枡涓","lasttime":"宸﹀厜绾よ缃畬鎴愭壘绌烘枡涓","valueList":["宸﹀厜绾よ缃畬鎴愭壘绌烘枡涓","the left optical set is finished, null is checking","宸﹀厜绾よ缃畬鎴愭壘绌烘枡涓"]},{"curValue":"宸︾┖鏂欐壘瀹屽噯澶囧幓鍒囧垁浣","keyValue":"宸︾┖鏂欐壘瀹屽噯澶囧幓鍒囧垁浣","lasttime":"宸︾┖鏂欐壘瀹屽噯澶囧幓鍒囧垁浣","valueList":["宸︾┖鏂欐壘瀹屽噯澶囧幓鍒囧垁浣","left side null checking finished,move to cut point","宸︾┖鏂欐壘瀹屽噯澶囧幓鍒囧垁浣"]},{"curValue":"宸﹀埌鍒囬櫎浣嶅噯澶囧垏闄ょ┖鏂","keyValue":"宸﹀埌鍒囬櫎浣嶅噯澶囧垏闄ょ┖鏂","lasttime":"宸﹀埌鍒囬櫎浣嶅噯澶囧垏闄ょ┖鏂","valueList":["宸﹀埌鍒囬櫎浣嶅噯澶囧垏闄ょ┖鏂","left cutter is ready for cutting null","宸﹀埌鍒囬櫎浣嶅噯澶囧垏闄ょ┖鏂"]},{"curValue":"宸﹀幓瀵规帴浣嶈创鑶滃寘鑳","keyValue":"宸﹀幓瀵规帴浣嶈创鑶滃寘鑳","lasttime":"宸﹀幓瀵规帴浣嶈创鑶滃寘鑳","valueList":["宸﹀幓瀵规帴浣嶈创鑶滃寘鑳","left side move to joint pos ","宸﹀幓瀵规帴浣嶈创鑶滃寘鑳"]},{"curValue":"宸︾瓑寰呰创鑶滃寘鑳","keyValue":"宸︾瓑寰呰创鑶滃寘鑳","lasttime":"宸︾瓑寰呰创鑶滃寘鑳","valueList":["宸︾瓑寰呰创鑶滃寘鑳","sticking and wrapping is ready for left side","宸︾瓑寰呰创鑶滃寘鑳"]},{"curValue":"鍙宠竟寮濮嬪伐浣","keyValue":"鍙宠竟寮濮嬪伐浣","lasttime":"鍙宠竟寮濮嬪伐浣","valueList":["鍙宠竟寮濮嬪伐浣","right side start to work","鍙宠竟寮濮嬪伐浣"]},{"curValue":"鍙虫枡甯﹀叆鏂欎腑","keyValue":"鍙虫枡甯﹀叆鏂欎腑","lasttime":"鍙虫枡甯﹀叆鏂欎腑","valueList":["鍙虫枡甯﹀叆鏂欎腑","right film is feeding","鍙虫枡甯﹀叆鏂欎腑"]},{"curValue":"鍙虫枡澶村埌浣嶈鍙栫┖鏂欏","keyValue":"鍙虫枡澶村埌浣嶈鍙栫┖鏂欏","lasttime":"鍙虫枡澶村埌浣嶈鍙栫┖鏂欏","valueList":["鍙虫枡澶村埌浣嶈鍙栫┖鏂欏","right sucker is ready for null checkin","鍙虫枡澶村埌浣嶈鍙栫┖鏂欏"]},{"curValue":"鍙冲厜绾よ缃畬鎴愭壘绌烘枡涓","keyValue":"鍙冲厜绾よ缃畬鎴愭壘绌烘枡涓","lasttime":"鍙冲厜绾よ缃畬鎴愭壘绌烘枡涓","valueList":["鍙冲厜绾よ缃畬鎴愭壘绌烘枡涓","right optical set is finished,null is checking","鍙冲厜绾よ缃畬鎴愭壘绌烘枡涓"]},{"curValue":"鍙崇┖鏂欐壘瀹屽噯澶囧幓鍒囧垁浣","keyValue":"鍙崇┖鏂欐壘瀹屽噯澶囧幓鍒囧垁浣","lasttime":"鍙崇┖鏂欐壘瀹屽噯澶囧幓鍒囧垁浣","valueList":["鍙崇┖鏂欐壘瀹屽噯澶囧幓鍒囧垁浣","null checking is completed ,move to cutting ","鍙崇┖鏂欐壘瀹屽噯澶囧幓鍒囧垁浣"]},{"curValue":"鍙冲埌鍒囬櫎浣嶅噯澶囧垏闄ょ┖鏂","keyValue":"鍙冲埌鍒囬櫎浣嶅噯澶囧垏闄ょ┖鏂","lasttime":"鍙冲埌鍒囬櫎浣嶅噯澶囧垏闄ょ┖鏂","valueList":["鍙冲埌鍒囬櫎浣嶅噯澶囧垏闄ょ┖鏂","to right cutting ","鍙冲埌鍒囬櫎浣嶅噯澶囧垏闄ょ┖鏂"]},{"curValue":"鍙冲幓瀵规帴浣嶈创鑶滃寘鑳","keyValue":"鍙冲幓瀵规帴浣嶈创鑶滃寘鑳","lasttime":"鍙冲幓瀵规帴浣嶈创鑶滃寘鑳","valueList":["鍙冲幓瀵规帴浣嶈创鑶滃寘鑳","right side move to joint pos","鍙冲幓瀵规帴浣嶈创鑶滃寘鑳"]},{"curValue":"鍙崇瓑寰呰创鑶滃寘鑳","keyValue":"鍙崇瓑寰呰创鑶滃寘鑳","lasttime":"鍙崇瓑寰呰创鑶滃寘鑳","valueList":["鍙崇瓑寰呰创鑶滃寘鑳"," waitting for sticking and wrapping for right side","鍙崇瓑寰呰创鑶滃寘鑳"]},{"curValue":"鏂欒啘鎷ㄥ嚭涓","keyValue":"鏂欒啘鎷ㄥ嚭涓","lasttime":"鏂欒啘鎷ㄥ嚭涓","valueList":["鏂欒啘鎷ㄥ嚭涓","the film is moving out","鏂欒啘鎷ㄥ嚭涓"]},{"curValue":"鏂欒啘鍒颁綅鍑嗗鍚歌啘","keyValue":"鏂欒啘鍒颁綅鍑嗗鍚歌啘","lasttime":"鏂欒啘鍒颁綅鍑嗗鍚歌啘","valueList":["鏂欒啘鍒颁綅鍑嗗鍚歌啘","film is ready for Vacuuming ","鏂欒啘鍒颁綅鍑嗗鍚歌啘"]},{"curValue":"鎷ㄥ埌閫鍥炲惛鑶滀腑","keyValue":"鎷ㄥ埌閫鍥炲惛鑶滀腑","lasttime":"鎷ㄥ埌閫鍥炲惛鑶滀腑","valueList":["鎷ㄥ埌閫鍥炲惛鑶滀腑","return to vaccum","鎷ㄥ埌閫鍥炲惛鑶滀腑"]},{"curValue":"鍚歌啘鍚庣瓑寰呰创鑶","keyValue":"鍚歌啘鍚庣瓑寰呰创鑶","lasttime":"鍚歌啘鍚庣瓑寰呰创鑶","valueList":["鍚歌啘鍚庣瓑寰呰创鑶","to sticking ","鍚歌啘鍚庣瓑寰呰创鑶"]},{"curValue":"姝e湪璐磋啘鍖呰兌","keyValue":"姝e湪璐磋啘鍖呰兌","lasttime":"姝e湪璐磋啘鍖呰兌","valueList":["姝e湪璐磋啘鍖呰兌","sticking and wrapping is in process","姝e湪璐磋啘鍖呰兌"]},{"curValue":"鍖呰兌瀹屾垚绛夊緟鍙栬蛋鏂欏甫","keyValue":"鍖呰兌瀹屾垚绛夊緟鍙栬蛋鏂欏甫","lasttime":"鍖呰兌瀹屾垚绛夊緟鍙栬蛋鏂欏甫","valueList":["鍖呰兌瀹屾垚绛夊緟鍙栬蛋鏂欏甫","waitting for taking out the tape ","鍖呰兌瀹屾垚绛夊緟鍙栬蛋鏂欏甫"]},{"curValue":"鏂欏甫鍘昏蛋鏈宸ヤ綔瀹屾垚","keyValue":"鏂欏甫鍘昏蛋鏈宸ヤ綔瀹屾垚","lasttime":"鏂欏甫鍘昏蛋鏈宸ヤ綔瀹屾垚","valueList":["鏂欏甫鍘昏蛋鏈宸ヤ綔瀹屾垚","taking out the film","鏂欏甫鍘昏蛋鏈宸ヤ綔瀹屾垚"]},{"curValue":"鏈哄櫒鎺ユ枡涓","keyValue":"鏈哄櫒鎺ユ枡涓","lasttime":"鏈哄櫒鎺ユ枡涓","valueList":["鏈哄櫒鎺ユ枡涓","spicing","鏈哄櫒鎺ユ枡涓"]},{"curValue":"鍏夌氦鍙傛暟璁剧疆","keyValue":"鍏夌氦鍙傛暟璁剧疆","lasttime":"鍏夌氦鍙傛暟璁剧疆","valueList":["鍏夌氦鍙傛暟璁剧疆","optical para","鍏夌氦鍙傛暟璁剧疆"]},{"curValue":"宸﹀垏鏂欓槇鍊艰缃0105涓闃堝","keyValue":"宸﹀垏鏂欓槇鍊艰缃0105涓闃堝","lasttime":"宸﹀垏鏂欓槇鍊艰缃0105涓闃堝","valueList":["宸﹀垏鏂欓槇鍊艰缃0105涓闃堝","set param of left threshold 0105-threshold","宸﹀垏鏂欓槇鍊艰缃0105涓闃堝"]},{"curValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓闃堝","keyValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓闃堝","lasttime":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓闃堝","valueList":["宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓闃堝","set para for distingishing the tape,the upper para of threshold for left side 0105-threshold","宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓闃堝"]},{"curValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓闃堝","keyValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓闃堝","lasttime":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓闃堝","valueList":["宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓闃堝","set para for distingishing the tape,the lower para of threshold for lefe side 0105-threshold","宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓闃堝"]},{"curValue":"鍙冲垏鏂欓槇鍊艰缃0105涓闃堝","keyValue":"鍙冲垏鏂欓槇鍊艰缃0105涓闃堝","lasttime":"鍙冲垏鏂欓槇鍊艰缃0105涓闃堝","valueList":["鍙冲垏鏂欓槇鍊艰缃0105涓闃堝","set para for right cutter 0105-threshold","鍙冲垏鏂欓槇鍊艰缃0105涓闃堝"]},{"curValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓闃堝","keyValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓闃堝","lasttime":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓闃堝","valueList":["鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓闃堝","set para for distingishing the tape,the upper para of threshold 0105-threshold","鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓闃堝"]},{"curValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓闃堝","keyValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓闃堝","lasttime":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓闃堝","valueList":["鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓闃堝","set para for distingishing the tape,the lower para of threshold for right side 0105-threshold","鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓闃堝"]},{"curValue":"宸﹀垏鏂欓槇鍊艰缃0105浜岄槇鍊","keyValue":"宸﹀垏鏂欓槇鍊艰缃0105浜岄槇鍊","lasttime":"宸﹀垏鏂欓槇鍊艰缃0105浜岄槇鍊","valueList":["宸﹀垏鏂欓槇鍊艰缃0105浜岄槇鍊","set para for left cutter 0105 the sec threshold","宸﹀垏鏂欓槇鍊艰缃0105浜岄槇鍊"]},{"curValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105浜岄槇鍊","keyValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105浜岄槇鍊","lasttime":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105浜岄槇鍊","valueList":["宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105浜岄槇鍊","set para for distingishing the tape,the upper para of threshold for right side,the sec threshold","宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105浜岄槇鍊"]},{"curValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105浜岄槇鍊","keyValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105浜岄槇鍊","lasttime":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105浜岄槇鍊","valueList":["宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105浜岄槇鍊","set para for distingishing the tape,the lower para of threshold for left side,the sec threshold","宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105浜岄槇鍊"]},{"curValue":"鍙冲垏鏂欓槇鍊艰缃0105浜岄槇鍊","keyValue":"鍙冲垏鏂欓槇鍊艰缃0105浜岄槇鍊","lasttime":"鍙冲垏鏂欓槇鍊艰缃0105浜岄槇鍊","valueList":["鍙冲垏鏂欓槇鍊艰缃0105浜岄槇鍊","set para for right cutter 0105, the sec threshold","鍙冲垏鏂欓槇鍊艰缃0105浜岄槇鍊"]},{"curValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105浜岄槇鍊","keyValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105浜岄槇鍊","lasttime":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105浜岄槇鍊","valueList":["鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105浜岄槇鍊","set para for distingishing tape, the upper parameter of shreshold 0105 the sec threshold","鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105浜岄槇鍊"]},{"curValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105浜岄槇鍊","keyValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105浜岄槇鍊","lasttime":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105浜岄槇鍊","valueList":["鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105浜岄槇鍊","set para for distingishing tape,the upper parameter of shreshold 0105 two threshold","鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105浜岄槇鍊"]},{"curValue":"宸﹀垏鏂欓槇鍊艰缃0105涓夐槇鍊","keyValue":"宸﹀垏鏂欓槇鍊艰缃0105涓夐槇鍊","lasttime":"宸﹀垏鏂欓槇鍊艰缃0105涓夐槇鍊","valueList":["宸﹀垏鏂欓槇鍊艰缃0105涓夐槇鍊","set para for left cutter 0105 three threshold","宸﹀垏鏂欓槇鍊艰缃0105涓夐槇鍊"]},{"curValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓夐槇鍊","keyValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓夐槇鍊","lasttime":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓夐槇鍊","valueList":["宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓夐槇鍊","set para for distingishing tape, the upper parameter for left side 0105 the third threshold","宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓夐槇鍊"]},{"curValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓夐槇鍊","keyValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓夐槇鍊","lasttime":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓夐槇鍊","valueList":["宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓夐槇鍊","set para for distingishing tape,the lower parameter for left side 0105 the third threshold","宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓夐槇鍊"]},{"curValue":"鍙冲垏鏂欓槇鍊艰缃0105涓夐槇鍊","keyValue":"鍙冲垏鏂欓槇鍊艰缃0105涓夐槇鍊","lasttime":"鍙冲垏鏂欓槇鍊艰缃0105涓夐槇鍊","valueList":["鍙冲垏鏂欓槇鍊艰缃0105涓夐槇鍊","set para for right cutter 0105 the third threshold","鍙冲垏鏂欓槇鍊艰缃0105涓夐槇鍊"]},{"curValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓夐槇鍊","keyValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓夐槇鍊","lasttime":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓夐槇鍊","valueList":["鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓夐槇鍊","set para for distingishing tape,the upper parameter 0105,the third threshold","鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓夐槇鍊"]},{"curValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓夐槇鍊","keyValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓夐槇鍊","lasttime":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓夐槇鍊","valueList":["鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓夐槇鍊","set para for distingishing tape,the lower parameter 0105 the third threshold","鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓夐槇鍊"]},{"curValue":"宸﹀垏鏂欓槇鍊艰缃0201闃堝","keyValue":"宸﹀垏鏂欓槇鍊艰缃0201闃堝","lasttime":"宸﹀垏鏂欓槇鍊艰缃0201闃堝","valueList":["宸﹀垏鏂欓槇鍊艰缃0201闃堝","set para for cutter 0201 threshold","宸﹀垏鏂欓槇鍊艰缃0201闃堝"]},{"curValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0201闃堝","keyValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0201闃堝","lasttime":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0201闃堝","valueList":["宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0201闃堝","setting para for distingishing the tape, the upper para0201","宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0201闃堝"]},{"curValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0201闃堝","keyValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0201闃堝","lasttime":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0201闃堝","valueList":["宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0201闃堝","set para for distingishing the tape, the lower para 0201","宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0201闃堝"]},{"curValue":"鍙冲垏鏂欓槇鍊艰缃0201闃堝","keyValue":"鍙冲垏鏂欓槇鍊艰缃0201闃堝","lasttime":"鍙冲垏鏂欓槇鍊艰缃0201闃堝","valueList":["鍙冲垏鏂欓槇鍊艰缃0201闃堝","set para for right cutter","鍙冲垏鏂欓槇鍊艰缃0201闃堝"]},{"curValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0201闃堝","keyValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0201闃堝","lasttime":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0201闃堝","valueList":["鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0201闃堝","sett para for distingishing the tape ,the upper para 0201for right side","鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0201闃堝"]},{"curValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0201闃堝","keyValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0201闃堝","lasttime":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0201闃堝","valueList":["鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0201闃堝","set para for distingishing the tape,the lower para 0201 for right side","鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0201闃堝"]},{"curValue":"宸﹀垏鏂欓槇鍊艰缃0402闃堝","keyValue":"宸﹀垏鏂欓槇鍊艰缃0402闃堝","lasttime":"宸﹀垏鏂欓槇鍊艰缃0402闃堝","valueList":["宸﹀垏鏂欓槇鍊艰缃0402闃堝","set para for left cutter 0402","宸﹀垏鏂欓槇鍊艰缃0402闃堝"]},{"curValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0402闃堝","keyValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0402闃堝","lasttime":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0402闃堝","valueList":["宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0402闃堝","set para for distingishing the tape,the upper para 0402","宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0402闃堝"]},{"curValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0402闃堝","keyValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0402闃堝","lasttime":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0402闃堝","valueList":["宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0402闃堝","set para for distingishing the tape, the lower para 0402","宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0402闃堝"]},{"curValue":"鍙冲垏鏂欓槇鍊艰缃0402闃堝","keyValue":"鍙冲垏鏂欓槇鍊艰缃0402闃堝","lasttime":"鍙冲垏鏂欓槇鍊艰缃0402闃堝","valueList":["鍙冲垏鏂欓槇鍊艰缃0402闃堝","set para for right cutter 0402","鍙冲垏鏂欓槇鍊艰缃0402闃堝"]},{"curValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0402闃堝","keyValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0402闃堝","lasttime":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0402闃堝","valueList":["鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0402闃堝","set para for distingishing the tape ,the upper para 0402","鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0402闃堝"]},{"curValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0402闃堝","keyValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0402闃堝","lasttime":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0402闃堝","valueList":["鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0402闃堝","set para for distingishing the tape, the lower para 0402","鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0402闃堝"]},{"curValue":"宸﹀垏鏂欓槇鍊艰缃0603闃堝","keyValue":"宸﹀垏鏂欓槇鍊艰缃0603闃堝","lasttime":"宸﹀垏鏂欓槇鍊艰缃0603闃堝","valueList":["宸﹀垏鏂欓槇鍊艰缃0603闃堝","set para for left cutter 0603","宸﹀垏鏂欓槇鍊艰缃0603闃堝"]},{"curValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0603闃堝","keyValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0603闃堝","lasttime":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0603闃堝","valueList":["宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0603闃堝","set para for distingishing the tape,the upper para for left side","宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0603闃堝"]},{"curValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0603闃堝","keyValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0603闃堝","lasttime":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0603闃堝","valueList":["宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0603闃堝","set para for distingishing the tape, the lower para of left side","宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0603闃堝"]},{"curValue":"鍙冲垏鏂欓槇鍊艰缃0603闃堝","keyValue":"鍙冲垏鏂欓槇鍊艰缃0603闃堝","lasttime":"鍙冲垏鏂欓槇鍊艰缃0603闃堝","valueList":["鍙冲垏鏂欓槇鍊艰缃0603闃堝","set para of right cutter 0603","鍙冲垏鏂欓槇鍊艰缃0603闃堝"]},{"curValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0603闃堝","keyValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0603闃堝","lasttime":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0603闃堝","valueList":["鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0603闃堝","set para for distingishing the tape, the upper para 0603 for right side","鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0603闃堝"]},{"curValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0603闃堝","keyValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0603闃堝","lasttime":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0603闃堝","valueList":["鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0603闃堝","set para for distingishing the tape, the lower para 0603 for right side","鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0603闃堝"]},{"curValue":"宸﹀垏鏂欓槇鍊艰缃0805闃堝","keyValue":"宸﹀垏鏂欓槇鍊艰缃0805闃堝","lasttime":"宸﹀垏鏂欓槇鍊艰缃0805闃堝","valueList":["宸﹀垏鏂欓槇鍊艰缃0805闃堝","set para for left cutter 0805","宸﹀垏鏂欓槇鍊艰缃0805闃堝"]},{"curValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0805闃堝","keyValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0805闃堝","lasttime":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0805闃堝","valueList":["宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0805闃堝","set para for distingishing the tape, the upper para 0805 for left side","宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0805闃堝"]},{"curValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0805闃堝","keyValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0805闃堝","lasttime":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0805闃堝","valueList":["宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0805闃堝","set para for distingishing the tape,the lower para 0805 for left side","宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0805闃堝"]},{"curValue":"鍙冲垏鏂欓槇鍊艰缃0805闃堝","keyValue":"鍙冲垏鏂欓槇鍊艰缃0805闃堝","lasttime":"鍙冲垏鏂欓槇鍊艰缃0805闃堝","valueList":["鍙冲垏鏂欓槇鍊艰缃0805闃堝","set para for right cutter 0805 ","鍙冲垏鏂欓槇鍊艰缃0805闃堝"]},{"curValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0805闃堝","keyValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0805闃堝","lasttime":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0805闃堝","valueList":["鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0805闃堝","set para for distingishing the tape , the upper para for right side","鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0805闃堝"]},{"curValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0805闃堝","keyValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0805闃堝","lasttime":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0805闃堝","valueList":["鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0805闃堝","set para for distingishing the tape, the lower para for right side","鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0805闃堝"]},{"curValue":"鍓ユ枡浣嶇疆琛ュ伩","keyValue":"鍓ユ枡浣嶇疆琛ュ伩","lasttime":"鍓ユ枡浣嶇疆琛ュ伩","valueList":["鍓ユ枡浣嶇疆琛ュ伩","peel positon adjust","鍓ユ枡浣嶇疆琛ュ伩"]},{"curValue":"鍚告枡浣嶇疆琛ュ伩","keyValue":"鍚告枡浣嶇疆琛ュ伩","lasttime":"鍚告枡浣嶇疆琛ュ伩","valueList":["鍚告枡浣嶇疆琛ュ伩","vacuum position adjust","鍚告枡浣嶇疆琛ュ伩"]},{"curValue":"寰呭惛浣嶇疆","keyValue":"寰呭惛浣嶇疆","lasttime":"寰呭惛浣嶇疆","valueList":["寰呭惛浣嶇疆","to position for vacuum","寰呭惛浣嶇疆"]},{"curValue":"寰呰创浣嶇疆","keyValue":"寰呰创浣嶇疆","lasttime":"寰呰创浣嶇疆","valueList":["寰呰创浣嶇疆","to postion for sticking","寰呰创浣嶇疆"]},{"curValue":"璐存枡浣嶇疆琛ュ伩","keyValue":"璐存枡浣嶇疆琛ュ伩","lasttime":"璐存枡浣嶇疆琛ュ伩","valueList":["璐存枡浣嶇疆琛ュ伩","sticking position adjust","璐存枡浣嶇疆琛ュ伩"]},{"curValue":"鏉$爜姣斿鏃堕棿锛坢s锛","keyValue":"鏉$爜姣斿鏃堕棿锛坢s锛","lasttime":"鏉$爜姣斿鏃堕棿锛坢s锛","valueList":["鏉$爜姣斿鏃堕棿锛坢s锛","barcode comtrast times ms","鏉$爜姣斿鏃堕棿锛坢s锛"]},{"curValue":"绌烘枡鏌ユ壘閫熷害","keyValue":"绌烘枡鏌ユ壘閫熷害","lasttime":"绌烘枡鏌ユ壘閫熷害","valueList":["绌烘枡鏌ユ壘閫熷害","null search time","绌烘枡鏌ユ壘閫熷害"]},{"curValue":"鐢垫睜鐢靛帇闃堝","keyValue":"鐢垫睜鐢靛帇闃堝","lasttime":"鐢垫睜鐢靛帇闃堝","valueList":["鐢垫睜鐢靛帇闃堝","battery split voltage","鐢垫睜鐢靛帇闃堝"]},{"curValue":"鎵剧┖鏂欒秴鏃","keyValue":"鎵剧┖鏂欒秴鏃","lasttime":"鎵剧┖鏂欒秴鏃","valueList":["鎵剧┖鏂欒秴鏃","find null timeout","鎵剧┖鏂欒秴鏃"]},{"curValue":"淇濆帇鏃堕棿","keyValue":"淇濆帇鏃堕棿","lasttime":"淇濆帇鏃堕棿","valueList":["淇濆帇鏃堕棿","keekpresstime","淇濆帇鏃堕棿"]},{"curValue":"鑳惰啘棰勮","keyValue":"鑳惰啘棰勮","lasttime":"鑳惰啘棰勮","valueList":["鑳惰啘棰勮","fill set","鑳惰啘棰勮"]},{"curValue":"0~1涔嬮棿","keyValue":"0~1涔嬮棿","lasttime":"0~1涔嬮棿","valueList":["0~1涔嬮棿","0`1","0~1涔嬮棿"]},{"curValue":"鏈夋枡绌烘枡姣斾緥绯绘暟","keyValue":"鏈夋枡绌烘枡姣斾緥绯绘暟","lasttime":"鏈夋枡绌烘枡姣斾緥绯绘暟","valueList":["鏈夋枡绌烘枡姣斾緥绯绘暟","full/null product scale","鏈夋枡绌烘枡姣斾緥绯绘暟"]},{"curValue":"鐢熶骇鏁伴噺","keyValue":"鐢熶骇鏁伴噺","lasttime":"鐢熶骇鏁伴噺","valueList":["鐢熶骇鏁伴噺","total output","鐢熶骇鏁伴噺"]},{"curValue":"鑳惰啘浣跨敤鏁伴噺","keyValue":"鑳惰啘浣跨敤鏁伴噺","lasttime":"鑳惰啘浣跨敤鏁伴噺","valueList":["鑳惰啘浣跨敤鏁伴噺","film use qty","鑳惰啘浣跨敤鏁伴噺"]},{"curValue":"鐢垫満琛ュ伩璁剧疆","keyValue":"鐢垫満琛ュ伩璁剧疆","lasttime":"鐢垫満琛ュ伩璁剧疆","valueList":["鐢垫満琛ュ伩璁剧疆","motor compensation","鐢垫満琛ュ伩璁剧疆"]},{"curValue":"鎺ㄦ枡_宸﹀垏鍒浣峗2mm_灞忚斀_琛ュ伩鍊","keyValue":"鎺ㄦ枡_宸﹀垏鍒浣峗2mm_灞忚斀_琛ュ伩鍊","lasttime":"鎺ㄦ枡_宸﹀垏鍒浣峗2mm_灞忚斀_琛ュ伩鍊","valueList":["鎺ㄦ枡_宸﹀垏鍒浣峗2mm_灞忚斀_琛ュ伩鍊","pushing_left cutter position2mm_disable_adjust","鎺ㄦ枡_宸﹀垏鍒浣峗2mm_灞忚斀_琛ュ伩鍊"]},{"curValue":"鎺ㄦ枡_宸﹀垏鍒浣峗4mm_灞忚斀_琛ュ伩鍊","keyValue":"鎺ㄦ枡_宸﹀垏鍒浣峗4mm_灞忚斀_琛ュ伩鍊","lasttime":"鎺ㄦ枡_宸﹀垏鍒浣峗4mm_灞忚斀_琛ュ伩鍊","valueList":["鎺ㄦ枡_宸﹀垏鍒浣峗4mm_灞忚斀_琛ュ伩鍊","pushing_left cutter position 4mm_disable_adjust","鎺ㄦ枡_宸﹀垏鍒浣峗4mm_灞忚斀_琛ュ伩鍊"]},{"curValue":"鎺ㄦ枡_宸﹀垏鍒浣峗_2mm_涓嶅睆钄絖琛ュ伩鍊","keyValue":"鎺ㄦ枡_宸﹀垏鍒浣峗_2mm_涓嶅睆钄絖琛ュ伩鍊","lasttime":"鎺ㄦ枡_宸﹀垏鍒浣峗_2mm_涓嶅睆钄絖琛ュ伩鍊","valueList":["鎺ㄦ枡_宸﹀垏鍒浣峗_2mm_涓嶅睆钄絖琛ュ伩鍊","pushing_left cutter position 2mm_non block_adjust","鎺ㄦ枡_宸﹀垏鍒浣峗_2mm_涓嶅睆钄絖琛ュ伩鍊"]},{"curValue":"鎺ㄦ枡_宸﹀垏鍒浣峗_4mm_涓嶅睆钄絖琛ュ伩鍊","keyValue":"鎺ㄦ枡_宸﹀垏鍒浣峗_4mm_涓嶅睆钄絖琛ュ伩鍊","lasttime":"鎺ㄦ枡_宸﹀垏鍒浣峗_4mm_涓嶅睆钄絖琛ュ伩鍊","valueList":["鎺ㄦ枡_宸﹀垏鍒浣峗_4mm_涓嶅睆钄絖琛ュ伩鍊","Pushing_left cutter position_4mm non block_adjust","鎺ㄦ枡_宸﹀垏鍒浣峗_4mm_涓嶅睆钄絖琛ュ伩鍊"]},{"curValue":"鎺ㄦ枡_鍙冲垏鍒浣峗2mm_灞忚斀_琛ュ伩鍊","keyValue":"鎺ㄦ枡_鍙冲垏鍒浣峗2mm_灞忚斀_琛ュ伩鍊","lasttime":"鎺ㄦ枡_鍙冲垏鍒浣峗2mm_灞忚斀_琛ュ伩鍊","valueList":["鎺ㄦ枡_鍙冲垏鍒浣峗2mm_灞忚斀_琛ュ伩鍊","pushing_right cutter position_2mm_disable_adjust","鎺ㄦ枡_鍙冲垏鍒浣峗2mm_灞忚斀_琛ュ伩鍊"]},{"curValue":"鎺ㄦ枡_鍙冲垏鍒浣峗4mm_灞忚斀_琛ュ伩鍊","keyValue":"鎺ㄦ枡_鍙冲垏鍒浣峗4mm_灞忚斀_琛ュ伩鍊","lasttime":"鎺ㄦ枡_鍙冲垏鍒浣峗4mm_灞忚斀_琛ュ伩鍊","valueList":["鎺ㄦ枡_鍙冲垏鍒浣峗4mm_灞忚斀_琛ュ伩鍊","pushing_right cutter Position_4mm disable _adjust","鎺ㄦ枡_鍙冲垏鍒浣峗4mm_灞忚斀_琛ュ伩鍊"]},{"curValue":"鎺ㄦ枡_鍙冲垏鍒浣峗_2mm_涓嶅睆钄絖琛ュ伩鍊","keyValue":"鎺ㄦ枡_鍙冲垏鍒浣峗_2mm_涓嶅睆钄絖琛ュ伩鍊","lasttime":"鎺ㄦ枡_鍙冲垏鍒浣峗_2mm_涓嶅睆钄絖琛ュ伩鍊","valueList":["鎺ㄦ枡_鍙冲垏鍒浣峗_2mm_涓嶅睆钄絖琛ュ伩鍊","pushing_right cutter position_2mm non block_adjust","鎺ㄦ枡_鍙冲垏鍒浣峗_2mm_涓嶅睆钄絖琛ュ伩鍊"]},{"curValue":"鎺ㄦ枡_鍙冲垏鍒浣峗_4mm_涓嶅睆钄絖琛ュ伩鍊","keyValue":"鎺ㄦ枡_鍙冲垏鍒浣峗_4mm_涓嶅睆钄絖琛ュ伩鍊","lasttime":"鎺ㄦ枡_鍙冲垏鍒浣峗_4mm_涓嶅睆钄絖琛ュ伩鍊","valueList":["鎺ㄦ枡_鍙冲垏鍒浣峗_4mm_涓嶅睆钄絖琛ュ伩鍊","Pushing_right cutter position _4mm_non block_adjust","鎺ㄦ枡_鍙冲垏鍒浣峗_4mm_涓嶅睆钄絖琛ュ伩鍊"]},{"curValue":"鎺ㄦ枡_宸﹀鎺ヤ綅_2mm_灞忚斀_琛ュ伩鍊","keyValue":"鎺ㄦ枡_宸﹀鎺ヤ綅_2mm_灞忚斀_琛ュ伩鍊","lasttime":"鎺ㄦ枡_宸﹀鎺ヤ綅_2mm_灞忚斀_琛ュ伩鍊","valueList":["鎺ㄦ枡_宸﹀鎺ヤ綅_2mm_灞忚斀_琛ュ伩鍊","pushing_left connect position_4mm_disable_adjust","鎺ㄦ枡_宸﹀鎺ヤ綅_2mm_灞忚斀_琛ュ伩鍊"]},{"curValue":"鎺ㄦ枡_宸﹀鎺ヤ綅_4mm_灞忚斀_琛ュ伩鍊","keyValue":"鎺ㄦ枡_宸﹀鎺ヤ綅_4mm_灞忚斀_琛ュ伩鍊","lasttime":"鎺ㄦ枡_宸﹀鎺ヤ綅_4mm_灞忚斀_琛ュ伩鍊","valueList":["鎺ㄦ枡_宸﹀鎺ヤ綅_4mm_灞忚斀_琛ュ伩鍊","pushing_left connect position _2mm_disable_adjust","鎺ㄦ枡_宸﹀鎺ヤ綅_4mm_灞忚斀_琛ュ伩鍊"]},{"curValue":"鎺ㄦ枡_宸﹀鎺ヤ綅__2mm_涓嶅睆钄絖琛ュ伩鍊","keyValue":"鎺ㄦ枡_宸﹀鎺ヤ綅__2mm_涓嶅睆钄絖琛ュ伩鍊","lasttime":"鎺ㄦ枡_宸﹀鎺ヤ綅__2mm_涓嶅睆钄絖琛ュ伩鍊","valueList":["鎺ㄦ枡_宸﹀鎺ヤ綅__2mm_涓嶅睆钄絖琛ュ伩鍊","pushing_left connect position_2mm_non block_adjust","鎺ㄦ枡_宸﹀鎺ヤ綅__2mm_涓嶅睆钄絖琛ュ伩鍊"]},{"curValue":"鎺ㄦ枡_宸﹀鎺ヤ綅__4mm_涓嶅睆钄絖琛ュ伩鍊","keyValue":"鎺ㄦ枡_宸﹀鎺ヤ綅__4mm_涓嶅睆钄絖琛ュ伩鍊","lasttime":"鎺ㄦ枡_宸﹀鎺ヤ綅__4mm_涓嶅睆钄絖琛ュ伩鍊","valueList":["鎺ㄦ枡_宸﹀鎺ヤ綅__4mm_涓嶅睆钄絖琛ュ伩鍊","pushing_left connect position_4mm_non block _adjust","鎺ㄦ枡_宸﹀鎺ヤ綅__4mm_涓嶅睆钄絖琛ュ伩鍊"]},{"curValue":"鎺ㄦ枡_鍙冲鎺ヤ綅_2mm_灞忚斀_琛ュ伩鍊","keyValue":"鎺ㄦ枡_鍙冲鎺ヤ綅_2mm_灞忚斀_琛ュ伩鍊","lasttime":"鎺ㄦ枡_鍙冲鎺ヤ綅_2mm_灞忚斀_琛ュ伩鍊","valueList":["鎺ㄦ枡_鍙冲鎺ヤ綅_2mm_灞忚斀_琛ュ伩鍊","pushing_right connect postion_2mm_disable_adjust","鎺ㄦ枡_鍙冲鎺ヤ綅_2mm_灞忚斀_琛ュ伩鍊"]},{"curValue":"鎺ㄦ枡_鍙冲鎺ヤ綅_4mm_灞忚斀_琛ュ伩鍊","keyValue":"鎺ㄦ枡_鍙冲鎺ヤ綅_4mm_灞忚斀_琛ュ伩鍊","lasttime":"鎺ㄦ枡_鍙冲鎺ヤ綅_4mm_灞忚斀_琛ュ伩鍊","valueList":["鎺ㄦ枡_鍙冲鎺ヤ綅_4mm_灞忚斀_琛ュ伩鍊","pushing_right connect position_4mm disble_adjust","鎺ㄦ枡_鍙冲鎺ヤ綅_4mm_灞忚斀_琛ュ伩鍊"]},{"curValue":"鎺ㄦ枡_鍙冲鎺ヤ綅__2mm_涓嶅睆钄絖琛ュ伩鍊","keyValue":"鎺ㄦ枡_鍙冲鎺ヤ綅__2mm_涓嶅睆钄絖琛ュ伩鍊","lasttime":"鎺ㄦ枡_鍙冲鎺ヤ綅__2mm_涓嶅睆钄絖琛ュ伩鍊","valueList":["鎺ㄦ枡_鍙冲鎺ヤ綅__2mm_涓嶅睆钄絖琛ュ伩鍊","pushing_right connect position _2mm _non block_adjust","鎺ㄦ枡_鍙冲鎺ヤ綅__2mm_涓嶅睆钄絖琛ュ伩鍊"]},{"curValue":"鎺ㄦ枡_鍙冲鎺ヤ綅__4mm_涓嶅睆钄絖琛ュ伩鍊","keyValue":"鎺ㄦ枡_鍙冲鎺ヤ綅__4mm_涓嶅睆钄絖琛ュ伩鍊","lasttime":"鎺ㄦ枡_鍙冲鎺ヤ綅__4mm_涓嶅睆钄絖琛ュ伩鍊","valueList":["鎺ㄦ枡_鍙冲鎺ヤ綅__4mm_涓嶅睆钄絖琛ュ伩鍊","pushing_right connect position_4mm_non block_adjust","鎺ㄦ枡_鍙冲鎺ヤ綅__4mm_涓嶅睆钄絖琛ュ伩鍊"]},{"curValue":"绌烘枡妫娴嬫椂闂存绉","keyValue":"绌烘枡妫娴嬫椂闂存绉","lasttime":"绌烘枡妫娴嬫椂闂存绉","valueList":["绌烘枡妫娴嬫椂闂存绉","numm productChecktime","绌烘枡妫娴嬫椂闂存绉"]},{"curValue":"澶氬浗璇█璁剧疆","keyValue":"澶氬浗璇█璁剧疆","lasttime":"澶氬浗璇█璁剧疆","valueList":["澶氬浗璇█璁剧疆","multiLanguageSetting","澶氬浗璇█璁剧疆"]},{"curValue":"榛樿鏂囨湰","keyValue":"榛樿鏂囨湰","lasttime":"榛樿鏂囨湰","valueList":["榛樿鏂囨湰","defaultText","榛樿鏂囨湰"]},{"curValue":"鏃堕棿","keyValue":"鏃堕棿","lasttime":"鏃堕棿","valueList":["鏃堕棿","time","鏃堕棿"]},{"curValue":"鏄惁浣跨敤涓插彛鎵爜鏋","keyValue":"鏄惁浣跨敤涓插彛鎵爜鏋","lasttime":"鏄惁浣跨敤涓插彛鎵爜鏋","valueList":["鏄惁浣跨敤涓插彛鎵爜鏋","enable com Scanner","鏄惁浣跨敤涓插彛鎵爜鏋"]},{"curValue":"鏄惁浣跨敤usb鎵爜鏋","keyValue":"鏄惁浣跨敤usb鎵爜鏋","lasttime":"鏄惁浣跨敤usb鎵爜鏋","valueList":["鏄惁浣跨敤usb鎵爜鏋","enable usb Scanner","鏄惁浣跨敤usb鎵爜鏋"]},{"curValue":"鎺ユ枡鏈 v18.07.10","keyValue":"鎺ユ枡鏈 v18.07.10","lasttime":"鎺ユ枡鏈 v18.07.10","valueList":["鎺ユ枡鏈 v18.07.10","splic Machine v18.07.10","鎺ユ枡鏈 v18.07.10"]},{"curValue":"閫鍑","keyValue":"閫鍑","lasttime":"閫鍑","valueList":["閫鍑","exit","閫鍑"]},{"curValue":"鏈灏忓寲","keyValue":"鏈灏忓寲","lasttime":"鏈灏忓寲","valueList":["鏈灏忓寲","minisize","鏈灏忓寲"]},{"curValue":"璁惧鐘舵","keyValue":"璁惧鐘舵","lasttime":"璁惧鐘舵","valueList":["璁惧鐘舵","machineState","璁惧鐘舵"]},{"curValue":"绛夊緟绗1娆℃壂鐮","keyValue":"绛夊緟绗1娆℃壂鐮","lasttime":"绛夊緟绗1娆℃壂鐮","valueList":["绛夊緟绗1娆℃壂鐮","wait for Scann1","绛夊緟绗1娆℃壂鐮"]},{"curValue":"褰撳墠鏉$爜","keyValue":"褰撳墠鏉$爜","lasttime":"褰撳墠鏉$爜","valueList":["褰撳墠鏉$爜","current Code","褰撳墠鏉$爜"]},{"curValue":"鏃ф潯鐮侊細","keyValue":"鏃ф潯鐮侊細","lasttime":"鏃ф潯鐮侊細","valueList":["鏃ф潯鐮侊細","Old Code:","鏃ф潯鐮侊細"]},{"curValue":"鏍¢獙缁撴灉锛","keyValue":"鏍¢獙缁撴灉锛","lasttime":"鏍¢獙缁撴灉锛","valueList":["鏍¢獙缁撴灉锛","CheckResult1","鏍¢獙缁撴灉锛"]},{"curValue":"鏂版潯鐮侊細","keyValue":"鏂版潯鐮侊細","lasttime":"鏂版潯鐮侊細","valueList":["鏂版潯鐮侊細","new Code:","鏂版潯鐮侊細"]},{"curValue":"鎺ユ枡瀹屾垚锛","keyValue":"鎺ユ枡瀹屾垚锛","lasttime":"鎺ユ枡瀹屾垚锛","valueList":["鎺ユ枡瀹屾垚锛","splic finished","鎺ユ枡瀹屾垚锛"]},{"curValue":"PLC璋冭瘯","keyValue":"PLC璋冭瘯","lasttime":"PLC璋冭瘯","valueList":["PLC璋冭瘯","plc debug","PLC璋冭瘯"]},{"curValue":"鏉$爜璋冭瘯","keyValue":"鏉$爜璋冭瘯","lasttime":"鏉$爜璋冭瘯","valueList":["鏉$爜璋冭瘯","scanner debug","鏉$爜璋冭瘯"]},{"curValue":"娓呯┖鏉$爜","keyValue":"娓呯┖鏉$爜","lasttime":"娓呯┖鏉$爜","valueList":["娓呯┖鏉$爜","clear Code","娓呯┖鏉$爜"]},{"curValue":"绛夊緟鎵爜","keyValue":"绛夊緟鎵爜","lasttime":"绛夊緟鎵爜","valueList":["绛夊緟鎵爜","wait Scan","绛夊緟鎵爜"]},{"curValue":"鐢ㄦ埛鐧诲綍","keyValue":"鐢ㄦ埛鐧诲綍","lasttime":"鐢ㄦ埛鐧诲綍","valueList":["鐢ㄦ埛鐧诲綍","user login","鐢ㄦ埛鐧诲綍"]},{"curValue":"娉ㄩ攢鐧诲綍","keyValue":"娉ㄩ攢鐧诲綍","lasttime":"娉ㄩ攢鐧诲綍","valueList":["娉ㄩ攢鐧诲綍","logout","娉ㄩ攢鐧诲綍"]},{"curValue":"璇疯緭鍏ュ瘑鐮","keyValue":"璇疯緭鍏ュ瘑鐮","lasttime":"璇疯緭鍏ュ瘑鐮","valueList":["璇疯緭鍏ュ瘑鐮","insert password","璇疯緭鍏ュ瘑鐮"]},{"curValue":"杈撳叆","keyValue":"杈撳叆","lasttime":"杈撳叆","valueList":["杈撳叆","input","杈撳叆"]},{"curValue":"鍙栨秷","keyValue":"鍙栨秷","lasttime":"鍙栨秷","valueList":["鍙栨秷","canncel","鍙栨秷"]},{"curValue":"鍒犻櫎","keyValue":"鍒犻櫎","lasttime":"鍒犻櫎","valueList":["鍒犻櫎","delete","鍒犻櫎"]},{"curValue":"娓呯┖","keyValue":"娓呯┖","lasttime":"娓呯┖","valueList":["娓呯┖","clear","娓呯┖"]},{"curValue":"鎷ㄦ枡","keyValue":"鎷ㄦ枡","lasttime":"鎷ㄦ枡","valueList":["鎷ㄦ枡","peel ","鎷ㄦ枡"]},{"curValue":"鎷ㄤ竴涓枡","keyValue":"鎷ㄤ竴涓枡","lasttime":"鎷ㄤ竴涓枡","valueList":["鎷ㄤ竴涓枡","peel one","鎷ㄤ竴涓枡"]},{"curValue":"IO鐩戞帶","keyValue":"IO鐩戞帶","lasttime":"IO鐩戞帶","valueList":["IO鐩戞帶","io monitor","IO鐩戞帶"]},{"curValue":"鑷姩","keyValue":"鑷姩","lasttime":"鑷姩","valueList":["鑷姩","auto","鑷姩"]},{"curValue":"淇濆瓨鍙傛暟","keyValue":"淇濆瓨鍙傛暟","lasttime":"淇濆瓨鍙傛暟","valueList":["淇濆瓨鍙傛暟","savePara","淇濆瓨鍙傛暟"]},{"curValue":"瀹炴椂鐢垫睜鐢靛帇","keyValue":"瀹炴椂鐢垫睜鐢靛帇","lasttime":"瀹炴椂鐢垫睜鐢靛帇","valueList":["瀹炴椂鐢垫睜鐢靛帇","cur volage","瀹炴椂鐢垫睜鐢靛帇"]},{"curValue":"鍙冲鎺ヤ綅琛ュ伩","keyValue":"鍙冲鎺ヤ綅琛ュ伩","lasttime":"鍙冲鎺ヤ綅琛ュ伩","valueList":["鍙冲鎺ヤ綅琛ュ伩","right join adjust","鍙冲鎺ヤ綅琛ュ伩"]},{"curValue":"鏉$爜瀵规瘮瓒呮椂","keyValue":"鏉$爜瀵规瘮瓒呮椂","lasttime":"鏉$爜瀵规瘮瓒呮椂","valueList":["鏉$爜瀵规瘮瓒呮椂","code check timeOut","鏉$爜瀵规瘮瓒呮椂"]},{"curValue":"灞忚斀","keyValue":"灞忚斀","lasttime":"灞忚斀","valueList":["灞忚斀","disable","灞忚斀"]},{"curValue":"鏌ユ壘绌烘枡瓒呮椂","keyValue":"鏌ユ壘绌烘枡瓒呮椂","lasttime":"鏌ユ壘绌烘枡瓒呮椂","valueList":["鏌ユ壘绌烘枡瓒呮椂","null checking is time out","鏌ユ壘绌烘枡瓒呮椂"]},{"curValue":"涓嶅睆钄","keyValue":"涓嶅睆钄","lasttime":"涓嶅睆钄","valueList":["涓嶅睆钄","not disable","涓嶅睆钄"]},{"curValue":"鍚告枡妯Щ","keyValue":"鍚告枡妯Щ","lasttime":"鍚告枡妯Щ","valueList":["鍚告枡妯Щ","absorbmove","鍚告枡妯Щ"]},{"curValue":"鑷宠创鏂欎綅","keyValue":"鑷宠创鏂欎綅","lasttime":"鑷宠创鏂欎綅","valueList":["鑷宠创鏂欎綅","topastepoint","鑷宠创鏂欎綅"]},{"curValue":"鑷冲惛鏂欎綅","keyValue":"鑷冲惛鏂欎綅","lasttime":"鑷冲惛鏂欎綅","valueList":["鑷冲惛鏂欎綅","ToAbsorb","鑷冲惛鏂欎綅"]},{"curValue":"鑷冲緟璐翠綅缃","keyValue":"鑷冲緟璐翠綅缃","lasttime":"鑷冲緟璐翠綅缃","valueList":["鑷冲緟璐翠綅缃","to pasterPoint","鑷冲緟璐翠綅缃"]},{"curValue":"鑷冲緟鍚镐綅","keyValue":"鑷冲緟鍚镐綅","lasttime":"鑷冲緟鍚镐綅","valueList":["鑷冲緟鍚镐綅","to waitabsorb","鑷冲緟鍚镐綅"]},{"curValue":"鍥 鍘 鐐","keyValue":"鍥 鍘 鐐","lasttime":"鍥 鍘 鐐","valueList":["鍥 鍘 鐐","homing","鍥 鍘 鐐"]},{"curValue":"褰撳墠浣嶇疆","keyValue":"褰撳墠浣嶇疆","lasttime":"褰撳墠浣嶇疆","valueList":["褰撳墠浣嶇疆","cur pos","褰撳墠浣嶇疆"]},{"curValue":"鍓ユ枡妯Щ","keyValue":"鍓ユ枡妯Щ","lasttime":"鍓ユ枡妯Щ","valueList":["鍓ユ枡妯Щ","peel move","鍓ユ枡妯Щ"]},{"curValue":"鑷冲惛鍙栦綅","keyValue":"鑷冲惛鍙栦綅","lasttime":"鑷冲惛鍙栦綅","valueList":["鑷冲惛鍙栦綅","to suckup point","鑷冲惛鍙栦綅"]},{"curValue":"鍥 鍘 鐐","keyValue":"鍥 鍘 鐐","lasttime":"鍥 鍘 鐐","valueList":["鍥 鍘 鐐","Homing","鍥 鍘 鐐"]},{"curValue":"宸﹀垏鍒浣嶈ˉ鍋","keyValue":"宸﹀垏鍒浣嶈ˉ鍋","lasttime":"宸﹀垏鍒浣嶈ˉ鍋","valueList":["宸﹀垏鍒浣嶈ˉ鍋","left cuttingAdjust","宸﹀垏鍒浣嶈ˉ鍋"]},{"curValue":"宸﹀鎺ヤ綅琛ュ伩","keyValue":"宸﹀鎺ヤ綅琛ュ伩","lasttime":"宸﹀鎺ヤ綅琛ュ伩","valueList":["宸﹀鎺ヤ綅琛ュ伩","left joinadjust","宸﹀鎺ヤ綅琛ュ伩"]},{"curValue":"鍙冲垏鍒浣嶈ˉ鍋","keyValue":"鍙冲垏鍒浣嶈ˉ鍋","lasttime":"鍙冲垏鍒浣嶈ˉ鍋","valueList":["鍙冲垏鍒浣嶈ˉ鍋","rightcuttingadjust","鍙冲垏鍒浣嶈ˉ鍋"]},{"curValue":"鍑歌疆","keyValue":"鍑歌疆","lasttime":"鍑歌疆","valueList":["鍑歌疆","cam ","鍑歌疆"]},{"curValue":"鍥瀄r\n鍘焅r\n鐐","keyValue":"鍥瀄r\n鍘焅r\n鐐","lasttime":"鍥瀄r\n鍘焅r\n鐐","valueList":["鍥瀄r\n鍘焅r\n鐐","to home","鍥瀄r\n鍘焅r\n鐐"]},{"curValue":"鑷冲彇鏂欎綅","keyValue":"鑷冲彇鏂欎綅","lasttime":"鑷冲彇鏂欎綅","valueList":["鑷冲彇鏂欎綅","to pickpoint","鑷冲彇鏂欎綅"]},{"curValue":"鑷冲垏鍒浣","keyValue":"鑷冲垏鍒浣","lasttime":"鑷冲垏鍒浣","valueList":["鑷冲垏鍒浣","to cuttingpos","鑷冲垏鍒浣"]},{"curValue":"鐪熺┖","keyValue":"鐪熺┖","lasttime":"鐪熺┖","valueList":["鐪熺┖","vacuum","鐪熺┖"]},{"curValue":"鐪熺┖娉","keyValue":"鐪熺┖娉","lasttime":"鐪熺┖娉","valueList":["鐪熺┖娉","vacuum model","鐪熺┖娉"]},{"curValue":".浠呰〃绀哄垎闅旂锛屽2800.02琛ㄧず 锛宲lc鐨凴鍖轰粠璧峰鍦板潃2800寮濮嬪線鍚2涓瓧","keyValue":".浠呰〃绀哄垎闅旂锛屽2800.02琛ㄧず 锛宲lc鐨凴鍖轰粠璧峰鍦板潃2800寮濮嬪線鍚2涓瓧","lasttime":".浠呰〃绀哄垎闅旂锛屽2800.02琛ㄧず 锛宲lc鐨凴鍖轰粠璧峰鍦板潃2800寮濮嬪線鍚2涓瓧","valueList":[".浠呰〃绀哄垎闅旂锛屽2800.02琛ㄧず 锛宲lc鐨凴鍖轰粠璧峰鍦板潃2800寮濮嬪線鍚2涓瓧","to be tr..",".浠呰〃绀哄垎闅旂锛屽2800.02琛ㄧず 锛宲lc鐨凴鍖轰粠璧峰鍦板潃2800寮濮嬪線鍚2涓瓧"]},{"curValue":"璇疯緭鍏ラ珮绾у瘑鐮","keyValue":"璇疯緭鍏ラ珮绾у瘑鐮","lasttime":"璇疯緭鍏ラ珮绾у瘑鐮","valueList":["璇疯緭鍏ラ珮绾у瘑鐮","please input advanced password","璇疯緭鍏ラ珮绾у瘑鐮"]},{"curValue":"鏈墦寮","keyValue":"鏈墦寮","lasttime":"鏈墦寮","valueList":["鏈墦寮","not opening","鏈墦寮"]},{"curValue":"鍏夌氦閫氫俊妯″潡","keyValue":"鍏夌氦閫氫俊妯″潡","lasttime":"鍏夌氦閫氫俊妯″潡","valueList":["鍏夌氦閫氫俊妯″潡","optical firbe","鍏夌氦閫氫俊妯″潡"]},{"curValue":"杩愯涓","keyValue":"杩愯涓","lasttime":"杩愯涓","valueList":["杩愯涓","isRunning","杩愯涓"]},{"curValue":"杩炴帴鎴愬姛","keyValue":"杩炴帴鎴愬姛","lasttime":"杩炴帴鎴愬姛","valueList":["杩炴帴鎴愬姛","connect succes","杩炴帴鎴愬姛"]},{"curValue":"鎺ユ枡鏈 v18.07.24","keyValue":"鎺ユ枡鏈 v18.07.24","lasttime":"鎺ユ枡鏈 v18.07.24","valueList":["鎺ユ枡鏈 v18.07.24","splic machine v18.07.24","鎺ユ枡鏈 v18.07.24"]},{"curValue":"淇濆瓨瀹屾垚","keyValue":"淇濆瓨瀹屾垚","lasttime":"淇濆瓨瀹屾垚","valueList":["淇濆瓨瀹屾垚","save finished","淇濆瓨瀹屾垚"]},{"curValue":"褰撳墠璇█搴忓彿","keyValue":"褰撳墠璇█搴忓彿","lasttime":"褰撳墠璇█搴忓彿","valueList":["褰撳墠璇█搴忓彿","curlanguageIndex","褰撳墠璇█搴忓彿"]},{"curValue":"绋嬪簭鍒濆鍖栧紑濮嬶紒锛侊紒","keyValue":"绋嬪簭鍒濆鍖栧紑濮嬶紒锛侊紒","lasttime":"绋嬪簭鍒濆鍖栧紑濮嬶紒锛侊紒","valueList":["绋嬪簭鍒濆鍖栧紑濮嬶紒锛侊紒","applicatio init start","绋嬪簭鍒濆鍖栧紑濮嬶紒锛侊紒"]},{"curValue":"杩炴帴澶辫触:(绋嶅悗閲嶈瘯)","keyValue":"杩炴帴澶辫触:(绋嶅悗閲嶈瘯)","lasttime":"杩炴帴澶辫触:(绋嶅悗閲嶈瘯)","valueList":["杩炴帴澶辫触:(绋嶅悗閲嶈瘯)","connnect fail reconnect later","杩炴帴澶辫触:(绋嶅悗閲嶈瘯)"]},{"curValue":"HjyeScan 绾跨▼寮濮","keyValue":"HjyeScan 绾跨▼寮濮","lasttime":"HjyeScan 绾跨▼寮濮","valueList":["HjyeScan 绾跨▼寮濮","hjyeScan Start","HjyeScan 绾跨▼寮濮"]},{"curValue":"绋嬪簭鍒濆鍖栧畬鎴","keyValue":"绋嬪簭鍒濆鍖栧畬鎴","lasttime":"绋嬪簭鍒濆鍖栧畬鎴","valueList":["绋嬪簭鍒濆鍖栧畬鎴","application finished","绋嬪簭鍒濆鍖栧畬鎴"]},{"curValue":"淇濆瓨鍙傛暟鎴愬姛","keyValue":"淇濆瓨鍙傛暟鎴愬姛","lasttime":"淇濆瓨鍙傛暟鎴愬姛","valueList":["淇濆瓨鍙傛暟鎴愬姛","save Para success","淇濆瓨鍙傛暟鎴愬姛"]},{"curValue":"璇疯緭鍏ユ柊鐨勫","keyValue":"璇疯緭鍏ユ柊鐨勫","lasttime":"璇疯緭鍏ユ柊鐨勫","valueList":["璇疯緭鍏ユ柊鐨勫","input new value","璇疯緭鍏ユ柊鐨勫"]},{"curValue":"鎵嬪姩","keyValue":"鎵嬪姩","lasttime":"鎵嬪姩","valueList":["鎵嬪姩","manual","鎵嬪姩"]},{"curValue":"鍏朵粬","keyValue":"鍏朵粬","lasttime":"鍏朵粬","valueList":["鍏朵粬","other","鍏朵粬"]},{"curValue":"涓插彛鍙","keyValue":"涓插彛鍙","lasttime":"涓插彛鍙","valueList":["涓插彛鍙","com No.","涓插彛鍙"]},{"curValue":"鍏夌氦妯″潡","keyValue":"鍏夌氦妯″潡","lasttime":"鍏夌氦妯″潡","valueList":["鍏夌氦妯″潡","optical fiber","鍏夌氦妯″潡"]},{"curValue":"妫娴嬮氳繃锛屽綋鍓嶆槸绗竴涓▼搴","keyValue":"妫娴嬮氳繃锛屽綋鍓嶆槸绗竴涓▼搴","lasttime":"妫娴嬮氳繃锛屽綋鍓嶆槸绗竴涓▼搴","valueList":["妫娴嬮氳繃锛屽綋鍓嶆槸绗竴涓▼搴","check ok this is first app","妫娴嬮氳繃锛屽綋鍓嶆槸绗竴涓▼搴"]},{"curValue":"楂樼骇璁剧疆","keyValue":"楂樼骇璁剧疆","lasttime":"楂樼骇璁剧疆","valueList":["楂樼骇璁剧疆","admin setting","楂樼骇璁剧疆"]},{"curValue":"璇█璁剧疆","keyValue":"璇█璁剧疆","lasttime":"璇█璁剧疆","valueList":["璇█璁剧疆","lang set","璇█璁剧疆"]},{"curValue":"璇︾粏璁剧疆","keyValue":"璇︾粏璁剧疆","lasttime":"璇︾粏璁剧疆","valueList":["璇︾粏璁剧疆","detail set","璇︾粏璁剧疆"]},{"curValue":"鐢熶骇鏁伴噺=0","keyValue":"鐢熶骇鏁伴噺=0","lasttime":"鐢熶骇鏁伴噺=0","valueList":["鐢熶骇鏁伴噺=0","productNum=0","鐢熶骇鏁伴噺=0"]},{"curValue":"鑳惰啘浣跨敤鏁伴噺=0","keyValue":"鑳惰啘浣跨敤鏁伴噺=0","lasttime":"鑳惰啘浣跨敤鏁伴噺=0","valueList":["鑳惰啘浣跨敤鏁伴噺=0","tape user count=0","鑳惰啘浣跨敤鏁伴噺=0"]},{"curValue":"璇█","keyValue":"璇█","lasttime":"璇█","valueList":["璇█","language","璇█"]},{"curValue":"鏉$爜1锛","keyValue":"鏉$爜1锛","lasttime":"鏉$爜1锛","valueList":["鏉$爜1锛","barCode1","鏉$爜1锛"]},{"curValue":"鏉$爜2锛","keyValue":"鏉$爜2锛","lasttime":"鏉$爜2锛","valueList":["鏉$爜2锛","barCode2","鏉$爜2锛"]},{"curValue":"褰撳墠鐢ㄦ埛:鏈櫥褰","keyValue":"褰撳墠鐢ㄦ埛:鏈櫥褰","lasttime":"褰撳墠鐢ㄦ埛:鏈櫥褰","valueList":["褰撳墠鐢ㄦ埛:鏈櫥褰","current User:","褰撳墠鐢ㄦ埛:鏈櫥褰"]},{"curValue":"璇疯緭鍏ョ敤鎴峰悕","keyValue":"璇疯緭鍏ョ敤鎴峰悕","lasttime":"璇疯緭鍏ョ敤鎴峰悕","valueList":["璇疯緭鍏ョ敤鎴峰悕","pls input username","璇疯緭鍏ョ敤鎴峰悕"]},{"curValue":"鐢ㄦ埛鍚嶄笉瀛樺湪鎴栧瘑鐮侀敊璇","keyValue":"鐢ㄦ埛鍚嶄笉瀛樺湪鎴栧瘑鐮侀敊璇","lasttime":"鐢ㄦ埛鍚嶄笉瀛樺湪鎴栧瘑鐮侀敊璇","valueList":["鐢ㄦ埛鍚嶄笉瀛樺湪鎴栧瘑鐮侀敊璇","user is not exist or pwd is error","鐢ㄦ埛鍚嶄笉瀛樺湪鎴栧瘑鐮侀敊璇"]},{"curValue":"淇濆瓨鍙傛暟鍒皃lc","keyValue":"淇濆瓨鍙傛暟鍒皃lc","lasttime":"淇濆瓨鍙傛暟鍒皃lc","valueList":["淇濆瓨鍙傛暟鍒皃lc","saveParaToPlc","淇濆瓨鍙傛暟鍒皃lc"]},{"curValue":"浠巔lc璇诲彇鍙傛暟","keyValue":"浠巔lc璇诲彇鍙傛暟","lasttime":"浠巔lc璇诲彇鍙傛暟","valueList":["浠巔lc璇诲彇鍙傛暟","readParaFromPLC","浠巔lc璇诲彇鍙傛暟"]},{"curValue":"褰撳墠鐢ㄦ埛锛歰p1鐢ㄦ埛绛夌骇=Operator","keyValue":"褰撳墠鐢ㄦ埛锛歰p1鐢ㄦ埛绛夌骇=Operator","lasttime":"褰撳墠鐢ㄦ埛锛歰p1鐢ㄦ埛绛夌骇=Operator","valueList":["褰撳墠鐢ㄦ埛锛歰p1鐢ㄦ埛绛夌骇=Operator","curUser锛歰p1level=Operator","褰撳墠鐢ㄦ埛锛歰p1鐢ㄦ埛绛夌骇=Operator"]},{"curValue":"淇濆瓨鎴愬姛","keyValue":"淇濆瓨鎴愬姛","lasttime":"淇濆瓨鎴愬姛","valueList":["淇濆瓨鎴愬姛","save suceess","淇濆瓨鎴愬姛"]},{"curValue":"绋嬪簭鍒濆鍖栧紑濮","keyValue":"绋嬪簭鍒濆鍖栧紑濮","lasttime":"绋嬪簭鍒濆鍖栧紑濮","valueList":["绋嬪簭鍒濆鍖栧紑濮","app init start","绋嬪簭鍒濆鍖栧紑濮"]},{"curValue":"鏉$爜璁剧疆","keyValue":"鏉$爜璁剧疆","lasttime":"鏉$爜璁剧疆","valueList":["鏉$爜璁剧疆","barCode set","鏉$爜璁剧疆"]},{"curValue":"杩愯鏃ュ織","keyValue":"杩愯鏃ュ織","lasttime":"杩愯鏃ュ織","valueList":["杩愯鏃ュ織","run log","杩愯鏃ュ織"]},{"curValue":"鏍¢獙","keyValue":"鏍¢獙","lasttime":"鏍¢獙","valueList":["鏍¢獙","check","鏍¢獙"]},{"curValue":"璧峰浣","keyValue":"璧峰浣","lasttime":"璧峰浣","valueList":["璧峰浣","start bit","璧峰浣"]},{"curValue":"鏍¢獙闀垮害","keyValue":"鏍¢獙闀垮害","lasttime":"鏍¢獙闀垮害","valueList":["鏍¢獙闀垮害","check length","鏍¢獙闀垮害"]},{"curValue":"鍙傝冩潯鐮","keyValue":"鍙傝冩潯鐮","lasttime":"鍙傝冩潯鐮","valueList":["鍙傝冩潯鐮","ref barCode","鍙傝冩潯鐮"]},{"curValue":"鎮ㄥ嵆灏","keyValue":"鎮ㄥ嵆灏","lasttime":"鎮ㄥ嵆灏","valueList":["鎮ㄥ嵆灏","you will","鎮ㄥ嵆灏"]},{"curValue":"锛岃纭锛","keyValue":"锛岃纭锛","lasttime":"锛岃纭锛","valueList":["锛岃纭锛","锛宲ls confirm锛","锛岃纭锛"]},{"curValue":"鎻愮ず","keyValue":"鎻愮ず","lasttime":"鎻愮ず","valueList":["鎻愮ず","tips","鎻愮ず"]},{"curValue":"閫鍑虹郴缁","keyValue":"閫鍑虹郴缁","lasttime":"閫鍑虹郴缁","valueList":["閫鍑虹郴缁","quit system","閫鍑虹郴缁"]},{"curValue":"璁颁綇瀵嗙爜","keyValue":"璁颁綇瀵嗙爜","lasttime":"璁颁綇瀵嗙爜","valueList":["璁颁綇瀵嗙爜","remember password","璁颁綇瀵嗙爜"]},{"curValue":"璁颁綇鐢ㄦ埛鍚","keyValue":"璁颁綇鐢ㄦ埛鍚","lasttime":"璁颁綇鐢ㄦ埛鍚","valueList":["璁颁綇鐢ㄦ埛鍚","remember userName","璁颁綇鐢ㄦ埛鍚"]},{"curValue":"鐧诲綍","keyValue":"鐧诲綍","lasttime":"鐧诲綍","valueList":["鐧诲綍","logIn","鐧诲綍"]},{"curValue":"瀵嗙爜","keyValue":"瀵嗙爜","lasttime":"瀵嗙爜","valueList":["瀵嗙爜","password","瀵嗙爜"]},{"curValue":"鐢ㄦ埛鍚","keyValue":"鐢ㄦ埛鍚","lasttime":"鐢ㄦ埛鍚","valueList":["鐢ㄦ埛鍚","userName","鐢ㄦ埛鍚"]},{"curValue":"鍚嶇О","keyValue":"鍚嶇О","lasttime":"鍚嶇О","valueList":["鍚嶇О","name","鍚嶇О"]},{"curValue":"鍊","keyValue":"鍊","lasttime":"鍊","valueList":["鍊","value","鍊"]},{"curValue":"澶囨敞","keyValue":"澶囨敞","lasttime":"澶囨敞","valueList":["澶囨敞","remark","澶囨敞"]},{"curValue":"鐢ㄦ埛绛夌骇","keyValue":"鐢ㄦ埛绛夌骇","lasttime":"鐢ㄦ埛绛夌骇","valueList":["鐢ㄦ埛绛夌骇","user Level","鐢ㄦ埛绛夌骇"]},{"curValue":"鏄惁鍙樺寲","keyValue":"鏄惁鍙樺寲","lasttime":"鏄惁鍙樺寲","valueList":["鏄惁鍙樺寲","isChanged","鏄惁鍙樺寲"]},{"curValue":"鏄惁鍚敤","keyValue":"鏄惁鍚敤","lasttime":"鏄惁鍚敤","valueList":["鏄惁鍚敤","enable","鏄惁鍚敤"]},{"curValue":"閲嶆柊鍔犺浇鍙傛暟","keyValue":"閲嶆柊鍔犺浇鍙傛暟","lasttime":"閲嶆柊鍔犺浇鍙傛暟","valueList":["閲嶆柊鍔犺浇鍙傛暟","reloadPara","閲嶆柊鍔犺浇鍙傛暟"]},{"curValue":"鍒锋柊鐣岄潰鏁版嵁","keyValue":"鍒锋柊鐣岄潰鏁版嵁","lasttime":"鍒锋柊鐣岄潰鏁版嵁","valueList":["鍒锋柊鐣岄潰鏁版嵁","update UI","鍒锋柊鐣岄潰鏁版嵁"]},{"curValue":"1 浣跨敤 0 涓嶄娇鐢","keyValue":"1.use 0.nonuse","lasttime":"1.use 0.nonuse","valueList":["1 浣跨敤 0 涓嶄娇鐢","1.use 0.nonuse","1 浣跨敤 0 涓嶄娇鐢"]},{"curValue":"鍙戦佸績璺冲寘鐨勬椂闂 鍗曚綅绉","keyValue":"interval time of sending heartbeating package unit :s","lasttime":"interval time of sending heartbeating package unit :s","valueList":["鍙戦佸績璺冲寘鐨勬椂闂 鍗曚綅绉","interval time of sending heartbeating package unit :s","鍙戦佸績璺冲寘鐨勬椂闂 鍗曚綅绉"]},{"curValue":"娴嬭瘯蹇冭烦鍖呮寚浠","keyValue":"commuination heartbeating package:send command to test whether communication is ok ","lasttime":"commuination heartbeating package:send command to test whether communication is ok ","valueList":["娴嬭瘯蹇冭烦鍖呮寚浠","commuination heartbeating package:send command to test whether communication is ok ","娴嬭瘯蹇冭烦鍖呮寚浠"]},{"curValue":"蹇冭烦鍖呰繑鍥炲","keyValue":"communication heartbeating package:after sending test command,the return results from device contains part of the characters string,if including,the commuication system is normal. ","lasttime":"communication heartbeating package:after sending test command,the return results from device contains part of the characters string,if including,the commuication system is normal. ","valueList":["蹇冭烦鍖呰繑鍥炲","communication heartbeating package:after sending test command,the return results from device contains part of the characters string,if including,the commuication system is normal. ","蹇冭烦鍖呰繑鍥炲"]},{"curValue":"閲嶈瘯绛夊緟鏃堕棿 鍗曚綅绉","keyValue":"set for close char of communication ,like Omron and Panasonic's is \\r","lasttime":"set for close char of communication ,like Omron and Panasonic's is \\r","valueList":["閲嶈瘯绛夊緟鏃堕棿 鍗曚綅绉","set for close char of communication ,like Omron and Panasonic's is \\r","閲嶈瘯绛夊緟鏃堕棿 鍗曚綅绉"]},{"curValue":"閲嶆柊杩炴帴鏃堕棿闂撮殧","keyValue":"interval time after connect failure ,unit:ms ","lasttime":"interval time after connect failure ,unit:ms ","valueList":["閲嶆柊杩炴帴鏃堕棿闂撮殧","interval time after connect failure ,unit:ms ","閲嶆柊杩炴帴鏃堕棿闂撮殧"]},{"curValue":"鍗曟鏈澶ц繑鍥炴椂闂","keyValue":" the MAX OT of returning unit:MS","lasttime":" the MAX OT of returning unit:MS","valueList":["鍗曟鏈澶ц繑鍥炴椂闂"," the MAX OT of returning unit:MS","鍗曟鏈澶ц繑鍥炴椂闂"]},{"curValue":"鍗曟鏃堕棿闂撮殧","keyValue":"set for reading the max Ot of returning , ms","lasttime":"set for reading the max Ot of returning , ms","valueList":["鍗曟鏃堕棿闂撮殧","set for reading the max Ot of returning , ms","鍗曟鏃堕棿闂撮殧"]},{"curValue":"1璋冭瘯妯″紡 0姝e父妯″紡","keyValue":"1.debug model 0.normal operation","lasttime":"1.debug model 0.normal operation","valueList":["1璋冭瘯妯″紡 0姝e父妯″紡","1.debug model 0.normal operation","1璋冭瘯妯″紡 0姝e父妯″紡"]},{"curValue":"淇濆瓨褰撳墠鏁版嵁","keyValue":"save all current date option","lasttime":"save all current date option","valueList":["淇濆瓨褰撳墠鏁版嵁","save all current date option","淇濆瓨褰撳墠鏁版嵁"]},{"curValue":"璇诲彇浣嶅湴鍧","keyValue":"separator ,for example :2800.02 means current read PLC a address strat from R zone 2800,after 2 character ","lasttime":"separator ,for example :2800.02 means current read PLC a address strat from R zone 2800,after 2 character ","valueList":["璇诲彇浣嶅湴鍧","separator ,for example :2800.02 means current read PLC a address strat from R zone 2800,after 2 character ","璇诲彇浣嶅湴鍧"]},{"curValue":"鍐欎綅鍦板潃","keyValue":"separator,3000.02 means current writting PLC from R zone, a address start from 3000,after 2character,the address of write and read can't intersection ","lasttime":"separator,3000.02 means current writting PLC from R zone, a address start from 3000,after 2character,the address of write and read can't intersection ","valueList":["鍐欎綅鍦板潃","separator,3000.02 means current writting PLC from R zone, a address start from 3000,after 2character,the address of write and read can't intersection ","鍐欎綅鍦板潃"]},{"curValue":"璇籇鍦板潃","keyValue":"separator ,5056.10means current PLC from D zone,a address start from 5056,after 10 character","lasttime":"separator ,5056.10means current PLC from D zone,a address start from 5056,after 10 character","valueList":["璇籇鍦板潃","separator ,5056.10means current PLC from D zone,a address start from 5056,after 10 character","璇籇鍦板潃"]},{"curValue":"鎵╁睍鍦板潃","keyValue":"for example RR2800.01,WR3000.01,RD3500.03 means read one character after 2800,write one more character,read D area,after 3character from 3500,comma is separator","lasttime":"for example RR2800.01,WR3000.01,RD3500.03 means read one character after 2800,write one more character,read D area,after 3character from 3500,comma is separator","valueList":["鎵╁睍鍦板潃","for example RR2800.01,WR3000.01,RD3500.03 means read one character after 2800,write one more character,read D area,after 3character from 3500,comma is separator","鎵╁睍鍦板潃"]},{"curValue":"鏄剧ず鏍煎紡","keyValue":"IO display format,R%FO:FO means no display decimal point ( Mitsubishi PLC M zone),F2 means two decimal point (OmronPLcR","lasttime":"IO display format,R%FO:FO means no display decimal point ( Mitsubishi PLC M zone),F2 means two decimal point (OmronPLcR","valueList":["鏄剧ず鏍煎紡","IO display format,R%FO:FO means no display decimal point ( Mitsubishi PLC M zone),F2 means two decimal point (OmronPLcR","鏄剧ず鏍煎紡"]},{"curValue":"涓插彛鍚嶇О","keyValue":"the name of com ,the way of name :COM+integer ,for example COM1,COM2,COM3 etc...","lasttime":"the name of com ,the way of name :COM+integer ,for example COM1,COM2,COM3 etc...","valueList":["涓插彛鍚嶇О","the name of com ,the way of name :COM+integer ,for example COM1,COM2,COM3 etc...","涓插彛鍚嶇О"]},{"curValue":"娉㈢壒鐜","keyValue":"Baud rate of com,common optial:1200,2400,4800,9600,19200,38400,57600,115200","lasttime":"Baud rate of com,common optial:1200,2400,4800,9600,19200,38400,57600,115200","valueList":["娉㈢壒鐜","Baud rate of com,common optial:1200,2400,4800,9600,19200,38400,57600,115200","娉㈢壒鐜"]},{"curValue":"鏁版嵁浣 :5,6,7,8","keyValue":"com bits :5,6,7,8","lasttime":"com bits :5,6,7,8","valueList":["鏁版嵁浣 :5,6,7,8","com bits :5,6,7,8","鏁版嵁浣 :5,6,7,8"]},{"curValue":"鏍¢獙浣 :E 鍋舵牎楠 check 0:濂囨牎楠","keyValue":"check bit:E even parity check 0:odd parity check","lasttime":"check bit:E even parity check 0:odd parity check","valueList":["鏍¢獙浣 :E 鍋舵牎楠 check 0:濂囨牎楠","check bit:E even parity check 0:odd parity check","鏍¢獙浣 :E 鍋舵牎楠 check 0:濂囨牎楠"]},{"curValue":"鍋滄浣 , :1,5,2","keyValue":"stop bit of com ,nomal :1,5,2","lasttime":"stop bit of com ,nomal :1,5,2","valueList":["鍋滄浣 , :1,5,2","stop bit of com ,nomal :1,5,2","鍋滄浣 , :1,5,2"]},{"curValue":"璇绘潯鐮佹寚浠","keyValue":"send command to scanner while its scanning","lasttime":"send command to scanner while its scanning","valueList":["璇绘潯鐮佹寚浠","send command to scanner while its scanning","璇绘潯鐮佹寚浠"]},{"curValue":"鍋滄璇荤爜鎸囦护","keyValue":"send command to scanner while its stopped","lasttime":"send command to scanner while its stopped","valueList":["鍋滄璇荤爜鎸囦护","send command to scanner while its stopped","鍋滄璇荤爜鎸囦护"]},{"curValue":"plc鐐逛綅","keyValue":"PLC IO point, normal for R zone or M zone, Panasonic PLC write to as 69.15,Omron 2800 write to as 2800,Mitsubishi write to as 7500","lasttime":"PLC IO point, normal for R zone or M zone, Panasonic PLC write to as 69.15,Omron 2800 write to as 2800,Mitsubishi write to as 7500","valueList":["plc鐐逛綅","PLC IO point, normal for R zone or M zone, Panasonic PLC write to as 69.15,Omron 2800 write to as 2800,Mitsubishi write to as 7500","plc鐐逛綅"]},{"curValue":"_鏄惁鍙宠竟涓嶆娴嬬┖鏂","keyValue":"_鏄惁鍙宠竟涓嶆娴嬬┖鏂","lasttime":"_鏄惁鍙宠竟涓嶆娴嬬┖鏂","valueList":["_鏄惁鍙宠竟涓嶆娴嬬┖鏂","_ right not Check Null","_鏄惁鍙宠竟涓嶆娴嬬┖鏂"]},{"curValue":"_棰勭暀","keyValue":"_棰勭暀","lasttime":"_棰勭暀","valueList":["_棰勭暀","_tbd","_棰勭暀"]},{"curValue":"_鏄惁闂磋窛鎸夐挳鍒囨崲/鎸夐挳","keyValue":"_鏄惁闂磋窛鎸夐挳鍒囨崲/鎸夐挳","lasttime":"_鏄惁闂磋窛鎸夐挳鍒囨崲/鎸夐挳","valueList":["_鏄惁闂磋窛鎸夐挳鍒囨崲/鎸夐挳","_enable distance change","_鏄惁闂磋窛鎸夐挳鍒囨崲/鎸夐挳"]},{"curValue":"_鏄惁鍚敤瀵垮懡绠℃帶","keyValue":"_鏄惁鍚敤瀵垮懡绠℃帶","lasttime":"_鏄惁鍚敤瀵垮懡绠℃帶","valueList":["_鏄惁鍚敤瀵垮懡绠℃帶","_enable use Time","_鏄惁鍚敤瀵垮懡绠℃帶"]},{"curValue":"_鏄惁绠鏄撶増","keyValue":"_鏄惁绠鏄撶増","lasttime":"_鏄惁绠鏄撶増","valueList":["_鏄惁绠鏄撶増","_is Simple Version","_鏄惁绠鏄撶増"]},{"curValue":"_鏄惁灞忚斀鎬ュ仠灞忚斀","keyValue":"_鏄惁灞忚斀鎬ュ仠灞忚斀","lasttime":"_鏄惁灞忚斀鎬ュ仠灞忚斀","valueList":["_鏄惁灞忚斀鎬ュ仠灞忚斀","_enable Emergcy Button","_鏄惁灞忚斀鎬ュ仠灞忚斀"]},{"curValue":"_鏄惁鐢垫睜鎶ヨ灞忚斀","keyValue":"_鏄惁鐢垫睜鎶ヨ灞忚斀","lasttime":"_鏄惁鐢垫睜鎶ヨ灞忚斀","valueList":["_鏄惁鐢垫睜鎶ヨ灞忚斀","_enable Battery Alarm","_鏄惁鐢垫睜鎶ヨ灞忚斀"]},{"curValue":"_鏉$爜ng","keyValue":"_鏉$爜ng","lasttime":"_鏉$爜ng","valueList":["_鏉$爜ng","_barCode NG","_鏉$爜ng"]},{"curValue":"_鎬ュ仠","keyValue":"_鎬ュ仠","lasttime":"_鎬ュ仠","valueList":["_鎬ュ仠","_emergency","_鎬ュ仠"]},{"curValue":"0~1涔嬮棿锛屼腑闂寸敤',' 閫楀彿鍒嗛殧","keyValue":"0~1涔嬮棿锛屼腑闂寸敤',' 閫楀彿鍒嗛殧","lasttime":"0~1涔嬮棿锛屼腑闂寸敤',' 閫楀彿鍒嗛殧","valueList":["0~1涔嬮棿锛屼腑闂寸敤',' 閫楀彿鍒嗛殧","between 0~1锛宻plit by ',' A comma","0~1涔嬮棿锛屼腑闂寸敤',' 閫楀彿鍒嗛殧"]},{"curValue":" 绾跨▼寮濮","keyValue":" 绾跨▼寮濮","lasttime":" 绾跨▼寮濮","valueList":[" 绾跨▼寮濮","thread start"," 绾跨▼寮濮"]},{"curValue":"_鏈夐鎾曟ā","keyValue":"_鏈夐鎾曟ā","lasttime":"_鏈夐鎾曟ā","valueList":["_鏈夐鎾曟ā","_enable preclip","_鏈夐鎾曟ā"]},{"curValue":"鏄惁浣跨敤鍏夌氦鏀惧ぇ鍣","keyValue":"鏄惁浣跨敤鍏夌氦鏀惧ぇ鍣","lasttime":"鏄惁浣跨敤鍏夌氦鏀惧ぇ鍣","valueList":["鏄惁浣跨敤鍏夌氦鏀惧ぇ鍣","enable FibreMoudle","鏄惁浣跨敤鍏夌氦鏀惧ぇ鍣"]},{"curValue":"鏂欏甫杩愬姩閫熷害鍗曚綅mm/s","keyValue":"鏂欏甫杩愬姩閫熷害鍗曚綅mm/s","lasttime":"鏂欏甫杩愬姩閫熷害鍗曚綅mm/s","valueList":["鏂欏甫杩愬姩閫熷害鍗曚綅mm/s","product move speed mm/s","鏂欏甫杩愬姩閫熷害鍗曚綅mm/s"]},{"curValue":"鍏虫満鏃堕棿","keyValue":"鍏虫満鏃堕棿","lasttime":"鍏虫満鏃堕棿","valueList":["鍏虫満鏃堕棿","shutDownTime","鍏虫満鏃堕棿"]},{"curValue":"鏈夋枡绌烘枡绌洪棿L","keyValue":"鏈夋枡绌烘枡绌洪棿L","lasttime":"鏈夋枡绌烘枡绌洪棿L","valueList":["鏈夋枡绌烘枡绌洪棿L","fullProductarea L","鏈夋枡绌烘枡绌洪棿L"]},{"curValue":"鏈夋枡绌烘枡姣斾緥绯绘暟L","keyValue":"鏈夋枡绌烘枡姣斾緥绯绘暟L","lasttime":"鏈夋枡绌烘枡姣斾緥绯绘暟L","valueList":["鏈夋枡绌烘枡姣斾緥绯绘暟L","scale_Full_Null_L","鏈夋枡绌烘枡姣斾緥绯绘暟L"]},{"curValue":"鏈夋枡绌烘枡绌洪棿R","keyValue":"鏈夋枡绌烘枡绌洪棿R","lasttime":"鏈夋枡绌烘枡绌洪棿R","valueList":["鏈夋枡绌烘枡绌洪棿R","procutAreaR","鏈夋枡绌烘枡绌洪棿R"]},{"curValue":"鏈夋枡绌烘枡姣斾緥绯绘暟R","keyValue":"鏈夋枡绌烘枡姣斾緥绯绘暟R","lasttime":"鏈夋枡绌烘枡姣斾緥绯绘暟R","valueList":["鏈夋枡绌烘枡姣斾緥绯绘暟R","scale_Full_Null_R","鏈夋枡绌烘枡姣斾緥绯绘暟R"]},{"curValue":"瀵规瘮鏉$爜璁剧疆","keyValue":"瀵规瘮鏉$爜璁剧疆","lasttime":"瀵规瘮鏉$爜璁剧疆","valueList":["瀵规瘮鏉$爜璁剧疆","barCode check Setting","瀵规瘮鏉$爜璁剧疆"]},{"curValue":"瀵规瘮浣嶆暟锛","keyValue":"瀵规瘮浣嶆暟锛","lasttime":"瀵规瘮浣嶆暟锛","valueList":["瀵规瘮浣嶆暟锛","check bits Number","瀵规瘮浣嶆暟锛"]},{"curValue":"瀵规瘮璧峰浣嶏細","keyValue":"瀵规瘮璧峰浣嶏細","lasttime":"瀵规瘮璧峰浣嶏細","valueList":["瀵规瘮璧峰浣嶏細","check start bit","瀵规瘮璧峰浣嶏細"]},{"curValue":"淇濆瓨璁剧疆","keyValue":"淇濆瓨璁剧疆","lasttime":"淇濆瓨璁剧疆","valueList":["淇濆瓨璁剧疆","save setting","淇濆瓨璁剧疆"]},{"curValue":"鏂囦欢涓嶅瓨鍦","keyValue":"鏂囦欢涓嶅瓨鍦","lasttime":"鏂囦欢涓嶅瓨鍦","valueList":["鏂囦欢涓嶅瓨鍦","file Not Exist","鏂囦欢涓嶅瓨鍦"]},{"curValue":"`鎺ユ枡鏈 v2018.07.16","keyValue":"`鎺ユ枡鏈 v2018.07.16","lasttime":"`鎺ユ枡鏈 v2018.07.16","valueList":["`鎺ユ枡鏈 v2018.07.16","splic machine v2018.07.16","`鎺ユ枡鏈 v2018.07.16"]},{"curValue":"鏂扮墿鏂欐潯鐮侊細","keyValue":"鏂扮墿鏂欐潯鐮侊細","lasttime":"鏂扮墿鏂欐潯鐮侊細","valueList":["鏂扮墿鏂欐潯鐮侊細","new BarCode锛","鏂扮墿鏂欐潯鐮侊細"]},{"curValue":"璁惧/妲戒綅:","keyValue":"璁惧/妲戒綅:","lasttime":"璁惧/妲戒綅:","valueList":["璁惧/妲戒綅:","MC/slot:","璁惧/妲戒綅:"]},{"curValue":"鏃х墿鏂欑紪鐮","keyValue":"鏃х墿鏂欑紪鐮","lasttime":"鏃х墿鏂欑紪鐮","valueList":["鏃х墿鏂欑紪鐮","old barCode","鏃х墿鏂欑紪鐮"]},{"curValue":"鐗╂枡淇℃伅","keyValue":"鐗╂枡淇℃伅","lasttime":"鐗╂枡淇℃伅","valueList":["鐗╂枡淇℃伅","product info","鐗╂枡淇℃伅"]},{"curValue":"妲戒綅","keyValue":"妲戒綅","lasttime":"妲戒綅","valueList":["妲戒綅","slot","妲戒綅"]},{"curValue":"椋炶揪鍙","keyValue":"椋炶揪鍙","lasttime":"椋炶揪鍙","valueList":["椋炶揪鍙","feeder Number","椋炶揪鍙"]},{"curValue":"鐗╂枡浠g爜","keyValue":"鐗╂枡浠g爜","lasttime":"鐗╂枡浠g爜","valueList":["鐗╂枡浠g爜","marterial Number","鐗╂枡浠g爜"]},{"curValue":"鏁伴噺","keyValue":"鏁伴噺","lasttime":"鏁伴噺","valueList":["鏁伴噺","number","鏁伴噺"]},{"curValue":"鎵撳嵃閰嶇疆","keyValue":"鎵撳嵃閰嶇疆","lasttime":"鎵撳嵃閰嶇疆","valueList":["鎵撳嵃閰嶇疆","print setting","鎵撳嵃閰嶇疆"]},{"curValue":"鎵ц","keyValue":"鎵ц","lasttime":"鎵ц","valueList":["鎵ц","action","鎵ц"]},{"curValue":"鎿嶄綔淇℃伅锛","keyValue":"鎿嶄綔淇℃伅锛","lasttime":"鎿嶄綔淇℃伅锛","valueList":["鎿嶄綔淇℃伅锛","operate info锛","鎿嶄綔淇℃伅锛"]},{"curValue":"鎵撳嵃娴嬭瘯","keyValue":"鎵撳嵃娴嬭瘯","lasttime":"鎵撳嵃娴嬭瘯","valueList":["鎵撳嵃娴嬭瘯","print test","鎵撳嵃娴嬭瘯"]},{"curValue":"璋冪敤test1","keyValue":"璋冪敤test1","lasttime":"璋冪敤test1","valueList":["璋冪敤test1"," test1","璋冪敤test1"]},{"curValue":"璋冪敤test2","keyValue":"璋冪敤test2","lasttime":"璋冪敤test2","valueList":["璋冪敤test2","test2","璋冪敤test2"]},{"curValue":"1=閫夋嫨鎵撳嵃鏈烘墦鍗 2 = 鐩存帴鍚戞墦鍗版満ip鍙戞暟鎹","keyValue":"1=閫夋嫨鎵撳嵃鏈烘墦鍗 2 = 鐩存帴鍚戞墦鍗版満ip鍙戞暟鎹","lasttime":"1=閫夋嫨鎵撳嵃鏈烘墦鍗 2 = 鐩存帴鍚戞墦鍗版満ip鍙戞暟鎹","valueList":["1=閫夋嫨鎵撳嵃鏈烘墦鍗 2 = 鐩存帴鍚戞墦鍗版満ip鍙戞暟鎹","1=select printer 2 = use ip toSend cmd","1=閫夋嫨鎵撳嵃鏈烘墦鍗 2 = 鐩存帴鍚戞墦鍗版満ip鍙戞暟鎹"]},{"curValue":"鎵撳嵃鍙傛暟璁剧疆","keyValue":"鎵撳嵃鍙傛暟璁剧疆","lasttime":"鎵撳嵃鍙傛暟璁剧疆","valueList":["鎵撳嵃鍙傛暟璁剧疆","print para setting","鎵撳嵃鍙傛暟璁剧疆"]},{"curValue":"璋冩暣鏍囩宸﹀潗鏍囷細","keyValue":"璋冩暣鏍囩宸﹀潗鏍囷細","lasttime":"璋冩暣鏍囩宸﹀潗鏍囷細","valueList":["璋冩暣鏍囩宸﹀潗鏍囷細","adjust label topLeft position","璋冩暣鏍囩宸﹀潗鏍囷細"]},{"curValue":"璋冩暣鎵撳嵃鍧愭爣 x = ","keyValue":"璋冩暣鎵撳嵃鍧愭爣 x = ","lasttime":"璋冩暣鎵撳嵃鍧愭爣 x = ","valueList":["璋冩暣鎵撳嵃鍧愭爣 x = ","adjust print postion x = ","璋冩暣鎵撳嵃鍧愭爣 x = "]},{"curValue":"璋冩暣鏍囩闂磋窛锛","keyValue":"璋冩暣鏍囩闂磋窛锛","lasttime":"璋冩暣鏍囩闂磋窛锛","valueList":["璋冩暣鏍囩闂磋窛锛","adjust label distance锛","璋冩暣鏍囩闂磋窛锛"]},{"curValue":"鏍囩鍚嶇О","keyValue":"鏍囩鍚嶇О","lasttime":"鏍囩鍚嶇О","valueList":["鏍囩鍚嶇О","label name","鏍囩鍚嶇О"]},{"curValue":"鎵撳嵃鏈篿p","keyValue":"鎵撳嵃鏈篿p","lasttime":"鎵撳嵃鏈篿p","valueList":["鎵撳嵃鏈篿p","printer ip","鎵撳嵃鏈篿p"]},{"curValue":"鎵撳嵃鏈虹鍙","keyValue":"鎵撳嵃鏈虹鍙","lasttime":"鎵撳嵃鏈虹鍙","valueList":["鎵撳嵃鏈虹鍙","printer port","鎵撳嵃鏈虹鍙"]},{"curValue":"1锛氶氳繃璺敱鍣紝0:鐩存帴杩炴帴鐩告満","keyValue":"1锛氶氳繃璺敱鍣紝0:鐩存帴杩炴帴鐩告満","lasttime":"1锛氶氳繃璺敱鍣紝0:鐩存帴杩炴帴鐩告満","valueList":["1锛氶氳繃璺敱鍣紝0:鐩存帴杩炴帴鐩告満","1锛歜y Router锛0:direct connect ip","1锛氶氳繃璺敱鍣紝0:鐩存帴杩炴帴鐩告満"]},{"curValue":"1锛氳〃绀轰繚瀛樺鐞唍g鐨勫浘鍍忥紝0锛氳〃绀轰笉淇濆瓨","keyValue":"1锛氳〃绀轰繚瀛樺鐞唍g鐨勫浘鍍忥紝0锛氳〃绀轰笉淇濆瓨","lasttime":"1锛氳〃绀轰繚瀛樺鐞唍g鐨勫浘鍍忥紝0锛氳〃绀轰笉淇濆瓨","valueList":["1锛氳〃绀轰繚瀛樺鐞唍g鐨勫浘鍍忥紝0锛氳〃绀轰笉淇濆瓨","1锛歴ave ng image锛0锛歯one save","1锛氳〃绀轰繚瀛樺鐞唍g鐨勫浘鍍忥紝0锛氳〃绀轰笉淇濆瓨"]},{"curValue":"鍗曚綅姣","keyValue":"鍗曚綅姣","lasttime":"鍗曚綅姣","valueList":["鍗曚綅姣","unit ","鍗曚綅姣"]},{"curValue":"鍗曚綅姣锛","keyValue":"鍗曚綅姣锛","lasttime":"鍗曚綅姣锛","valueList":["鍗曚綅姣锛","unit ms","鍗曚綅姣锛"]},{"curValue":"鍗曚綅锛氬紶","keyValue":"鍗曚綅锛氬紶","lasttime":"鍗曚綅锛氬紶","valueList":["鍗曚綅锛氬紶","unit piece","鍗曚綅锛氬紶"]},{"curValue":"鐩告満ID/鐩告満鍚嶇О 锛堢湡瀹炵殑鐩告満鎵嶆湁鐩告満id/鍚嶇О锛","keyValue":"鐩告満ID/鐩告満鍚嶇О 锛堢湡瀹炵殑鐩告満鎵嶆湁鐩告満id/鍚嶇О锛","lasttime":"鐩告満ID/鐩告満鍚嶇О 锛堢湡瀹炵殑鐩告満鎵嶆湁鐩告満id/鍚嶇О锛","valueList":["鐩告満ID/鐩告満鍚嶇О 锛堢湡瀹炵殑鐩告満鎵嶆湁鐩告満id/鍚嶇О锛","camera id","鐩告満ID/鐩告満鍚嶇О 锛堢湡瀹炵殑鐩告満鎵嶆湁鐩告満id/鍚嶇О锛"]},{"curValue":"鐩告満ip鍦板潃 锛堢湡瀹炵殑鐩告満鎵嶆湁鐩告満iP鍦板潃绉帮級","keyValue":"鐩告満ip鍦板潃 锛堢湡瀹炵殑鐩告満鎵嶆湁鐩告満iP鍦板潃绉帮級","lasttime":"鐩告満ip鍦板潃 锛堢湡瀹炵殑鐩告満鎵嶆湁鐩告満iP鍦板潃绉帮級","valueList":["鐩告満ip鍦板潃 锛堢湡瀹炵殑鐩告満鎵嶆湁鐩告満iP鍦板潃绉帮級","camera ip","鐩告満ip鍦板潃 锛堢湡瀹炵殑鐩告満鎵嶆湁鐩告満iP鍦板潃绉帮級"]},{"curValue":"铏氭嫙鐩告満鐨勬枃浠跺す璺緞锛堟枃浠跺す鍐呭繀椤绘湁鍥剧墖锛","keyValue":"铏氭嫙鐩告満鐨勬枃浠跺す璺緞锛堟枃浠跺す鍐呭繀椤绘湁鍥剧墖锛","lasttime":"铏氭嫙鐩告満鐨勬枃浠跺す璺緞锛堟枃浠跺す鍐呭繀椤绘湁鍥剧墖锛","valueList":["铏氭嫙鐩告満鐨勬枃浠跺す璺緞锛堟枃浠跺す鍐呭繀椤绘湁鍥剧墖锛","virtrul camera directory","铏氭嫙鐩告満鐨勬枃浠跺す璺緞锛堟枃浠跺す鍐呭繀椤绘湁鍥剧墖锛"]},{"curValue":"鐩告満鎷嶇収鏃讹紝鏇濆厜鐨勬椂闂达紙鍗曚綅锛歶s锛","keyValue":"鐩告満鎷嶇収鏃讹紝鏇濆厜鐨勬椂闂达紙鍗曚綅锛歶s锛","lasttime":"鐩告満鎷嶇収鏃讹紝鏇濆厜鐨勬椂闂达紙鍗曚綅锛歶s锛","valueList":["鐩告満鎷嶇収鏃讹紝鏇濆厜鐨勬椂闂达紙鍗曚綅锛歶s锛","expose time","鐩告満鎷嶇収鏃讹紝鏇濆厜鐨勬椂闂达紙鍗曚綅锛歶s锛"]},{"curValue":"鐩告満鎷嶇収鏃讹紝澧炵泭绯绘暟锛0~100锛","keyValue":"鐩告満鎷嶇収鏃讹紝澧炵泭绯绘暟锛0~100锛","lasttime":"鐩告満鎷嶇収鏃讹紝澧炵泭绯绘暟锛0~100锛","valueList":["鐩告満鎷嶇収鏃讹紝澧炵泭绯绘暟锛0~100锛","camera gain","鐩告満鎷嶇収鏃讹紝澧炵泭绯绘暟锛0~100锛"]},{"curValue":"0=鍚屾宸ヤ綔妯″紡锛1= 琛ㄧず寮傛宸ヤ綔妯″紡","keyValue":"0=鍚屾宸ヤ綔妯″紡锛1= 琛ㄧず寮傛宸ヤ綔妯″紡","lasttime":"0=鍚屾宸ヤ綔妯″紡锛1= 琛ㄧず寮傛宸ヤ綔妯″紡","valueList":["0=鍚屾宸ヤ綔妯″紡锛1= 琛ㄧず寮傛宸ヤ綔妯″紡","0=asys 锛1= ansys","0=鍚屾宸ヤ綔妯″紡锛1= 琛ㄧず寮傛宸ヤ綔妯″紡"]},{"curValue":"寮傛涓嬫湁鏁堬紝褰撹繛缁 x ms鍚庢湭鍙栧浘鍒欒嚜鍔ㄨ繘鍏ュ緟鏈烘ā寮","keyValue":"寮傛涓嬫湁鏁堬紝褰撹繛缁 x ms鍚庢湭鍙栧浘鍒欒嚜鍔ㄨ繘鍏ュ緟鏈烘ā寮","lasttime":"寮傛涓嬫湁鏁堬紝褰撹繛缁 x ms鍚庢湭鍙栧浘鍒欒嚜鍔ㄨ繘鍏ュ緟鏈烘ā寮","valueList":["寮傛涓嬫湁鏁堬紝褰撹繛缁 x ms鍚庢湭鍙栧浘鍒欒嚜鍔ㄨ繘鍏ュ緟鏈烘ā寮","----","寮傛涓嬫湁鏁堬紝褰撹繛缁 x ms鍚庢湭鍙栧浘鍒欒嚜鍔ㄨ繘鍏ュ緟鏈烘ā寮"]},{"curValue":"璁剧疆閫氫俊鐨処p鍦板潃","keyValue":"璁剧疆閫氫俊鐨処p鍦板潃","lasttime":"璁剧疆閫氫俊鐨処p鍦板潃","valueList":["璁剧疆閫氫俊鐨処p鍦板潃","set ip","璁剧疆閫氫俊鐨処p鍦板潃"]},{"curValue":"璁剧疆閫氫俊鐨勭鍙e彿","keyValue":"璁剧疆閫氫俊鐨勭鍙e彿","lasttime":"璁剧疆閫氫俊鐨勭鍙e彿","valueList":["璁剧疆閫氫俊鐨勭鍙e彿","set port","璁剧疆閫氫俊鐨勭鍙e彿"]},{"curValue":"鍥惧儚鏄剧ず鐨勮璺","keyValue":"鍥惧儚鏄剧ず鐨勮璺","lasttime":"鍥惧儚鏄剧ず鐨勮璺","valueList":["鍥惧儚鏄剧ず鐨勮璺","row distance","鍥惧儚鏄剧ず鐨勮璺"]},{"curValue":"01锛氬彧鏄剧ず鏂囧瓧,10锛氬彧鏄剧ず鍥炬爣,11锛氶兘鏄剧ず","keyValue":"01锛氬彧鏄剧ず鏂囧瓧,10锛氬彧鏄剧ず鍥炬爣,11锛氶兘鏄剧ず","lasttime":"01锛氬彧鏄剧ず鏂囧瓧,10锛氬彧鏄剧ず鍥炬爣,11锛氶兘鏄剧ず","valueList":["01锛氬彧鏄剧ず鏂囧瓧,10锛氬彧鏄剧ず鍥炬爣,11锛氶兘鏄剧ず","01锛歰nly text,10锛歰nly icon,11锛歞isp all","01锛氬彧鏄剧ず鏂囧瓧,10锛氬彧鏄剧ず鍥炬爣,11锛氶兘鏄剧ず"]},{"curValue":"鍥惧儚鏄剧ず绐楀彛鍐呯殑鍥惧儚瀹藉害","keyValue":"鍥惧儚鏄剧ず绐楀彛鍐呯殑鍥惧儚瀹藉害","lasttime":"鍥惧儚鏄剧ず绐楀彛鍐呯殑鍥惧儚瀹藉害","valueList":["鍥惧儚鏄剧ず绐楀彛鍐呯殑鍥惧儚瀹藉害","dispaly width","鍥惧儚鏄剧ず绐楀彛鍐呯殑鍥惧儚瀹藉害"]},{"curValue":"鍥惧儚鏄剧ず绐楀彛鍐呯殑鍥惧儚楂樺害","keyValue":"鍥惧儚鏄剧ず绐楀彛鍐呯殑鍥惧儚楂樺害","lasttime":"鍥惧儚鏄剧ず绐楀彛鍐呯殑鍥惧儚楂樺害","valueList":["鍥惧儚鏄剧ず绐楀彛鍐呯殑鍥惧儚楂樺害","display height","鍥惧儚鏄剧ず绐楀彛鍐呯殑鍥惧儚楂樺害"]},{"curValue":"1:褰撳厜鏍囧湪鍥惧儚绐楀彛鍐咃紝浼氬疄鏃舵樉绀洪鑹插拰鍧愭爣, 0:涓嶆樉绀","keyValue":"1:褰撳厜鏍囧湪鍥惧儚绐楀彛鍐咃紝浼氬疄鏃舵樉绀洪鑹插拰鍧愭爣, 0:涓嶆樉绀","lasttime":"1:褰撳厜鏍囧湪鍥惧儚绐楀彛鍐咃紝浼氬疄鏃舵樉绀洪鑹插拰鍧愭爣, 0:涓嶆樉绀","valueList":["1:褰撳厜鏍囧湪鍥惧儚绐楀彛鍐咃紝浼氬疄鏃舵樉绀洪鑹插拰鍧愭爣, 0:涓嶆樉绀","-----","1:褰撳厜鏍囧湪鍥惧儚绐楀彛鍐咃紝浼氬疄鏃舵樉绀洪鑹插拰鍧愭爣, 0:涓嶆樉绀"]},{"curValue":"宸︾浉鏈","keyValue":"宸︾浉鏈","lasttime":"宸︾浉鏈","valueList":["宸︾浉鏈","left camera","宸︾浉鏈"]},{"curValue":"鍙崇浉鏈","keyValue":"鍙崇浉鏈","lasttime":"鍙崇浉鏈","valueList":["鍙崇浉鏈","right camera","鍙崇浉鏈"]},{"curValue":"闂磋窛","keyValue":"闂磋窛","lasttime":"闂磋窛","valueList":["闂磋窛","distance","闂磋窛"]},{"curValue":"鏉$爜","keyValue":"鏉$爜","lasttime":"鏉$爜","valueList":["鏉$爜","barCode","鏉$爜"]},{"curValue":"澶嶄綅","keyValue":"澶嶄綅","lasttime":"澶嶄綅","valueList":["澶嶄綅","reset","澶嶄綅"]},{"curValue":"鎬ュ仠","keyValue":"鎬ュ仠","lasttime":"鎬ュ仠","valueList":["鎬ュ仠","emergency ","鎬ュ仠"]},{"curValue":"鏀惧ぇ","keyValue":"鏀惧ぇ","lasttime":"鏀惧ぇ","valueList":["鏀惧ぇ","zoom out","鏀惧ぇ"]},{"curValue":"缂╁皬","keyValue":"缂╁皬","lasttime":"缂╁皬","valueList":["缂╁皬","zoom in","缂╁皬"]},{"curValue":"閫傚簲绐楀彛","keyValue":"閫傚簲绐楀彛","lasttime":"閫傚簲绐楀彛","valueList":["閫傚簲绐楀彛","fit window","閫傚簲绐楀彛"]},{"curValue":"閫傚簲鍥惧儚","keyValue":"閫傚簲鍥惧儚","lasttime":"閫傚簲鍥惧儚","valueList":["閫傚簲鍥惧儚","fit image","閫傚簲鍥惧儚"]},{"curValue":"娓呴櫎鍥惧儚","keyValue":"娓呴櫎鍥惧儚","lasttime":"娓呴櫎鍥惧儚","valueList":["娓呴櫎鍥惧儚","cls image","娓呴櫎鍥惧儚"]},{"curValue":"閫夐」","keyValue":"閫夐」","lasttime":"閫夐」","valueList":["閫夐」","option","閫夐」"]},{"curValue":"鏄剧ず鍥炬爣","keyValue":"鏄剧ず鍥炬爣","lasttime":"鏄剧ず鍥炬爣","valueList":["鏄剧ず鍥炬爣","display icon","鏄剧ず鍥炬爣"]},{"curValue":"鏄剧ず鏂囧瓧","keyValue":"鏄剧ず鏂囧瓧","lasttime":"鏄剧ず鏂囧瓧","valueList":["鏄剧ず鏂囧瓧","display text","鏄剧ず鏂囧瓧"]},{"curValue":"鏄剧ず鍥炬爣鍜屾枃瀛","keyValue":"鏄剧ず鍥炬爣鍜屾枃瀛","lasttime":"鏄剧ず鍥炬爣鍜屾枃瀛","valueList":["鏄剧ず鍥炬爣鍜屾枃瀛","display icon and text","鏄剧ず鍥炬爣鍜屾枃瀛"]},{"curValue":"鎵撳紑","keyValue":"鎵撳紑","lasttime":"鎵撳紑","valueList":["鎵撳紑","open","鎵撳紑"]},{"curValue":"淇濆瓨","keyValue":"淇濆瓨","lasttime":"淇濆瓨","valueList":["淇濆瓨","save","淇濆瓨"]},{"curValue":"鍙﹀瓨涓","keyValue":"鍙﹀瓨涓","lasttime":"鍙﹀瓨涓","valueList":["鍙﹀瓨涓","save as","鍙﹀瓨涓"]},{"curValue":"閲囬泦","keyValue":"閲囬泦","lasttime":"閲囬泦","valueList":["閲囬泦","grab a frame","閲囬泦"]},{"curValue":"瀹炴椂閲囬泦","keyValue":"瀹炴椂閲囬泦","lasttime":"瀹炴椂閲囬泦","valueList":["瀹炴椂閲囬泦","continus grab","瀹炴椂閲囬泦"]},{"curValue":"瀹炴椂鍥惧儚淇℃伅","keyValue":"瀹炴椂鍥惧儚淇℃伅","lasttime":"瀹炴椂鍥惧儚淇℃伅","valueList":["瀹炴椂鍥惧儚淇℃伅","cur info","瀹炴椂鍥惧儚淇℃伅"]},{"curValue":"澶勭悊","keyValue":"澶勭悊","lasttime":"澶勭悊","valueList":["澶勭悊","process","澶勭悊"]},{"curValue":"宸︿笂鍏夋簮","keyValue":"宸︿笂鍏夋簮","lasttime":"宸︿笂鍏夋簮","valueList":["宸︿笂鍏夋簮","left light","宸︿笂鍏夋簮"]},{"curValue":"鍙充笂鍏夋簮","keyValue":"鍙充笂鍏夋簮","lasttime":"鍙充笂鍏夋簮","valueList":["鍙充笂鍏夋簮","right light","鍙充笂鍏夋簮"]},{"curValue":"绛夊緟\r\n鎵爜涓.","keyValue":"绛夊緟\r\n鎵爜涓.","lasttime":"绛夊緟\r\n鎵爜涓.","valueList":["绛夊緟\r\n鎵爜涓.","waiting scann","绛夊緟\r\n鎵爜涓."]},{"curValue":"鍑歌疆閫熷害","keyValue":"鍑歌疆閫熷害","lasttime":"鍑歌疆閫熷害","valueList":["鍑歌疆閫熷害","the speed of the cam","鍑歌疆閫熷害"]},{"curValue":"鍚告枡妯Щ閫熷害","keyValue":"鍚告枡妯Щ閫熷害","lasttime":"鍚告枡妯Щ閫熷害","valueList":["鍚告枡妯Щ閫熷害","pipe moving speed","鍚告枡妯Щ閫熷害"]},{"curValue":"鍑歌疆鍒囧垁浣","keyValue":"鍑歌疆鍒囧垁浣","lasttime":"鍑歌疆鍒囧垁浣","valueList":["鍑歌疆鍒囧垁浣","the position of the cutter","鍑歌疆鍒囧垁浣"]},{"curValue":"鍑歌疆鍖呰兌浣","keyValue":"鍑歌疆鍖呰兌浣","lasttime":"鍑歌疆鍖呰兌浣","valueList":["鍑歌疆鍖呰兌浣","adjust the tape(cutter)","鍑歌疆鍖呰兌浣"]},{"curValue":"鍑歌疆鍙栨枡浣","keyValue":"鍑歌疆鍙栨枡浣","lasttime":"鍑歌疆鍙栨枡浣","valueList":["鍑歌疆鍙栨枡浣","catch the material(cutter)","鍑歌疆鍙栨枡浣"]},{"curValue":"棰勬挄浣嶇疆","keyValue":"棰勬挄浣嶇疆","lasttime":"棰勬挄浣嶇疆","valueList":["棰勬挄浣嶇疆","Advance to tear location","棰勬挄浣嶇疆"]},{"curValue":"棰勬挄鏃堕棿","keyValue":"棰勬挄鏃堕棿","lasttime":"棰勬挄鏃堕棿","valueList":["棰勬挄鏃堕棿","the time of advance tear ","棰勬挄鏃堕棿"]},{"curValue":"鍥炲師鐐","keyValue":"鍥炲師鐐","lasttime":"鍥炲師鐐","valueList":["鍥炲師鐐","go back","鍥炲師鐐"]},{"curValue":"鍖呰兌浣嶇疆","keyValue":"鍖呰兌浣嶇疆","lasttime":"鍖呰兌浣嶇疆","valueList":["鍖呰兌浣嶇疆","the position of tape","鍖呰兌浣嶇疆"]},{"curValue":"璁惧鐗堟湰鍨嬪彿","keyValue":"璁惧鐗堟湰鍨嬪彿","lasttime":"璁惧鐗堟湰鍨嬪彿","valueList":["璁惧鐗堟湰鍨嬪彿","Equipment version","璁惧鐗堟湰鍨嬪彿"]},{"curValue":"1 浣跨敤 0 涓嶄娇鐢","keyValue":"1 浣跨敤 0 涓嶄娇鐢","lasttime":"1 浣跨敤 0 涓嶄娇鐢","valueList":["1 浣跨敤 0 涓嶄娇鐢","1 on 0 off","1 浣跨敤 0 涓嶄娇鐢"]},{"curValue":"鍙戦佸績璺冲寘鐨勬椂闂 鍗曚綅绉","keyValue":"鍙戦佸績璺冲寘鐨勬椂闂 鍗曚綅绉","lasttime":"鍙戦佸績璺冲寘鐨勬椂闂 鍗曚綅绉","valueList":["鍙戦佸績璺冲寘鐨勬椂闂 鍗曚綅绉","the time of sending the heartbeat unit:second","鍙戦佸績璺冲寘鐨勬椂闂 鍗曚綅绉"]},{"curValue":"娴嬭瘯蹇冭烦鍖呮寚浠","keyValue":"娴嬭瘯蹇冭烦鍖呮寚浠","lasttime":"娴嬭瘯蹇冭烦鍖呮寚浠","valueList":["娴嬭瘯蹇冭烦鍖呮寚浠","the command of testing heartbeat","娴嬭瘯蹇冭烦鍖呮寚浠"]},{"curValue":"蹇冭烦鍖呰繑鍥炲","keyValue":"蹇冭烦鍖呰繑鍥炲","lasttime":"蹇冭烦鍖呰繑鍥炲","valueList":["蹇冭烦鍖呰繑鍥炲","heartbeat return","蹇冭烦鍖呰繑鍥炲"]},{"curValue":"閲嶈瘯绛夊緟鏃堕棿 鍗曚綅绉","keyValue":"閲嶈瘯绛夊緟鏃堕棿 鍗曚綅绉","lasttime":"閲嶈瘯绛夊緟鏃堕棿 鍗曚綅绉","valueList":["閲嶈瘯绛夊緟鏃堕棿 鍗曚綅绉","wait time for retry unit:second","閲嶈瘯绛夊緟鏃堕棿 鍗曚綅绉"]},{"curValue":"閲嶆柊杩炴帴鏃堕棿闂撮殧","keyValue":"閲嶆柊杩炴帴鏃堕棿闂撮殧","lasttime":"閲嶆柊杩炴帴鏃堕棿闂撮殧","valueList":["閲嶆柊杩炴帴鏃堕棿闂撮殧","reconnect interval","閲嶆柊杩炴帴鏃堕棿闂撮殧"]},{"curValue":"鍗曟鏈澶ц繑鍥炴椂闂","keyValue":"鍗曟鏈澶ц繑鍥炴椂闂","lasttime":"鍗曟鏈澶ц繑鍥炴椂闂","valueList":["鍗曟鏈澶ц繑鍥炴椂闂","single maximum return time","鍗曟鏈澶ц繑鍥炴椂闂"]},{"curValue":"鍗曟鏃堕棿闂撮殧","keyValue":"鍗曟鏃堕棿闂撮殧","lasttime":"鍗曟鏃堕棿闂撮殧","valueList":["鍗曟鏃堕棿闂撮殧","single time interval","鍗曟鏃堕棿闂撮殧"]},{"curValue":"1璋冭瘯妯″紡 0姝e父妯″紡","keyValue":"1璋冭瘯妯″紡 0姝e父妯″紡","lasttime":"1璋冭瘯妯″紡 0姝e父妯″紡","valueList":["1璋冭瘯妯″紡 0姝e父妯″紡","1debug 0normal","1璋冭瘯妯″紡 0姝e父妯″紡"]},{"curValue":"淇濆瓨褰撳墠鏁版嵁","keyValue":"淇濆瓨褰撳墠鏁版嵁","lasttime":"淇濆瓨褰撳墠鏁版嵁","valueList":["淇濆瓨褰撳墠鏁版嵁","save the data at present","淇濆瓨褰撳墠鏁版嵁"]},{"curValue":"璇诲彇浣嶅湴鍧","keyValue":"璇诲彇浣嶅湴鍧","lasttime":"璇诲彇浣嶅湴鍧","valueList":["璇诲彇浣嶅湴鍧","read address","璇诲彇浣嶅湴鍧"]},{"curValue":"鍐欎綅鍦板潃","keyValue":"鍐欎綅鍦板潃","lasttime":"鍐欎綅鍦板潃","valueList":["鍐欎綅鍦板潃","write address","鍐欎綅鍦板潃"]},{"curValue":"璇籇鍦板潃","keyValue":"璇籇鍦板潃","lasttime":"璇籇鍦板潃","valueList":["璇籇鍦板潃","read D address","璇籇鍦板潃"]},{"curValue":"鎵╁睍鍦板潃","keyValue":"鎵╁睍鍦板潃","lasttime":"鎵╁睍鍦板潃","valueList":["鎵╁睍鍦板潃","expand address","鎵╁睍鍦板潃"]},{"curValue":"鏄剧ず鏍煎紡","keyValue":"鏄剧ず鏍煎紡","lasttime":"鏄剧ず鏍煎紡","valueList":["鏄剧ず鏍煎紡","display format","鏄剧ず鏍煎紡"]},{"curValue":"涓插彛鍚嶇О","keyValue":"涓插彛鍚嶇О","lasttime":"涓插彛鍚嶇О","valueList":["涓插彛鍚嶇О","a serial port name","涓插彛鍚嶇О"]},{"curValue":"鏁版嵁浣 :5,6,7,8","keyValue":"鏁版嵁浣 :5,6,7,8","lasttime":"鏁版嵁浣 :5,6,7,8","valueList":["鏁版嵁浣 :5,6,7,8","the position of the data :5,6,7,8","鏁版嵁浣 :5,6,7,8"]},{"curValue":"鏍¢獙浣 :E 鍋舵牎楠 check 0:濂囨牎楠","keyValue":"鏍¢獙浣 :E 鍋舵牎楠 check 0:濂囨牎楠","lasttime":"鏍¢獙浣 :E 鍋舵牎楠 check 0:濂囨牎楠","valueList":["鏍¢獙浣 :E 鍋舵牎楠 check 0:濂囨牎楠","parity bit :E even check 0:odd","鏍¢獙浣 :E 鍋舵牎楠 check 0:濂囨牎楠"]},{"curValue":"鍋滄浣 , :1,5,2","keyValue":"鍋滄浣 , :1,5,2","lasttime":"鍋滄浣 , :1,5,2","valueList":["鍋滄浣 , :1,5,2","stop position , :1,5,2","鍋滄浣 , :1,5,2"]},{"curValue":"plc鐐逛綅","keyValue":"plc鐐逛綅","lasttime":"plc鐐逛綅","valueList":["plc鐐逛綅","plc point position","plc鐐逛綅"]},{"curValue":"璇绘潯鐮佹寚浠","keyValue":"璇绘潯鐮佹寚浠","lasttime":"璇绘潯鐮佹寚浠","valueList":["璇绘潯鐮佹寚浠","the command of reading code","璇绘潯鐮佹寚浠"]},{"curValue":"鍋滄璇荤爜鎸囦护","keyValue":"鍋滄璇荤爜鎸囦护","lasttime":"鍋滄璇荤爜鎸囦护","valueList":["鍋滄璇荤爜鎸囦护","stop the command of reading code","鍋滄璇荤爜鎸囦护"]},{"curValue":"宸︿晶鎷嶇収瀹屾垚","keyValue":"宸︿晶鎷嶇収瀹屾垚","lasttime":"宸︿晶鎷嶇収瀹屾垚","valueList":["宸︿晶鎷嶇収瀹屾垚","finished taking pictures on the left","宸︿晶鎷嶇収瀹屾垚"]},{"curValue":"鍙充晶鎷嶇収瀹屾垚","keyValue":"鍙充晶鎷嶇収瀹屾垚","lasttime":"鍙充晶鎷嶇収瀹屾垚","valueList":["鍙充晶鎷嶇収瀹屾垚","finished taking pictures on the right","鍙充晶鎷嶇収瀹屾垚"]},{"curValue":"1琛ㄧず鎾斁锛0琛ㄧず涓嶆挱鏀","keyValue":"1琛ㄧず鎾斁锛0琛ㄧず涓嶆挱鏀","lasttime":"1琛ㄧず鎾斁锛0琛ㄧず涓嶆挱鏀","valueList":["1琛ㄧず鎾斁锛0琛ㄧず涓嶆挱鏀","1display锛0do not display","1琛ㄧず鎾斁锛0琛ㄧず涓嶆挱鏀"]},{"curValue":"宸︿晶鎷嶇収寮濮","keyValue":"宸︿晶鎷嶇収寮濮","lasttime":"宸︿晶鎷嶇収寮濮","valueList":["宸︿晶鎷嶇収寮濮","start taking pictures on the left","宸︿晶鎷嶇収寮濮"]},{"curValue":"鍙充晶鎷嶇収寮濮","keyValue":"鍙充晶鎷嶇収寮濮","lasttime":"鍙充晶鎷嶇収寮濮","valueList":["鍙充晶鎷嶇収寮濮","start taking pictures on the right","鍙充晶鎷嶇収寮濮"]},{"curValue":"绛夊緟绗2娆℃壂鐮","keyValue":"绛夊緟绗2娆℃壂鐮","lasttime":"绛夊緟绗2娆℃壂鐮","valueList":["绛夊緟绗2娆℃壂鐮","wait for the second scan","绛夊緟绗2娆℃壂鐮"]},{"curValue":"鏉$爜姣斿OK,绛夊緟鎺ユ枡","keyValue":"鏉$爜姣斿OK,绛夊緟鎺ユ枡","lasttime":"鏉$爜姣斿OK,绛夊緟鎺ユ枡","valueList":["鏉$爜姣斿OK,绛夊緟鎺ユ枡","pass pls feed","鏉$爜姣斿OK,绛夊緟鎺ユ枡"]},{"curValue":"usb杈撳叆鏉$爜寤舵椂鑷姩杈撳叆","keyValue":"usb杈撳叆鏉$爜寤舵椂鑷姩杈撳叆","lasttime":"usb杈撳叆鏉$爜寤舵椂鑷姩杈撳叆","valueList":["usb杈撳叆鏉$爜寤舵椂鑷姩杈撳叆","usb barcode input delayed auto-input","usb杈撳叆鏉$爜寤舵椂鑷姩杈撳叆"]},{"curValue":"ok澹伴煶鍚嶇О","keyValue":"ok澹伴煶鍚嶇О","lasttime":"ok澹伴煶鍚嶇О","valueList":["ok澹伴煶鍚嶇О","ok voice name","ok澹伴煶鍚嶇О"]},{"curValue":"ng澹伴煶鍚嶇О","keyValue":"ng澹伴煶鍚嶇О","lasttime":"ng澹伴煶鍚嶇О","valueList":["ng澹伴煶鍚嶇О","ng voice name","ng澹伴煶鍚嶇О"]},{"curValue":"褰撴壂鐮佹牎楠宱k鏄惁鎾斁澹伴煶","keyValue":"褰撴壂鐮佹牎楠宱k鏄惁鎾斁澹伴煶","lasttime":"褰撴壂鐮佹牎楠宱k鏄惁鎾斁澹伴煶","valueList":["褰撴壂鐮佹牎楠宱k鏄惁鎾斁澹伴煶","whether to play sound or not when scan is ok","褰撴壂鐮佹牎楠宱k鏄惁鎾斁澹伴煶"]},{"curValue":"1锛氳嚜鍔ㄦ竻绌 0锛氭壂鎻忔柊鏉$爜鎵嶆竻绌","keyValue":"1锛氳嚜鍔ㄦ竻绌 0锛氭壂鎻忔柊鏉$爜鎵嶆竻绌","lasttime":"1锛氳嚜鍔ㄦ竻绌 0锛氭壂鎻忔柊鏉$爜鎵嶆竻绌","valueList":["1锛氳嚜鍔ㄦ竻绌 0锛氭壂鎻忔柊鏉$爜鎵嶆竻绌","1锛歛uto-clear 0锛歝lear when scan the new code","1锛氳嚜鍔ㄦ竻绌 0锛氭壂鎻忔柊鏉$爜鎵嶆竻绌"]},{"curValue":"鎺ユ枡瀹屾垚鏄惁鑷姩娓呯┖鏉$爜","keyValue":"鎺ユ枡瀹屾垚鏄惁鑷姩娓呯┖鏉$爜","lasttime":"鎺ユ枡瀹屾垚鏄惁鑷姩娓呯┖鏉$爜","valueList":["鎺ユ枡瀹屾垚鏄惁鑷姩娓呯┖鏉$爜","clear barCode after splic finished","鎺ユ枡瀹屾垚鏄惁鑷姩娓呯┖鏉$爜"]},{"curValue":"4澶ф寜閽瓧浣撳ぇ灏","keyValue":"4澶ф寜閽瓧浣撳ぇ灏","lasttime":"4澶ф寜閽瓧浣撳ぇ灏","valueList":["4澶ф寜閽瓧浣撳ぇ灏","mainbutton font size","4澶ф寜閽瓧浣撳ぇ灏"]},{"curValue":"绔彛鍙峰彲浠ヨ缃紝鍏朵粬鐨勫弬鏁板浐瀹氫负 娉㈢壒鐜115200锛屽伓鏍¢獙锛8鏁版嵁浣嶏紝1鍋滄浣 ","keyValue":"绔彛鍙峰彲浠ヨ缃紝鍏朵粬鐨勫弬鏁板浐瀹氫负 娉㈢壒鐜115200锛屽伓鏍¢獙锛8鏁版嵁浣嶏紝1鍋滄浣 ","lasttime":"绔彛鍙峰彲浠ヨ缃紝鍏朵粬鐨勫弬鏁板浐瀹氫负 娉㈢壒鐜115200锛屽伓鏍¢獙锛8鏁版嵁浣嶏紝1鍋滄浣 ","valueList":["绔彛鍙峰彲浠ヨ缃紝鍏朵粬鐨勫弬鏁板浐瀹氫负 娉㈢壒鐜115200锛屽伓鏍¢獙锛8鏁版嵁浣嶏紝1鍋滄浣 ","can set portName other para 115200.E.8.1","绔彛鍙峰彲浠ヨ缃紝鍏朵粬鐨勫弬鏁板浐瀹氫负 娉㈢壒鐜115200锛屽伓鏍¢獙锛8鏁版嵁浣嶏紝1鍋滄浣 "]},{"curValue":"淇濆瓨鏃ュ織","keyValue":"淇濆瓨鏃ュ織","lasttime":"淇濆瓨鏃ュ織","valueList":["淇濆瓨鏃ュ織","save log","淇濆瓨鏃ュ織"]},{"curValue":"鎺ユ枡鏈哄姩浣滄壂鎻","keyValue":"鎺ユ枡鏈哄姩浣滄壂鎻","lasttime":"鎺ユ枡鏈哄姩浣滄壂鎻","valueList":["鎺ユ枡鏈哄姩浣滄壂鎻","splic scan action","鎺ユ枡鏈哄姩浣滄壂鎻"]},{"curValue":"鎵爜灞忚斀","keyValue":"鎵爜灞忚斀","lasttime":"鎵爜灞忚斀","valueList":["鎵爜灞忚斀","disable scan barcode","鎵爜灞忚斀"]},{"curValue":"鎵爜灞忚斀,绛夊緟鎺ユ枡銆傘","keyValue":"鎵爜灞忚斀,绛夊緟鎺ユ枡銆傘","lasttime":"鎵爜灞忚斀,绛夊緟鎺ユ枡銆傘","valueList":["鎵爜灞忚斀,绛夊緟鎺ユ枡銆傘","disable scan ,wait splic ","鎵爜灞忚斀,绛夊緟鎺ユ枡銆傘"]},{"curValue":"閬胯浣嶇疆","keyValue":"閬胯浣嶇疆","lasttime":"閬胯浣嶇疆","valueList":["閬胯浣嶇疆","avoidance location","閬胯浣嶇疆"]},{"curValue":"鑷抽伩璁╀綅缃","keyValue":"鑷抽伩璁╀綅缃","lasttime":"鑷抽伩璁╀綅缃","valueList":["鑷抽伩璁╀綅缃","to avoidance loation","鑷抽伩璁╀綅缃"]},{"curValue":"棰勬挄杩涜窛绂","keyValue":"棰勬挄杩涜窛绂","lasttime":"棰勬挄杩涜窛绂","valueList":["棰勬挄杩涜窛绂","pre-tearing distance","棰勬挄杩涜窛绂"]},{"curValue":"棰勬挄鍙嶈浆鏃堕棿","keyValue":"棰勬挄鍙嶈浆鏃堕棿","lasttime":"棰勬挄鍙嶈浆鏃堕棿","valueList":["棰勬挄鍙嶈浆鏃堕棿","pre-tearing toggle time","棰勬挄鍙嶈浆鏃堕棿"]},{"curValue":"缃戦〉","keyValue":"缃戦〉","lasttime":"缃戦〉","valueList":["缃戦〉","website","缃戦〉"]},{"curValue":"瑙﹀彂","keyValue":"瑙﹀彂","lasttime":"瑙﹀彂","valueList":["瑙﹀彂","trigger","瑙﹀彂"]},{"curValue":"鍐欏厜绾ゅ","keyValue":"鍐欏厜绾ゅ","lasttime":"鍐欏厜绾ゅ","valueList":["鍐欏厜绾ゅ","write firbr","鍐欏厜绾ゅ"]},{"curValue":"鎺ユ枡涓","keyValue":"鎺ユ枡涓","lasttime":"鎺ユ枡涓","valueList":["鎺ユ枡涓","splicing","鎺ユ枡涓"]},{"curValue":"鍗冲皢鍏虫満,\r\n鍓╀綑","keyValue":"鍗冲皢鍏虫満,\r\n鍓╀綑","lasttime":"鍗冲皢鍏虫満,\r\n鍓╀綑","valueList":["鍗冲皢鍏虫満,\r\n鍓╀綑","coming soon shut down .remain","鍗冲皢鍏虫満,\r\n鍓╀綑"]},{"curValue":"鎶ヨ涓","keyValue":"鎶ヨ涓","lasttime":"鎶ヨ涓","valueList":["鎶ヨ涓","alarming","鎶ヨ涓"]},{"curValue":"鎶ヨ","keyValue":"鎶ヨ","lasttime":"鎶ヨ","valueList":["鎶ヨ","alarming","鎶ヨ"]},{"curValue":"鍗冲皢鍏虫満","keyValue":"鍗冲皢鍏虫満","lasttime":"鍗冲皢鍏虫満","valueList":["鍗冲皢鍏虫満"," shut down","鍗冲皢鍏虫満"]},{"curValue":"鍓╀綑","keyValue":"鍓╀綑","lasttime":"鍓╀綑","valueList":["鍓╀綑","remain","鍓╀綑"]},{"curValue":"绉","keyValue":"绉","lasttime":"绉","valueList":["绉","second","绉"]},{"curValue":"澶嶆壂鏍¢獙鎴愬姛","keyValue":"澶嶆壂鏍¢獙鎴愬姛","lasttime":"澶嶆壂鏍¢獙鎴愬姛","valueList":["澶嶆壂鏍¢獙鎴愬姛","rescan check ok","澶嶆壂鏍¢獙鎴愬姛"]},{"curValue":"鎺ユ敹鎵爜淇℃伅","keyValue":"鎺ユ敹鎵爜淇℃伅","lasttime":"鎺ユ敹鎵爜淇℃伅","valueList":["鎺ユ敹鎵爜淇℃伅","receive new barcode","鎺ユ敹鎵爜淇℃伅"]},{"curValue":"鎺ユ枡鏈 v18.11.19","keyValue":"鎺ユ枡鏈 v18.11.19","lasttime":"鎺ユ枡鏈 v18.11.19","valueList":["鎺ユ枡鏈 v18.11.19","splic machine v18.11.19","鎺ユ枡鏈 v18.11.19"]},{"curValue":"Tcp绔彛鍙","keyValue":"Tcp绔彛鍙","lasttime":"Tcp绔彛鍙","valueList":["Tcp绔彛鍙","Tcp port","Tcp绔彛鍙"]},{"curValue":"Udp绔彛鍙","keyValue":"Udp绔彛鍙","lasttime":"Udp绔彛鍙","valueList":["Udp绔彛鍙","Udp port","Udp绔彛鍙"]},{"curValue":"涓插彛绔彛鍙","keyValue":"涓插彛绔彛鍙","lasttime":"涓插彛绔彛鍙","valueList":["涓插彛绔彛鍙","serial com portName","涓插彛绔彛鍙"]},{"curValue":"mes杩斿洖绛夊緟鏃堕棿","keyValue":"mes杩斿洖绛夊緟鏃堕棿","lasttime":"mes杩斿洖绛夊緟鏃堕棿","valueList":["mes杩斿洖绛夊緟鏃堕棿","mes return time","mes杩斿洖绛夊緟鏃堕棿"]},{"curValue":"鎺ユ敹鍒扮殑鏉$爜鏄","keyValue":"鎺ユ敹鍒扮殑鏉$爜鏄","lasttime":"鎺ユ敹鍒扮殑鏉$爜鏄","valueList":["鎺ユ敹鍒扮殑鏉$爜鏄","receive barcode is","鎺ユ敹鍒扮殑鏉$爜鏄"]},{"curValue":"寮濮嬫潯鐮佹牎楠屾潯鐮","keyValue":"寮濮嬫潯鐮佹牎楠屾潯鐮","lasttime":"寮濮嬫潯鐮佹牎楠屾潯鐮","valueList":["寮濮嬫潯鐮佹牎楠屾潯鐮","start check barcode","寮濮嬫潯鐮佹牎楠屾潯鐮"]},{"curValue":"鏂版潯鐮侀暱搴﹀お鐭紝鑷冲皯8浣","keyValue":"鏂版潯鐮侀暱搴﹀お鐭紝鑷冲皯8浣","lasttime":"鏂版潯鐮侀暱搴﹀お鐭紝鑷冲皯8浣","valueList":["鏂版潯鐮侀暱搴﹀お鐭紝鑷冲皯8浣","new barcode is too short","鏂版潯鐮侀暱搴﹀お鐭紝鑷冲皯8浣"]},{"curValue":"鏂版潯鐮佷笉鑳戒负绌","keyValue":"鏂版潯鐮佷笉鑳戒负绌","lasttime":"鏂版潯鐮佷笉鑳戒负绌","valueList":["鏂版潯鐮佷笉鑳戒负绌","new barcode cannot null","鏂版潯鐮佷笉鑳戒负绌"]},{"curValue":"mes鏍¢獙杩斿洖鍊","keyValue":"mes鏍¢獙杩斿洖鍊","lasttime":"mes鏍¢獙杩斿洖鍊","valueList":["mes鏍¢獙杩斿洖鍊","mes check return ","mes鏍¢獙杩斿洖鍊"]},{"curValue":"mes鏍¢獙杩斿洖鍊1","keyValue":"mes鏍¢獙杩斿洖鍊1","lasttime":"mes鏍¢獙杩斿洖鍊1","valueList":["mes鏍¢獙杩斿洖鍊1","mes check return 1","mes鏍¢獙杩斿洖鍊1"]},{"curValue":"鏃ф潯鐮佷笉鑳戒负绌","keyValue":"鏃ф潯鐮佷笉鑳戒负绌","lasttime":"鏃ф潯鐮佷笉鑳戒负绌","valueList":["鏃ф潯鐮佷笉鑳戒负绌","old barcode cannot be null","鏃ф潯鐮佷笉鑳戒负绌"]},{"curValue":"mes鏍¢獙杩斿洖鍊2","keyValue":"mes鏍¢獙杩斿洖鍊2","lasttime":"mes鏍¢獙杩斿洖鍊2","valueList":["mes鏍¢獙杩斿洖鍊2","mes check return 2","mes鏍¢獙杩斿洖鍊2"]},{"curValue":"鏉$爜鎸囩ず鐏222","keyValue":"鏉$爜鎸囩ず鐏222","lasttime":"鏉$爜鎸囩ず鐏222","valueList":["鏉$爜鎸囩ず鐏222","barcode led 222","鏉$爜鎸囩ず鐏222"]},{"curValue":"鍏堟斁鏂欏甫妯″紡绛夊緟鎵爜","keyValue":"鍏堟斁鏂欏甫妯″紡绛夊緟鎵爜","lasttime":"鍏堟斁鏂欏甫妯″紡绛夊緟鎵爜","valueList":["鍏堟斁鏂欏甫妯″紡绛夊緟鎵爜","put product first","鍏堟斁鏂欏甫妯″紡绛夊緟鎵爜"]},{"curValue":"绗竴閮ㄥ垎","keyValue":"绗竴閮ㄥ垎","lasttime":"绗竴閮ㄥ垎","valueList":["绗竴閮ㄥ垎","first part","绗竴閮ㄥ垎"]},{"curValue":"绗笁閮ㄥ垎","keyValue":"绗笁閮ㄥ垎","lasttime":"绗笁閮ㄥ垎","valueList":["绗笁閮ㄥ垎","The third part","绗笁閮ㄥ垎"]},{"curValue":"鍙傛暟","keyValue":"鍙傛暟","lasttime":"鍙傛暟","valueList":["鍙傛暟","para","鍙傛暟"]},{"curValue":"杩涙枡瓒呮椂","keyValue":"杩涙枡瓒呮椂","lasttime":"杩涙枡瓒呮椂","valueList":["杩涙枡瓒呮椂","enter product time out","杩涙枡瓒呮椂"]},{"curValue":"鎺ユ枡瓒呮椂","keyValue":"鎺ユ枡瓒呮椂","lasttime":"鎺ユ枡瓒呮椂","valueList":["鎺ユ枡瓒呮椂","splic product timeout","鎺ユ枡瓒呮椂"]},{"curValue":"鍙嶈浆鏃堕棿","keyValue":"鍙嶈浆鏃堕棿","lasttime":"鍙嶈浆鏃堕棿","valueList":["鍙嶈浆鏃堕棿","motor run oppsite dir time","鍙嶈浆鏃堕棿"]},{"curValue":"棰勬挄璺濈","keyValue":"棰勬挄璺濈","lasttime":"棰勬挄璺濈","valueList":["棰勬挄璺濈","pre distance","棰勬挄璺濈"]},{"curValue":"棰勬挄瀹屽鎺ラ熷害","keyValue":"棰勬挄瀹屽鎺ラ熷害","lasttime":"棰勬挄瀹屽鎺ラ熷害","valueList":["棰勬挄瀹屽鎺ラ熷害","pre tear speed","棰勬挄瀹屽鎺ラ熷害"]},{"curValue":"鏌ユ壘绌烘枡閫熷害","keyValue":"鏌ユ壘绌烘枡閫熷害","lasttime":"鏌ユ壘绌烘枡閫熷害","valueList":["鏌ユ壘绌烘枡閫熷害","find null speed","鏌ユ壘绌烘枡閫熷害"]},{"curValue":"褰撳墠浣嶇疆(mm)","keyValue":"褰撳墠浣嶇疆(mm)","lasttime":"褰撳墠浣嶇疆(mm)","valueList":["褰撳墠浣嶇疆(mm)","cur pos","褰撳墠浣嶇疆(mm)"]},{"curValue":"鍚戜笅","keyValue":"鍚戜笅","lasttime":"鍚戜笅","valueList":["鍚戜笅","down","鍚戜笅"]},{"curValue":"鍚戜笂","keyValue":"鍚戜笂","lasttime":"鍚戜笂","valueList":["鍚戜笂","up","鍚戜笂"]},{"curValue":"妫娴嬫洿鏂","keyValue":"妫娴嬫洿鏂","lasttime":"妫娴嬫洿鏂","valueList":["妫娴嬫洿鏂","update","妫娴嬫洿鏂"]},{"curValue":"鐢电閾","keyValue":"鐢电閾","lasttime":"鐢电閾","valueList":["鐢电閾","electromagnet","鐢电閾"]},{"curValue":"棰勬挄鐢垫満","keyValue":"棰勬挄鐢垫満","lasttime":"棰勬挄鐢垫満","valueList":["棰勬挄鐢垫満","pre tear motor","棰勬挄鐢垫満"]},{"curValue":"鍑歌疆棰勬挄鎶捣","keyValue":"鍑歌疆棰勬挄鎶捣","lasttime":"鍑歌疆棰勬挄鎶捣","valueList":["鍑歌疆棰勬挄鎶捣","cam pre tear up","鍑歌疆棰勬挄鎶捣"]},{"curValue":"鍑歌疆棰勬挄鍘嬩笅","keyValue":"鍑歌疆棰勬挄鍘嬩笅","lasttime":"鍑歌疆棰勬挄鍘嬩笅","valueList":["鍑歌疆棰勬挄鍘嬩笅","cam pre tear press","鍑歌疆棰勬挄鍘嬩笅"]},{"curValue":"妯℃嫙閲忚缃","keyValue":"妯℃嫙閲忚缃","lasttime":"妯℃嫙閲忚缃","valueList":["妯℃嫙閲忚缃","ad settting","妯℃嫙閲忚缃"]},{"curValue":"鏄惁浣跨敤涓插彛鎵爜鏋猒","keyValue":"鏄惁浣跨敤涓插彛鎵爜鏋猒","lasttime":"鏄惁浣跨敤涓插彛鎵爜鏋猒","valueList":["鏄惁浣跨敤涓插彛鎵爜鏋猒","use com scanner","鏄惁浣跨敤涓插彛鎵爜鏋猒"]},{"curValue":"鍙栨枡甯﹀欢鏃","keyValue":"鍙栨枡甯﹀欢鏃","lasttime":"鍙栨枡甯﹀欢鏃","valueList":["鍙栨枡甯﹀欢鏃","pick product time delay","鍙栨枡甯﹀欢鏃"]},{"curValue":"鎷ㄦ枡1鏃堕棿","keyValue":"鎷ㄦ枡1鏃堕棿","lasttime":"鎷ㄦ枡1鏃堕棿","valueList":["鎷ㄦ枡1鏃堕棿","Dial 1 time","鎷ㄦ枡1鏃堕棿"]},{"curValue":"鎷ㄦ枡2鏃堕棿","keyValue":"鎷ㄦ枡2鏃堕棿","lasttime":"鎷ㄦ枡2鏃堕棿","valueList":["鎷ㄦ枡2鏃堕棿","Dial 2 time","鎷ㄦ枡2鏃堕棿"]},{"curValue":"棰勭Щ鑺傝窛","keyValue":"棰勭Щ鑺傝窛","lasttime":"棰勭Щ鑺傝窛","valueList":["棰勭Щ鑺傝窛","Moves the pitch","棰勭Щ鑺傝窛"]},{"curValue":"鍓茶啘娆℃暟","keyValue":"鍓茶啘娆℃暟","lasttime":"鍓茶啘娆℃暟","valueList":["鍓茶啘娆℃暟","Cut the film times","鍓茶啘娆℃暟"]},{"curValue":"鎷ㄥ垁1","keyValue":"鎷ㄥ垁1","lasttime":"鎷ㄥ垁1","valueList":["鎷ㄥ垁1","Dial the dao 1","鎷ㄥ垁1"]},{"curValue":"鎷ㄥ垁2","keyValue":"鎷ㄥ垁2","lasttime":"鎷ㄥ垁2","valueList":["鎷ㄥ垁2","Dial the dao 2","鎷ㄥ垁2"]},{"curValue":"鍚稿ご","keyValue":"鍚稿ご","lasttime":"鍚稿ご","valueList":["鍚稿ご","suction","鍚稿ご"]},{"curValue":"娴侀亾","keyValue":"娴侀亾","lasttime":"娴侀亾","valueList":["娴侀亾","Flow channel","娴侀亾"]},{"curValue":"鑷虫嫧鍑轰綅(mm)","keyValue":"鑷虫嫧鍑轰綅(mm)","lasttime":"鑷虫嫧鍑轰綅(mm)","valueList":["鑷虫嫧鍑轰綅(mm)","To dial out (mm)","鑷虫嫧鍑轰綅(mm)"]},{"curValue":"鎷ㄥ垁閫熷害","keyValue":"鎷ㄥ垁閫熷害","lasttime":"鎷ㄥ垁閫熷害","valueList":["鎷ㄥ垁閫熷害","Dial the knife speed","鎷ㄥ垁閫熷害"]},{"curValue":"鑷冲垏鍒浣(mm)","keyValue":"鑷冲垏鍒浣(mm)","lasttime":"鑷冲垏鍒浣(mm)","valueList":["鑷冲垏鍒浣(mm)","To the cutting edge (mm)","鑷冲垏鍒浣(mm)"]},{"curValue":"鍚稿ご閫熷害","keyValue":"鍚稿ご閫熷害","lasttime":"鍚稿ご閫熷害","valueList":["鍚稿ご閫熷害","Suction speed","鍚稿ご閫熷害"]},{"curValue":"閫佽啘1閫熷害","keyValue":"閫佽啘1閫熷害","lasttime":"閫佽啘1閫熷害","valueList":["閫佽啘1閫熷害","Film feeding speed 1","閫佽啘1閫熷害"]},{"curValue":"鐑啍浣嶇疆","keyValue":"鐑啍浣嶇疆","lasttime":"鐑啍浣嶇疆","valueList":["鐑啍浣嶇疆","Hot melt position","鐑啍浣嶇疆"]},{"curValue":"鑷冲寘鑳朵綅(mm)","keyValue":"鑷冲寘鑳朵綅(mm)","lasttime":"鑷冲寘鑳朵綅(mm)","valueList":["鑷冲寘鑳朵綅(mm)","To glue level (mm)","鑷冲寘鑳朵綅(mm)"]},{"curValue":"鑳惰啘1鍚镐綅(mm)","keyValue":"鑳惰啘1鍚镐綅(mm)","lasttime":"鑳惰啘1鍚镐綅(mm)","valueList":["鑳惰啘1鍚镐綅(mm)","Adhesive film 1 suction position (mm)","鑳惰啘1鍚镐綅(mm)"]},{"curValue":"鑳惰啘2鍚镐綅(mm)","keyValue":"鑳惰啘2鍚镐綅(mm)","lasttime":"鑳惰啘2鍚镐綅(mm)","valueList":["鑳惰啘2鍚镐綅(mm)","Adhesive film 1 suction position (mm)","鑳惰啘2鍚镐綅(mm)"]},{"curValue":"12mm鎷ㄥ嚭浣","keyValue":"12mm鎷ㄥ嚭浣","lasttime":"12mm鎷ㄥ嚭浣","valueList":["12mm鎷ㄥ嚭浣","12 mm dial stand out","12mm鎷ㄥ嚭浣"]},{"curValue":"16mm鎷ㄥ嚭浣","keyValue":"16mm鎷ㄥ嚭浣","lasttime":"16mm鎷ㄥ嚭浣","valueList":["16mm鎷ㄥ嚭浣","16 mm dial stand out","16mm鎷ㄥ嚭浣"]},{"curValue":"鎷ㄥ垁2閫熷害","keyValue":"鎷ㄥ垁2閫熷害","lasttime":"鎷ㄥ垁2閫熷害","valueList":["鎷ㄥ垁2閫熷害","Dial 2 speed","鎷ㄥ垁2閫熷害"]},{"curValue":"閫佽啘2閫熷害","keyValue":"閫佽啘2閫熷害","lasttime":"閫佽啘2閫熷害","valueList":["閫佽啘2閫熷害","Film feeding speed 2","閫佽啘2閫熷害"]},{"curValue":"鍏ユ枡鏃","keyValue":"鍏ユ枡鏃","lasttime":"鍏ユ枡鏃","valueList":["鍏ユ枡鏃","In way","鍏ユ枡鏃"]},{"curValue":"澶圭揣鏃","keyValue":"澶圭揣鏃","lasttime":"澶圭揣鏃","valueList":["澶圭揣鏃","clamping","澶圭揣鏃"]},{"curValue":"8mm瀹藉害","keyValue":"8mm瀹藉害","lasttime":"8mm瀹藉害","valueList":["8mm瀹藉害","8 mm width","8mm瀹藉害"]},{"curValue":"12mm瀹藉害","keyValue":"12mm瀹藉害","lasttime":"12mm瀹藉害","valueList":["12mm瀹藉害","12 mm width","12mm瀹藉害"]},{"curValue":"16mm瀹藉害","keyValue":"16mm瀹藉害","lasttime":"16mm瀹藉害","valueList":["16mm瀹藉害","16 mm width","16mm瀹藉害"]},{"curValue":"璋冨閫熷害","keyValue":"璋冨閫熷害","lasttime":"璋冨閫熷害","valueList":["璋冨閫熷害","Wide adjustable speed","璋冨閫熷害"]},{"curValue":"鎷ㄦ枡甯","keyValue":"鎷ㄦ枡甯","lasttime":"鎷ㄦ枡甯","valueList":["鎷ㄦ枡甯","Dial the strip","鎷ㄦ枡甯"]},{"curValue":"鎷ㄦ枡甯1","keyValue":"鎷ㄦ枡甯1","lasttime":"鎷ㄦ枡甯1","valueList":["鎷ㄦ枡甯1","Dial the strip 1","鎷ㄦ枡甯1"]},{"curValue":"鎷ㄦ枡甯2","keyValue":"鎷ㄦ枡甯2","lasttime":"鎷ㄦ枡甯2","valueList":["鎷ㄦ枡甯2","Dial the strip 2","鎷ㄦ枡甯2"]},{"curValue":"鐪熺┖1","keyValue":"鐪熺┖1","lasttime":"鐪熺┖1","valueList":["鐪熺┖1","vacuum 1","鐪熺┖1"]},{"curValue":"鐪熺┖2","keyValue":"鐪熺┖2","lasttime":"鐪熺┖2","valueList":["鐪熺┖2","vacuum 2","鐪熺┖2"]},{"curValue":"鐪熺┖3","keyValue":"鐪熺┖3","lasttime":"鐪熺┖3","valueList":["鐪熺┖3","vacuum 3","鐪熺┖3"]},{"curValue":"鎷ㄤ竴涓枡1","keyValue":"鎷ㄤ竴涓枡1","lasttime":"鎷ㄤ竴涓枡1","valueList":["鎷ㄤ竴涓枡1","Pick a material 1","鎷ㄤ竴涓枡1"]},{"curValue":"鎷ㄤ竴涓枡2","keyValue":"鎷ㄤ竴涓枡2","lasttime":"鎷ㄤ竴涓枡2","valueList":["鎷ㄤ竴涓枡2","Pick a material 2","鎷ㄤ竴涓枡2"]},{"curValue":"浠巔lc璇诲彇鏁版嵁","keyValue":"浠巔lc璇诲彇鏁版嵁","lasttime":"浠巔lc璇诲彇鏁版嵁","valueList":["浠巔lc璇诲彇鏁版嵁","Read data from PLC","浠巔lc璇诲彇鏁版嵁"]},{"curValue":"io鐩戞帶","keyValue":"io鐩戞帶","lasttime":"io鐩戞帶","valueList":["io鐩戞帶","IO monitor","io鐩戞帶"]},{"curValue":"宸﹀瓟杈","keyValue":"宸﹀瓟杈","lasttime":"宸﹀瓟杈","valueList":["宸﹀瓟杈","The left side of hole","宸﹀瓟杈"]},{"curValue":"宸﹀瓟涓績","keyValue":"宸﹀瓟涓績","lasttime":"宸﹀瓟涓績","valueList":["宸﹀瓟涓績","The center left hole","宸﹀瓟涓績"]},{"curValue":"宸︿袱瀛斾腑蹇","keyValue":"宸︿袱瀛斾腑蹇","lasttime":"宸︿袱瀛斾腑蹇","valueList":["宸︿袱瀛斾腑蹇","Center of left two holes","宸︿袱瀛斾腑蹇"]},{"curValue":"鍙冲瓟杈","keyValue":"鍙冲瓟杈","lasttime":"鍙冲瓟杈","valueList":["鍙冲瓟杈","The right side of hole","鍙冲瓟杈"]},{"curValue":"鍙冲瓟涓績","keyValue":"鍙冲瓟涓績","lasttime":"鍙冲瓟涓績","valueList":["鍙冲瓟涓績","The center right hole","鍙冲瓟涓績"]},{"curValue":"鍙充袱瀛斾腑蹇","keyValue":"鍙充袱瀛斾腑蹇","lasttime":"鍙充袱瀛斾腑蹇","valueList":["鍙充袱瀛斾腑蹇","Center of right two holes","鍙充袱瀛斾腑蹇"]},{"curValue":"瀛斾腑蹇","keyValue":"瀛斾腑蹇","lasttime":"瀛斾腑蹇","valueList":["瀛斾腑蹇","Hole center","瀛斾腑蹇"]},{"curValue":"瀛旇竟2","keyValue":"瀛旇竟2","lasttime":"瀛旇竟2","valueList":["瀛旇竟2","The side of hole 2","瀛旇竟2"]},{"curValue":"涓ゅ瓟涓績","keyValue":"涓ゅ瓟涓績","lasttime":"涓ゅ瓟涓績","valueList":["涓ゅ瓟涓績","Two hole center","涓ゅ瓟涓績"]},{"curValue":"宸","keyValue":"宸","lasttime":"宸","valueList":["宸","On the left","宸"]},{"curValue":"鍙","keyValue":"鍙","lasttime":"鍙","valueList":["鍙","On the right","鍙"]},{"curValue":"鍒囧垁浣嶄笉灞忚斀","keyValue":"鍒囧垁浣嶄笉灞忚斀","lasttime":"鍒囧垁浣嶄笉灞忚斀","valueList":["鍒囧垁浣嶄笉灞忚斀","Cutter bitDon't block","鍒囧垁浣嶄笉灞忚斀"]},{"curValue":"鎷ㄦ枡鏃堕棿","keyValue":"鎷ㄦ枡鏃堕棿","lasttime":"鎷ㄦ枡鏃堕棿","valueList":["鎷ㄦ枡鏃堕棿","briar dressing time","鎷ㄦ枡鏃堕棿"]},{"curValue":"鏍煎紡=a|A;b|B;\r\n琛ㄧず灏哸鏇挎崲鎴怉锛屽皢b鏇挎崲鎴怋","keyValue":"鏍煎紡=a|A;b|B;\r\n琛ㄧず灏哸鏇挎崲鎴怉锛屽皢b鏇挎崲鎴怋","lasttime":"鏍煎紡=a|A;b|B;\r\n琛ㄧず灏哸鏇挎崲鎴怉锛屽皢b鏇挎崲鎴怋","valueList":["鏍煎紡=a|A;b|B;\r\n琛ㄧず灏哸鏇挎崲鎴怉锛屽皢b鏇挎崲鎴怋","format=a|A;b|B;\r\nreplace a to A 锛宺eplace b to B","鏍煎紡=a|A;b|B;\r\n琛ㄧず灏哸鏇挎崲鎴怉锛屽皢b鏇挎崲鎴怋"]},{"curValue":"鏄惁杩涜瀛楃鏇挎崲 锛堝繀椤绘槸鑻辨枃杈撳叆娉曪級","keyValue":"鏄惁杩涜瀛楃鏇挎崲 锛堝繀椤绘槸鑻辨枃杈撳叆娉曪級","lasttime":"鏄惁杩涜瀛楃鏇挎崲 锛堝繀椤绘槸鑻辨枃杈撳叆娉曪級","valueList":["鏄惁杩涜瀛楃鏇挎崲 锛堝繀椤绘槸鑻辨枃杈撳叆娉曪級","replace char or not","鏄惁杩涜瀛楃鏇挎崲 锛堝繀椤绘槸鑻辨枃杈撳叆娉曪級"]},{"curValue":"鐩告満璁剧疆","keyValue":"鐩告満璁剧疆","lasttime":"鐩告満璁剧疆","valueList":["鐩告満璁剧疆","ccd setting","鐩告満璁剧疆"]},{"curValue":"鍥惧儚澶勭悊","keyValue":"鍥惧儚澶勭悊","lasttime":"鍥惧儚澶勭悊","valueList":["鍥惧儚澶勭悊","image process","鍥惧儚澶勭悊"]},{"curValue":"娴嬭瘯鏉$爜","keyValue":"娴嬭瘯鏉$爜","lasttime":"娴嬭瘯鏉$爜","valueList":["娴嬭瘯鏉$爜","barcode","娴嬭瘯鏉$爜"]},{"curValue":"蹇呴』涓嶄竴鑷","keyValue":"蹇呴』涓嶄竴鑷","lasttime":"蹇呴』涓嶄竴鑷","valueList":["蹇呴』涓嶄竴鑷","must different","蹇呴』涓嶄竴鑷"]},{"curValue":"蹇呴』涓鑷","keyValue":"蹇呴』涓鑷","lasttime":"蹇呴』涓鑷","valueList":["蹇呴』涓鑷","must equal","蹇呴』涓鑷"]},{"curValue":"鏌ョ湅","keyValue":"鏌ョ湅","lasttime":"鏌ョ湅","valueList":["鏌ョ湅","show","鏌ョ湅"]},{"curValue":"璁剧疆鍥惧儚澶勭悊鍙傛暟","keyValue":"璁剧疆鍥惧儚澶勭悊鍙傛暟","lasttime":"璁剧疆鍥惧儚澶勭悊鍙傛暟","valueList":["璁剧疆鍥惧儚澶勭悊鍙傛暟","set deal image para","璁剧疆鍥惧儚澶勭悊鍙傛暟"]},{"curValue":"鑷姩璁剧疆ROI","keyValue":"鑷姩璁剧疆ROI","lasttime":"鑷姩璁剧疆ROI","valueList":["鑷姩璁剧疆ROI","auto set roi","鑷姩璁剧疆ROI"]},{"curValue":"鎻愮ず锛氬綋鍓嶄綅缃畑=","keyValue":"鎻愮ず锛氬綋鍓嶄綅缃畑=","lasttime":"鎻愮ず锛氬綋鍓嶄綅缃畑=","valueList":["鎻愮ず锛氬綋鍓嶄綅缃畑=","tips :curpos =","鎻愮ず锛氬綋鍓嶄綅缃畑="]},{"curValue":"鎵撳紑鍥惧儚","keyValue":"鎵撳紑鍥惧儚","lasttime":"鎵撳紑鍥惧儚","valueList":["鎵撳紑鍥惧儚","open image","鎵撳紑鍥惧儚"]},{"curValue":"鍙充晶鐩告満","keyValue":"鍙充晶鐩告満","lasttime":"鍙充晶鐩告満","valueList":["鍙充晶鐩告満","right cam","鍙充晶鐩告満"]},{"curValue":"鍖哄煙鍚嶇О","keyValue":"鍖哄煙鍚嶇О","lasttime":"鍖哄煙鍚嶇О","valueList":["鍖哄煙鍚嶇О","region name","鍖哄煙鍚嶇О"]},{"curValue":"鏇濆厜鍊","keyValue":"鏇濆厜鍊","lasttime":"鏇濆厜鍊","valueList":["鏇濆厜鍊","exposing time","鏇濆厜鍊"]},{"curValue":"杩炵画","keyValue":"杩炵画","lasttime":"杩炵画","valueList":["杩炵画","continue","杩炵画"]},{"curValue":"蹇欑妯″紡","keyValue":"蹇欑妯″紡","lasttime":"蹇欑妯″紡","valueList":["蹇欑妯″紡","busy mode","蹇欑妯″紡"]},{"curValue":"鏄剧ず瑁佸壀鍖哄煙","keyValue":"鏄剧ず瑁佸壀鍖哄煙","lasttime":"鏄剧ず瑁佸壀鍖哄煙","valueList":["鏄剧ず瑁佸壀鍖哄煙","disp region","鏄剧ず瑁佸壀鍖哄煙"]},{"curValue":"璁剧疆搴曡竟","keyValue":"璁剧疆搴曡竟","lasttime":"璁剧疆搴曡竟","valueList":["璁剧疆搴曡竟","set bottom","璁剧疆搴曡竟"]},{"curValue":"璁剧疆鍙宠竟","keyValue":"璁剧疆鍙宠竟","lasttime":"璁剧疆鍙宠竟","valueList":["璁剧疆鍙宠竟","set right","璁剧疆鍙宠竟"]},{"curValue":"璁剧疆宸﹁竟","keyValue":"璁剧疆宸﹁竟","lasttime":"璁剧疆宸﹁竟","valueList":["璁剧疆宸﹁竟","set left","璁剧疆宸﹁竟"]},{"curValue":"閲囬泦鍥惧儚","keyValue":"閲囬泦鍥惧儚","lasttime":"閲囬泦鍥惧儚","valueList":["閲囬泦鍥惧儚","grab image","閲囬泦鍥惧儚"]},{"curValue":"宸︿晶鐩告満","keyValue":"宸︿晶鐩告満","lasttime":"宸︿晶鐩告満","valueList":["宸︿晶鐩告満","left cam","宸︿晶鐩告満"]},{"curValue":"璇疯緭鍏ョ浉鏈鸿缃瘑鐮","keyValue":"璇疯緭鍏ョ浉鏈鸿缃瘑鐮","lasttime":"璇疯緭鍏ョ浉鏈鸿缃瘑鐮","valueList":["璇疯緭鍏ョ浉鏈鸿缃瘑鐮","pls input cam pwd","璇疯緭鍏ョ浉鏈鸿缃瘑鐮"]},{"curValue":"__鍙傝冩潯鐮","keyValue":"__鍙傝冩潯鐮","lasttime":"__鍙傝冩潯鐮","valueList":["__鍙傝冩潯鐮","ref sn","__鍙傝冩潯鐮"]},{"curValue":"鏄惁闇瑕 涓鑷 鏍¢獙","keyValue":"鏄惁闇瑕 涓鑷 鏍¢獙","lasttime":"鏄惁闇瑕 涓鑷 鏍¢獙","valueList":["鏄惁闇瑕 涓鑷 鏍¢獙","must be the same","鏄惁闇瑕 涓鑷 鏍¢獙"]},{"curValue":"鏄惁闇瑕 涓嶄竴鑷 鏍¢獙","keyValue":"鏄惁闇瑕 涓嶄竴鑷 鏍¢獙","lasttime":"鏄惁闇瑕 涓嶄竴鑷 鏍¢獙","valueList":["鏄惁闇瑕 涓嶄竴鑷 鏍¢獙","must diffrent","鏄惁闇瑕 涓嶄竴鑷 鏍¢獙"]},{"curValue":"涓鑷 鏍¢獙鍐呭","keyValue":"涓鑷 鏍¢獙鍐呭","lasttime":"涓鑷 鏍¢獙鍐呭","valueList":["涓鑷 鏍¢獙鍐呭","the same content","涓鑷 鏍¢獙鍐呭"]},{"curValue":"涓嶄竴鑷 鏍¢獙鍐呭","keyValue":"涓嶄竴鑷 鏍¢獙鍐呭","lasttime":"涓嶄竴鑷 鏍¢獙鍐呭","valueList":["涓嶄竴鑷 鏍¢獙鍐呭","different content","涓嶄竴鑷 鏍¢獙鍐呭"]},{"curValue":"渚ц竟鏍","keyValue":"渚ц竟鏍","lasttime":"渚ц竟鏍","valueList":["渚ц竟鏍","beside blank","渚ц竟鏍"]},{"curValue":"缂╂斁","keyValue":"缂╂斁","lasttime":"缂╂斁","valueList":["缂╂斁","zoom","缂╂斁"]},{"curValue":"鐩告満鍙傛暟璁剧疆","keyValue":"鐩告満鍙傛暟璁剧疆","lasttime":"鐩告満鍙傛暟璁剧疆","valueList":["鐩告満鍙傛暟璁剧疆","camera setting","鐩告満鍙傛暟璁剧疆"]},{"curValue":"鐩告満1 ","keyValue":"鐩告満1 ","lasttime":"鐩告満1 ","valueList":["鐩告満1 ","cam 1","鐩告満1 "]},{"curValue":"鎺ユ枡鏌ヨ","keyValue":"鎺ユ枡鏌ヨ","lasttime":"鎺ユ枡鏌ヨ","valueList":["鎺ユ枡鏌ヨ","splic result","鎺ユ枡鏌ヨ"]},{"curValue":"鍥惧儚","keyValue":"鍥惧儚","lasttime":"鍥惧儚","valueList":["鍥惧儚","image","鍥惧儚"]},{"curValue":"璁惧璋冭瘯","keyValue":"璁惧璋冭瘯","lasttime":"璁惧璋冭瘯","valueList":["璁惧璋冭瘯","machine setting","璁惧璋冭瘯"]},{"curValue":"杩愭帶鍗","keyValue":"杩愭帶鍗","lasttime":"杩愭帶鍗","valueList":["杩愭帶鍗","motion card","杩愭帶鍗"]},{"curValue":"寮濮嬫潯鐮佹牎楠 鏉$爜1銆傘傘傘","keyValue":"寮濮嬫潯鐮佹牎楠 鏉$爜1銆傘傘傘","lasttime":"寮濮嬫潯鐮佹牎楠 鏉$爜1銆傘傘傘","valueList":["寮濮嬫潯鐮佹牎楠 鏉$爜1銆傘傘傘","start check barcode1","寮濮嬫潯鐮佹牎楠 鏉$爜1銆傘傘傘"]},{"curValue":"鏉$爜闀垮害灏忎簬鏍¢獙鎬婚暱搴 ng","keyValue":"鏉$爜闀垮害灏忎簬鏍¢獙鎬婚暱搴 ng","lasttime":"鏉$爜闀垮害灏忎簬鏍¢獙鎬婚暱搴 ng","valueList":["鏉$爜闀垮害灏忎簬鏍¢獙鎬婚暱搴 ng","the length of barcode is too short","鏉$爜闀垮害灏忎簬鏍¢獙鎬婚暱搴 ng"]},{"curValue":"鎵潯鐮1 鎴愬姛","keyValue":"鎵潯鐮1 鎴愬姛","lasttime":"鎵潯鐮1 鎴愬姛","valueList":["鎵潯鐮1 鎴愬姛","check barcode 1 OK","鎵潯鐮1 鎴愬姛"]},{"curValue":"寮濮嬫潯鐮佹牎楠 鏉$爜2銆傘傘傘","keyValue":"寮濮嬫潯鐮佹牎楠 鏉$爜2銆傘傘傘","lasttime":"寮濮嬫潯鐮佹牎楠 鏉$爜2銆傘傘傘","valueList":["寮濮嬫潯鐮佹牎楠 鏉$爜2銆傘傘傘","start check barcode2","寮濮嬫潯鐮佹牎楠 鏉$爜2銆傘傘傘"]},{"curValue":"鏉$爜2 鏍¢獙澶辫触 鏉$爜1 鐗瑰緛鐮=","keyValue":"鏉$爜2 鏍¢獙澶辫触 鏉$爜1 鐗瑰緛鐮=","lasttime":"鏉$爜2 鏍¢獙澶辫触 鏉$爜1 鐗瑰緛鐮=","valueList":["鏉$爜2 鏍¢獙澶辫触 鏉$爜1 鐗瑰緛鐮=","barcode2 check fail attribute code = ","鏉$爜2 鏍¢獙澶辫触 鏉$爜1 鐗瑰緛鐮="]},{"curValue":"鏉$爜鐗瑰緛鐮=","keyValue":"鏉$爜鐗瑰緛鐮=","lasttime":"鏉$爜鐗瑰緛鐮=","valueList":["鏉$爜鐗瑰緛鐮=","barcode attribute code =","鏉$爜鐗瑰緛鐮="]},{"curValue":"鏉$爜2 瀵规瘮澶辫触锛岃閲嶆柊鎵爜锛","keyValue":"鏉$爜2 瀵规瘮澶辫触锛岃閲嶆柊鎵爜锛","lasttime":"鏉$爜2 瀵规瘮澶辫触锛岃閲嶆柊鎵爜锛","valueList":["鏉$爜2 瀵规瘮澶辫触锛岃閲嶆柊鎵爜锛","barcode2 check fail","鏉$爜2 瀵规瘮澶辫触锛岃閲嶆柊鎵爜锛"]},{"curValue":"鏃堕棿,鏉$爜1,鏉$爜2,鏍¢獙缁撴灉,澶囨敞","keyValue":"鏃堕棿,鏉$爜1,鏉$爜2,鏍¢獙缁撴灉,澶囨敞","lasttime":"鏃堕棿,鏉$爜1,鏉$爜2,鏍¢獙缁撴灉,澶囨敞","valueList":["鏃堕棿,鏉$爜1,鏉$爜2,鏍¢獙缁撴灉,澶囨敞","time,barcode1,barcode2,splic result,remark","鏃堕棿,鏉$爜1,鏉$爜2,鏍¢獙缁撴灉,澶囨敞"]},{"curValue":"琛ㄦ牸鐨勮鏁=","keyValue":"琛ㄦ牸鐨勮鏁=","lasttime":"琛ㄦ牸鐨勮鏁=","valueList":["琛ㄦ牸鐨勮鏁=","The number of rows in the table =","琛ㄦ牸鐨勮鏁="]},{"curValue":"1琛ㄧず浣跨敤plC 0琛ㄧず浣跨敤杩愭帶鍗","keyValue":"1琛ㄧず浣跨敤plC 0琛ㄧず浣跨敤杩愭帶鍗","lasttime":"1琛ㄧず浣跨敤plC 0琛ㄧず浣跨敤杩愭帶鍗","valueList":["1琛ㄧず浣跨敤plC 0琛ㄧず浣跨敤杩愭帶鍗","1 means using plC 0 means using operation control card","1琛ㄧず浣跨敤plC 0琛ㄧず浣跨敤杩愭帶鍗"]},{"curValue":"1琛ㄧず浣跨敤鏁板瓧鍏夌氦鏀惧ぇ鍣 , 2琛ㄧず妯℃嫙鍏夌氦鏀惧ぇ鍣 0琛ㄧず涓嶄娇鐢ㄦ斁澶у櫒","keyValue":"1琛ㄧず浣跨敤鏁板瓧鍏夌氦鏀惧ぇ鍣 , 2琛ㄧず妯℃嫙鍏夌氦鏀惧ぇ鍣 0琛ㄧず涓嶄娇鐢ㄦ斁澶у櫒","lasttime":"1琛ㄧず浣跨敤鏁板瓧鍏夌氦鏀惧ぇ鍣 , 2琛ㄧず妯℃嫙鍏夌氦鏀惧ぇ鍣 0琛ㄧず涓嶄娇鐢ㄦ斁澶у櫒","valueList":["1琛ㄧず浣跨敤鏁板瓧鍏夌氦鏀惧ぇ鍣 , 2琛ㄧず妯℃嫙鍏夌氦鏀惧ぇ鍣 0琛ㄧず涓嶄娇鐢ㄦ斁澶у櫒","1 means digital fiber amplifier is used, 2 means analog fiber amplifier 0 means no amplifier is used","1琛ㄧず浣跨敤鏁板瓧鍏夌氦鏀惧ぇ鍣 , 2琛ㄧず妯℃嫙鍏夌氦鏀惧ぇ鍣 0琛ㄧず涓嶄娇鐢ㄦ斁澶у櫒"]},{"curValue":"1锛氭槸 0锛氬惁","keyValue":"1锛氭槸 0锛氬惁","lasttime":"1锛氭槸 0锛氬惁","valueList":["1锛氭槸 0锛氬惁","1: Yes, 0: No","1锛氭槸 0锛氬惁"]},{"curValue":"宸﹁竟鍏夌氦鍐欏叆瀹屾垚鈥斺旂┖鏂欐煡鎵","keyValue":"宸﹁竟鍏夌氦鍐欏叆瀹屾垚鈥斺旂┖鏂欐煡鎵","lasttime":"宸﹁竟鍏夌氦鍐欏叆瀹屾垚鈥斺旂┖鏂欐煡鎵","valueList":["宸﹁竟鍏夌氦鍐欏叆瀹屾垚鈥斺旂┖鏂欐煡鎵","Left fiber write complete - blank search","宸﹁竟鍏夌氦鍐欏叆瀹屾垚鈥斺旂┖鏂欐煡鎵"]},{"curValue":"鍙宠竟鍏夌氦鍐欏叆瀹屾垚鈥斺旂┖鏂欐煡鎵","keyValue":"鍙宠竟鍏夌氦鍐欏叆瀹屾垚鈥斺旂┖鏂欐煡鎵","lasttime":"鍙宠竟鍏夌氦鍐欏叆瀹屾垚鈥斺旂┖鏂欐煡鎵","valueList":["鍙宠竟鍏夌氦鍐欏叆瀹屾垚鈥斺旂┖鏂欐煡鎵","Right fiber write complete - blank search","鍙宠竟鍏夌氦鍐欏叆瀹屾垚鈥斺旂┖鏂欐煡鎵"]},{"curValue":"澶嶄綅瀹屾垚","keyValue":"澶嶄綅瀹屾垚","lasttime":"澶嶄綅瀹屾垚","valueList":["澶嶄綅瀹屾垚","Reset to complete","澶嶄綅瀹屾垚"]},{"curValue":"_棰勭暀15","keyValue":"_棰勭暀15","lasttime":"_棰勭暀15","valueList":["_棰勭暀15","_ allow 15","_棰勭暀15"]},{"curValue":"娴侀亾閲岄潰鏈夋枡甯﹀紓甯","keyValue":"娴侀亾閲岄潰鏈夋枡甯﹀紓甯","lasttime":"娴侀亾閲岄潰鏈夋枡甯﹀紓甯","valueList":["娴侀亾閲岄潰鏈夋枡甯﹀紓甯","There is abnormal material belt in the runner","娴侀亾閲岄潰鏈夋枡甯﹀紓甯"]},{"curValue":"娴侀亾鍏ュ彛鎰熷簲寮傚父","keyValue":"娴侀亾鍏ュ彛鎰熷簲寮傚父","lasttime":"娴侀亾鍏ュ彛鎰熷簲寮傚父","valueList":["娴侀亾鍏ュ彛鎰熷簲寮傚父","Abnormal induction at inlet of flow passage","娴侀亾鍏ュ彛鎰熷簲寮傚父"]},{"curValue":"1=鏄剧ず 0=涓嶆樉绀","keyValue":"1=鏄剧ず 0=涓嶆樉绀","lasttime":"1=鏄剧ず 0=涓嶆樉绀","valueList":["1=鏄剧ず 0=涓嶆樉绀","1= display 0= no display","1=鏄剧ず 0=涓嶆樉绀"]},{"curValue":"0~4000涔嬮棿锛屼腑闂寸敤',' 閫楀彿鍒嗛殧","keyValue":"0~4000涔嬮棿锛屼腑闂寸敤',' 閫楀彿鍒嗛殧","lasttime":"0~4000涔嬮棿锛屼腑闂寸敤',' 閫楀彿鍒嗛殧","valueList":["0~4000涔嬮棿锛屼腑闂寸敤',' 閫楀彿鍒嗛殧","Between 0 and 4000, separated by ',' comma","0~4000涔嬮棿锛屼腑闂寸敤',' 閫楀彿鍒嗛殧"]},{"curValue":"褰撳湴涓庢鐢靛帇锛岋紝灏卞簲璇ユ洿鎹㈢數姹","keyValue":"褰撳湴涓庢鐢靛帇锛岋紝灏卞簲璇ユ洿鎹㈢數姹","lasttime":"褰撳湴涓庢鐢靛帇锛岋紝灏卞簲璇ユ洿鎹㈢數姹","valueList":["褰撳湴涓庢鐢靛帇锛岋紝灏卞簲璇ユ洿鎹㈢數姹","Local with this voltage, the battery should be replaced","褰撳湴涓庢鐢靛帇锛岋紝灏卞簲璇ユ洿鎹㈢數姹"]},{"curValue":"1=鐧惧垎姣旀樉绀 , 0 = 鐢靛帇鏄剧ず","keyValue":"1=鐧惧垎姣旀樉绀 , 0 = 鐢靛帇鏄剧ず","lasttime":"1=鐧惧垎姣旀樉绀 , 0 = 鐢靛帇鏄剧ず","valueList":["1=鐧惧垎姣旀樉绀 , 0 = 鐢靛帇鏄剧ず","1= percentage display, 0 = voltage display","1=鐧惧垎姣旀樉绀 , 0 = 鐢靛帇鏄剧ず"]},{"curValue":"8~20涔嬮棿","keyValue":"8~20涔嬮棿","lasttime":"8~20涔嬮棿","valueList":["8~20涔嬮棿","Between 8 ~ 20","8~20涔嬮棿"]},{"curValue":"0 涓嶅惎鐢紝1 鍚敤","keyValue":"0 涓嶅惎鐢紝1 鍚敤","lasttime":"0 涓嶅惎鐢紝1 鍚敤","valueList":["0 涓嶅惎鐢紝1 鍚敤","0 is not enabled, 1 is enabled","0 涓嶅惎鐢紝1 鍚敤"]},{"curValue":"鏈湴ip2","keyValue":"鏈湴ip2","lasttime":"鏈湴ip2","valueList":["鏈湴ip2","Local ip2","鏈湴ip2"]},{"curValue":"濡傛灉鍊煎~ 10 鍒欒〃绀1mm绛変簬10涓儚绱","keyValue":"濡傛灉鍊煎~ 10 鍒欒〃绀1mm绛変簬10涓儚绱","lasttime":"濡傛灉鍊煎~ 10 鍒欒〃绀1mm绛変簬10涓儚绱","valueList":["濡傛灉鍊煎~ 10 鍒欒〃绀1mm绛変簬10涓儚绱","If the value is 10, then 1mm equals 10 pixels","濡傛灉鍊煎~ 10 鍒欒〃绀1mm绛変簬10涓儚绱"]},{"curValue":"0=鏅 1=杞Е鍙 2=纭欢瑙﹀彂","keyValue":"0=鏅 1=杞Е鍙 2=纭欢瑙﹀彂","lasttime":"0=鏅 1=杞Е鍙 2=纭欢瑙﹀彂","valueList":["0=鏅 1=杞Е鍙 2=纭欢瑙﹀彂","0= normal 1= soft trigger 2= hardware trigger","0=鏅 1=杞Е鍙 2=纭欢瑙﹀彂"]},{"curValue":"璁剧疆__缁戝畾鏈湴閫氫俊鐨勭鍙e彿","keyValue":"璁剧疆__缁戝畾鏈湴閫氫俊鐨勭鍙e彿","lasttime":"璁剧疆__缁戝畾鏈湴閫氫俊鐨勭鍙e彿","valueList":["璁剧疆__缁戝畾鏈湴閫氫俊鐨勭鍙e彿","Sets the port number for __ bound local communications","璁剧疆__缁戝畾鏈湴閫氫俊鐨勭鍙e彿"]},{"curValue":"鍗曚綅鍍忕礌","keyValue":"鍗曚綅鍍忕礌","lasttime":"鍗曚綅鍍忕礌","valueList":["鍗曚綅鍍忕礌","The unit pixel","鍗曚綅鍍忕礌"]},{"curValue":"1鎴 -1","keyValue":"1鎴 -1","lasttime":"1鎴 -1","valueList":["1鎴 -1","1 or 1","1鎴 -1"]},{"curValue":"宸︿晶鏇濆厜璋冩暣寮濮","keyValue":"宸︿晶鏇濆厜璋冩暣寮濮","lasttime":"宸︿晶鏇濆厜璋冩暣寮濮","valueList":["宸︿晶鏇濆厜璋冩暣寮濮","Left exposure adjustment begins","宸︿晶鏇濆厜璋冩暣寮濮"]},{"curValue":"宸︽媿鐓цˉ鍋","keyValue":"宸︽媿鐓цˉ鍋","lasttime":"宸︽媿鐓цˉ鍋","valueList":["宸︽媿鐓цˉ鍋","Left photo compensation","宸︽媿鐓цˉ鍋"]},{"curValue":"宸︿晶鏇濆厜璋冩暣鎷嶇収寮濮","keyValue":"宸︿晶鏇濆厜璋冩暣鎷嶇収寮濮","lasttime":"宸︿晶鏇濆厜璋冩暣鎷嶇収寮濮","valueList":["宸︿晶鏇濆厜璋冩暣鎷嶇収寮濮","Left exposure adjustment starts the photo","宸︿晶鏇濆厜璋冩暣鎷嶇収寮濮"]},{"curValue":"鍙虫媿鐓цˉ鍋","keyValue":"鍙虫媿鐓цˉ鍋","lasttime":"鍙虫媿鐓цˉ鍋","valueList":["鍙虫媿鐓цˉ鍋","Right photo compensation","鍙虫媿鐓цˉ鍋"]},{"curValue":"1琛ㄧず寮濮嬮珮閫熸ā寮忥紝 0琛ㄧず姝e父妯″紡","keyValue":"1琛ㄧず寮濮嬮珮閫熸ā寮忥紝 0琛ㄧず姝e父妯″紡","lasttime":"1琛ㄧず寮濮嬮珮閫熸ā寮忥紝 0琛ㄧず姝e父妯″紡","valueList":["1琛ㄧず寮濮嬮珮閫熸ā寮忥紝 0琛ㄧず姝e父妯″紡","1 means start high speed mode, 0 means normal mode","1琛ㄧず寮濮嬮珮閫熸ā寮忥紝 0琛ㄧず姝e父妯″紡"]},{"curValue":"1琛ㄧず鍚敤锛 0琛ㄧず姝e父妯″紡澶嶄綅","keyValue":"1琛ㄧず鍚敤锛 0琛ㄧず姝e父妯″紡澶嶄綅","lasttime":"1琛ㄧず鍚敤锛 0琛ㄧず姝e父妯″紡澶嶄綅","valueList":["1琛ㄧず鍚敤锛 0琛ㄧず姝e父妯″紡澶嶄綅","1 means enabled and 0 means reset in normal mode","1琛ㄧず鍚敤锛 0琛ㄧず姝e父妯″紡澶嶄綅"]},{"curValue":"0=鍥惧儚澶勭悊骞朵繚瀛樺畬鎴愬悗锛1=鍥惧儚澶勭悊瀹屾垚鍚庯紝2=鍥惧儚鎶撳彇瀹屾垚鍚庯紙娌″鐞嗭級","keyValue":"0=鍥惧儚澶勭悊骞朵繚瀛樺畬鎴愬悗锛1=鍥惧儚澶勭悊瀹屾垚鍚庯紝2=鍥惧儚鎶撳彇瀹屾垚鍚庯紙娌″鐞嗭級","lasttime":"0=鍥惧儚澶勭悊骞朵繚瀛樺畬鎴愬悗锛1=鍥惧儚澶勭悊瀹屾垚鍚庯紝2=鍥惧儚鎶撳彇瀹屾垚鍚庯紙娌″鐞嗭級","valueList":["0=鍥惧儚澶勭悊骞朵繚瀛樺畬鎴愬悗锛1=鍥惧儚澶勭悊瀹屾垚鍚庯紝2=鍥惧儚鎶撳彇瀹屾垚鍚庯紙娌″鐞嗭級","0= After image processing and saving, 1= after image processing, 2= after image capture (no processing)","0=鍥惧儚澶勭悊骞朵繚瀛樺畬鎴愬悗锛1=鍥惧儚澶勭悊瀹屾垚鍚庯紝2=鍥惧儚鎶撳彇瀹屾垚鍚庯紙娌″鐞嗭級"]},{"curValue":"鎬绘椂闂=0ms","keyValue":"鎬绘椂闂=0ms","lasttime":"鎬绘椂闂=0ms","valueList":["鎬绘椂闂=0ms","The total time = 0, ms","鎬绘椂闂=0ms"]},{"curValue":"闂磋窛閫夋嫨寮规瑙﹀彂","keyValue":"闂磋窛閫夋嫨寮规瑙﹀彂","lasttime":"闂磋窛閫夋嫨寮规瑙﹀彂","valueList":["闂磋窛閫夋嫨寮规瑙﹀彂","Spacing selection pop-up trigger","闂磋窛閫夋嫨寮规瑙﹀彂"]},{"curValue":"闂磋窛閫夋嫨寮规2mm","keyValue":"闂磋窛閫夋嫨寮规2mm","lasttime":"闂磋窛閫夋嫨寮规2mm","valueList":["闂磋窛閫夋嫨寮规2mm","Spacing selection for 2mm bounding box","闂磋窛閫夋嫨寮规2mm"]},{"curValue":"闂磋窛閫夋嫨寮规4mm","keyValue":"闂磋窛閫夋嫨寮规4mm","lasttime":"闂磋窛閫夋嫨寮规4mm","valueList":["闂磋窛閫夋嫨寮规4mm","Spacing selection: bullet frame 4mm","闂磋窛閫夋嫨寮规4mm"]},{"curValue":"鎵ц瀹屾垚D:\\HistoryData\\Borwin_SplicMachine_Vivo\\Log\\\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Data\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Config\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Alarm\r\n","keyValue":"鎵ц瀹屾垚D:\\HistoryData\\Borwin_SplicMachine_Vivo\\Log\\\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Data\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Config\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Alarm\r\n","lasttime":"鎵ц瀹屾垚D:\\HistoryData\\Borwin_SplicMachine_Vivo\\Log\\\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Data\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Config\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Alarm\r\n","valueList":["鎵ц瀹屾垚D:\\HistoryData\\Borwin_SplicMachine_Vivo\\Log\\\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Data\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Config\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Alarm\r\n","completesD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Log\\\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Data\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Config\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Alarm\r\n","鎵ц瀹屾垚D:\\HistoryData\\Borwin_SplicMachine_Vivo\\Log\\\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Data\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Config\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Alarm\r\n"]},{"curValue":"_鏈湴瀵规帴=0,_udp瀹㈡埛绔=1,_tcp瀹㈡埛绔=2,_涓插彛瀹㈡埛绔=3,_http瀹㈡埛绔疓et=4,_udp鏈嶅姟鍣=5,_tcp鏈嶅姟鍣=6,_涓插彛鏈嶅姟鍣=7, _鍏朵粬鏂瑰紡=8,姝ゅ弬鏁 閲嶅惎杞欢鍚庣敓鏁","keyValue":"_鏈湴瀵规帴=0,_udp瀹㈡埛绔=1,_tcp瀹㈡埛绔=2,_涓插彛瀹㈡埛绔=3,_http瀹㈡埛绔疓et=4,_udp鏈嶅姟鍣=5,_tcp鏈嶅姟鍣=6,_涓插彛鏈嶅姟鍣=7, _鍏朵粬鏂瑰紡=8,姝ゅ弬鏁 閲嶅惎杞欢鍚庣敓鏁","lasttime":"_鏈湴瀵规帴=0,_udp瀹㈡埛绔=1,_tcp瀹㈡埛绔=2,_涓插彛瀹㈡埛绔=3,_http瀹㈡埛绔疓et=4,_udp鏈嶅姟鍣=5,_tcp鏈嶅姟鍣=6,_涓插彛鏈嶅姟鍣=7, _鍏朵粬鏂瑰紡=8,姝ゅ弬鏁 閲嶅惎杞欢鍚庣敓鏁","valueList":["_鏈湴瀵规帴=0,_udp瀹㈡埛绔=1,_tcp瀹㈡埛绔=2,_涓插彛瀹㈡埛绔=3,_http瀹㈡埛绔疓et=4,_udp鏈嶅姟鍣=5,_tcp鏈嶅姟鍣=6,_涓插彛鏈嶅姟鍣=7, _鍏朵粬鏂瑰紡=8,姝ゅ弬鏁 閲嶅惎杞欢鍚庣敓鏁","_ Local docking =0, _UDP client =1, _TCP client =2,_ serial port client =3, _HTTP client Get=4, _UDP server =5, _TCP server =6,_ serial port server =7, _ other mode =8. This parameter takes effect after restarting the software","_鏈湴瀵规帴=0,_udp瀹㈡埛绔=1,_tcp瀹㈡埛绔=2,_涓插彛瀹㈡埛绔=3,_http瀹㈡埛绔疓et=4,_udp鏈嶅姟鍣=5,_tcp鏈嶅姟鍣=6,_涓插彛鏈嶅姟鍣=7, _鍏朵粬鏂瑰紡=8,姝ゅ弬鏁 閲嶅惎杞欢鍚庣敓鏁"]},{"curValue":"瀹㈡埛绔ā寮忥紝瀹㈡埛鏍¢獙鍚庣殑杩斿洖鍊 鏈嶅姟绔ā寮 瀹㈡埛涓诲姩鍙戦佺殑鍊肩殑鏍煎紡 workFlag = true琛ㄧず 鍙互鎺ユ枡 workFlag = false 琛ㄧず 涓嶅彲浠ユ帴鏂 ","keyValue":"瀹㈡埛绔ā寮忥紝瀹㈡埛鏍¢獙鍚庣殑杩斿洖鍊 鏈嶅姟绔ā寮 瀹㈡埛涓诲姩鍙戦佺殑鍊肩殑鏍煎紡 workFlag = true琛ㄧず 鍙互鎺ユ枡 workFlag = false 琛ㄧず 涓嶅彲浠ユ帴鏂 ","lasttime":"瀹㈡埛绔ā寮忥紝瀹㈡埛鏍¢獙鍚庣殑杩斿洖鍊 鏈嶅姟绔ā寮 瀹㈡埛涓诲姩鍙戦佺殑鍊肩殑鏍煎紡 workFlag = true琛ㄧず 鍙互鎺ユ枡 workFlag = false 琛ㄧず 涓嶅彲浠ユ帴鏂 ","valueList":["瀹㈡埛绔ā寮忥紝瀹㈡埛鏍¢獙鍚庣殑杩斿洖鍊 鏈嶅姟绔ā寮 瀹㈡埛涓诲姩鍙戦佺殑鍊肩殑鏍煎紡 workFlag = true琛ㄧず 鍙互鎺ユ枡 workFlag = false 琛ㄧず 涓嶅彲浠ユ帴鏂 ","In client mode, the format of the value sent by the client actively; workFlag = true; workFlag = false; no feeding allowed","瀹㈡埛绔ā寮忥紝瀹㈡埛鏍¢獙鍚庣殑杩斿洖鍊 鏈嶅姟绔ā寮 瀹㈡埛涓诲姩鍙戦佺殑鍊肩殑鏍煎紡 workFlag = true琛ㄧず 鍙互鎺ユ枡 workFlag = false 琛ㄧず 涓嶅彲浠ユ帴鏂 "]},{"curValue":"瀹㈡埛绔ā寮忥紝瀹㈡埛鏍¢獙鍚庣殑杩斿洖鍊 鏈嶅姟绔ā寮 瀹㈡埛涓诲姩鍙戦佺殑鍊肩殑鏍煎紡 鍖呭惈 \"ok\" 琛ㄧず鍙帴鏂 ng鎴栧叾浠栭兘璁や负鏄笉鍙互鎺ユ枡 ","keyValue":"瀹㈡埛绔ā寮忥紝瀹㈡埛鏍¢獙鍚庣殑杩斿洖鍊 鏈嶅姟绔ā寮 瀹㈡埛涓诲姩鍙戦佺殑鍊肩殑鏍煎紡 鍖呭惈 \"ok\" 琛ㄧず鍙帴鏂 ng鎴栧叾浠栭兘璁や负鏄笉鍙互鎺ユ枡 ","lasttime":"瀹㈡埛绔ā寮忥紝瀹㈡埛鏍¢獙鍚庣殑杩斿洖鍊 鏈嶅姟绔ā寮 瀹㈡埛涓诲姩鍙戦佺殑鍊肩殑鏍煎紡 鍖呭惈 \"ok\" 琛ㄧず鍙帴鏂 ng鎴栧叾浠栭兘璁や负鏄笉鍙互鎺ユ枡 ","valueList":["瀹㈡埛绔ā寮忥紝瀹㈡埛鏍¢獙鍚庣殑杩斿洖鍊 鏈嶅姟绔ā寮 瀹㈡埛涓诲姩鍙戦佺殑鍊肩殑鏍煎紡 鍖呭惈 \"ok\" 琛ㄧず鍙帴鏂 ng鎴栧叾浠栭兘璁や负鏄笉鍙互鎺ユ枡 ","In client mode, the client verifies the return value. In server mode, the client actively sends the value in the form of \"OK\" to indicate that it is acceptable to receive ng or others","瀹㈡埛绔ā寮忥紝瀹㈡埛鏍¢獙鍚庣殑杩斿洖鍊 鏈嶅姟绔ā寮 瀹㈡埛涓诲姩鍙戦佺殑鍊肩殑鏍煎紡 鍖呭惈 \"ok\" 琛ㄧず鍙帴鏂 ng鎴栧叾浠栭兘璁や负鏄笉鍙互鎺ユ枡 "]},{"curValue":"鍥炶溅=\\r 鎹㈣=\\n ","keyValue":"鍥炶溅=\\r 鎹㈣=\\n ","lasttime":"鍥炶溅=\\r 鎹㈣=\\n ","valueList":["鍥炶溅=\\r 鎹㈣=\\n ","Enter =\\r newline =\\n","鍥炶溅=\\r 鎹㈣=\\n "]},{"curValue":"1杩斿洖 0涓嶈繑鍥","keyValue":"1杩斿洖 0涓嶈繑鍥","lasttime":"1杩斿洖 0涓嶈繑鍥","valueList":["1杩斿洖 0涓嶈繑鍥","1 returns 0, not 0","1杩斿洖 0涓嶈繑鍥"]},{"curValue":"褰撳簲绛旀秷鎭负绌烘椂 琛ㄧず 鐩存帴杩斿洖鎺ユ敹鍒扮殑娑堟伅","keyValue":"褰撳簲绛旀秷鎭负绌烘椂 琛ㄧず 鐩存帴杩斿洖鎺ユ敹鍒扮殑娑堟伅","lasttime":"褰撳簲绛旀秷鎭负绌烘椂 琛ㄧず 鐩存帴杩斿洖鎺ユ敹鍒扮殑娑堟伅","valueList":["褰撳簲绛旀秷鎭负绌烘椂 琛ㄧず 鐩存帴杩斿洖鎺ユ敹鍒扮殑娑堟伅","When the reply message is empty, the received message is returned directly","褰撳簲绛旀秷鎭负绌烘椂 琛ㄧず 鐩存帴杩斿洖鎺ユ敹鍒扮殑娑堟伅"]},{"curValue":"1杩斿洖 0涓嶈繑鍥 鍦ㄦ帴鏀跺埌瀹㈡埛绔俊鎭椂锛屾槸鍚︾珛鍗宠繑鍥炲簲绛旀秷鎭紝","keyValue":"1杩斿洖 0涓嶈繑鍥 鍦ㄦ帴鏀跺埌瀹㈡埛绔俊鎭椂锛屾槸鍚︾珛鍗宠繑鍥炲簲绛旀秷鎭紝","lasttime":"1杩斿洖 0涓嶈繑鍥 鍦ㄦ帴鏀跺埌瀹㈡埛绔俊鎭椂锛屾槸鍚︾珛鍗宠繑鍥炲簲绛旀秷鎭紝","valueList":["1杩斿洖 0涓嶈繑鍥 鍦ㄦ帴鏀跺埌瀹㈡埛绔俊鎭椂锛屾槸鍚︾珛鍗宠繑鍥炲簲绛旀秷鎭紝","1 returns 0 does not return whether a reply message is returned immediately upon receiving client information,","1杩斿洖 0涓嶈繑鍥 鍦ㄦ帴鏀跺埌瀹㈡埛绔俊鎭椂锛屾槸鍚︾珛鍗宠繑鍥炲簲绛旀秷鎭紝"]},{"curValue":"宸︿晶鐩告満鏇濆厜璋冩暣--","keyValue":"宸︿晶鐩告満鏇濆厜璋冩暣--","lasttime":"宸︿晶鐩告満鏇濆厜璋冩暣--","valueList":["宸︿晶鐩告満鏇濆厜璋冩暣--","Left camera exposure adjustment --","宸︿晶鐩告満鏇濆厜璋冩暣--"]},{"curValue":"鍙充晶鐩告満鏇濆厜璋冩暣---","keyValue":"鍙充晶鐩告満鏇濆厜璋冩暣---","lasttime":"鍙充晶鐩告満鏇濆厜璋冩暣---","valueList":["鍙充晶鐩告満鏇濆厜璋冩暣---","Right camera exposure adjustment --","鍙充晶鐩告満鏇濆厜璋冩暣---"]},{"curValue":"灞忚斀闂磋窛","keyValue":"灞忚斀闂磋窛","lasttime":"灞忚斀闂磋窛","valueList":["灞忚斀闂磋窛","Shielding spacing","灞忚斀闂磋窛"]},{"curValue":"鎺у埗","keyValue":"鎺у埗","lasttime":"鎺у埗","valueList":["鎺у埗","control","鎺у埗"]},{"curValue":"闂磋窛=涓ゅ瓟涔嬮棿","keyValue":"闂磋窛=涓ゅ瓟涔嬮棿","lasttime":"闂磋窛=涓ゅ瓟涔嬮棿","valueList":["闂磋窛=涓ゅ瓟涔嬮棿","Spacing = between two holes","闂磋窛=涓ゅ瓟涔嬮棿"]},{"curValue":"瀹藉害","keyValue":"瀹藉害","lasttime":"瀹藉害","valueList":["瀹藉害","The width of the","瀹藉害"]},{"curValue":"鍒囧垁浣峔r\n涓嶅睆钄","keyValue":"鍒囧垁浣峔r\n涓嶅睆钄","lasttime":"鍒囧垁浣峔r\n涓嶅睆钄","valueList":["鍒囧垁浣峔r\n涓嶅睆钄","Cutter bit \r\n unshielded","鍒囧垁浣峔r\n涓嶅睆钄"]},{"curValue":"瀵规帴浣峔r\n涓嶅睆钄","keyValue":"瀵规帴浣峔r\n涓嶅睆钄","lasttime":"瀵规帴浣峔r\n涓嶅睆钄","valueList":["瀵规帴浣峔r\n涓嶅睆钄","Docking bit \r\n unshielded","瀵规帴浣峔r\n涓嶅睆钄"]},{"curValue":"鍒囧垁浣峔r\n灞忚斀","keyValue":"鍒囧垁浣峔r\n灞忚斀","lasttime":"鍒囧垁浣峔r\n灞忚斀","valueList":["鍒囧垁浣峔r\n灞忚斀","Cutter bit \r\n shielding","鍒囧垁浣峔r\n灞忚斀"]},{"curValue":"瀵规帴浣峔r\n灞忚斀","keyValue":"瀵规帴浣峔r\n灞忚斀","lasttime":"瀵规帴浣峔r\n灞忚斀","valueList":["瀵规帴浣峔r\n灞忚斀","Docking bit \r\n shielding","瀵规帴浣峔r\n灞忚斀"]},{"curValue":"瀛斾腑蹇4","keyValue":"瀛斾腑蹇4","lasttime":"瀛斾腑蹇4","valueList":["瀛斾腑蹇4","4 hole center","瀛斾腑蹇4"]},{"curValue":"瀛旇竟","keyValue":"瀛旇竟","lasttime":"瀛旇竟","valueList":["瀛旇竟","The side of hole","瀛旇竟"]},{"curValue":"鎶ヨ鐢靛帇","keyValue":"鎶ヨ鐢靛帇","lasttime":"鎶ヨ鐢靛帇","valueList":["鎶ヨ鐢靛帇","Alarm voltage","鎶ヨ鐢靛帇"]},{"curValue":"鎶ヨ鐢靛帇鏄剧ず鏂瑰紡","keyValue":"鎶ヨ鐢靛帇鏄剧ず鏂瑰紡","lasttime":"鎶ヨ鐢靛帇鏄剧ず鏂瑰紡","valueList":["鎶ヨ鐢靛帇鏄剧ず鏂瑰紡","Alarm voltage display mode","鎶ヨ鐢靛帇鏄剧ず鏂瑰紡"]},{"curValue":"100%鐢甸噺瀵瑰簲鐨勭數鍘嬪","keyValue":"100%鐢甸噺瀵瑰簲鐨勭數鍘嬪","lasttime":"100%鐢甸噺瀵瑰簲鐨勭數鍘嬪","valueList":["100%鐢甸噺瀵瑰簲鐨勭數鍘嬪","Voltage value corresponding to 100% electric quantity","100%鐢甸噺瀵瑰簲鐨勭數鍘嬪"]},{"curValue":"淇濆瓨ng鍥剧墖","keyValue":"淇濆瓨ng鍥剧墖","lasttime":"淇濆瓨ng鍥剧墖","valueList":["淇濆瓨ng鍥剧墖","Save ng image","淇濆瓨ng鍥剧墖"]},{"curValue":"淇濆瓨OK鍥剧墖","keyValue":"淇濆瓨OK鍥剧墖","lasttime":"淇濆瓨OK鍥剧墖","valueList":["淇濆瓨OK鍥剧墖","Save the OK image","淇濆瓨OK鍥剧墖"]},{"curValue":"鐩告満鎶撳彇鍥惧儚鐨勮秴鏃舵椂闂磋缃","keyValue":"鐩告満鎶撳彇鍥惧儚鐨勮秴鏃舵椂闂磋缃","lasttime":"鐩告満鎶撳彇鍥惧儚鐨勮秴鏃舵椂闂磋缃","valueList":["鐩告満鎶撳彇鍥惧儚鐨勮秴鏃舵椂闂磋缃","Time out Settings for camera capture images","鐩告満鎶撳彇鍥惧儚鐨勮秴鏃舵椂闂磋缃"]},{"curValue":"鐩告満_鎺у埗鎸囦护鍖呰秴鏃舵椂闂","keyValue":"鐩告満_鎺у埗鎸囦护鍖呰秴鏃舵椂闂","lasttime":"鐩告満_鎺у埗鎸囦护鍖呰秴鏃舵椂闂","valueList":["鐩告満_鎺у埗鎸囦护鍖呰秴鏃舵椂闂","Camera _ control instruction package timeout time","鐩告満_鎺у埗鎸囦护鍖呰秴鏃舵椂闂"]},{"curValue":"鍥惧儚缂撳瓨涓暟","keyValue":"鍥惧儚缂撳瓨涓暟","lasttime":"鍥惧儚缂撳瓨涓暟","valueList":["鍥惧儚缂撳瓨涓暟","Number of image caches","鍥惧儚缂撳瓨涓暟"]},{"curValue":"鏄惁閫氳繃璺敱鍣ㄨ繛鎺ョ浉鏈","keyValue":"鏄惁閫氳繃璺敱鍣ㄨ繛鎺ョ浉鏈","lasttime":"鏄惁閫氳繃璺敱鍣ㄨ繛鎺ョ浉鏈","valueList":["鏄惁閫氳繃璺敱鍣ㄨ繛鎺ョ浉鏈","Whether the camera is connected via a router","鏄惁閫氳繃璺敱鍣ㄨ繛鎺ョ浉鏈"]},{"curValue":"鏄惁鎵撳嵃妯℃嫙鎷嶇収鏂囦欢鍚嶇О","keyValue":"鏄惁鎵撳嵃妯℃嫙鎷嶇収鏂囦欢鍚嶇О","lasttime":"鏄惁鎵撳嵃妯℃嫙鎷嶇収鏂囦欢鍚嶇О","valueList":["鏄惁鎵撳嵃妯℃嫙鎷嶇収鏂囦欢鍚嶇О","Whether to print the name of the simulated photo file","鏄惁鎵撳嵃妯℃嫙鎷嶇収鏂囦欢鍚嶇О"]},{"curValue":"闈㈢Н鏈灏忓","keyValue":"闈㈢Н鏈灏忓","lasttime":"闈㈢Н鏈灏忓","valueList":["闈㈢Н鏈灏忓","Minimum area value","闈㈢Н鏈灏忓"]},{"curValue":"闈㈢Н鏈澶у","keyValue":"闈㈢Н鏈澶у","lasttime":"闈㈢Н鏈澶у","valueList":["闈㈢Н鏈澶у","Maximum area","闈㈢Н鏈澶у"]},{"curValue":"宸︿晶鍋忕Щ1鎴2绫诲瀷鐨勫弬鑰冨","keyValue":"宸︿晶鍋忕Щ1鎴2绫诲瀷鐨勫弬鑰冨","lasttime":"宸︿晶鍋忕Щ1鎴2绫诲瀷鐨勫弬鑰冨","valueList":["宸︿晶鍋忕Щ1鎴2绫诲瀷鐨勫弬鑰冨","A reference value of type 1 or 2 offset to the left","宸︿晶鍋忕Щ1鎴2绫诲瀷鐨勫弬鑰冨"]},{"curValue":"鍙充晶鍋忕Щ1鎴2绫诲瀷鐨勫弬鑰冨","keyValue":"鍙充晶鍋忕Щ1鎴2绫诲瀷鐨勫弬鑰冨","lasttime":"鍙充晶鍋忕Щ1鎴2绫诲瀷鐨勫弬鑰冨","valueList":["鍙充晶鍋忕Щ1鎴2绫诲瀷鐨勫弬鑰冨","A reference value of type 1 or 2 offset to the right","鍙充晶鍋忕Щ1鎴2绫诲瀷鐨勫弬鑰冨"]},{"curValue":"鏂欏甫鑳屾櫙鍜屾枡甯﹁兌绾搁槇鍊","keyValue":"鏂欏甫鑳屾櫙鍜屾枡甯﹁兌绾搁槇鍊","lasttime":"鏂欏甫鑳屾櫙鍜屾枡甯﹁兌绾搁槇鍊","valueList":["鏂欏甫鑳屾櫙鍜屾枡甯﹁兌绾搁槇鍊","Tape background and tape tape threshold","鏂欏甫鑳屾櫙鍜屾枡甯﹁兌绾搁槇鍊"]},{"curValue":"鏄惁浣跨敤PLC_","keyValue":"鏄惁浣跨敤PLC_","lasttime":"鏄惁浣跨敤PLC_","valueList":["鏄惁浣跨敤PLC_","Whether to use PLC_","鏄惁浣跨敤PLC_"]},{"curValue":"bFlagplc璋冭瘯鐣岄潰鏄惁鑷姩璇诲彇鏁版嵁","keyValue":"bFlagplc璋冭瘯鐣岄潰鏄惁鑷姩璇诲彇鏁版嵁","lasttime":"bFlagplc璋冭瘯鐣岄潰鏄惁鑷姩璇诲彇鏁版嵁","valueList":["bFlagplc璋冭瘯鐣岄潰鏄惁鑷姩璇诲彇鏁版嵁","BFlagplc debug interface automatically read data","bFlagplc璋冭瘯鐣岄潰鏄惁鑷姩璇诲彇鏁版嵁"]},{"curValue":"鐢靛帇妫娴嬫ā鍧楃鍙e彿","keyValue":"鐢靛帇妫娴嬫ā鍧楃鍙e彿","lasttime":"鐢靛帇妫娴嬫ā鍧楃鍙e彿","valueList":["鐢靛帇妫娴嬫ā鍧楃鍙e彿","Voltage detection module port number","鐢靛帇妫娴嬫ā鍧楃鍙e彿"]},{"curValue":"bflag鏄惁鏄剧ず妯℃嫙閲忔暟鍊","keyValue":"bflag鏄惁鏄剧ず妯℃嫙閲忔暟鍊","lasttime":"bflag鏄惁鏄剧ず妯℃嫙閲忔暟鍊","valueList":["bflag鏄惁鏄剧ず妯℃嫙閲忔暟鍊","Whether BFLAG displays analog quantity values","bflag鏄惁鏄剧ず妯℃嫙閲忔暟鍊"]},{"curValue":"鏄惁鍚姩鐣岄潰鎵爜灞忚斀鎸夐挳","keyValue":"鏄惁鍚姩鐣岄潰鎵爜灞忚斀鎸夐挳","lasttime":"鏄惁鍚姩鐣岄潰鎵爜灞忚斀鎸夐挳","valueList":["鏄惁鍚姩鐣岄潰鎵爜灞忚斀鎸夐挳","Whether to start the screen scan screen button","鏄惁鍚姩鐣岄潰鎵爜灞忚斀鎸夐挳"]},{"curValue":"鏈澶у浘鍍忕紦瀛樹釜鏁","keyValue":"鏈澶у浘鍍忕紦瀛樹釜鏁","lasttime":"鏈澶у浘鍍忕紦瀛樹釜鏁","valueList":["鏈澶у浘鍍忕紦瀛樹釜鏁","Maximum number of image caches","鏈澶у浘鍍忕紦瀛樹釜鏁"]},{"curValue":"瑁佸垏搴曡竟鍒板渾蹇冭窛绂","keyValue":"瑁佸垏搴曡竟鍒板渾蹇冭窛绂","lasttime":"瑁佸垏搴曡竟鍒板渾蹇冭窛绂","valueList":["瑁佸垏搴曡竟鍒板渾蹇冭窛绂","Cut the bottom edge to the center of the circle","瑁佸垏搴曡竟鍒板渾蹇冭窛绂"]},{"curValue":"琛ュ伩瑁佸垏浣嶇疆闃堝","keyValue":"琛ュ伩瑁佸垏浣嶇疆闃堝","lasttime":"琛ュ伩瑁佸垏浣嶇疆闃堝","valueList":["琛ュ伩瑁佸垏浣嶇疆闃堝","Compensation for cutting position threshold","琛ュ伩瑁佸垏浣嶇疆闃堝"]},{"curValue":"澶栬竟鍦嗕笅鏂圭伆搴︽瘮渚1","keyValue":"澶栬竟鍦嗕笅鏂圭伆搴︽瘮渚1","lasttime":"澶栬竟鍦嗕笅鏂圭伆搴︽瘮渚1","valueList":["澶栬竟鍦嗕笅鏂圭伆搴︽瘮渚1","Gray scale ratio 1 below the outer circle","澶栬竟鍦嗕笅鏂圭伆搴︽瘮渚1"]},{"curValue":"numfullCount鍒ゆ柇鏈灏忎釜鏁","keyValue":"numfullCount鍒ゆ柇鏈灏忎釜鏁","lasttime":"numfullCount鍒ゆ柇鏈灏忎釜鏁","valueList":["numfullCount鍒ゆ柇鏈灏忎釜鏁","NumfullCount judges the minimum number","numfullCount鍒ゆ柇鏈灏忎釜鏁"]},{"curValue":"cnt杩炵画鍑犱釜绌烘枡璁や负鍓嶉潰鏃犳枡","keyValue":"cnt杩炵画鍑犱釜绌烘枡璁や负鍓嶉潰鏃犳枡","lasttime":"cnt杩炵画鍑犱釜绌烘枡璁や负鍓嶉潰鏃犳枡","valueList":["cnt杩炵画鍑犱釜绌烘枡璁や负鍓嶉潰鏃犳枡","CNT continuous several empty material that no material in front","cnt杩炵画鍑犱釜绌烘枡璁や负鍓嶉潰鏃犳枡"]},{"curValue":"cnt閫忔槑鏂欏甫cut涓暟琛ュ伩","keyValue":"cnt閫忔槑鏂欏甫cut涓暟琛ュ伩","lasttime":"cnt閫忔槑鏂欏甫cut涓暟琛ュ伩","valueList":["cnt閫忔槑鏂欏甫cut涓暟琛ュ伩","Compensation for the number of CNT transparent tape cuts","cnt閫忔槑鏂欏甫cut涓暟琛ュ伩"]},{"curValue":"cnt榛戞枡甯ut涓暟琛ュ伩","keyValue":"cnt榛戞枡甯ut涓暟琛ュ伩","lasttime":"cnt榛戞枡甯ut涓暟琛ュ伩","valueList":["cnt榛戞枡甯ut涓暟琛ュ伩","Compensation for the number of CNT black tape cuts","cnt榛戞枡甯ut涓暟琛ュ伩"]},{"curValue":"thes榛戞枡甯︽渶灏忓垽鏂爣鍑","keyValue":"thes榛戞枡甯︽渶灏忓垽鏂爣鍑","lasttime":"thes榛戞枡甯︽渶灏忓垽鏂爣鍑","valueList":["thes榛戞枡甯︽渶灏忓垽鏂爣鍑","Thes black belt is the minimum standard","thes榛戞枡甯︽渶灏忓垽鏂爣鍑"]},{"curValue":"绾告枡甯﹀拰榛戞枡甯︽湁鏂欐瘮渚","keyValue":"绾告枡甯﹀拰榛戞枡甯︽湁鏂欐瘮渚","lasttime":"绾告枡甯﹀拰榛戞枡甯︽湁鏂欐瘮渚","valueList":["绾告枡甯﹀拰榛戞枡甯︽湁鏂欐瘮渚","Paper tape and black tape with feed ratio","绾告枡甯﹀拰榛戞枡甯︽湁鏂欐瘮渚"]},{"curValue":"sc鐩告満杞欢鍒囨崲鍒扮‖浠惰Е鍙戠殑寤舵椂","keyValue":"sc鐩告満杞欢鍒囨崲鍒扮‖浠惰Е鍙戠殑寤舵椂","lasttime":"sc鐩告満杞欢鍒囨崲鍒扮‖浠惰Е鍙戠殑寤舵椂","valueList":["sc鐩告満杞欢鍒囨崲鍒扮‖浠惰Е鍙戠殑寤舵椂","Sc camera software switches to a hardware triggered delay","sc鐩告満杞欢鍒囨崲鍒扮‖浠惰Е鍙戠殑寤舵椂"]},{"curValue":"pitch鏇濆厜鏃堕棿","keyValue":"pitch鏇濆厜鏃堕棿","lasttime":"pitch鏇濆厜鏃堕棿","valueList":["pitch鏇濆厜鏃堕棿","Pitch exposure time","pitch鏇濆厜鏃堕棿"]},{"curValue":"pitch妫娴嬫瘮渚嬮槇鍊","keyValue":"pitch妫娴嬫瘮渚嬮槇鍊","lasttime":"pitch妫娴嬫瘮渚嬮槇鍊","valueList":["pitch妫娴嬫瘮渚嬮槇鍊","Pitch detection ratio threshold","pitch妫娴嬫瘮渚嬮槇鍊"]},{"curValue":"绛夊緟鎵撳紑鍏夋簮鐨勬椂闂达紙ms锛","keyValue":"绛夊緟鎵撳紑鍏夋簮鐨勬椂闂达紙ms锛","lasttime":"绛夊緟鎵撳紑鍏夋簮鐨勬椂闂达紙ms锛","valueList":["绛夊緟鎵撳紑鍏夋簮鐨勬椂闂达紙ms锛","Time to wait for light to turn on (MS)","绛夊緟鎵撳紑鍏夋簮鐨勬椂闂达紙ms锛"]},{"curValue":"sc8mm闀垮姣斾緥","keyValue":"sc8mm闀垮姣斾緥","lasttime":"sc8mm闀垮姣斾緥","valueList":["sc8mm闀垮姣斾緥","Sc8mm length to width ratio","sc8mm闀垮姣斾緥"]},{"curValue":"sc12mm闀垮姣斾緥","keyValue":"sc12mm闀垮姣斾緥","lasttime":"sc12mm闀垮姣斾緥","valueList":["sc12mm闀垮姣斾緥","Sc12mm length-width ratio","sc12mm闀垮姣斾緥"]},{"curValue":"sc16mm闀垮姣斾緥","keyValue":"sc16mm闀垮姣斾緥","lasttime":"sc16mm闀垮姣斾緥","valueList":["sc16mm闀垮姣斾緥","Sc16mm length to width ratio","sc16mm闀垮姣斾緥"]},{"curValue":"鐩告満璁剧疆鐨勫瘑鐮","keyValue":"鐩告満璁剧疆鐨勫瘑鐮","lasttime":"鐩告満璁剧疆鐨勫瘑鐮","valueList":["鐩告満璁剧疆鐨勫瘑鐮","The password set by the camera","鐩告満璁剧疆鐨勫瘑鐮"]},{"curValue":"鏄剧ず鍓嶅悗涓ゅ紶鍥惧儚鐨勬椂闂撮棿闅","keyValue":"鏄剧ず鍓嶅悗涓ゅ紶鍥惧儚鐨勬椂闂撮棿闅","lasttime":"鏄剧ず鍓嶅悗涓ゅ紶鍥惧儚鐨勬椂闂撮棿闅","valueList":["鏄剧ず鍓嶅悗涓ゅ紶鍥惧儚鐨勬椂闂撮棿闅","Show the interval between the two images","鏄剧ず鍓嶅悗涓ゅ紶鍥惧儚鐨勬椂闂撮棿闅"]},{"curValue":"宸︿晶璧峰紑濮嬫娴嬩綅缃","keyValue":"宸︿晶璧峰紑濮嬫娴嬩綅缃","lasttime":"宸︿晶璧峰紑濮嬫娴嬩綅缃","valueList":["宸︿晶璧峰紑濮嬫娴嬩綅缃","Left start to check position","宸︿晶璧峰紑濮嬫娴嬩綅缃"]},{"curValue":"鍙充晶璧风粨鏉熸娴嬩綅缃","keyValue":"鍙充晶璧风粨鏉熸娴嬩綅缃","lasttime":"鍙充晶璧风粨鏉熸娴嬩綅缃","valueList":["鍙充晶璧风粨鏉熸娴嬩綅缃","The right side of the test","鍙充晶璧风粨鏉熸娴嬩綅缃"]},{"curValue":"瓒呰繃鎷嶇収娆℃暟鏃犳枡鍒欐姤璀","keyValue":"瓒呰繃鎷嶇収娆℃暟鏃犳枡鍒欐姤璀","lasttime":"瓒呰繃鎷嶇収娆℃暟鏃犳枡鍒欐姤璀","valueList":["瓒呰繃鎷嶇収娆℃暟鏃犳枡鍒欐姤璀","If no material has been taken for more than one time, it will alarm _","瓒呰繃鎷嶇収娆℃暟鏃犳枡鍒欐姤璀"]},{"curValue":"鏈浣庢娴嬪埌鏂欑殑鏁伴噺鍚庢墠鍙戠粰plc","keyValue":"鏈浣庢娴嬪埌鏂欑殑鏁伴噺鍚庢墠鍙戠粰plc","lasttime":"鏈浣庢娴嬪埌鏂欑殑鏁伴噺鍚庢墠鍙戠粰plc","valueList":["鏈浣庢娴嬪埌鏂欑殑鏁伴噺鍚庢墠鍙戠粰plc","Send to PLC after the minimum quantity of material is detected","鏈浣庢娴嬪埌鏂欑殑鏁伴噺鍚庢墠鍙戠粰plc"]},{"curValue":"鏈浣庢娴嬪埌鏂欏甫娆℃暟鎵嶅鐞嗗浘鍍","keyValue":"鏈浣庢娴嬪埌鏂欏甫娆℃暟鎵嶅鐞嗗浘鍍","lasttime":"鏈浣庢娴嬪埌鏂欏甫娆℃暟鎵嶅鐞嗗浘鍍","valueList":["鏈浣庢娴嬪埌鏂欏甫娆℃暟鎵嶅鐞嗗浘鍍","Minimum detection of tape times to process images","鏈浣庢娴嬪埌鏂欏甫娆℃暟鎵嶅鐞嗗浘鍍"]},{"curValue":"delay寤舵椂鎷嶇収鏃堕棿","keyValue":"delay寤舵椂鎷嶇収鏃堕棿","lasttime":"delay寤舵椂鎷嶇収鏃堕棿","valueList":["delay寤舵椂鎷嶇収鏃堕棿","Delay time of taking pictures","delay寤舵椂鎷嶇収鏃堕棿"]},{"curValue":"delay寤舵椂琛ユ媿娆℃暟","keyValue":"delay寤舵椂琛ユ媿娆℃暟","lasttime":"delay寤舵椂琛ユ媿娆℃暟","valueList":["delay寤舵椂琛ユ媿娆℃暟","Delay retouching times","delay寤舵椂琛ユ媿娆℃暟"]},{"curValue":"鏄惁寮鍚珮閫熸ā寮","keyValue":"鏄惁寮鍚珮閫熸ā寮","lasttime":"鏄惁寮鍚珮閫熸ā寮","valueList":["鏄惁寮鍚珮閫熸ā寮","Whether to turn on high speed mode","鏄惁寮鍚珮閫熸ā寮"]},{"curValue":"鏄惁浣跨敤鏂扮殑鍥惧儚澶勭悊鏂瑰紡","keyValue":"鏄惁浣跨敤鏂扮殑鍥惧儚澶勭悊鏂瑰紡","lasttime":"鏄惁浣跨敤鏂扮殑鍥惧儚澶勭悊鏂瑰紡","valueList":["鏄惁浣跨敤鏂扮殑鍥惧儚澶勭悊鏂瑰紡","Whether to use a new image processing method","鏄惁浣跨敤鏂扮殑鍥惧儚澶勭悊鏂瑰紡"]},{"curValue":"閫氳繃璺敱鍣ㄨ繛鎺ョ浉鏈烘槸鐨勬湰鍦癷p鍦板潃","keyValue":"閫氳繃璺敱鍣ㄨ繛鎺ョ浉鏈烘槸鐨勬湰鍦癷p鍦板潃","lasttime":"閫氳繃璺敱鍣ㄨ繛鎺ョ浉鏈烘槸鐨勬湰鍦癷p鍦板潃","valueList":["閫氳繃璺敱鍣ㄨ繛鎺ョ浉鏈烘槸鐨勬湰鍦癷p鍦板潃","Connecting to the camera via a router is the local IP address","閫氳繃璺敱鍣ㄨ繛鎺ョ浉鏈烘槸鐨勬湰鍦癷p鍦板潃"]},{"curValue":"鏇濆厜鏃堕棿","keyValue":"鏇濆厜鏃堕棿","lasttime":"鏇濆厜鏃堕棿","valueList":["鏇濆厜鏃堕棿","Exposure time","鏇濆厜鏃堕棿"]},{"curValue":"澧炵泭绯绘暟","keyValue":"澧炵泭绯绘暟","lasttime":"澧炵泭绯绘暟","valueList":["澧炵泭绯绘暟","Gain coefficient","澧炵泭绯绘暟"]},{"curValue":"寮傛妯″紡涓嬪仠姝㈠彇鍥炬椂闂磎s","keyValue":"寮傛妯″紡涓嬪仠姝㈠彇鍥炬椂闂磎s","lasttime":"寮傛妯″紡涓嬪仠姝㈠彇鍥炬椂闂磎s","valueList":["寮傛妯″紡涓嬪仠姝㈠彇鍥炬椂闂磎s","Stop drawing in asynchronous mode at ms","寮傛妯″紡涓嬪仠姝㈠彇鍥炬椂闂磎s"]},{"curValue":"鍍忕礌鍜宮m鐨勬瘮渚媂","keyValue":"鍍忕礌鍜宮m鐨勬瘮渚媂","lasttime":"鍍忕礌鍜宮m鐨勬瘮渚媂","valueList":["鍍忕礌鍜宮m鐨勬瘮渚媂","The ratio of pixels to mm X","鍍忕礌鍜宮m鐨勬瘮渚媂"]},{"curValue":"鍍忕礌鍜宮m鐨勬瘮渚媃","keyValue":"鍍忕礌鍜宮m鐨勬瘮渚媃","lasttime":"鍍忕礌鍜宮m鐨勬瘮渚媃","valueList":["鍍忕礌鍜宮m鐨勬瘮渚媃","The ratio of pixels to mm, Y","鍍忕礌鍜宮m鐨勬瘮渚媃"]},{"curValue":"鍙栧浘瑙﹀彂妯″紡","keyValue":"鍙栧浘瑙﹀彂妯″紡","lasttime":"鍙栧浘瑙﹀彂妯″紡","valueList":["鍙栧浘瑙﹀彂妯″紡","Fetch the graph trigger mode","鍙栧浘瑙﹀彂妯″紡"]},{"curValue":"4mm涓ゅ瓟璺濈瀵瑰簲鐨勫儚绱犲1","keyValue":"4mm涓ゅ瓟璺濈瀵瑰簲鐨勫儚绱犲1","lasttime":"4mm涓ゅ瓟璺濈瀵瑰簲鐨勫儚绱犲1","valueList":["4mm涓ゅ瓟璺濈瀵瑰簲鐨勫儚绱犲1","The pixel value corresponding to the distance between two holes of 4mm is 1","4mm涓ゅ瓟璺濈瀵瑰簲鐨勫儚绱犲1"]},{"curValue":"瑁佸垏宸︿綅缃1","keyValue":"瑁佸垏宸︿綅缃1","lasttime":"瑁佸垏宸︿綅缃1","valueList":["瑁佸垏宸︿綅缃1","Cut left position 1","瑁佸垏宸︿綅缃1"]},{"curValue":"瑁佸垏搴曚綅缃1","keyValue":"瑁佸垏搴曚綅缃1","lasttime":"瑁佸垏搴曚綅缃1","valueList":["瑁佸垏搴曚綅缃1","Cut bottom position 1","瑁佸垏搴曚綅缃1"]},{"curValue":"琛ュ伩澶氬垏鏂欐暟閲","keyValue":"琛ュ伩澶氬垏鏂欐暟閲","lasttime":"琛ュ伩澶氬垏鏂欐暟閲","valueList":["琛ュ伩澶氬垏鏂欐暟閲","Compensates for the amount of multiple cuts","琛ュ伩澶氬垏鏂欐暟閲"]},{"curValue":"绾告枡甯﹂槇鍊兼渶灏忓","keyValue":"绾告枡甯﹂槇鍊兼渶灏忓","lasttime":"绾告枡甯﹂槇鍊兼渶灏忓","valueList":["绾告枡甯﹂槇鍊兼渶灏忓","Minimum paper tape threshold","绾告枡甯﹂槇鍊兼渶灏忓"]},{"curValue":"榛戣壊濉戣兌闃堝兼渶澶у","keyValue":"榛戣壊濉戣兌闃堝兼渶澶у","lasttime":"榛戣壊濉戣兌闃堝兼渶澶у","valueList":["榛戣壊濉戣兌闃堝兼渶澶у","Maximum black plastic threshold","榛戣壊濉戣兌闃堝兼渶澶у"]},{"curValue":"瑙嗚琛ュ伩鍩哄噯鍊1","keyValue":"瑙嗚琛ュ伩鍩哄噯鍊1","lasttime":"瑙嗚琛ュ伩鍩哄噯鍊1","valueList":["瑙嗚琛ュ伩鍩哄噯鍊1","Visual compensation reference value 1","瑙嗚琛ュ伩鍩哄噯鍊1"]},{"curValue":"瑙嗚琛ュ伩鏂瑰悜__","keyValue":"瑙嗚琛ュ伩鏂瑰悜__","lasttime":"瑙嗚琛ュ伩鏂瑰悜__","valueList":["瑙嗚琛ュ伩鏂瑰悜__","Direction of visual compensation","瑙嗚琛ュ伩鏂瑰悜__"]},{"curValue":"min0201鏈夋枡鍒嗙晫鍊","keyValue":"min0201鏈夋枡鍒嗙晫鍊","lasttime":"min0201鏈夋枡鍒嗙晫鍊","valueList":["min0201鏈夋枡鍒嗙晫鍊","Min0201 feed boundary value","min0201鏈夋枡鍒嗙晫鍊"]},{"curValue":"閫忔槑鏂欏甫闃堝","keyValue":"閫忔槑鏂欏甫闃堝","lasttime":"閫忔槑鏂欏甫闃堝","valueList":["閫忔槑鏂欏甫闃堝","Transparent tape threshold","閫忔槑鏂欏甫闃堝"]},{"curValue":"va閫忔槑鏂欏甫鐨勬洕鍏夊","keyValue":"va閫忔槑鏂欏甫鐨勬洕鍏夊","lasttime":"va閫忔槑鏂欏甫鐨勬洕鍏夊","valueList":["va閫忔槑鏂欏甫鐨勬洕鍏夊","Va transparent tape exposure value","va閫忔槑鏂欏甫鐨勬洕鍏夊"]},{"curValue":"va榛戞枡甯︾殑鏇濆厜鍊糭","keyValue":"va榛戞枡甯︾殑鏇濆厜鍊糭","lasttime":"va榛戞枡甯︾殑鏇濆厜鍊糭","valueList":["va榛戞枡甯︾殑鏇濆厜鍊糭","Va black tape exposure _","va榛戞枡甯︾殑鏇濆厜鍊糭"]},{"curValue":"va榛樿鐨勬洕鍏夊","keyValue":"va榛樿鐨勬洕鍏夊","lasttime":"va榛樿鐨勬洕鍏夊","valueList":["va榛樿鐨勬洕鍏夊","The default va exposure value","va榛樿鐨勬洕鍏夊"]},{"curValue":"閫忔槑鐨勯槇鍊肩殑鍏樊","keyValue":"閫忔槑鐨勯槇鍊肩殑鍏樊","lasttime":"閫忔槑鐨勯槇鍊肩殑鍏樊","valueList":["閫忔槑鐨勯槇鍊肩殑鍏樊","Transparent threshold tolerance","閫忔槑鐨勯槇鍊肩殑鍏樊"]},{"curValue":"t鍙戦佸畬鎴愪俊鍙风殑鏃跺埢","keyValue":"t鍙戦佸畬鎴愪俊鍙风殑鏃跺埢","lasttime":"t鍙戦佸畬鎴愪俊鍙风殑鏃跺埢","valueList":["t鍙戦佸畬鎴愪俊鍙风殑鏃跺埢","T is the moment when the signal is sent","t鍙戦佸畬鎴愪俊鍙风殑鏃跺埢"]},{"curValue":"mes瀵规帴绫诲瀷","keyValue":"mes瀵规帴绫诲瀷","lasttime":"mes瀵规帴绫诲瀷","valueList":["mes瀵规帴绫诲瀷","Mes butt type","mes瀵规帴绫诲瀷"]},{"curValue":"mes_瀵规帴鍙傝冩暟鎹甠璇︾粏鐗","keyValue":"mes_瀵规帴鍙傝冩暟鎹甠璇︾粏鐗","lasttime":"mes_瀵规帴鍙傝冩暟鎹甠璇︾粏鐗","valueList":["mes_瀵规帴鍙傝冩暟鎹甠璇︾粏鐗","Mes_ Docking reference data _ detailed edition","mes_瀵规帴鍙傝冩暟鎹甠璇︾粏鐗"]},{"curValue":"mes_瀵规帴鍙傝冩暟鎹甠绠鏄撶増","keyValue":"mes_瀵规帴鍙傝冩暟鎹甠绠鏄撶増","lasttime":"mes_瀵规帴鍙傝冩暟鎹甠绠鏄撶増","valueList":["mes_瀵规帴鍙傝冩暟鎹甠绠鏄撶増","Mes_ Docking reference data _ Simplified version","mes_瀵规帴鍙傝冩暟鎹甠绠鏄撶増"]},{"curValue":"-------------浠ヤ笅涓哄鎴风妯″紡----------------","keyValue":"-------------浠ヤ笅涓哄鎴风妯″紡----------------","lasttime":"-------------浠ヤ笅涓哄鎴风妯″紡----------------","valueList":["-------------浠ヤ笅涓哄鎴风妯″紡----------------","-- The following is the client mode","-------------浠ヤ笅涓哄鎴风妯″紡----------------"]},{"curValue":"瀵规帴绫诲瀷1--瀹㈡埛Udp鏈嶅姟鍣╛IP","keyValue":"瀵规帴绫诲瀷1--瀹㈡埛Udp鏈嶅姟鍣╛IP","lasttime":"瀵规帴绫诲瀷1--瀹㈡埛Udp鏈嶅姟鍣╛IP","valueList":["瀵规帴绫诲瀷1--瀹㈡埛Udp鏈嶅姟鍣╛IP","Docking type 1-- client Udp server _IP","瀵规帴绫诲瀷1--瀹㈡埛Udp鏈嶅姟鍣╛IP"]},{"curValue":"瀵规帴绫诲瀷1--瀹㈡埛Udp鏈嶅姟鍣╛绔彛鍙","keyValue":"瀵规帴绫诲瀷1--瀹㈡埛Udp鏈嶅姟鍣╛绔彛鍙","lasttime":"瀵规帴绫诲瀷1--瀹㈡埛Udp鏈嶅姟鍣╛绔彛鍙","valueList":["瀵规帴绫诲瀷1--瀹㈡埛Udp鏈嶅姟鍣╛绔彛鍙","Docking type 1-- client Udp server _ port number","瀵规帴绫诲瀷1--瀹㈡埛Udp鏈嶅姟鍣╛绔彛鍙"]},{"curValue":"瀵规帴绫诲瀷2--瀹㈡埛Tcp鏈嶅姟鍣╛IP","keyValue":"瀵规帴绫诲瀷2--瀹㈡埛Tcp鏈嶅姟鍣╛IP","lasttime":"瀵规帴绫诲瀷2--瀹㈡埛Tcp鏈嶅姟鍣╛IP","valueList":["瀵规帴绫诲瀷2--瀹㈡埛Tcp鏈嶅姟鍣╛IP","Docking type 2-- Client Tcp server _IP","瀵规帴绫诲瀷2--瀹㈡埛Tcp鏈嶅姟鍣╛IP"]},{"curValue":"瀵规帴绫诲瀷2--瀹㈡埛Tcp鏈嶅姟鍣╛绔彛鍙","keyValue":"瀵规帴绫诲瀷2--瀹㈡埛Tcp鏈嶅姟鍣╛绔彛鍙","lasttime":"瀵规帴绫诲瀷2--瀹㈡埛Tcp鏈嶅姟鍣╛绔彛鍙","valueList":["瀵规帴绫诲瀷2--瀹㈡埛Tcp鏈嶅姟鍣╛绔彛鍙","Docking type 2-- Client Tcp server _ port number","瀵规帴绫诲瀷2--瀹㈡埛Tcp鏈嶅姟鍣╛绔彛鍙"]},{"curValue":"瀵规帴绫诲瀷3/7--鏈湴MES涓插彛绔彛鍙","keyValue":"瀵规帴绫诲瀷3/7--鏈湴MES涓插彛绔彛鍙","lasttime":"瀵规帴绫诲瀷3/7--鏈湴MES涓插彛绔彛鍙","valueList":["瀵规帴绫诲瀷3/7--鏈湴MES涓插彛绔彛鍙","Docking type 3/7-- local MES serial port number","瀵规帴绫诲瀷3/7--鏈湴MES涓插彛绔彛鍙"]},{"curValue":"瀵规帴绫诲瀷4--瀹㈡埛Http鏈嶅姟鍣╛鏉$爜鏍¢獙Url","keyValue":"瀵规帴绫诲瀷4--瀹㈡埛Http鏈嶅姟鍣╛鏉$爜鏍¢獙Url","lasttime":"瀵规帴绫诲瀷4--瀹㈡埛Http鏈嶅姟鍣╛鏉$爜鏍¢獙Url","valueList":["瀵规帴绫诲瀷4--瀹㈡埛Http鏈嶅姟鍣╛鏉$爜鏍¢獙Url","Docking type 4-- Client Http server _ bar code check Url","瀵规帴绫诲瀷4--瀹㈡埛Http鏈嶅姟鍣╛鏉$爜鏍¢獙Url"]},{"curValue":"瀵规帴绫诲瀷4--瀹㈡埛Http鏈嶅姟鍣╛鎺ユ枡瀹屾垚纭Url","keyValue":"瀵规帴绫诲瀷4--瀹㈡埛Http鏈嶅姟鍣╛鎺ユ枡瀹屾垚纭Url","lasttime":"瀵规帴绫诲瀷4--瀹㈡埛Http鏈嶅姟鍣╛鎺ユ枡瀹屾垚纭Url","valueList":["瀵规帴绫诲瀷4--瀹㈡埛Http鏈嶅姟鍣╛鎺ユ枡瀹屾垚纭Url","Docking type 4-- Client Http server _ Url for receiving completion confirmation","瀵规帴绫诲瀷4--瀹㈡埛Http鏈嶅姟鍣╛鎺ユ枡瀹屾垚纭Url"]},{"curValue":"瀵规帴绫诲瀷1/2/3/4--mes杩斿洖绛夊緟鏃堕棿","keyValue":"瀵规帴绫诲瀷1/2/3/4--mes杩斿洖绛夊緟鏃堕棿","lasttime":"瀵规帴绫诲瀷1/2/3/4--mes杩斿洖绛夊緟鏃堕棿","valueList":["瀵规帴绫诲瀷1/2/3/4--mes杩斿洖绛夊緟鏃堕棿","Docking type 1/2/3/4-- MES return wait time","瀵规帴绫诲瀷1/2/3/4--mes杩斿洖绛夊緟鏃堕棿"]},{"curValue":"-------------浠ヤ笅涓烘湇鍔″櫒妯″紡----------------","keyValue":"-------------浠ヤ笅涓烘湇鍔″櫒妯″紡----------------","lasttime":"-------------浠ヤ笅涓烘湇鍔″櫒妯″紡----------------","valueList":["-------------浠ヤ笅涓烘湇鍔″櫒妯″紡----------------","-- The following is the server mode","-------------浠ヤ笅涓烘湇鍔″櫒妯″紡----------------"]},{"curValue":"瀵规帴绫诲瀷5--鏈湴Udp鏈嶅姟鍣╛绔彛鍙1","keyValue":"瀵规帴绫诲瀷5--鏈湴Udp鏈嶅姟鍣╛绔彛鍙1","lasttime":"瀵规帴绫诲瀷5--鏈湴Udp鏈嶅姟鍣╛绔彛鍙1","valueList":["瀵规帴绫诲瀷5--鏈湴Udp鏈嶅姟鍣╛绔彛鍙1","Docking type 5-- local Udp server _ port number 1","瀵规帴绫诲瀷5--鏈湴Udp鏈嶅姟鍣╛绔彛鍙1"]},{"curValue":"瀵规帴绫诲瀷6--鏈湴Tcp鏈嶅姟鍣╛绔彛鍙","keyValue":"瀵规帴绫诲瀷6--鏈湴Tcp鏈嶅姟鍣╛绔彛鍙","lasttime":"瀵规帴绫诲瀷6--鏈湴Tcp鏈嶅姟鍣╛绔彛鍙","valueList":["瀵规帴绫诲瀷6--鏈湴Tcp鏈嶅姟鍣╛绔彛鍙","Docking type 6-- Local Tcp server _ port number","瀵规帴绫诲瀷6--鏈湴Tcp鏈嶅姟鍣╛绔彛鍙"]},{"curValue":"瀵规帴绫诲瀷5/6/7--bFlag浠讳綍娑堟伅閮借涓篛K","keyValue":"瀵规帴绫诲瀷5/6/7--bFlag浠讳綍娑堟伅閮借涓篛K","lasttime":"瀵规帴绫诲瀷5/6/7--bFlag浠讳綍娑堟伅閮借涓篛K","valueList":["瀵规帴绫诲瀷5/6/7--bFlag浠讳綍娑堟伅閮借涓篛K","Docking type 5/6/7-- Any message from bFlag is considered OK","瀵规帴绫诲瀷5/6/7--bFlag浠讳綍娑堟伅閮借涓篛K"]},{"curValue":"瀵规帴绫诲瀷5/6/7--杩斿洖鐨凬G淇℃伅","keyValue":"瀵规帴绫诲瀷5/6/7--杩斿洖鐨凬G淇℃伅","lasttime":"瀵规帴绫诲瀷5/6/7--杩斿洖鐨凬G淇℃伅","valueList":["瀵规帴绫诲瀷5/6/7--杩斿洖鐨凬G淇℃伅","Docking type 5/6/7-- NG information returned","瀵规帴绫诲瀷5/6/7--杩斿洖鐨凬G淇℃伅"]},{"curValue":"瀵规帴绫诲瀷5/6/7--NG鏄惁杩斿洖娑堟伅","keyValue":"瀵规帴绫诲瀷5/6/7--NG鏄惁杩斿洖娑堟伅","lasttime":"瀵规帴绫诲瀷5/6/7--NG鏄惁杩斿洖娑堟伅","valueList":["瀵规帴绫诲瀷5/6/7--NG鏄惁杩斿洖娑堟伅","Docking type 5/6/7-- whether NG returns a message or not","瀵规帴绫诲瀷5/6/7--NG鏄惁杩斿洖娑堟伅"]},{"curValue":"瀵规帴绫诲瀷5/6/7--榛樿搴旂瓟娑堟伅鍐呭","keyValue":"瀵规帴绫诲瀷5/6/7--榛樿搴旂瓟娑堟伅鍐呭","lasttime":"瀵规帴绫诲瀷5/6/7--榛樿搴旂瓟娑堟伅鍐呭","valueList":["瀵规帴绫诲瀷5/6/7--榛樿搴旂瓟娑堟伅鍐呭","Docking type 5/6/7-- the default reply message content","瀵规帴绫诲瀷5/6/7--榛樿搴旂瓟娑堟伅鍐呭"]},{"curValue":"瀵规帴绫诲瀷5/6/7--bFlag鏄惁杩斿洖搴旂瓟娑堟伅","keyValue":"瀵规帴绫诲瀷5/6/7--bFlag鏄惁杩斿洖搴旂瓟娑堟伅","lasttime":"瀵规帴绫诲瀷5/6/7--bFlag鏄惁杩斿洖搴旂瓟娑堟伅","valueList":["瀵规帴绫诲瀷5/6/7--bFlag鏄惁杩斿洖搴旂瓟娑堟伅","Docking type 5/6/7-- whether bFlag returns a reply message","瀵规帴绫诲瀷5/6/7--bFlag鏄惁杩斿洖搴旂瓟娑堟伅"]},{"curValue":"24mm鎷ㄥ嚭浣","keyValue":"24mm鎷ㄥ嚭浣","lasttime":"24mm鎷ㄥ嚭浣","valueList":["24mm鎷ㄥ嚭浣","24mmDial the outing","24mm鎷ㄥ嚭浣"]},{"curValue":"搴曡啘鎷ㄥ嚭浣","keyValue":"搴曡啘鎷ㄥ嚭浣","lasttime":"搴曡啘鎷ㄥ嚭浣","valueList":["搴曡啘鎷ㄥ嚭浣","Basement membrane displacement","搴曡啘鎷ㄥ嚭浣"]},{"curValue":"鍙崇伅","keyValue":"鍙崇伅","lasttime":"鍙崇伅","valueList":["鍙崇伅","right light","鍙崇伅"]},{"curValue":"宸︾伅","keyValue":"宸︾伅","lasttime":"宸︾伅","valueList":["宸︾伅","Left light","宸︾伅"]},{"curValue":"鑷宠创搴曡啘浣","keyValue":"鑷宠创搴曡啘浣","lasttime":"鑷宠创搴曡啘浣","valueList":["鑷宠创搴曡啘浣","To the base film position","鑷宠创搴曡啘浣"]},{"curValue":"鎷ㄥ垁2鏁翠綋","keyValue":"鎷ㄥ垁2鏁翠綋","lasttime":"鎷ㄥ垁2鏁翠綋","valueList":["鎷ㄥ垁2鏁翠綋","Chuck 2 whole","鎷ㄥ垁2鏁翠綋"]},{"curValue":"24mm涓婅啘鐪熺┖","keyValue":"24mm涓婅啘鐪熺┖","lasttime":"24mm涓婅啘鐪熺┖","valueList":["24mm涓婅啘鐪熺┖","24mmThe vacuum membrane","24mm涓婅啘鐪熺┖"]},{"curValue":"24mm搴曡啘鐪熺┖","keyValue":"24mm搴曡啘鐪熺┖","lasttime":"24mm搴曡啘鐪熺┖","valueList":["24mm搴曡啘鐪熺┖","24mmAt the end of the vacuum membrane","24mm搴曡啘鐪熺┖"]},{"curValue":"搴曡啘缈昏浆鑷冲師鐐逛綅","keyValue":"搴曡啘缈昏浆鑷冲師鐐逛綅","lasttime":"搴曡啘缈昏浆鑷冲師鐐逛綅","valueList":["搴曡啘缈昏浆鑷冲師鐐逛綅","The bottom membrane reverses to the origin","搴曡啘缈昏浆鑷冲師鐐逛綅"]},{"curValue":"搴曡啘缈昏浆鑷宠创鍚堜綅","keyValue":"搴曡啘缈昏浆鑷宠创鍚堜綅","lasttime":"搴曡啘缈昏浆鑷宠创鍚堜綅","valueList":["搴曡啘缈昏浆鑷宠创鍚堜綅","Flip the bottom membrane to the fitting position","搴曡啘缈昏浆鑷宠创鍚堜綅"]},{"curValue":"搴曡啘鐢电閾","keyValue":"搴曡啘鐢电閾","lasttime":"搴曡啘鐢电閾","valueList":["搴曡啘鐢电閾","Bottom film electromagnet","搴曡啘鐢电閾"]},{"curValue":"24mm涓婅啘","keyValue":"24mm涓婅啘","lasttime":"24mm涓婅啘","valueList":["24mm涓婅啘","24mmIn the film","24mm涓婅啘"]},{"curValue":"24mm搴曡啘浣","keyValue":"24mm搴曡啘浣","lasttime":"24mm搴曡啘浣","valueList":["24mm搴曡啘浣","24mmA bottom membrane","24mm搴曡啘浣"]},{"curValue":"16mm浣","keyValue":"16mm浣","lasttime":"16mm浣","valueList":["16mm浣","16mmlocation","16mm浣"]},{"curValue":"12mm浣","keyValue":"12mm浣","lasttime":"12mm浣","valueList":["12mm浣","12mmlocation","12mm浣"]},{"curValue":"鎵撳嵃log鏃ュ織鏃堕棿瓒呮椂","keyValue":"鎵撳嵃log鏃ュ織鏃堕棿瓒呮椂","lasttime":"鎵撳嵃log鏃ュ織鏃堕棿瓒呮椂","valueList":["鎵撳嵃log鏃ュ織鏃堕棿瓒呮椂","Print log log time timeout","鎵撳嵃log鏃ュ織鏃堕棿瓒呮椂"]},{"curValue":"0 = 涓嶆樉绀 锛1 = 鏄剧ず","keyValue":"0 = 涓嶆樉绀 锛1 = 鏄剧ず","lasttime":"0 = 涓嶆樉绀 锛1 = 鏄剧ず","valueList":["0 = 涓嶆樉绀 锛1 = 鏄剧ず","0 = no display, 1 = display","0 = 涓嶆樉绀 锛1 = 鏄剧ず"]},{"curValue":"鎺ユ枡瓒呮椂寮傚父","keyValue":"鎺ユ枡瓒呮椂寮傚父","lasttime":"鎺ユ枡瓒呮椂寮傚父","valueList":["鎺ユ枡瓒呮椂寮傚父","Abnormal receiving time out","鎺ユ枡瓒呮椂寮傚父"]},{"curValue":"浠庣珯PLC閫氳寮傚父","keyValue":"浠庣珯PLC閫氳寮傚父","lasttime":"浠庣珯PLC閫氳寮傚父","valueList":["浠庣珯PLC閫氳寮傚父","The slave station PLC communication is abnormal","浠庣珯PLC閫氳寮傚父"]},{"curValue":"鍥炲師鐐硅秴鏃跺紓甯","keyValue":"鍥炲師鐐硅秴鏃跺紓甯","lasttime":"鍥炲師鐐硅秴鏃跺紓甯","valueList":["鍥炲師鐐硅秴鏃跺紓甯","Return to origin timeout exception","鍥炲師鐐硅秴鏃跺紓甯"]},{"curValue":"娴侀亾璋冨鐢垫満寮傚父","keyValue":"娴侀亾璋冨鐢垫満寮傚父","lasttime":"娴侀亾璋冨鐢垫満寮傚父","valueList":["娴侀亾璋冨鐢垫満寮傚父","Abnormal flow width motor","娴侀亾璋冨鐢垫満寮傚父"]},{"curValue":"鎷ㄥ垁2鐢垫満寮傚父","keyValue":"鎷ㄥ垁2鐢垫満寮傚父","lasttime":"鎷ㄥ垁2鐢垫満寮傚父","valueList":["鎷ㄥ垁2鐢垫満寮傚父","Blade 2 motor is abnormal","鎷ㄥ垁2鐢垫満寮傚父"]},{"curValue":"鏈湴ip3","keyValue":"鏈湴ip3","lasttime":"鏈湴ip3","valueList":["鏈湴ip3","Loca lip3","鏈湴ip3"]},{"curValue":"gige 鐩告満3","keyValue":"gige 鐩告満3","lasttime":"gige 鐩告満3","valueList":["gige 鐩告満3","gige camera 3","gige 鐩告満3"]},{"curValue":"鏈湴ip4","keyValue":"鏈湴ip4","lasttime":"鏈湴ip4","valueList":["鏈湴ip4","Local ip4","鏈湴ip4"]},{"curValue":"gige 鐩告満4","keyValue":"gige 鐩告満4","lasttime":"gige 鐩告満4","valueList":["gige 鐩告満4","gige camera 4","gige 鐩告満4"]},{"curValue":"鐩告満鏇濆厜搴﹁缃垚鍔! 鏇濆厜鏃堕棿=","keyValue":"鐩告満鏇濆厜搴﹁缃垚鍔! 鏇濆厜鏃堕棿=","lasttime":"鐩告満鏇濆厜搴﹁缃垚鍔! 鏇濆厜鏃堕棿=","valueList":["鐩告満鏇濆厜搴﹁缃垚鍔! 鏇濆厜鏃堕棿=","Camera exposure set successfully! Exposure time=","鐩告満鏇濆厜搴﹁缃垚鍔! 鏇濆厜鏃堕棿="]},{"curValue":"鍒囨柇浣嶇疆 = 瀛斾腑蹇","keyValue":"鍒囨柇浣嶇疆 = 瀛斾腑蹇","lasttime":"鍒囨柇浣嶇疆 = 瀛斾腑蹇","valueList":["鍒囨柇浣嶇疆 = 瀛斾腑蹇","Cutting position = center of hole","鍒囨柇浣嶇疆 = 瀛斾腑蹇"]},{"curValue":"鍒囨柇浣嶇疆 = 涓ゅ瓟涔嬮棿","keyValue":"鍒囨柇浣嶇疆 = 涓ゅ瓟涔嬮棿","lasttime":"鍒囨柇浣嶇疆 = 涓ゅ瓟涔嬮棿","valueList":["鍒囨柇浣嶇疆 = 涓ゅ瓟涔嬮棿","Cutting position = Between the two holes","鍒囨柇浣嶇疆 = 涓ゅ瓟涔嬮棿"]},{"curValue":"鍒囨柇浣嶇疆 = 瀛旇竟","keyValue":"鍒囨柇浣嶇疆 = 瀛旇竟","lasttime":"鍒囨柇浣嶇疆 = 瀛旇竟","valueList":["鍒囨柇浣嶇疆 = 瀛旇竟","Cutting position = The side of hole","鍒囨柇浣嶇疆 = 瀛旇竟"]},{"curValue":"鎬绘椂闂=15.6303ms","keyValue":"鎬绘椂闂=15.6303ms","lasttime":"鎬绘椂闂=15.6303ms","valueList":["鎬绘椂闂=15.6303ms","total time=15.6303ms","鎬绘椂闂=15.6303ms"]},{"curValue":"鎺ユ枡瀹屾垚锛屾暟鎹洿鏂板畬鎴","keyValue":"鎺ユ枡瀹屾垚锛屾暟鎹洿鏂板畬鎴","lasttime":"鎺ユ枡瀹屾垚锛屾暟鎹洿鏂板畬鎴","valueList":["鎺ユ枡瀹屾垚锛屾暟鎹洿鏂板畬鎴","Feeding finished, data update completed","鎺ユ枡瀹屾垚锛屾暟鎹洿鏂板畬鎴"]},{"curValue":"24mm瀹藉害","keyValue":"24mm瀹藉害","lasttime":"24mm瀹藉害","valueList":["24mm瀹藉害","24mmWidth","24mm瀹藉害"]},{"curValue":"24mm鐩稿叧鍙傛暟","keyValue":"24mm鐩稿叧鍙傛暟","lasttime":"24mm鐩稿叧鍙傛暟","valueList":["24mm鐩稿叧鍙傛暟","24mmrelevant parameter","24mm鐩稿叧鍙傛暟"]},{"curValue":"鎬绘椂闂=15.6263ms","keyValue":"鎬绘椂闂=15.6263ms","lasttime":"鎬绘椂闂=15.6263ms","valueList":["鎬绘椂闂=15.6263ms","total time=15.6263ms","鎬绘椂闂=15.6263ms"]},{"curValue":"鎬绘椂闂=15.6247ms","keyValue":"鎬绘椂闂=15.6247ms","lasttime":"鎬绘椂闂=15.6247ms","valueList":["鎬绘椂闂=15.6247ms","total time=15.6247ms","鎬绘椂闂=15.6247ms"]},{"curValue":"鍒嗚В闂磋窛222","keyValue":"鍒嗚В闂磋窛222","lasttime":"鍒嗚В闂磋窛222","valueList":["鍒嗚В闂磋窛222","Decomposition spacing222","鍒嗚В闂磋窛222"]},{"curValue":"鍒嗚В闂磋窛333","keyValue":"鍒嗚В闂磋窛333","lasttime":"鍒嗚В闂磋窛333","valueList":["鍒嗚В闂磋窛333","Decomposition spacing333","鍒嗚В闂磋窛333"]},{"curValue":"鍒嗚В闂磋窛444","keyValue":"鍒嗚В闂磋窛444","lasttime":"鍒嗚В闂磋窛444","valueList":["鍒嗚В闂磋窛444","Decomposition spacing444","鍒嗚В闂磋窛444"]},{"curValue":"闂磋窛鍒ゆ柇222","keyValue":"闂磋窛鍒ゆ柇222","lasttime":"闂磋窛鍒ゆ柇222","valueList":["闂磋窛鍒ゆ柇222","Interval judgment222","闂磋窛鍒ゆ柇222"]},{"curValue":"绌烘枡姣斾緥","keyValue":"绌烘枡姣斾緥","lasttime":"绌烘枡姣斾緥","valueList":["绌烘枡姣斾緥","Empty material proportion","绌烘枡姣斾緥"]},{"curValue":"鎬绘椂闂=15.6222ms","keyValue":"鎬绘椂闂=15.6222ms","lasttime":"鎬绘椂闂=15.6222ms","valueList":["鎬绘椂闂=15.6222ms","total time=15.6222ms","鎬绘椂闂=15.6222ms"]},{"curValue":"鎬绘椂闂=15.6258ms","keyValue":"鎬绘椂闂=15.6258ms","lasttime":"鎬绘椂闂=15.6258ms","valueList":["鎬绘椂闂=15.6258ms","total time=15.6258ms","鎬绘椂闂=15.6258ms"]},{"curValue":"鎬绘椂闂=15.6257ms","keyValue":"鎬绘椂闂=15.6257ms","lasttime":"鎬绘椂闂=15.6257ms","valueList":["鎬绘椂闂=15.6257ms","total time=15.6257ms","鎬绘椂闂=15.6257ms"]},{"curValue":"鍙傛暟鍙樻洿,","keyValue":"鍙傛暟鍙樻洿,","lasttime":"鍙傛暟鍙樻洿,","valueList":["鍙傛暟鍙樻洿,","Parameters change,","鍙傛暟鍙樻洿,"]},{"curValue":"鎬绘椂闂=15.6283ms","keyValue":"鎬绘椂闂=15.6283ms","lasttime":"鎬绘椂闂=15.6283ms","valueList":["鎬绘椂闂=15.6283ms","total time=15.6283ms","鎬绘椂闂=15.6283ms"]},{"curValue":"鎬绘椂闂=15.6273ms","keyValue":"鎬绘椂闂=15.6273ms","lasttime":"鎬绘椂闂=15.6273ms","valueList":["鎬绘椂闂=15.6273ms","total time=15.6273ms","鎬绘椂闂=15.6273ms"]},{"curValue":"鎬绘椂闂=15.6242ms","keyValue":"鎬绘椂闂=15.6242ms","lasttime":"鎬绘椂闂=15.6242ms","valueList":["鎬绘椂闂=15.6242ms","total time=15.6242ms","鎬绘椂闂=15.6242ms"]},{"curValue":"鎬绘椂闂=15.6268ms","keyValue":"鎬绘椂闂=15.6268ms","lasttime":"鎬绘椂闂=15.6268ms","valueList":["鎬绘椂闂=15.6268ms","total time=15.6268ms","鎬绘椂闂=15.6268ms"]},{"curValue":"鎬绘椂闂=15.6237ms","keyValue":"鎬绘椂闂=15.6237ms","lasttime":"鎬绘椂闂=15.6237ms","valueList":["鎬绘椂闂=15.6237ms","total time=15.6237ms","鎬绘椂闂=15.6237ms"]},{"curValue":"鎬绘椂闂=15.6231ms","keyValue":"鎬绘椂闂=15.6231ms","lasttime":"鎬绘椂闂=15.6231ms","valueList":["鎬绘椂闂=15.6231ms","total time=15.6231ms","鎬绘椂闂=15.6231ms"]},{"curValue":"鎬绘椂闂=15.6243ms","keyValue":"鎬绘椂闂=15.6243ms","lasttime":"鎬绘椂闂=15.6243ms","valueList":["鎬绘椂闂=15.6243ms","total time=15.6243ms","鎬绘椂闂=15.6243ms"]},{"curValue":"鎬绘椂闂=15.6267ms","keyValue":"鎬绘椂闂=15.6267ms","lasttime":"鎬绘椂闂=15.6267ms","valueList":["鎬绘椂闂=15.6267ms","total time=15.6267ms","鎬绘椂闂=15.6267ms"]},{"curValue":"鎬绘椂闂=15.6252ms","keyValue":"鎬绘椂闂=15.6252ms","lasttime":"鎬绘椂闂=15.6252ms","valueList":["鎬绘椂闂=15.6252ms","total time=15.6252ms","鎬绘椂闂=15.6252ms"]},{"curValue":"鎬绘椂闂=15.6262ms","keyValue":"鎬绘椂闂=15.6262ms","lasttime":"鎬绘椂闂=15.6262ms","valueList":["鎬绘椂闂=15.6262ms","total time=15.6262ms","鎬绘椂闂=15.6262ms"]},{"curValue":"鎬绘椂闂=15.6272ms","keyValue":"鎬绘椂闂=15.6272ms","lasttime":"鎬绘椂闂=15.6272ms","valueList":["鎬绘椂闂=15.6272ms","total time=15.6272ms","鎬绘椂闂=15.6272ms"]},{"curValue":"鎬绘椂闂=15.6248ms","keyValue":"鎬绘椂闂=15.6248ms","lasttime":"鎬绘椂闂=15.6248ms","valueList":["鎬绘椂闂=15.6248ms","total time=15.6248ms","鎬绘椂闂=15.6248ms"]},{"curValue":"鎬绘椂闂=15.6253ms","keyValue":"鎬绘椂闂=15.6253ms","lasttime":"鎬绘椂闂=15.6253ms","valueList":["鎬绘椂闂=15.6253ms","total time=15.6253ms","鎬绘椂闂=15.6253ms"]},{"curValue":"鎬绘椂闂=15.6227ms","keyValue":"鎬绘椂闂=15.6227ms","lasttime":"鎬绘椂闂=15.6227ms","valueList":["鎬绘椂闂=15.6227ms","total time=15.6227ms","鎬绘椂闂=15.6227ms"]},{"curValue":"0 = 涓嶅睆钄 锛 1 = 灞忚斀","keyValue":"0 = 涓嶅睆钄 锛 1 = 灞忚斀","lasttime":"0 = 涓嶅睆钄 锛 1 = 灞忚斀","valueList":["0 = 涓嶅睆钄 锛 1 = 灞忚斀","0 = unmasking, 1 = masking","0 = 涓嶅睆钄 锛 1 = 灞忚斀"]},{"curValue":"宸︿晶鏂欎粨闂","keyValue":"宸︿晶鏂欎粨闂","lasttime":"宸︿晶鏂欎粨闂","valueList":["宸︿晶鏂欎粨闂","Left bin door","宸︿晶鏂欎粨闂"]},{"curValue":"鍙充晶鏂欎粨闂","keyValue":"鍙充晶鏂欎粨闂","lasttime":"鍙充晶鏂欎粨闂","valueList":["鍙充晶鏂欎粨闂","Right bin door","鍙充晶鏂欎粨闂"]},{"curValue":"鍑歌疆寮傚父","keyValue":"鍑歌疆寮傚父","lasttime":"鍑歌疆寮傚父","valueList":["鍑歌疆寮傚父","Abnormal CAM","鍑歌疆寮傚父"]},{"curValue":"鍚歌兌鑶滃紓甯","keyValue":"鍚歌兌鑶滃紓甯","lasttime":"鍚歌兌鑶滃紓甯","valueList":["鍚歌兌鑶滃紓甯","Abnormal suction film","鍚歌兌鑶滃紓甯"]},{"curValue":"鐢垫睜鐢甸噺浣","keyValue":"鐢垫睜鐢甸噺浣","lasttime":"鐢垫睜鐢甸噺浣","valueList":["鐢垫睜鐢甸噺浣","Low battery","鐢垫睜鐢甸噺浣"]},{"curValue":"璇曠敤娆℃暟婊","keyValue":"璇曠敤娆℃暟婊","lasttime":"璇曠敤娆℃暟婊","valueList":["璇曠敤娆℃暟婊","Full trial number","璇曠敤娆℃暟婊"]},{"curValue":"鍓茶啘鐩存祦鐢垫満寮傚父","keyValue":"鍓茶啘鐩存祦鐢垫満寮傚父","lasttime":"鍓茶啘鐩存祦鐢垫満寮傚父","valueList":["鍓茶啘鐩存祦鐢垫満寮傚父","The film cutting DC motor is abnormal","鍓茶啘鐩存祦鐢垫満寮傚父"]},{"curValue":"搴曡啘缈昏浆鐩存祦鐢垫満寮傚父","keyValue":"搴曡啘缈昏浆鐩存祦鐢垫満寮傚父","lasttime":"搴曡啘缈昏浆鐩存祦鐢垫満寮傚父","valueList":["搴曡啘缈昏浆鐩存祦鐢垫満寮傚父","Abnormal bottom film flip DC motor","搴曡啘缈昏浆鐩存祦鐢垫満寮傚父"]},{"curValue":"鎺ㄦ媺闂ㄦ墦寮寮傚父","keyValue":"鎺ㄦ媺闂ㄦ墦寮寮傚父","lasttime":"鎺ㄦ媺闂ㄦ墦寮寮傚父","valueList":["鎺ㄦ媺闂ㄦ墦寮寮傚父","Sliding door opening abnormal","鎺ㄦ媺闂ㄦ墦寮寮傚父"]},{"curValue":"涓や晶鏂欏甫闂磋窛涓嶄竴鑷","keyValue":"涓や晶鏂欏甫闂磋窛涓嶄竴鑷","lasttime":"涓や晶鏂欏甫闂磋窛涓嶄竴鑷","valueList":["涓や晶鏂欏甫闂磋窛涓嶄竴鑷","The spacing between the two sides is inconsistent","涓や晶鏂欏甫闂磋窛涓嶄竴鑷"]},{"curValue":"宸︽壘绌烘枡涓","keyValue":"宸︽壘绌烘枡涓","lasttime":"宸︽壘绌烘枡涓","valueList":["宸︽壘绌烘枡涓","Look left in the blanks","宸︽壘绌烘枡涓"]},{"curValue":"鍙虫壘绌烘枡涓","keyValue":"鍙虫壘绌烘枡涓","lasttime":"鍙虫壘绌烘枡涓","valueList":["鍙虫壘绌烘枡涓","Look right in the blanks","鍙虫壘绌烘枡涓"]},{"curValue":"0=鏃х増鏈紝1=鏂扮増鏈","keyValue":"0=鏃х増鏈紝1=鏂扮増鏈","lasttime":"0=鏃х増鏈紝1=鏂扮増鏈","valueList":["0=鏃х増鏈紝1=鏂扮増鏈","0= old version, 1= new version","0=鏃х増鏈紝1=鏂扮増鏈"]},{"curValue":"0 = 涓嶅惎鐢紝1 = 鍚敤","keyValue":"0 = 涓嶅惎鐢紝1 = 鍚敤","lasttime":"0 = 涓嶅惎鐢紝1 = 鍚敤","valueList":["0 = 涓嶅惎鐢紝1 = 鍚敤","0 = not enabled, 1 = enabled","0 = 涓嶅惎鐢紝1 = 鍚敤"]},{"curValue":"0 = 榛樿鏄剧ず 1 = 鏀惧ぇ鏄剧ず","keyValue":"0 = 榛樿鏄剧ず 1 = 鏀惧ぇ鏄剧ず","lasttime":"0 = 榛樿鏄剧ず 1 = 鏀惧ぇ鏄剧ず","valueList":["0 = 榛樿鏄剧ず 1 = 鏀惧ぇ鏄剧ず","0 = Default display 1 = enlarged display","0 = 榛樿鏄剧ず 1 = 鏀惧ぇ鏄剧ず"]},{"curValue":"0 = 涓嶆瘮瀵 1 = 鍚敤姣斿","keyValue":"0 = 涓嶆瘮瀵 1 = 鍚敤姣斿","lasttime":"0 = 涓嶆瘮瀵 1 = 鍚敤姣斿","valueList":["0 = 涓嶆瘮瀵 1 = 鍚敤姣斿","0 = no alignment 1 = enable alignment","0 = 涓嶆瘮瀵 1 = 鍚敤姣斿"]},{"curValue":"0 = 鍏佽 1 = 涓嶅厑璁","keyValue":"0 = 鍏佽 1 = 涓嶅厑璁","lasttime":"0 = 鍏佽 1 = 涓嶅厑璁","valueList":["0 = 鍏佽 1 = 涓嶅厑璁","0 = allowed 1 = not allowed","0 = 鍏佽 1 = 涓嶅厑璁"]},{"curValue":"(0=涓嶅惎鐢紝1=鑷姩璁剧疆)鎵嬪姩璋冭妭鑼冨洿锛1000~2500锛岃皟鑺傛闀匡細100","keyValue":"(0=涓嶅惎鐢紝1=鑷姩璁剧疆)鎵嬪姩璋冭妭鑼冨洿锛1000~2500锛岃皟鑺傛闀匡細100","lasttime":"(0=涓嶅惎鐢紝1=鑷姩璁剧疆)鎵嬪姩璋冭妭鑼冨洿锛1000~2500锛岃皟鑺傛闀匡細100","valueList":["(0=涓嶅惎鐢紝1=鑷姩璁剧疆)鎵嬪姩璋冭妭鑼冨洿锛1000~2500锛岃皟鑺傛闀匡細100","(0= not enabled, 1= automatic setting) Manual adjustment range: 1000~2500, adjustment step size: 100","(0=涓嶅惎鐢紝1=鑷姩璁剧疆)鎵嬪姩璋冭妭鑼冨洿锛1000~2500锛岃皟鑺傛闀匡細100"]},{"curValue":"1鍚敤 0涓嶅惎鐢","keyValue":"1鍚敤 0涓嶅惎鐢","lasttime":"1鍚敤 0涓嶅惎鐢","valueList":["1鍚敤 0涓嶅惎鐢","1 enabled 0 not enabled","1鍚敤 0涓嶅惎鐢"]},{"curValue":"plc鏈繛鎺ワ紝璇疯繛鎺ュ悗鍐嶈瘯","keyValue":"plc鏈繛鎺ワ紝璇疯繛鎺ュ悗鍐嶈瘯","lasttime":"plc鏈繛鎺ワ紝璇疯繛鎺ュ悗鍐嶈瘯","valueList":["plc鏈繛鎺ワ紝璇疯繛鎺ュ悗鍐嶈瘯","The PLC is not connected, please try again after connecting","plc鏈繛鎺ワ紝璇疯繛鎺ュ悗鍐嶈瘯"]},{"curValue":"FD妯$粍","keyValue":"FD妯$粍","lasttime":"FD妯$粍","valueList":["FD妯$粍","Fd module","FD妯$粍"]},{"curValue":"FD鍙栨枡瀹屾垚/鍥炲師鐐","keyValue":"FD鍙栨枡瀹屾垚/鍥炲師鐐","lasttime":"FD鍙栨枡瀹屾垚/鍥炲師鐐","valueList":["FD鍙栨枡瀹屾垚/鍥炲師鐐","FD feeding complete/return to the origin","FD鍙栨枡瀹屾垚/鍥炲師鐐"]},{"curValue":"FD绛夊緟鍙栬啘","keyValue":"FD绛夊緟鍙栬啘","lasttime":"FD绛夊緟鍙栬啘","valueList":["FD绛夊緟鍙栬啘","FD waits for film extraction","FD绛夊緟鍙栬啘"]},{"curValue":"FD鍙栬啘浣","keyValue":"FD鍙栬啘浣","lasttime":"FD鍙栬啘浣","valueList":["FD鍙栬啘浣","FD in membrane","FD鍙栬啘浣"]},{"curValue":"FD瀹夊叏浣","keyValue":"FD瀹夊叏浣","lasttime":"FD瀹夊叏浣","valueList":["FD瀹夊叏浣","FD security a","FD瀹夊叏浣"]},{"curValue":"鍓垏瀹夊叏浣","keyValue":"鍓垏瀹夊叏浣","lasttime":"鍓垏瀹夊叏浣","valueList":["鍓垏瀹夊叏浣","Shear safety level","鍓垏瀹夊叏浣"]},{"curValue":"鍓垏宸ヤ綔浣","keyValue":"鍓垏宸ヤ綔浣","lasttime":"鍓垏宸ヤ綔浣","valueList":["鍓垏宸ヤ綔浣","Shear working position","鍓垏宸ヤ綔浣"]},{"curValue":"鎺ユ枡瀹屾垚寤舵椂","keyValue":"鎺ユ枡瀹屾垚寤舵椂","lasttime":"鎺ユ枡瀹屾垚寤舵椂","valueList":["鎺ユ枡瀹屾垚寤舵椂","There is a delay in the completion of feeding","鎺ユ枡瀹屾垚寤舵椂"]},{"curValue":"宸﹀壀鍒囦綅 -<鈥>+","keyValue":"宸﹀壀鍒囦綅 -<鈥>+","lasttime":"宸﹀壀鍒囦綅 -<鈥>+","valueList":["宸﹀壀鍒囦綅 -<鈥>+","Shear a left -<鈥>+","宸﹀壀鍒囦綅 -<鈥>+"]},{"curValue":"鍙冲壀鍒囦綅 +<鈥>-","keyValue":"鍙冲壀鍒囦綅 +<鈥>-","lasttime":"鍙冲壀鍒囦綅 +<鈥>-","valueList":["鍙冲壀鍒囦綅 +<鈥>-","Shear a right +<鈥>-","鍙冲壀鍒囦綅 +<鈥>-"]},{"curValue":"宸﹀鎺ヤ綅 -<鈥>+","keyValue":"宸﹀鎺ヤ綅 -<鈥>+","lasttime":"宸﹀鎺ヤ綅 -<鈥>+","valueList":["宸﹀鎺ヤ綅 -<鈥>+","Left a docking -<鈥>+","宸﹀鎺ヤ綅 -<鈥>+"]},{"curValue":"鍙冲鎺ヤ綅 +<鈥>-","keyValue":"鍙冲鎺ヤ綅 +<鈥>-","lasttime":"鍙冲鎺ヤ綅 +<鈥>-","valueList":["鍙冲鎺ヤ綅 +<鈥>-","Docking a right +<鈥>-","鍙冲鎺ヤ綅 +<鈥>-"]},{"curValue":"鍏抽棴CCD","keyValue":"鍏抽棴CCD","lasttime":"鍏抽棴CCD","valueList":["鍏抽棴CCD","Close the CCD","鍏抽棴CCD"]},{"curValue":"寮鍚疌CD","keyValue":"寮鍚疌CD","lasttime":"寮鍚疌CD","valueList":["寮鍚疌CD","Open the CCD","寮鍚疌CD"]},{"curValue":"鍓垏/鍖呰啘","keyValue":"鍓垏/鍖呰啘","lasttime":"鍓垏/鍖呰啘","valueList":["鍓垏/鍖呰啘","Shear/envelop","鍓垏/鍖呰啘"]},{"curValue":"鍓垏瀹屾垚","keyValue":"鍓垏瀹屾垚","lasttime":"鍓垏瀹屾垚","valueList":["鍓垏瀹屾垚","Shear complete","鍓垏瀹屾垚"]},{"curValue":"鎺ユ枡瀹屾垚","keyValue":"鎺ユ枡瀹屾垚","lasttime":"鎺ユ枡瀹屾垚","valueList":["鎺ユ枡瀹屾垚","Material to complete","鎺ユ枡瀹屾垚"]},{"curValue":"閫熷害","keyValue":"閫熷害","lasttime":"閫熷害","valueList":["閫熷害","speed","閫熷害"]},{"curValue":"鍖呰啘瀹屾垚","keyValue":"鍖呰啘瀹屾垚","lasttime":"鍖呰啘瀹屾垚","valueList":["鍖呰啘瀹屾垚","Coated finish","鍖呰啘瀹屾垚"]},{"curValue":"渚涚粰","keyValue":"渚涚粰","lasttime":"渚涚粰","valueList":["渚涚粰","supply","渚涚粰"]},{"curValue":"鐪熺┖闃","keyValue":"鐪熺┖闃","lasttime":"鐪熺┖闃","valueList":["鐪熺┖闃","Vacuum valve","鐪熺┖闃"]},{"curValue":"褰撳墠","keyValue":"褰撳墠","lasttime":"褰撳墠","valueList":["褰撳墠","The current","褰撳墠"]},{"curValue":"瀵规帴2","keyValue":"瀵规帴2","lasttime":"瀵规帴2","valueList":["瀵规帴2","Docking 2","瀵规帴2"]},{"curValue":"瀵规帴1","keyValue":"瀵规帴1","lasttime":"瀵规帴1","valueList":["瀵规帴1","1 docking","瀵规帴1"]},{"curValue":"鍒囧垁2","keyValue":"鍒囧垁2","lasttime":"鍒囧垁2","valueList":["鍒囧垁2","Cutter 2","鍒囧垁2"]},{"curValue":"鍒囧垁1","keyValue":"鍒囧垁1","lasttime":"鍒囧垁1","valueList":["鍒囧垁1","Cutter 1","鍒囧垁1"]},{"curValue":"鍘氬害2","keyValue":"鍘氬害2","lasttime":"鍘氬害2","valueList":["鍘氬害2","The thickness of 2","鍘氬害2"]},{"curValue":"鍘氬害1","keyValue":"鍘氬害1","lasttime":"鍘氬害1","valueList":["鍘氬害1","The thickness of 1","鍘氬害1"]},{"curValue":"鍚歌创妯$粍","keyValue":"鍚歌创妯$粍","lasttime":"鍚歌创妯$粍","valueList":["鍚歌创妯$粍","Suction module","鍚歌创妯$粍"]},{"curValue":"鍚歌啘绛夊緟","keyValue":"鍚歌啘绛夊緟","lasttime":"鍚歌啘绛夊緟","valueList":["鍚歌啘绛夊緟","Membrane absorption waiting","鍚歌啘绛夊緟"]},{"curValue":"璐撮檮浣","keyValue":"璐撮檮浣","lasttime":"璐撮檮浣","valueList":["璐撮檮浣","Attached with a","璐撮檮浣"]},{"curValue":"璐撮檮绛夊緟","keyValue":"璐撮檮绛夊緟","lasttime":"璐撮檮绛夊緟","valueList":["璐撮檮绛夊緟","Attached with a wait","璐撮檮绛夊緟"]},{"curValue":"鍚歌啘浣","keyValue":"鍚歌啘浣","lasttime":"鍚歌啘浣","valueList":["鍚歌啘浣","Membrane absorption a","鍚歌啘浣"]},{"curValue":"鏄惁鏄剧ず鏃ュ織绐楀彛","keyValue":"鏄惁鏄剧ず鏃ュ織绐楀彛","lasttime":"鏄惁鏄剧ず鏃ュ織绐楀彛","valueList":["鏄惁鏄剧ず鏃ュ織绐楀彛","Whether to display the log window","鏄惁鏄剧ず鏃ュ織绐楀彛"]},{"curValue":"Flag鏄惁浣跨敤鍘氬害妫娴","keyValue":"Flag鏄惁浣跨敤鍘氬害妫娴","lasttime":"Flag鏄惁浣跨敤鍘氬害妫娴","valueList":["Flag鏄惁浣跨敤鍘氬害妫娴","Whether Flag uses thickness detection","Flag鏄惁浣跨敤鍘氬害妫娴"]},{"curValue":"鏄惁浣跨敤MES缁欏畾Pitch","keyValue":"鏄惁浣跨敤MES缁欏畾Pitch","lasttime":"鏄惁浣跨敤MES缁欏畾Pitch","valueList":["鏄惁浣跨敤MES缁欏畾Pitch","Whether MES was used for a given Pitch","鏄惁浣跨敤MES缁欏畾Pitch"]},{"curValue":"鏄惁鍚敤1pich鏂欏甫妫娴","keyValue":"鏄惁鍚敤1pich鏂欏甫妫娴","lasttime":"鏄惁鍚敤1pich鏂欏甫妫娴","valueList":["鏄惁鍚敤1pich鏂欏甫妫娴","Whether to enable 1PICH strip detection","鏄惁鍚敤1pich鏂欏甫妫娴"]},{"curValue":"鍥惧儚绐楀彛鏂囨湰","keyValue":"鍥惧儚绐楀彛鏂囨湰","lasttime":"鍥惧儚绐楀彛鏂囨湰","valueList":["鍥惧儚绐楀彛鏂囨湰","Image window text","鍥惧儚绐楀彛鏂囨湰"]},{"curValue":"鍥惧儚绐楀彛鏂囨湰澶у皬","keyValue":"鍥惧儚绐楀彛鏂囨湰澶у皬","lasttime":"鍥惧儚绐楀彛鏂囨湰澶у皬","valueList":["鍥惧儚绐楀彛鏂囨湰澶у皬","Image window text size","鍥惧儚绐楀彛鏂囨湰澶у皬"]},{"curValue":"涓ゆ祴鏂欏甫闂磋窛姣斿","keyValue":"涓ゆ祴鏂欏甫闂磋窛姣斿","lasttime":"涓ゆ祴鏂欏甫闂磋窛姣斿","valueList":["涓ゆ祴鏂欏甫闂磋窛姣斿","The spacing ratio between the two test strips","涓ゆ祴鏂欏甫闂磋窛姣斿"]},{"curValue":"鎵嬪姩闂磋窛鍒囨崲","keyValue":"鎵嬪姩闂磋窛鍒囨崲","lasttime":"鎵嬪姩闂磋窛鍒囨崲","valueList":["鎵嬪姩闂磋窛鍒囨崲","Manual spacing switch","鎵嬪姩闂磋窛鍒囨崲"]},{"curValue":"榛戣壊鏂欏甫闃堝","keyValue":"榛戣壊鏂欏甫闃堝","lasttime":"榛戣壊鏂欏甫闃堝","valueList":["榛戣壊鏂欏甫闃堝","Black tape threshold","榛戣壊鏂欏甫闃堝"]},{"curValue":"瀵规帴绫诲瀷5/6/7--杩斿洖鐨凮K淇℃伅","keyValue":"瀵规帴绫诲瀷5/6/7--杩斿洖鐨凮K淇℃伅","lasttime":"瀵规帴绫诲瀷5/6/7--杩斿洖鐨凮K淇℃伅","valueList":["瀵规帴绫诲瀷5/6/7--杩斿洖鐨凮K淇℃伅","Docking type 5/6/7-- OK message returned","瀵规帴绫诲瀷5/6/7--杩斿洖鐨凮K淇℃伅"]},{"curValue":"瀵规帴绫诲瀷6鏃--鏈湴鎵爜","keyValue":"瀵规帴绫诲瀷6鏃--鏈湴鎵爜","lasttime":"瀵规帴绫诲瀷6鏃--鏈湴鎵爜","valueList":["瀵规帴绫诲瀷6鏃--鏈湴鎵爜","Docking type 6 - local scan code","瀵规帴绫诲瀷6鏃--鏈湴鎵爜"]},{"curValue":"鎻愬彇鏂欏彿","keyValue":"鎻愬彇鏂欏彿","lasttime":"鎻愬彇鏂欏彿","valueList":["鎻愬彇鏂欏彿","Extracted materials issue","鎻愬彇鏂欏彿"]},{"curValue":"1=鏄剧ず 0=涓嶆樉绀","keyValue":"1=鏄剧ず 0=涓嶆樉绀","lasttime":"1=鏄剧ず 0=涓嶆樉绀","valueList":["1=鏄剧ず 0=涓嶆樉绀","1= Display 0= no display","1=鏄剧ず 0=涓嶆樉绀"]},{"curValue":"7/10涔嬮棿","keyValue":"7/10涔嬮棿","lasttime":"7/10涔嬮棿","valueList":["7/10涔嬮棿","Between 7/10","7/10涔嬮棿"]},{"curValue":"0 = 鍙互淇敼 锛1 = 涓嶈兘淇敼","keyValue":"0 = 鍙互淇敼 锛1 = 涓嶈兘淇敼","lasttime":"0 = 鍙互淇敼 锛1 = 涓嶈兘淇敼","valueList":["0 = 鍙互淇敼 锛1 = 涓嶈兘淇敼","0 = can be modified, 1 = cannot be modified","0 = 鍙互淇敼 锛1 = 涓嶈兘淇敼"]},{"curValue":"0 = 涓嶅惎鐢 锛1 = 鍚敤","keyValue":"0 = 涓嶅惎鐢 锛1 = 鍚敤","lasttime":"0 = 涓嶅惎鐢 锛1 = 鍚敤","valueList":["0 = 涓嶅惎鐢 锛1 = 鍚敤","0 = disable, 1 = enable","0 = 涓嶅惎鐢 锛1 = 鍚敤"]},{"curValue":"宸︿晶绛夊緟娴嬮噺","keyValue":"宸︿晶绛夊緟娴嬮噺","lasttime":"宸︿晶绛夊緟娴嬮噺","valueList":["宸︿晶绛夊緟娴嬮噺","Left side waiting measurement","宸︿晶绛夊緟娴嬮噺"]},{"curValue":"鍙充晶绛夊緟娴嬮噺","keyValue":"鍙充晶绛夊緟娴嬮噺","lasttime":"鍙充晶绛夊緟娴嬮噺","valueList":["鍙充晶绛夊緟娴嬮噺","Right side waiting measurement","鍙充晶绛夊緟娴嬮噺"]},{"curValue":"涓嶉渶瑕佹祴閲","keyValue":"涓嶉渶瑕佹祴閲","lasttime":"涓嶉渶瑕佹祴閲","valueList":["涓嶉渶瑕佹祴閲","You don't need to measure","涓嶉渶瑕佹祴閲"]},{"curValue":"娴嬮噺鍚姩","keyValue":"娴嬮噺鍚姩","lasttime":"娴嬮噺鍚姩","valueList":["娴嬮噺鍚姩","Measurement start","娴嬮噺鍚姩"]},{"curValue":"宸︽祴閲廜K","keyValue":"宸︽祴閲廜K","lasttime":"宸︽祴閲廜K","valueList":["宸︽祴閲廜K","Left to measure OK","宸︽祴閲廜K"]},{"curValue":"宸︽祴閲廚G","keyValue":"宸︽祴閲廚G","lasttime":"宸︽祴閲廚G","valueList":["宸︽祴閲廚G","Left to measure NG","宸︽祴閲廚G"]},{"curValue":"鍙虫祴閲廜K","keyValue":"鍙虫祴閲廜K","lasttime":"鍙虫祴閲廜K","valueList":["鍙虫祴閲廜K","The right measure OK","鍙虫祴閲廜K"]},{"curValue":"鍙虫祴閲廚G","keyValue":"鍙虫祴閲廚G","lasttime":"鍙虫祴閲廚G","valueList":["鍙虫祴閲廚G","The right measure NG","鍙虫祴閲廚G"]},{"curValue":"宸︿晶鎸夐挳","keyValue":"宸︿晶鎸夐挳","lasttime":"宸︿晶鎸夐挳","valueList":["宸︿晶鎸夐挳","On the left side of the button","宸︿晶鎸夐挳"]},{"curValue":"鑳惰啘2閫佹枡瓒呮椂","keyValue":"鑳惰啘2閫佹枡瓒呮椂","lasttime":"鑳惰啘2閫佹枡瓒呮椂","valueList":["鑳惰啘2閫佹枡瓒呮椂","Film 2 feeding time out","鑳惰啘2閫佹枡瓒呮椂"]},{"curValue":"鎷ㄥ垁2鍥炲師鐐硅秴鏃","keyValue":"鎷ㄥ垁2鍥炲師鐐硅秴鏃","lasttime":"鎷ㄥ垁2鍥炲師鐐硅秴鏃","valueList":["鎷ㄥ垁2鍥炲師鐐硅秴鏃","Dial knife 2 back to origin times out","鎷ㄥ垁2鍥炲師鐐硅秴鏃"]},{"curValue":"姣忓ぉ鏃╂櫄8鐐硅嚜鍔ㄦ竻闆","keyValue":"姣忓ぉ鏃╂櫄8鐐硅嚜鍔ㄦ竻闆","lasttime":"姣忓ぉ鏃╂櫄8鐐硅嚜鍔ㄦ竻闆","valueList":["姣忓ぉ鏃╂櫄8鐐硅嚜鍔ㄦ竻闆","It will be cleared automatically at 8 o 'clock every morning and evening","姣忓ぉ鏃╂櫄8鐐硅嚜鍔ㄦ竻闆"]},{"curValue":"0=涓嶅惎鐢紝 1=鍚敤","keyValue":"0=涓嶅惎鐢紝 1=鍚敤","lasttime":"0=涓嶅惎鐢紝 1=鍚敤","valueList":["0=涓嶅惎鐢紝 1=鍚敤","0= disable, 1= enable","0=涓嶅惎鐢紝 1=鍚敤"]},{"curValue":"鍥惧儚淇濆瓨澶╂暟1--365","keyValue":"鍥惧儚淇濆瓨澶╂暟1--365","lasttime":"鍥惧儚淇濆瓨澶╂暟1--365","valueList":["鍥惧儚淇濆瓨澶╂暟1--365","Image storage days 1--365","鍥惧儚淇濆瓨澶╂暟1--365"]},{"curValue":"1琛ㄧず鍚敤锛 0琛ㄧず涓嶅惎鐢","keyValue":"1琛ㄧず鍚敤锛 0琛ㄧず涓嶅惎鐢","lasttime":"1琛ㄧず鍚敤锛 0琛ㄧず涓嶅惎鐢","valueList":["1琛ㄧず鍚敤锛 0琛ㄧず涓嶅惎鐢","1 indicates that the function is enabled. 0 indicates that the function is disabled","1琛ㄧず鍚敤锛 0琛ㄧず涓嶅惎鐢"]},{"curValue":"0~60鎺ユ枡涓笉鍏佽鍙樻崲杞ㄩ亾 (鍗曚綅0.1s锛0涓轰笉鍚敤)","keyValue":"0~60鎺ユ枡涓笉鍏佽鍙樻崲杞ㄩ亾 (鍗曚綅0.1s锛0涓轰笉鍚敤)","lasttime":"0~60鎺ユ枡涓笉鍏佽鍙樻崲杞ㄩ亾 (鍗曚綅0.1s锛0涓轰笉鍚敤)","valueList":["0~60鎺ユ枡涓笉鍏佽鍙樻崲杞ㄩ亾 (鍗曚綅0.1s锛0涓轰笉鍚敤)","0~60 is not allowed to change orbit in the material connection (unit: 0.1s, 0 means not enabled)","0~60鎺ユ枡涓笉鍏佽鍙樻崲杞ㄩ亾 (鍗曚綅0.1s锛0涓轰笉鍚敤)"]},{"curValue":"宸=L 鍙=R","keyValue":"宸=L 鍙=R","lasttime":"宸=L 鍙=R","valueList":["宸=L 鍙=R","L = L = R right","宸=L 鍙=R"]},{"curValue":"娓呯悊杩囨湡鐩綍","keyValue":"娓呯悊杩囨湡鐩綍","lasttime":"娓呯悊杩囨湡鐩綍","valueList":["娓呯悊杩囨湡鐩綍","Clearing an Expired Directory","娓呯悊杩囨湡鐩綍"]},{"curValue":"LCR璋冭瘯","keyValue":"LCR璋冭瘯","lasttime":"LCR璋冭瘯","valueList":["LCR璋冭瘯","The LCR debugging","LCR璋冭瘯"]},{"curValue":"涓婃枡琛","keyValue":"涓婃枡琛","lasttime":"涓婃枡琛","valueList":["涓婃枡琛","Feeding table","涓婃枡琛"]},{"curValue":"鏍规嵁瀹為檯琛ㄦ牸锛屼慨鏀瑰悇椤规墍鍦ㄥ垪","keyValue":"鏍规嵁瀹為檯琛ㄦ牸锛屼慨鏀瑰悇椤规墍鍦ㄥ垪","lasttime":"鏍规嵁瀹為檯琛ㄦ牸锛屼慨鏀瑰悇椤规墍鍦ㄥ垪","valueList":["鏍规嵁瀹為檯琛ㄦ牸锛屼慨鏀瑰悇椤规墍鍦ㄥ垪","Modify the columns of each item according to the actual table","鏍规嵁瀹為檯琛ㄦ牸锛屼慨鏀瑰悇椤规墍鍦ㄥ垪"]},{"curValue":"excel涓璖heet鏁","keyValue":"excel涓璖heet鏁","lasttime":"excel涓璖heet鏁","valueList":["excel涓璖heet鏁","Excel Sheet number","excel涓璖heet鏁"]},{"curValue":"鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢甸樆鏍囧噯鍊间綅缃","keyValue":"鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢甸樆鏍囧噯鍊间綅缃","lasttime":"鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢甸樆鏍囧噯鍊间綅缃","valueList":["鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢甸樆鏍囧噯鍊间綅缃","Position of resistance standard value after material specification is divided","鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢甸樆鏍囧噯鍊间綅缃"]},{"curValue":"鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢甸樆鍋忓樊鍊间綅缃","keyValue":"鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢甸樆鍋忓樊鍊间綅缃","lasttime":"鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢甸樆鍋忓樊鍊间綅缃","valueList":["鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢甸樆鍋忓樊鍊间綅缃","Position of resistance deviation after material specification segmentation","鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢甸樆鍋忓樊鍊间綅缃"]},{"curValue":"鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢靛鏍囧噯鍊间綅缃","keyValue":"鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢靛鏍囧噯鍊间綅缃","lasttime":"鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢靛鏍囧噯鍊间綅缃","valueList":["鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢靛鏍囧噯鍊间綅缃","Position of capacitor standard value after material specification is divided","鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢靛鏍囧噯鍊间綅缃"]},{"curValue":"鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢靛鍋忓樊鍊间綅缃","keyValue":"鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢靛鍋忓樊鍊间綅缃","lasttime":"鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢靛鍋忓樊鍊间綅缃","valueList":["鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢靛鍋忓樊鍊间綅缃","Position of capacitance deviation after material specification segmentation","鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢靛鍋忓樊鍊间綅缃"]},{"curValue":"0 = 涓嶅惎鐢紝1 = 鍚敤(娴嬪兼瘮瀵规紨绀烘椂鐢)","keyValue":"0 = 涓嶅惎鐢紝1 = 鍚敤(娴嬪兼瘮瀵规紨绀烘椂鐢)","lasttime":"0 = 涓嶅惎鐢紝1 = 鍚敤(娴嬪兼瘮瀵规紨绀烘椂鐢)","valueList":["0 = 涓嶅惎鐢紝1 = 鍚敤(娴嬪兼瘮瀵规紨绀烘椂鐢)","0 = disable, 1 = enable (test value comparison demo)","0 = 涓嶅惎鐢紝1 = 鍚敤(娴嬪兼瘮瀵规紨绀烘椂鐢)"]},{"curValue":"鐢甸樆鍗曚綅惟,K,M","keyValue":"鐢甸樆鍗曚綅惟,K,M","lasttime":"鐢甸樆鍗曚綅惟,K,M","valueList":["鐢甸樆鍗曚綅惟,K,M","Resistance units: 蠅,K,M","鐢甸樆鍗曚綅惟,K,M"]},{"curValue":"鐢靛鍗曚綅pF,nF,uF,mF","keyValue":"鐢靛鍗曚綅pF,nF,uF,mF","lasttime":"鐢靛鍗曚綅pF,nF,uF,mF","valueList":["鐢靛鍗曚綅pF,nF,uF,mF","Capacitance units pF,nF,uF,mF","鐢靛鍗曚綅pF,nF,uF,mF"]},{"curValue":"0 = 涓嶆樉绀猴紝1 = 鏄剧ず","keyValue":"0 = 涓嶆樉绀猴紝1 = 鏄剧ず","lasttime":"0 = 涓嶆樉绀猴紝1 = 鏄剧ず","valueList":["0 = 涓嶆樉绀猴紝1 = 鏄剧ず","0 = no display, 1 = display","0 = 涓嶆樉绀猴紝1 = 鏄剧ず"]},{"curValue":"鍗曚綅pF","keyValue":"鍗曚綅pF","lasttime":"鍗曚綅pF","valueList":["鍗曚綅pF","UnitpF","鍗曚綅pF"]},{"curValue":"鍗曚綅pH","keyValue":"鍗曚綅pH","lasttime":"鍗曚綅pH","valueList":["鍗曚綅pH","UnitpH","鍗曚綅pH"]},{"curValue":"鍗曚綅惟","keyValue":"鍗曚綅惟","lasttime":"鍗曚綅惟","valueList":["鍗曚綅惟","Unit惟","鍗曚綅惟"]},{"curValue":"鍗曚綅M惟","keyValue":"鍗曚綅M惟","lasttime":"鍗曚綅M惟","valueList":["鍗曚綅M惟","UnitM惟","鍗曚綅M惟"]},{"curValue":"1:鍚敤_涓庝笂鏂欒〃鎴栬匨ES姣斿 0:涓嶅惎鐢╛鏄剧ず鏈夋晥鍊","keyValue":"1:鍚敤_涓庝笂鏂欒〃鎴栬匨ES姣斿 0:涓嶅惎鐢╛鏄剧ず鏈夋晥鍊","lasttime":"1:鍚敤_涓庝笂鏂欒〃鎴栬匨ES姣斿 0:涓嶅惎鐢╛鏄剧ず鏈夋晥鍊","valueList":["1:鍚敤_涓庝笂鏂欒〃鎴栬匨ES姣斿 0:涓嶅惎鐢╛鏄剧ず鏈夋晥鍊","1: enable _ Comparison with feeding table or MES 0: disabled _ Display valid values","1:鍚敤_涓庝笂鏂欒〃鎴栬匨ES姣斿 0:涓嶅惎鐢╛鏄剧ず鏈夋晥鍊"]},{"curValue":"閲嶆祴璁剧疆娆℃暟鍚庯紝寮圭獥纭畾璁","keyValue":"閲嶆祴璁剧疆娆℃暟鍚庯紝寮圭獥纭畾璁","lasttime":"閲嶆祴璁剧疆娆℃暟鍚庯紝寮圭獥纭畾璁","valueList":["閲嶆祴璁剧疆娆℃暟鍚庯紝寮圭獥纭畾璁","After retesting the number of Settings, the popup window confirms recognition","閲嶆祴璁剧疆娆℃暟鍚庯紝寮圭獥纭畾璁"]},{"curValue":"宸︽祴璇曚华鍣ㄥ湴鍧鍙傛暟","keyValue":"宸︽祴璇曚华鍣ㄥ湴鍧鍙傛暟","lasttime":"宸︽祴璇曚华鍣ㄥ湴鍧鍙傛暟","valueList":["宸︽祴璇曚华鍣ㄥ湴鍧鍙傛暟","Left test instrument address parameters","宸︽祴璇曚华鍣ㄥ湴鍧鍙傛暟"]},{"curValue":"鍙虫祴璇曚华鍣ㄥ湴鍧鍙傛暟","keyValue":"鍙虫祴璇曚华鍣ㄥ湴鍧鍙傛暟","lasttime":"鍙虫祴璇曚华鍣ㄥ湴鍧鍙傛暟","valueList":["鍙虫祴璇曚华鍣ㄥ湴鍧鍙傛暟","Right test instrument address parameters","鍙虫祴璇曚华鍣ㄥ湴鍧鍙傛暟"]},{"curValue":"娴嬭瘯鐗╂枡灏佽","keyValue":"娴嬭瘯鐗╂枡灏佽","lasttime":"娴嬭瘯鐗╂枡灏佽","valueList":["娴嬭瘯鐗╂枡灏佽","Test material packaging","娴嬭瘯鐗╂枡灏佽"]},{"curValue":"绔彛鍙峰彲浠ヨ缃紝鍏朵粬鐨勫弬鏁板浐瀹氫负 娉㈢壒鐜115200锛屾棤鏍¢獙锛8鏁版嵁浣嶏紝1鍋滄浣 ","keyValue":"绔彛鍙峰彲浠ヨ缃紝鍏朵粬鐨勫弬鏁板浐瀹氫负 娉㈢壒鐜115200锛屾棤鏍¢獙锛8鏁版嵁浣嶏紝1鍋滄浣 ","lasttime":"绔彛鍙峰彲浠ヨ缃紝鍏朵粬鐨勫弬鏁板浐瀹氫负 娉㈢壒鐜115200锛屾棤鏍¢獙锛8鏁版嵁浣嶏紝1鍋滄浣 ","valueList":["绔彛鍙峰彲浠ヨ缃紝鍏朵粬鐨勫弬鏁板浐瀹氫负 娉㈢壒鐜115200锛屾棤鏍¢獙锛8鏁版嵁浣嶏紝1鍋滄浣 ","The port number can be set. Other parameters are fixed to baud rate 115200, no parity, 8 data bits, and 1 stop bit","绔彛鍙峰彲浠ヨ缃紝鍏朵粬鐨勫弬鏁板浐瀹氫负 娉㈢壒鐜115200锛屾棤鏍¢獙锛8鏁版嵁浣嶏紝1鍋滄浣 "]},{"curValue":"褰撳墠鎿嶄綔鍛樺悕绉","keyValue":"褰撳墠鎿嶄綔鍛樺悕绉","lasttime":"褰撳墠鎿嶄綔鍛樺悕绉","valueList":["褰撳墠鎿嶄綔鍛樺悕绉","Current operator name","褰撳墠鎿嶄綔鍛樺悕绉"]},{"curValue":"姣斿瓒呭樊鏃剁‘璁や汉鍛","keyValue":"姣斿瓒呭樊鏃剁‘璁や汉鍛","lasttime":"姣斿瓒呭樊鏃剁‘璁や汉鍛","valueList":["姣斿瓒呭樊鏃剁‘璁や汉鍛","Confirm personnel when comparing out of tolerance","姣斿瓒呭樊鏃剁‘璁や汉鍛"]},{"curValue":"琛ㄦ牸鍔犺浇寮傚父锛","keyValue":"琛ㄦ牸鍔犺浇寮傚父锛","lasttime":"琛ㄦ牸鍔犺浇寮傚父锛","valueList":["琛ㄦ牸鍔犺浇寮傚父锛","Table loading error:","琛ㄦ牸鍔犺浇寮傚父锛"]},{"curValue":"鎺ユ枡鏈篲PLC","keyValue":"鎺ユ枡鏈篲PLC","lasttime":"鎺ユ枡鏈篲PLC","valueList":["鎺ユ枡鏈篲PLC","PLC","鎺ユ枡鏈篲PLC"]},{"curValue":"LCR娴嬭瘯","keyValue":"LCR娴嬭瘯","lasttime":"LCR娴嬭瘯","valueList":["LCR娴嬭瘯","The LCR test","LCR娴嬭瘯"]},{"curValue":"鍏冧欢瑙勬牸","keyValue":"鍏冧欢瑙勬牸","lasttime":"鍏冧欢瑙勬牸","valueList":["鍏冧欢瑙勬牸","Component specification","鍏冧欢瑙勬牸"]},{"curValue":"鐢甸樆娴嬭瘯","keyValue":"鐢甸樆娴嬭瘯","lasttime":"鐢甸樆娴嬭瘯","valueList":["鐢甸樆娴嬭瘯","Resistance test","鐢甸樆娴嬭瘯"]},{"curValue":"鐢垫劅娴嬭瘯","keyValue":"鐢垫劅娴嬭瘯","lasttime":"鐢垫劅娴嬭瘯","valueList":["鐢垫劅娴嬭瘯","Inductance test","鐢垫劅娴嬭瘯"]},{"curValue":"鐢靛娴嬭瘯","keyValue":"鐢靛娴嬭瘯","lasttime":"鐢靛娴嬭瘯","valueList":["鐢靛娴嬭瘯","Capacitance test","鐢靛娴嬭瘯"]},{"curValue":"宸︿晶","keyValue":"宸︿晶","lasttime":"宸︿晶","valueList":["宸︿晶","left","宸︿晶"]},{"curValue":"璁惧畾娴嬭瘯鍊","keyValue":"璁惧畾娴嬭瘯鍊","lasttime":"璁惧畾娴嬭瘯鍊","valueList":["璁惧畾娴嬭瘯鍊","Set test value","璁惧畾娴嬭瘯鍊"]},{"curValue":"杩炵画閲囬泦","keyValue":"杩炵画閲囬泦","lasttime":"杩炵画閲囬泦","valueList":["杩炵画閲囬泦","Continuous acquisition","杩炵画閲囬泦"]},{"curValue":"閫氫俊鐘舵","keyValue":"閫氫俊鐘舵","lasttime":"閫氫俊鐘舵","valueList":["閫氫俊鐘舵","Communicate status","閫氫俊鐘舵"]},{"curValue":"宸︿晶锛","keyValue":"宸︿晶锛","lasttime":"宸︿晶锛","valueList":["宸︿晶锛","On the left:","宸︿晶锛"]},{"curValue":"鍙充晶锛","keyValue":"鍙充晶锛","lasttime":"鍙充晶锛","valueList":["鍙充晶锛","On the right side:","鍙充晶锛"]},{"curValue":"鎿嶄綔鍛樹慨鏀瑰弬鏁","keyValue":"鎿嶄綔鍛樹慨鏀瑰弬鏁","lasttime":"鎿嶄綔鍛樹慨鏀瑰弬鏁","valueList":["鎿嶄綔鍛樹慨鏀瑰弬鏁","Operator modification parameters","鎿嶄綔鍛樹慨鏀瑰弬鏁"]},{"curValue":"鍏佽娉ㄥ唽鏂扮敤鎴","keyValue":"鍏佽娉ㄥ唽鏂扮敤鎴","lasttime":"鍏佽娉ㄥ唽鏂扮敤鎴","valueList":["鍏佽娉ㄥ唽鏂扮敤鎴","Allow registration of new users","鍏佽娉ㄥ唽鏂扮敤鎴"]},{"curValue":"0鏉$爜鎸夐挳鏃犳晥","keyValue":"0鏉$爜鎸夐挳鏃犳晥","lasttime":"0鏉$爜鎸夐挳鏃犳晥","valueList":["0鏉$爜鎸夐挳鏃犳晥","0 Bar code button is invalid","0鏉$爜鎸夐挳鏃犳晥"]},{"curValue":"1灞忚斀鎸夐挳鏃犳晥","keyValue":"1灞忚斀鎸夐挳鏃犳晥","lasttime":"1灞忚斀鎸夐挳鏃犳晥","valueList":["1灞忚斀鎸夐挳鏃犳晥","1 Mask button invalid","1灞忚斀鎸夐挳鏃犳晥"]},{"curValue":"2宸﹁竟涓嶆绌烘枡","keyValue":"2宸﹁竟涓嶆绌烘枡","lasttime":"2宸﹁竟涓嶆绌烘枡","valueList":["2宸﹁竟涓嶆绌烘枡","2 The left side does not check empty material","2宸﹁竟涓嶆绌烘枡"]},{"curValue":"9鍙宠竟涓嶆绌烘枡","keyValue":"9鍙宠竟涓嶆绌烘枡","lasttime":"9鍙宠竟涓嶆绌烘枡","valueList":["9鍙宠竟涓嶆绌烘枡","9 No empty material on the right side","9鍙宠竟涓嶆绌烘枡"]},{"curValue":"3宸﹀彸涓嶆绌烘枡","keyValue":"3宸﹀彸涓嶆绌烘枡","lasttime":"3宸﹀彸涓嶆绌烘枡","valueList":["3宸﹀彸涓嶆绌烘枡","3 Left and right do not check empty material","3宸﹀彸涓嶆绌烘枡"]},{"curValue":"4涓嶉渶瑕佹壂鐮","keyValue":"4涓嶉渶瑕佹壂鐮","lasttime":"4涓嶉渶瑕佹壂鐮","valueList":["4涓嶉渶瑕佹壂鐮","4 No need to scan","4涓嶉渶瑕佹壂鐮"]},{"curValue":"5鍏ユ枡鍚敤鎸傞娇鍔ㄤ綔","keyValue":"5鍏ユ枡鍚敤鎸傞娇鍔ㄤ綔","lasttime":"5鍏ユ枡鍚敤鎸傞娇鍔ㄤ綔","valueList":["5鍏ユ枡鍚敤鎸傞娇鍔ㄤ綔","5 Start hanging action when feeding","5鍏ユ枡鍚敤鎸傞娇鍔ㄤ綔"]},{"curValue":"6鍏堟斁鏂欏甫鍐嶆壂鐮","keyValue":"6鍏堟斁鏂欏甫鍐嶆壂鐮","lasttime":"6鍏堟斁鏂欏甫鍐嶆壂鐮","valueList":["6鍏堟斁鏂欏甫鍐嶆壂鐮","6 Feed tape first and then scan code","6鍏堟斁鏂欏甫鍐嶆壂鐮"]},{"curValue":"7璇曠敤鏈熸帴鏂欐鏁伴檺鍒","keyValue":"7璇曠敤鏈熸帴鏂欐鏁伴檺鍒","lasttime":"7璇曠敤鏈熸帴鏂欐鏁伴檺鍒","valueList":["7璇曠敤鏈熸帴鏂欐鏁伴檺鍒","7 Limit the feeding times during the trial period","7璇曠敤鏈熸帴鏂欐鏁伴檺鍒"]},{"curValue":"8灞忚斀鍏辩敤涓缁勫弬鏁","keyValue":"8灞忚斀鍏辩敤涓缁勫弬鏁","lasttime":"8灞忚斀鍏辩敤涓缁勫弬鏁","valueList":["8灞忚斀鍏辩敤涓缁勫弬鏁","8 Masking shares a set of parameters","8灞忚斀鍏辩敤涓缁勫弬鏁"]},{"curValue":"10鏈夐鎾曟ā","keyValue":"10鏈夐鎾曟ā","lasttime":"10鏈夐鎾曟ā","valueList":["10鏈夐鎾曟ā","10 Are torn","10鏈夐鎾曟ā"]},{"curValue":"11闂磋窛鏃嬮挳&鎸夐挳","keyValue":"11闂磋窛鏃嬮挳&鎸夐挳","lasttime":"11闂磋窛鏃嬮挳&鎸夐挳","valueList":["11闂磋窛鏃嬮挳&鎸夐挳","11 Pitch knobs & buttons","11闂磋窛鏃嬮挳&鎸夐挳"]},{"curValue":"12鍙屾敹鏂欑偣鍔ㄦā寮","keyValue":"12鍙屾敹鏂欑偣鍔ㄦā寮","lasttime":"12鍙屾敹鏂欑偣鍔ㄦā寮","valueList":["12鍙屾敹鏂欑偣鍔ㄦā寮","12 Double feed moving mode","12鍙屾敹鏂欑偣鍔ㄦā寮"]},{"curValue":"13绠鏄撶増","keyValue":"13绠鏄撶増","lasttime":"13绠鏄撶増","valueList":["13绠鏄撶増","13 Simple version of","13绠鏄撶増"]},{"curValue":"14鍏ユ枡鏃舵彁鍓嶅惛鑶","keyValue":"14鍏ユ枡鏃舵彁鍓嶅惛鑶","lasttime":"14鍏ユ枡鏃舵彁鍓嶅惛鑶","valueList":["14鍏ユ枡鏃舵彁鍓嶅惛鑶","14 Suction film in advance when feeding","14鍏ユ枡鏃舵彁鍓嶅惛鑶"]},{"curValue":"15鍙屾敹鏂欏厜鐢靛睆钄","keyValue":"15鍙屾敹鏂欏厜鐢靛睆钄","lasttime":"15鍙屾敹鏂欏厜鐢靛睆钄","valueList":["15鍙屾敹鏂欏厜鐢靛睆钄","15 Double receiving photoelectric shielding","15鍙屾敹鏂欏厜鐢靛睆钄"]},{"curValue":"绾/榛戞枡甯","keyValue":"绾/榛戞枡甯","lasttime":"绾/榛戞枡甯","valueList":["绾/榛戞枡甯","Paper/black tape","绾/榛戞枡甯"]},{"curValue":"榛戣壊鏂欏甫","keyValue":"榛戣壊鏂欏甫","lasttime":"榛戣壊鏂欏甫","valueList":["榛戣壊鏂欏甫","Black strip","榛戣壊鏂欏甫"]},{"curValue":"閫忔槑鏂欏甫","keyValue":"閫忔槑鏂欏甫","lasttime":"閫忔槑鏂欏甫","valueList":["閫忔槑鏂欏甫","Transparent material","閫忔槑鏂欏甫"]},{"curValue":"鍏 闂","keyValue":"鍏 闂","lasttime":"鍏 闂","valueList":["鍏 闂","closed","鍏 闂"]},{"curValue":"1 = 鏄牎楠 0 = 涓嶇敤鏍¢獙","keyValue":"1 = 鏄牎楠 0 = 涓嶇敤鏍¢獙","lasttime":"1 = 鏄牎楠 0 = 涓嶇敤鏍¢獙","valueList":["1 = 鏄牎楠 0 = 涓嶇敤鏍¢獙","1 = yes check 0 = no check","1 = 鏄牎楠 0 = 涓嶇敤鏍¢獙"]},{"curValue":"鏍煎紡 濡備笅x~y; 琛ㄧず浠巟鍒皔浣嶏紝澶氭闇瑕佺敤;鍒嗗壊 褰搚=0琛ㄧず鍚庨潰鎵鏈","keyValue":"鏍煎紡 濡備笅x~y; 琛ㄧず浠巟鍒皔浣嶏紝澶氭闇瑕佺敤;鍒嗗壊 褰搚=0琛ㄧず鍚庨潰鎵鏈","lasttime":"鏍煎紡 濡備笅x~y; 琛ㄧず浠巟鍒皔浣嶏紝澶氭闇瑕佺敤;鍒嗗壊 褰搚=0琛ㄧず鍚庨潰鎵鏈","valueList":["鏍煎紡 濡備笅x~y; 琛ㄧず浠巟鍒皔浣嶏紝澶氭闇瑕佺敤;鍒嗗壊 褰搚=0琛ㄧず鍚庨潰鎵鏈","The format is x to y. From x to y bits, multiple segments need to be used; Partition when y=0 means all the rest","鏍煎紡 濡備笅x~y; 琛ㄧず浠巟鍒皔浣嶏紝澶氭闇瑕佺敤;鍒嗗壊 褰搚=0琛ㄧず鍚庨潰鎵鏈"]},{"curValue":"0=涓嶆浛鎹 2=鏇挎崲","keyValue":"0=涓嶆浛鎹 2=鏇挎崲","lasttime":"0=涓嶆浛鎹 2=鏇挎崲","valueList":["0=涓嶆浛鎹 2=鏇挎崲","0= no substitution 2= substitution","0=涓嶆浛鎹 2=鏇挎崲"]},{"curValue":"褰撳叏閮ㄥ尮閰嶇殑鏃跺欍傚尮閰嶄綅鏁版棤鏁","keyValue":"褰撳叏閮ㄥ尮閰嶇殑鏃跺欍傚尮閰嶄綅鏁版棤鏁","lasttime":"褰撳叏閮ㄥ尮閰嶇殑鏃跺欍傚尮閰嶄綅鏁版棤鏁","valueList":["褰撳叏閮ㄥ尮閰嶇殑鏃跺欍傚尮閰嶄綅鏁版棤鏁","When they all match. Invalid matching digit","褰撳叏閮ㄥ尮閰嶇殑鏃跺欍傚尮閰嶄綅鏁版棤鏁"]},{"curValue":"鏍煎紡=a|A;b|B; 琛ㄧず灏哸鏇挎崲鎴怉锛屽皢b鏇挎崲鎴怋","keyValue":"鏍煎紡=a|A;b|B; 琛ㄧず灏哸鏇挎崲鎴怉锛屽皢b鏇挎崲鎴怋","lasttime":"鏍煎紡=a|A;b|B; 琛ㄧず灏哸鏇挎崲鎴怉锛屽皢b鏇挎崲鎴怋","valueList":["鏍煎紡=a|A;b|B; 琛ㄧず灏哸鏇挎崲鎴怉锛屽皢b鏇挎崲鎴怋","Format = a | a; B | b; I'm going to replace a with A, and I'm going to replace B with B","鏍煎紡=a|A;b|B; 琛ㄧず灏哸鏇挎崲鎴怉锛屽皢b鏇挎崲鎴怋"]},{"curValue":"鏍煎紡=1~5;8~10; 琛ㄧず灏1~5浣嶅繀椤讳竴鑷达紝8~10浣嶅繀椤讳竴鑷","keyValue":"鏍煎紡=1~5;8~10; 琛ㄧず灏1~5浣嶅繀椤讳竴鑷达紝8~10浣嶅繀椤讳竴鑷","lasttime":"鏍煎紡=1~5;8~10; 琛ㄧず灏1~5浣嶅繀椤讳竴鑷达紝8~10浣嶅繀椤讳竴鑷","valueList":["鏍煎紡=1~5;8~10; 琛ㄧず灏1~5浣嶅繀椤讳竴鑷达紝8~10浣嶅繀椤讳竴鑷","Format = 1~ 5; 8~ 10; It must be consistent with the 1 ~ 5, 8~ 10","鏍煎紡=1~5;8~10; 琛ㄧず灏1~5浣嶅繀椤讳竴鑷达紝8~10浣嶅繀椤讳竴鑷"]},{"curValue":"鏍煎紡=1~5;8~0; 琛ㄧず灏1~5浣嶅繀椤讳竴鑷达紝8~鍚庨潰鎵鏈変綅蹇呴』涓鑷","keyValue":"鏍煎紡=1~5;8~0; 琛ㄧず灏1~5浣嶅繀椤讳竴鑷达紝8~鍚庨潰鎵鏈変綅蹇呴』涓鑷","lasttime":"鏍煎紡=1~5;8~0; 琛ㄧず灏1~5浣嶅繀椤讳竴鑷达紝8~鍚庨潰鎵鏈変綅蹇呴』涓鑷","valueList":["鏍煎紡=1~5;8~0; 琛ㄧず灏1~5浣嶅繀椤讳竴鑷达紝8~鍚庨潰鎵鏈変綅蹇呴』涓鑷","Format = 1 ~ 5; 8 ~ 0; It indicates that the digits from 1 to 5 must be the same, and the digits from 8 to the next must be the same","鏍煎紡=1~5;8~0; 琛ㄧず灏1~5浣嶅繀椤讳竴鑷达紝8~鍚庨潰鎵鏈変綅蹇呴』涓鑷"]},{"curValue":"application name","keyValue":"application name","lasttime":"application name","valueList":["application name","application name","application name"]},{"curValue":"鐢ㄤ簬鍖哄垎涓嶅悓鏈哄彴","keyValue":"鐢ㄤ簬鍖哄垎涓嶅悓鏈哄彴","lasttime":"鐢ㄤ簬鍖哄垎涓嶅悓鏈哄彴","valueList":["鐢ㄤ簬鍖哄垎涓嶅悓鏈哄彴","鐢ㄤ簬鍖哄垎涓嶅悓鏈哄彴","鐢ㄤ簬鍖哄垎涓嶅悓鏈哄彴"]},{"curValue":"ms","keyValue":"ms","lasttime":"ms","valueList":["ms","ms","ms"]},{"curValue":"1锛氳嚜鍔ㄦ竻绌 0锛氬鎵弿鏂版潯鐮佹墠娓呯┖","keyValue":"1锛氳嚜鍔ㄦ竻绌 0锛氬鎵弿鏂版潯鐮佹墠娓呯┖","lasttime":"1锛氳嚜鍔ㄦ竻绌 0锛氬鎵弿鏂版潯鐮佹墠娓呯┖","valueList":["1锛氳嚜鍔ㄦ竻绌 0锛氬鎵弿鏂版潯鐮佹墠娓呯┖","1锛氳嚜鍔ㄦ竻绌 0锛氬鎵弿鏂版潯鐮佹墠娓呯┖","1锛氳嚜鍔ㄦ竻绌 0锛氬鎵弿鏂版潯鐮佹墠娓呯┖"]},{"curValue":"鍖呰兌鍑歌疆鍥炲師鐐硅秴鏃","keyValue":"鍖呰兌鍑歌疆鍥炲師鐐硅秴鏃","lasttime":"鍖呰兌鍑歌疆鍥炲師鐐硅秴鏃","valueList":["鍖呰兌鍑歌疆鍥炲師鐐硅秴鏃","鍖呰兌鍑歌疆鍥炲師鐐硅秴鏃","鍖呰兌鍑歌疆鍥炲師鐐硅秴鏃"]},{"curValue":"鎷ㄥ垁1鐢垫満鍥炲師鐐硅秴鏃","keyValue":"鎷ㄥ垁1鐢垫満鍥炲師鐐硅秴鏃","lasttime":"鎷ㄥ垁1鐢垫満鍥炲師鐐硅秴鏃","valueList":["鎷ㄥ垁1鐢垫満鍥炲師鐐硅秴鏃","鎷ㄥ垁1鐢垫満鍥炲師鐐硅秴鏃","鎷ㄥ垁1鐢垫満鍥炲師鐐硅秴鏃"]},{"curValue":"鑳惰啘1閫佹枡瓒呮椂","keyValue":"鑳惰啘1閫佹枡瓒呮椂","lasttime":"鑳惰啘1閫佹枡瓒呮椂","valueList":["鑳惰啘1閫佹枡瓒呮椂","鑳惰啘1閫佹枡瓒呮椂","鑳惰啘1閫佹枡瓒呮椂"]},{"curValue":"鍚歌兌鑶滅數鏈哄洖鍘熺偣瓒呮椂","keyValue":"鍚歌兌鑶滅數鏈哄洖鍘熺偣瓒呮椂","lasttime":"鍚歌兌鑶滅數鏈哄洖鍘熺偣瓒呮椂","valueList":["鍚歌兌鑶滅數鏈哄洖鍘熺偣瓒呮椂","鍚歌兌鑶滅數鏈哄洖鍘熺偣瓒呮椂","鍚歌兌鑶滅數鏈哄洖鍘熺偣瓒呮椂"]},{"curValue":"鐪熺┖鍚歌兌鑶滃紓甯","keyValue":"鐪熺┖鍚歌兌鑶滃紓甯","lasttime":"鐪熺┖鍚歌兌鑶滃紓甯","valueList":["鐪熺┖鍚歌兌鑶滃紓甯","鐪熺┖鍚歌兌鑶滃紓甯","鐪熺┖鍚歌兌鑶滃紓甯"]},{"curValue":"宸﹀彸杩涙枡甯﹁秴鏃跺紓甯","keyValue":"宸﹀彸杩涙枡甯﹁秴鏃跺紓甯","lasttime":"宸﹀彸杩涙枡甯﹁秴鏃跺紓甯","valueList":["宸﹀彸杩涙枡甯﹁秴鏃跺紓甯","宸﹀彸杩涙枡甯﹁秴鏃跺紓甯","宸﹀彸杩涙枡甯﹁秴鏃跺紓甯"]},{"curValue":"鐢垫睜鐢甸噺浣庡紓甯","keyValue":"鐢垫睜鐢甸噺浣庡紓甯","lasttime":"鐢垫睜鐢甸噺浣庡紓甯","valueList":["鐢垫睜鐢甸噺浣庡紓甯","鐢垫睜鐢甸噺浣庡紓甯","鐢垫睜鐢甸噺浣庡紓甯"]},{"curValue":"娴侀亾宸﹀彸鍏ユ枡鎰熷簲鏈夋枡甯","keyValue":"娴侀亾宸﹀彸鍏ユ枡鎰熷簲鏈夋枡甯","lasttime":"娴侀亾宸﹀彸鍏ユ枡鎰熷簲鏈夋枡甯","valueList":["娴侀亾宸﹀彸鍏ユ枡鎰熷簲鏈夋枡甯","娴侀亾宸﹀彸鍏ユ枡鎰熷簲鏈夋枡甯","娴侀亾宸﹀彸鍏ユ枡鎰熷簲鏈夋枡甯"]},{"curValue":"鎺ユ枡杩囩▼瓒呮椂寮傚父","keyValue":"鎺ユ枡杩囩▼瓒呮椂寮傚父","lasttime":"鎺ユ枡杩囩▼瓒呮椂寮傚父","valueList":["鎺ユ枡杩囩▼瓒呮椂寮傚父","鎺ユ枡杩囩▼瓒呮椂寮傚父","鎺ユ枡杩囩▼瓒呮椂寮傚父"]},{"curValue":"璁惧鍥炲師鐐硅繃绋嬭秴鏃","keyValue":"璁惧鍥炲師鐐硅繃绋嬭秴鏃","lasttime":"璁惧鍥炲師鐐硅繃绋嬭秴鏃","valueList":["璁惧鍥炲師鐐硅繃绋嬭秴鏃","璁惧鍥炲師鐐硅繃绋嬭秴鏃","璁惧鍥炲師鐐硅繃绋嬭秴鏃"]},{"curValue":"娴侀亾寮犲悎鐢垫満鍥炲師鐐硅秴鏃","keyValue":"娴侀亾寮犲悎鐢垫満鍥炲師鐐硅秴鏃","lasttime":"娴侀亾寮犲悎鐢垫満鍥炲師鐐硅秴鏃","valueList":["娴侀亾寮犲悎鐢垫満鍥炲師鐐硅秴鏃","娴侀亾寮犲悎鐢垫満鍥炲師鐐硅秴鏃","娴侀亾寮犲悎鐢垫満鍥炲師鐐硅秴鏃"]},{"curValue":"鎷ㄥ垁2鏁翠綋鍥炲師鐐硅秴鏃","keyValue":"鎷ㄥ垁2鏁翠綋鍥炲師鐐硅秴鏃","lasttime":"鎷ㄥ垁2鏁翠綋鍥炲師鐐硅秴鏃","valueList":["鎷ㄥ垁2鏁翠綋鍥炲師鐐硅秴鏃","鎷ㄥ垁2鏁翠綋鍥炲師鐐硅秴鏃","鎷ㄥ垁2鏁翠綋鍥炲師鐐硅秴鏃"]},{"curValue":"_鏉$爜瀵规瘮NG寮傚父","keyValue":"_鏉$爜瀵规瘮NG寮傚父","lasttime":"_鏉$爜瀵规瘮NG寮傚父","valueList":["_鏉$爜瀵规瘮NG寮傚父","_鏉$爜瀵规瘮NG寮傚父","_鏉$爜瀵规瘮NG寮傚父"]},{"curValue":"_鎬ュ仠鎸夐挳鎸変笅","keyValue":"_鎬ュ仠鎸夐挳鎸変笅","lasttime":"_鎬ュ仠鎸夐挳鎸変笅","valueList":["_鎬ュ仠鎸夐挳鎸変笅","_鎬ュ仠鎸夐挳鎸変笅","_鎬ュ仠鎸夐挳鎸変笅"]},{"curValue":"宸︿晶_娴嬪煎紓甯","keyValue":"宸︿晶_娴嬪煎紓甯","lasttime":"宸︿晶_娴嬪煎紓甯","valueList":["宸︿晶_娴嬪煎紓甯","宸︿晶_娴嬪煎紓甯","宸︿晶_娴嬪煎紓甯"]},{"curValue":"鍙充晶_娴嬪煎紓甯","keyValue":"鍙充晶_娴嬪煎紓甯","lasttime":"鍙充晶_娴嬪煎紓甯","valueList":["鍙充晶_娴嬪煎紓甯","鍙充晶_娴嬪煎紓甯","鍙充晶_娴嬪煎紓甯"]},{"curValue":"宸︽祴鍊煎墠鍚庡洖闆惰秴鏃","keyValue":"宸︽祴鍊煎墠鍚庡洖闆惰秴鏃","lasttime":"宸︽祴鍊煎墠鍚庡洖闆惰秴鏃","valueList":["宸︽祴鍊煎墠鍚庡洖闆惰秴鏃","宸︽祴鍊煎墠鍚庡洖闆惰秴鏃","宸︽祴鍊煎墠鍚庡洖闆惰秴鏃"]},{"curValue":"宸︽祴鍊间笂涓嬪洖闆惰秴鏃","keyValue":"宸︽祴鍊间笂涓嬪洖闆惰秴鏃","lasttime":"宸︽祴鍊间笂涓嬪洖闆惰秴鏃","valueList":["宸︽祴鍊间笂涓嬪洖闆惰秴鏃","宸︽祴鍊间笂涓嬪洖闆惰秴鏃","宸︽祴鍊间笂涓嬪洖闆惰秴鏃"]},{"curValue":"宸︽祴鍊兼棆杞洖闆惰秴鏃","keyValue":"宸︽祴鍊兼棆杞洖闆惰秴鏃","lasttime":"宸︽祴鍊兼棆杞洖闆惰秴鏃","valueList":["宸︽祴鍊兼棆杞洖闆惰秴鏃","宸︽祴鍊兼棆杞洖闆惰秴鏃","宸︽祴鍊兼棆杞洖闆惰秴鏃"]},{"curValue":"鍙虫祴鍊煎墠鍚庡洖闆惰秴鏃","keyValue":"鍙虫祴鍊煎墠鍚庡洖闆惰秴鏃","lasttime":"鍙虫祴鍊煎墠鍚庡洖闆惰秴鏃","valueList":["鍙虫祴鍊煎墠鍚庡洖闆惰秴鏃","鍙虫祴鍊煎墠鍚庡洖闆惰秴鏃","鍙虫祴鍊煎墠鍚庡洖闆惰秴鏃"]},{"curValue":"鍙虫祴鍊间笂涓嬪洖闆惰秴鏃","keyValue":"鍙虫祴鍊间笂涓嬪洖闆惰秴鏃","lasttime":"鍙虫祴鍊间笂涓嬪洖闆惰秴鏃","valueList":["鍙虫祴鍊间笂涓嬪洖闆惰秴鏃","鍙虫祴鍊间笂涓嬪洖闆惰秴鏃","鍙虫祴鍊间笂涓嬪洖闆惰秴鏃"]},{"curValue":"鍙虫祴鍊兼棆杞洖闆惰秴鏃","keyValue":"鍙虫祴鍊兼棆杞洖闆惰秴鏃","lasttime":"鍙虫祴鍊兼棆杞洖闆惰秴鏃","valueList":["鍙虫祴鍊兼棆杞洖闆惰秴鏃","鍙虫祴鍊兼棆杞洖闆惰秴鏃","鍙虫祴鍊兼棆杞洖闆惰秴鏃"]},{"curValue":"0=涓嶅惎鐢紝 ","keyValue":"0=涓嶅惎鐢紝 ","lasttime":"0=涓嶅惎鐢紝 ","valueList":["0=涓嶅惎鐢紝 ","0=涓嶅惎鐢紝 ","0=涓嶅惎鐢紝 "]},{"curValue":"涓嶆祴鍊肩數闃荤數瀹癸紝鍙坊鍔犳枡鍙疯嚦璇ユ枃浠朵腑","keyValue":"涓嶆祴鍊肩數闃荤數瀹癸紝鍙坊鍔犳枡鍙疯嚦璇ユ枃浠朵腑","lasttime":"涓嶆祴鍊肩數闃荤數瀹癸紝鍙坊鍔犳枡鍙疯嚦璇ユ枃浠朵腑","valueList":["涓嶆祴鍊肩數闃荤數瀹癸紝鍙坊鍔犳枡鍙疯嚦璇ユ枃浠朵腑","涓嶆祴鍊肩數闃荤數瀹癸紝鍙坊鍔犳枡鍙疯嚦璇ユ枃浠朵腑","涓嶆祴鍊肩數闃荤數瀹癸紝鍙坊鍔犳枡鍙疯嚦璇ユ枃浠朵腑"]},{"curValue":"1= 锛2=_锛3=;, 4=-","keyValue":"1= 锛2=_锛3=;, 4=-","lasttime":"1= 锛2=_锛3=;, 4=-","valueList":["1= 锛2=_锛3=;, 4=-","1= 锛2=_锛3=;, 4=-","1= 锛2=_锛3=;, 4=-"]},{"curValue":"C%0.25,D%0.5,F%1,G%2,J%5,K%10,M%20,N%30","keyValue":"C%0.25,D%0.5,F%1,G%2,J%5,K%10,M%20,N%30","lasttime":"C%0.25,D%0.5,F%1,G%2,J%5,K%10,M%20,N%30","valueList":["C%0.25,D%0.5,F%1,G%2,J%5,K%10,M%20,N%30","C%0.25,D%0.5,F%1,G%2,J%5,K%10,M%20,N%30","C%0.25,D%0.5,F%1,G%2,J%5,K%10,M%20,N%30"]},{"curValue":"%","keyValue":"%","lasttime":"%","valueList":["%","%","%"]},{"curValue":"0 = 涓嶅惎鐢紝1 - 6 瀵瑰簲閫氶亾","keyValue":"0 = 涓嶅惎鐢紝1 - 6 瀵瑰簲閫氶亾","lasttime":"0 = 涓嶅惎鐢紝1 - 6 瀵瑰簲閫氶亾","valueList":["0 = 涓嶅惎鐢紝1 - 6 瀵瑰簲閫氶亾","0 = 涓嶅惎鐢紝1 - 6 瀵瑰簲閫氶亾","0 = 涓嶅惎鐢紝1 - 6 瀵瑰簲閫氶亾"]},{"curValue":"0 = 涓嶅惎鐢紝1 = 鍚敤(闇瑕佷华鍣ㄦ敮鎸)","keyValue":"0 = 涓嶅惎鐢紝1 = 鍚敤(闇瑕佷华鍣ㄦ敮鎸)","lasttime":"0 = 涓嶅惎鐢紝1 = 鍚敤(闇瑕佷华鍣ㄦ敮鎸)","valueList":["0 = 涓嶅惎鐢紝1 = 鍚敤(闇瑕佷华鍣ㄦ敮鎸)","0 = 涓嶅惎鐢紝1 = 鍚敤(闇瑕佷华鍣ㄦ敮鎸)","0 = 涓嶅惎鐢紝1 = 鍚敤(闇瑕佷华鍣ㄦ敮鎸)"]},{"curValue":"Hz_1pF","keyValue":"Hz_1pF","lasttime":"Hz_1pF","valueList":["Hz_1pF","Hz_1pF","Hz_1pF"]},{"curValue":"Hz_4.7pF","keyValue":"Hz_4.7pF","lasttime":"Hz_4.7pF","valueList":["Hz_4.7pF","Hz_4.7pF","Hz_4.7pF"]},{"curValue":"Hz_47pF","keyValue":"Hz_47pF","lasttime":"Hz_47pF","valueList":["Hz_47pF","Hz_47pF","Hz_47pF"]},{"curValue":"Hz_470pF","keyValue":"Hz_470pF","lasttime":"Hz_470pF","valueList":["Hz_470pF","Hz_470pF","Hz_470pF"]},{"curValue":"Hz_4.7nF","keyValue":"Hz_4.7nF","lasttime":"Hz_4.7nF","valueList":["Hz_4.7nF","Hz_4.7nF","Hz_4.7nF"]},{"curValue":"Hz_47nF","keyValue":"Hz_47nF","lasttime":"Hz_47nF","valueList":["Hz_47nF","Hz_47nF","Hz_47nF"]},{"curValue":"Hz_470nF","keyValue":"Hz_470nF","lasttime":"Hz_470nF","valueList":["Hz_470nF","Hz_470nF","Hz_470nF"]},{"curValue":"Hz_4.7uF","keyValue":"Hz_4.7uF","lasttime":"Hz_4.7uF","valueList":["Hz_4.7uF","Hz_4.7uF","Hz_4.7uF"]},{"curValue":"Hz_47uF","keyValue":"Hz_47uF","lasttime":"Hz_47uF","valueList":["Hz_47uF","Hz_47uF","Hz_47uF"]},{"curValue":"Hz_470uF","keyValue":"Hz_470uF","lasttime":"Hz_470uF","valueList":["Hz_470uF","Hz_470uF","Hz_470uF"]},{"curValue":"17-20涔嬮棿鐨勮浆鐝椂闂","keyValue":"17-20涔嬮棿鐨勮浆鐝椂闂","lasttime":"17-20涔嬮棿鐨勮浆鐝椂闂","valueList":["17-20涔嬮棿鐨勮浆鐝椂闂","17-20涔嬮棿鐨勮浆鐝椂闂","17-20涔嬮棿鐨勮浆鐝椂闂"]},{"curValue":"0~1","keyValue":"0~1","lasttime":"0~1","valueList":["0~1","0~1","0~1"]},{"curValue":"30~90","keyValue":"30~90","lasttime":"30~90","valueList":["30~90","30~90","30~90"]},{"curValue":"5~100ms","keyValue":"5~100ms","lasttime":"5~100ms","valueList":["5~100ms","5~100ms","5~100ms"]},{"curValue":"2000~25500","keyValue":"2000~25500","lasttime":"2000~25500","valueList":["2000~25500","2000~25500","2000~25500"]},{"curValue":"15000~55500","keyValue":"15000~55500","lasttime":"15000~55500","valueList":["15000~55500","15000~55500","15000~55500"]},{"curValue":"500~8000","keyValue":"500~8000","lasttime":"500~8000","valueList":["500~8000","500~8000","500~8000"]},{"curValue":"5000~15000","keyValue":"5000~15000","lasttime":"5000~15000","valueList":["5000~15000","5000~15000","5000~15000"]},{"curValue":"hikrobot, dahua","keyValue":"hikrobot, dahua","lasttime":"hikrobot, dahua","valueList":["hikrobot, dahua","hikrobot, dahua","hikrobot, dahua"]},{"curValue":"600,1024,1080 ","keyValue":"600,1024,1080 ","lasttime":"600,1024,1080 ","valueList":["600,1024,1080 ","600,1024,1080 ","600,1024,1080 "]},{"curValue":"800,1280,1440 ","keyValue":"800,1280,1440 ","lasttime":"800,1280,1440 ","valueList":["800,1280,1440 ","800,1280,1440 ","800,1280,1440 "]},{"curValue":"0~60000","keyValue":"0~60000","lasttime":"0~60000","valueList":["0~60000","0~60000","0~60000"]},{"curValue":"鍋滄","keyValue":"鍋滄","lasttime":"鍋滄","valueList":["鍋滄","鍋滄","鍋滄"]},{"curValue":"MainApplication","keyValue":"MainApplication","lasttime":"MainApplication","valueList":["MainApplication","MainApplication","MainApplication"]},{"curValue":"鎵ц瀹屾垚D:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Log\\\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Data\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Config\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Alarm\r\n","keyValue":"鎵ц瀹屾垚D:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Log\\\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Data\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Config\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Alarm\r\n","lasttime":"鎵ц瀹屾垚D:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Log\\\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Data\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Config\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Alarm\r\n","valueList":["鎵ц瀹屾垚D:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Log\\\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Data\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Config\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Alarm\r\n","鎵ц瀹屾垚D:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Log\\\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Data\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Config\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Alarm\r\n","鎵ц瀹屾垚D:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Log\\\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Data\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Config\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Alarm\r\n"]},{"curValue":"0=涓嶇敤 锛1=鍚敤","keyValue":"0=涓嶇敤 锛1=鍚敤","lasttime":"0=涓嶇敤 锛1=鍚敤","valueList":["0=涓嶇敤 锛1=鍚敤","0=涓嶇敤 锛1=鍚敤","0=涓嶇敤 锛1=鍚敤"]},{"curValue":"鐩戝惉鍒版枃浠跺悗寤舵椂鎷疯礉","keyValue":"鐩戝惉鍒版枃浠跺悗寤舵椂鎷疯礉","lasttime":"鐩戝惉鍒版枃浠跺悗寤舵椂鎷疯礉","valueList":["鐩戝惉鍒版枃浠跺悗寤舵椂鎷疯礉","鐩戝惉鍒版枃浠跺悗寤舵椂鎷疯礉","鐩戝惉鍒版枃浠跺悗寤舵椂鎷疯礉"]},{"curValue":"FrmMain","keyValue":"FrmMain","lasttime":"FrmMain","valueList":["FrmMain","FrmMain","FrmMain"]},{"curValue":"8.2mm","keyValue":"8.2mm","lasttime":"8.2mm","valueList":["8.2mm","8.2mm","8.2mm"]},{"curValue":"24mm","keyValue":"24mm","lasttime":"24mm","valueList":["24mm","24mm","24mm"]},{"curValue":"16mm","keyValue":"16mm","lasttime":"16mm","valueList":["16mm","16mm","16mm"]},{"curValue":"12mm","keyValue":"12mm","lasttime":"12mm","valueList":["12mm","12mm","12mm"]},{"curValue":"08mm","keyValue":"08mm","lasttime":"08mm","valueList":["08mm","08mm","08mm"]},{"curValue":"- ","keyValue":"- ","lasttime":"- ","valueList":["- ","- ","- "]},{"curValue":" |鏈嶅姟鍣ㄨ繛鎺ユ甯","keyValue":" |鏈嶅姟鍣ㄨ繛鎺ユ甯","lasttime":" |鏈嶅姟鍣ㄨ繛鎺ユ甯","valueList":[" |鏈嶅姟鍣ㄨ繛鎺ユ甯"," |鏈嶅姟鍣ㄨ繛鎺ユ甯"," |鏈嶅姟鍣ㄨ繛鎺ユ甯"]},{"curValue":"op1","keyValue":"op1","lasttime":"op1","valueList":["op1","op1","op1"]},{"curValue":"0","keyValue":"0","lasttime":"0","valueList":["0","0","0"]},{"curValue":"1","keyValue":"1","lasttime":"1","valueList":["1","1","1"]},{"curValue":"卤","keyValue":"卤","lasttime":"卤","valueList":["卤","卤","卤"]},{"curValue":".","keyValue":".","lasttime":".","valueList":[".",".","."]},{"curValue":"2","keyValue":"2","lasttime":"2","valueList":["2","2","2"]},{"curValue":"9","keyValue":"9","lasttime":"9","valueList":["9","9","9"]},{"curValue":"3","keyValue":"3","lasttime":"3","valueList":["3","3","3"]},{"curValue":"8","keyValue":"8","lasttime":"8","valueList":["8","8","8"]},{"curValue":"4","keyValue":"4","lasttime":"4","valueList":["4","4","4"]},{"curValue":"7","keyValue":"7","lasttime":"7","valueList":["7","7","7"]},{"curValue":"5","keyValue":"5","lasttime":"5","valueList":["5","5","5"]},{"curValue":"6","keyValue":"6","lasttime":"6","valueList":["6","6","6"]},{"curValue":"button3","keyValue":"button3","lasttime":"button3","valueList":["button3","button3","button3"]}] \ No newline at end of file diff --git a/C-Windows-1/bin/Debug/language.dt.bak b/C-Windows-1/bin/Debug/language.dt.bak new file mode 100644 index 0000000..18fd3a5 --- /dev/null +++ b/C-Windows-1/bin/Debug/language.dt.bak @@ -0,0 +1 @@ +[{"curValue":"鐢ㄦ潵瀛樻斁鏃ュ織 閰嶇疆 鎶ヨ鐨勬暟鎹殑鏍圭洰褰","keyValue":"鐢ㄦ潵瀛樻斁鏃ュ織 閰嶇疆 鎶ヨ鐨勬暟鎹殑鏍圭洰褰","lasttime":"鐢ㄦ潵瀛樻斁鏃ュ織 閰嶇疆 鎶ヨ鐨勬暟鎹殑鏍圭洰褰","valueList":["鐢ㄦ潵瀛樻斁鏃ュ織 閰嶇疆 鎶ヨ鐨勬暟鎹殑鏍圭洰褰","鐢ㄦ潵瀛樻斁鏃ュ織 閰嶇疆 鎶ヨ鐨勬暟鎹殑鏍圭洰褰","鐢ㄦ潵瀛樻斁鏃ュ織 閰嶇疆 鎶ヨ鐨勬暟鎹殑鏍圭洰褰"]},{"curValue":"鎵ц瀹屾垚","keyValue":"鎵ц瀹屾垚","lasttime":"鎵ц瀹屾垚","valueList":["鎵ц瀹屾垚","鎵ц瀹屾垚","鎵ц瀹屾垚"]},{"curValue":"鎺ユ枡鏈","keyValue":"鎺ユ枡鏈","lasttime":"鎺ユ枡鏈","valueList":["鎺ユ枡鏈","Pick up machine","鎺ユ枡鏈"]},{"curValue":"鏃ュ織缂撳啿鍖虹殑鏈澶ф暟閲","keyValue":"鏃ュ織缂撳啿鍖虹殑鏈澶ф暟閲","lasttime":"鏃ュ織缂撳啿鍖虹殑鏈澶ф暟閲","valueList":["鏃ュ織缂撳啿鍖虹殑鏈澶ф暟閲","bufferCount","鏃ュ織缂撳啿鍖虹殑鏈澶ф暟閲"]},{"curValue":"鏁版嵁鏂囦欢澶","keyValue":"鏁版嵁鏂囦欢澶","lasttime":"鏁版嵁鏂囦欢澶","valueList":["鏁版嵁鏂囦欢澶","dataDirctory","鏁版嵁鏂囦欢澶"]},{"curValue":"鏈壘鍒拌瑷鏁版嵁鏂囦欢","keyValue":"鏈壘鍒拌瑷鏁版嵁鏂囦欢","lasttime":"鏈壘鍒拌瑷鏁版嵁鏂囦欢","valueList":["鏈壘鍒拌瑷鏁版嵁鏂囦欢","language files not exist","鏈壘鍒拌瑷鏁版嵁鏂囦欢"]},{"curValue":"搴旂敤绋嬪簭鍚嶇О","keyValue":"搴旂敤绋嬪簭鍚嶇О","lasttime":"搴旂敤绋嬪簭鍚嶇О","valueList":["搴旂敤绋嬪簭鍚嶇О","application name","搴旂敤绋嬪簭鍚嶇О"]},{"curValue":"杩涘叆璁剧疆閫夐」鏃剁殑绠$悊鍛樺瘑鐮","keyValue":"杩涘叆璁剧疆閫夐」鏃剁殑绠$悊鍛樺瘑鐮","lasttime":"杩涘叆璁剧疆閫夐」鏃剁殑绠$悊鍛樺瘑鐮","valueList":["杩涘叆璁剧疆閫夐」鏃剁殑绠$悊鍛樺瘑鐮","password for adm","杩涘叆璁剧疆閫夐」鏃剁殑绠$悊鍛樺瘑鐮"]},{"curValue":"绠$悊鍛樺瘑鐮","keyValue":"绠$悊鍛樺瘑鐮","lasttime":"绠$悊鍛樺瘑鐮","valueList":["绠$悊鍛樺瘑鐮","adpwd","绠$悊鍛樺瘑鐮"]},{"curValue":"1锛氬紑鍙戣皟璇曟椂妯℃嫙杩愯锛0:姝e父杩愯锛","keyValue":"1锛氬紑鍙戣皟璇曟椂妯℃嫙杩愯锛0:姝e父杩愯锛","lasttime":"1锛氬紑鍙戣皟璇曟椂妯℃嫙杩愯锛0:姝e父杩愯锛","valueList":["1锛氬紑鍙戣皟璇曟椂妯℃嫙杩愯锛0:姝e父杩愯锛","1simulation run锛0:normal operation锛","1锛氬紑鍙戣皟璇曟椂妯℃嫙杩愯锛0:姝e父杩愯锛"]},{"curValue":"妯℃嫙杩愯","keyValue":"妯℃嫙杩愯","lasttime":"妯℃嫙杩愯","valueList":["妯℃嫙杩愯","operation simulation","妯℃嫙杩愯"]},{"curValue":"1锛氳〃绀哄湪杞欢鍏抽棴鏃朵細鑷姩淇濆瓨鍙傛暟锛0:涓嶈嚜鍔ㄤ繚瀛橈紝","keyValue":"1锛氳〃绀哄湪杞欢鍏抽棴鏃朵細鑷姩淇濆瓨鍙傛暟锛0:涓嶈嚜鍔ㄤ繚瀛橈紝","lasttime":"1锛氳〃绀哄湪杞欢鍏抽棴鏃朵細鑷姩淇濆瓨鍙傛暟锛0:涓嶈嚜鍔ㄤ繚瀛橈紝","valueList":["1锛氳〃绀哄湪杞欢鍏抽棴鏃朵細鑷姩淇濆瓨鍙傛暟锛0:涓嶈嚜鍔ㄤ繚瀛橈紝","Auto_save","1锛氳〃绀哄湪杞欢鍏抽棴鏃朵細鑷姩淇濆瓨鍙傛暟锛0:涓嶈嚜鍔ㄤ繚瀛橈紝"]},{"curValue":"鍏抽棴杞欢鑷姩淇濆瓨鍙傛暟","keyValue":"鍏抽棴杞欢鑷姩淇濆瓨鍙傛暟","lasttime":"鍏抽棴杞欢鑷姩淇濆瓨鍙傛暟","valueList":["鍏抽棴杞欢鑷姩淇濆瓨鍙傛暟","Auto_save","鍏抽棴杞欢鑷姩淇濆瓨鍙傛暟"]},{"curValue":"1:鎵鏈夌‖浠堕兘涓鸿皟璇曟ā寮忥紝0锛氫娇鐢ㄧ‖浠跺唴閮ㄧ殑璋冭瘯鏍囧織浣 -1锛氬叏閮ㄩ兘涓烘甯歌繍琛屾ā寮","keyValue":"1:鎵鏈夌‖浠堕兘涓鸿皟璇曟ā寮忥紝0锛氫娇鐢ㄧ‖浠跺唴閮ㄧ殑璋冭瘯鏍囧織浣 -1锛氬叏閮ㄩ兘涓烘甯歌繍琛屾ā寮","lasttime":"1:鎵鏈夌‖浠堕兘涓鸿皟璇曟ā寮忥紝0锛氫娇鐢ㄧ‖浠跺唴閮ㄧ殑璋冭瘯鏍囧織浣 -1锛氬叏閮ㄩ兘涓烘甯歌繍琛屾ā寮","valueList":["1:鎵鏈夌‖浠堕兘涓鸿皟璇曟ā寮忥紝0锛氫娇鐢ㄧ‖浠跺唴閮ㄧ殑璋冭瘯鏍囧織浣 -1锛氬叏閮ㄩ兘涓烘甯歌繍琛屾ā寮","1 hardward are debug model锛0锛歳emark positon -1锛歛ll normal operation model","1:鎵鏈夌‖浠堕兘涓鸿皟璇曟ā寮忥紝0锛氫娇鐢ㄧ‖浠跺唴閮ㄧ殑璋冭瘯鏍囧織浣 -1锛氬叏閮ㄩ兘涓烘甯歌繍琛屾ā寮"]},{"curValue":"璋冭瘯妯″紡","keyValue":"璋冭瘯妯″紡","lasttime":"璋冭瘯妯″紡","valueList":["璋冭瘯妯″紡","debug model","璋冭瘯妯″紡"]},{"curValue":"鏃ュ織淇濆瓨澶╂暟","keyValue":"鏃ュ織淇濆瓨澶╂暟","lasttime":"鏃ュ織淇濆瓨澶╂暟","valueList":["鏃ュ織淇濆瓨澶╂暟","log saving days","鏃ュ織淇濆瓨澶╂暟"]},{"curValue":"鍥惧儚淇濆瓨澶╂暟","keyValue":"鍥惧儚淇濆瓨澶╂暟","lasttime":"鍥惧儚淇濆瓨澶╂暟","valueList":["鍥惧儚淇濆瓨澶╂暟","days of graphic saving","鍥惧儚淇濆瓨澶╂暟"]},{"curValue":"1琛ㄧず浣跨敤 0琛ㄧず涓嶄娇鐢","keyValue":"1琛ㄧず浣跨敤 0琛ㄧず涓嶄娇鐢","lasttime":"1琛ㄧず浣跨敤 0琛ㄧず涓嶄娇鐢","valueList":["1琛ㄧず浣跨敤 0琛ㄧず涓嶄娇鐢","1.use 0.nonuse","1琛ㄧず浣跨敤 0琛ㄧず涓嶄娇鐢"]},{"curValue":"鏄惁浣跨敤鎵爜鏋","keyValue":"鏄惁浣跨敤鎵爜鏋","lasttime":"鏄惁浣跨敤鎵爜鏋","valueList":["鏄惁浣跨敤鎵爜鏋","enable to scanner","鏄惁浣跨敤鎵爜鏋"]},{"curValue":"鍙戦佸績璺冲寘鏃堕棿闂撮殧 鍗曚綅s","keyValue":"鍙戦佸績璺冲寘鏃堕棿闂撮殧 鍗曚綅s","lasttime":"鍙戦佸績璺冲寘鏃堕棿闂撮殧 鍗曚綅s","valueList":["鍙戦佸績璺冲寘鏃堕棿闂撮殧 鍗曚綅s","interval time of sending heartbeating package unit :s","鍙戦佸績璺冲寘鏃堕棿闂撮殧 鍗曚綅s"]},{"curValue":"娴嬭瘯閫氳鏃堕棿闂撮殧","keyValue":"娴嬭瘯閫氳鏃堕棿闂撮殧","lasttime":"娴嬭瘯閫氳鏃堕棿闂撮殧","valueList":["娴嬭瘯閫氳鏃堕棿闂撮殧","interval time of testing communication","娴嬭瘯閫氳鏃堕棿闂撮殧"]},{"curValue":"閫氫俊蹇冭烦鍖咃細鍚戠洰鏍囧彂閫佹槸娴嬭瘯鍛戒护,鐢ㄦ潵鍒ゆ柇璁惧鏄惁閫氫俊姝e父","keyValue":"閫氫俊蹇冭烦鍖咃細鍚戠洰鏍囧彂閫佹槸娴嬭瘯鍛戒护,鐢ㄦ潵鍒ゆ柇璁惧鏄惁閫氫俊姝e父","lasttime":"閫氫俊蹇冭烦鍖咃細鍚戠洰鏍囧彂閫佹槸娴嬭瘯鍛戒护,鐢ㄦ潵鍒ゆ柇璁惧鏄惁閫氫俊姝e父","valueList":["閫氫俊蹇冭烦鍖咃細鍚戠洰鏍囧彂閫佹槸娴嬭瘯鍛戒护,鐢ㄦ潵鍒ゆ柇璁惧鏄惁閫氫俊姝e父","commuination heartbeating package:send command to test whether communication is ok ","閫氫俊蹇冭烦鍖咃細鍚戠洰鏍囧彂閫佹槸娴嬭瘯鍛戒护,鐢ㄦ潵鍒ゆ柇璁惧鏄惁閫氫俊姝e父"]},{"curValue":"閫氫俊蹇冭烦鍖咃細鍙戦佹祴璇曞懡浠ゅ悗锛岃澶囪繑鍥炵殑缁撴灉鎵鍖呭惈鐨勯儴鍒嗗瓧绗︿覆,濡傛灉鍖呭惈鍒欒〃绀洪氫俊姝e父","keyValue":"閫氫俊蹇冭烦鍖咃細鍙戦佹祴璇曞懡浠ゅ悗锛岃澶囪繑鍥炵殑缁撴灉鎵鍖呭惈鐨勯儴鍒嗗瓧绗︿覆,濡傛灉鍖呭惈鍒欒〃绀洪氫俊姝e父","lasttime":"閫氫俊蹇冭烦鍖咃細鍙戦佹祴璇曞懡浠ゅ悗锛岃澶囪繑鍥炵殑缁撴灉鎵鍖呭惈鐨勯儴鍒嗗瓧绗︿覆,濡傛灉鍖呭惈鍒欒〃绀洪氫俊姝e父","valueList":["閫氫俊蹇冭烦鍖咃細鍙戦佹祴璇曞懡浠ゅ悗锛岃澶囪繑鍥炵殑缁撴灉鎵鍖呭惈鐨勯儴鍒嗗瓧绗︿覆,濡傛灉鍖呭惈鍒欒〃绀洪氫俊姝e父","communication heartbeating package:after sending test command,the return results from device contains part of the characters string,if including,the commuication system is normal. ","閫氫俊蹇冭烦鍖咃細鍙戦佹祴璇曞懡浠ゅ悗锛岃澶囪繑鍥炵殑缁撴灉鎵鍖呭惈鐨勯儴鍒嗗瓧绗︿覆,濡傛灉鍖呭惈鍒欒〃绀洪氫俊姝e父"]},{"curValue":"璁剧疆涓庤澶囬氫俊鏃剁殑缁撴潫绗︼紝濡傛濮嗛緳鍜屾澗涓嬬殑缁撴潫绗﹂兘涓篭\r","keyValue":"璁剧疆涓庤澶囬氫俊鏃剁殑缁撴潫绗︼紝濡傛濮嗛緳鍜屾澗涓嬬殑缁撴潫绗﹂兘涓篭\r","lasttime":"璁剧疆涓庤澶囬氫俊鏃剁殑缁撴潫绗︼紝濡傛濮嗛緳鍜屾澗涓嬬殑缁撴潫绗﹂兘涓篭\r","valueList":["璁剧疆涓庤澶囬氫俊鏃剁殑缁撴潫绗︼紝濡傛濮嗛緳鍜屾澗涓嬬殑缁撴潫绗﹂兘涓篭\r","set for close char of communication ,like Omron and Panasonic's is \\r","璁剧疆涓庤澶囬氫俊鏃剁殑缁撴潫绗︼紝濡傛濮嗛緳鍜屾澗涓嬬殑缁撴潫绗﹂兘涓篭\r"]},{"curValue":"杩炴帴鎴栭氳澶辫触鍚庨噸璇曟椂闂撮棿闅 鍗曚綅鏄痬s","keyValue":"杩炴帴鎴栭氳澶辫触鍚庨噸璇曟椂闂撮棿闅 鍗曚綅鏄痬s","lasttime":"杩炴帴鎴栭氳澶辫触鍚庨噸璇曟椂闂撮棿闅 鍗曚綅鏄痬s","valueList":["杩炴帴鎴栭氳澶辫触鍚庨噸璇曟椂闂撮棿闅 鍗曚綅鏄痬s","interval time after connect failure ,unit:ms ","杩炴帴鎴栭氳澶辫触鍚庨噸璇曟椂闂撮棿闅 鍗曚綅鏄痬s"]},{"curValue":"杩炴帴鎴栭氳澶辫触鍚庨噸璇曟椂闂撮棿闅","keyValue":"杩炴帴鎴栭氳澶辫触鍚庨噸璇曟椂闂撮棿闅","lasttime":"杩炴帴鎴栭氳澶辫触鍚庨噸璇曟椂闂撮棿闅","valueList":["杩炴帴鎴栭氳澶辫触鍚庨噸璇曟椂闂撮棿闅","interval time of retry","杩炴帴鎴栭氳澶辫触鍚庨噸璇曟椂闂撮棿闅"]},{"curValue":"璁剧疆閫氫俊璇诲彇杩斿洖鍊肩殑鏈澶ц秴鏃舵椂闂 鍗曚綅鏄痬s","keyValue":"璁剧疆閫氫俊璇诲彇杩斿洖鍊肩殑鏈澶ц秴鏃舵椂闂 鍗曚綅鏄痬s","lasttime":"璁剧疆閫氫俊璇诲彇杩斿洖鍊肩殑鏈澶ц秴鏃舵椂闂 鍗曚綅鏄痬s","valueList":["璁剧疆閫氫俊璇诲彇杩斿洖鍊肩殑鏈澶ц秴鏃舵椂闂 鍗曚綅鏄痬s"," the MAX OT of returning unit:MS","璁剧疆閫氫俊璇诲彇杩斿洖鍊肩殑鏈澶ц秴鏃舵椂闂 鍗曚綅鏄痬s"]},{"curValue":"瓒呮椂璁剧疆","keyValue":"瓒呮椂璁剧疆","lasttime":"瓒呮椂璁剧疆","valueList":["瓒呮椂璁剧疆","OT setting","瓒呮椂璁剧疆"]},{"curValue":"璁剧疆閫氫俊璇诲彇鍗曞抚杩斿洖鍊肩殑鏈澶ц秴鏃舵椂闂 鍗曚綅鏄痬s","keyValue":"璁剧疆閫氫俊璇诲彇鍗曞抚杩斿洖鍊肩殑鏈澶ц秴鏃舵椂闂 鍗曚綅鏄痬s","lasttime":"璁剧疆閫氫俊璇诲彇鍗曞抚杩斿洖鍊肩殑鏈澶ц秴鏃舵椂闂 鍗曚綅鏄痬s","valueList":["璁剧疆閫氫俊璇诲彇鍗曞抚杩斿洖鍊肩殑鏈澶ц秴鏃舵椂闂 鍗曚綅鏄痬s","set for reading the max Ot of returning , ms","璁剧疆閫氫俊璇诲彇鍗曞抚杩斿洖鍊肩殑鏈澶ц秴鏃舵椂闂 鍗曚綅鏄痬s"]},{"curValue":"鍗曞抚瓒呮椂璁剧疆","keyValue":"鍗曞抚瓒呮椂璁剧疆","lasttime":"鍗曞抚瓒呮椂璁剧疆","valueList":["鍗曞抚瓒呮椂璁剧疆","single frame OT set","鍗曞抚瓒呮椂璁剧疆"]},{"curValue":"1:璁惧涓哄紑鍙戣皟璇曟ā寮忥紝0锛氭甯歌繍琛屾ā寮","keyValue":"1:璁惧涓哄紑鍙戣皟璇曟ā寮忥紝0锛氭甯歌繍琛屾ā寮","lasttime":"1:璁惧涓哄紑鍙戣皟璇曟ā寮忥紝0锛氭甯歌繍琛屾ā寮","valueList":["1:璁惧涓哄紑鍙戣皟璇曟ā寮忥紝0锛氭甯歌繍琛屾ā寮","1.debug model 0.normal operation","1:璁惧涓哄紑鍙戣皟璇曟ā寮忥紝0锛氭甯歌繍琛屾ā寮"]},{"curValue":"鏄惁璋冭瘯妯″紡","keyValue":"鏄惁璋冭瘯妯″紡","lasttime":"鏄惁璋冭瘯妯″紡","valueList":["鏄惁璋冭瘯妯″紡","enable debug model option","鏄惁璋冭瘯妯″紡"]},{"curValue":"鏄惁瀹炴椂淇濆瓨鎵鏈夌殑纭欢鐨勬墍鏈夐氳鏁版嵁","keyValue":"鏄惁瀹炴椂淇濆瓨鎵鏈夌殑纭欢鐨勬墍鏈夐氳鏁版嵁","lasttime":"鏄惁瀹炴椂淇濆瓨鎵鏈夌殑纭欢鐨勬墍鏈夐氳鏁版嵁","valueList":["鏄惁瀹炴椂淇濆瓨鎵鏈夌殑纭欢鐨勬墍鏈夐氳鏁版嵁","save all current date option","鏄惁瀹炴椂淇濆瓨鎵鏈夌殑纭欢鐨勬墍鏈夐氳鏁版嵁"]},{"curValue":".浠呰〃绀哄垎闅旂锛屽2800.02琛ㄧず 锛 瀹炴椂鐨勮plc鐨凴鍖轰粠璧峰鍦板潃2800寮濮嬪線鍚2涓瓧","keyValue":".浠呰〃绀哄垎闅旂锛屽2800.02琛ㄧず 锛 瀹炴椂鐨勮plc鐨凴鍖轰粠璧峰鍦板潃2800寮濮嬪線鍚2涓瓧","lasttime":".浠呰〃绀哄垎闅旂锛屽2800.02琛ㄧず 锛 瀹炴椂鐨勮plc鐨凴鍖轰粠璧峰鍦板潃2800寮濮嬪線鍚2涓瓧","valueList":[".浠呰〃绀哄垎闅旂锛屽2800.02琛ㄧず 锛 瀹炴椂鐨勮plc鐨凴鍖轰粠璧峰鍦板潃2800寮濮嬪線鍚2涓瓧","separator ,for example :2800.02 means current read PLC a address strat from R zone 2800,after 2 character ",".浠呰〃绀哄垎闅旂锛屽2800.02琛ㄧず 锛 瀹炴椂鐨勮plc鐨凴鍖轰粠璧峰鍦板潃2800寮濮嬪線鍚2涓瓧"]},{"curValue":"鎺ユ枡鏈篲plc","keyValue":"鎺ユ枡鏈篲plc","lasttime":"鎺ユ枡鏈篲plc","valueList":["鎺ユ枡鏈篲plc","splic_plc","鎺ユ枡鏈篲plc"]},{"curValue":".浠呰〃绀哄垎闅旂锛屽3000.02琛ㄧず 锛 瀹炴椂鐨勫啓plc鐨凴鍖轰粠璧峰鍦板潃3000寮濮嬪線鍚2涓瓧锛屽啓鍜岃 鐨勫湴鍧涓嶈兘鏈変氦闆","keyValue":".浠呰〃绀哄垎闅旂锛屽3000.02琛ㄧず 锛 瀹炴椂鐨勫啓plc鐨凴鍖轰粠璧峰鍦板潃3000寮濮嬪線鍚2涓瓧锛屽啓鍜岃 鐨勫湴鍧涓嶈兘鏈変氦闆","lasttime":".浠呰〃绀哄垎闅旂锛屽3000.02琛ㄧず 锛 瀹炴椂鐨勫啓plc鐨凴鍖轰粠璧峰鍦板潃3000寮濮嬪線鍚2涓瓧锛屽啓鍜岃 鐨勫湴鍧涓嶈兘鏈変氦闆","valueList":[".浠呰〃绀哄垎闅旂锛屽3000.02琛ㄧず 锛 瀹炴椂鐨勫啓plc鐨凴鍖轰粠璧峰鍦板潃3000寮濮嬪線鍚2涓瓧锛屽啓鍜岃 鐨勫湴鍧涓嶈兘鏈変氦闆","separator,3000.02 means current writting PLC from R zone, a address start from 3000,after 2character,the address of write and read can't intersection ",".浠呰〃绀哄垎闅旂锛屽3000.02琛ㄧず 锛 瀹炴椂鐨勫啓plc鐨凴鍖轰粠璧峰鍦板潃3000寮濮嬪線鍚2涓瓧锛屽啓鍜岃 鐨勫湴鍧涓嶈兘鏈変氦闆"]},{"curValue":".浠呰〃绀哄垎闅旂锛屽5056.10琛ㄧず 锛 瀹炴椂鐨勮plc鐨凞鍖轰粠璧峰鍦板潃5056寮濮嬪線鍚10涓瓧","keyValue":".浠呰〃绀哄垎闅旂锛屽5056.10琛ㄧず 锛 瀹炴椂鐨勮plc鐨凞鍖轰粠璧峰鍦板潃5056寮濮嬪線鍚10涓瓧","lasttime":".浠呰〃绀哄垎闅旂锛屽5056.10琛ㄧず 锛 瀹炴椂鐨勮plc鐨凞鍖轰粠璧峰鍦板潃5056寮濮嬪線鍚10涓瓧","valueList":[".浠呰〃绀哄垎闅旂锛屽5056.10琛ㄧず 锛 瀹炴椂鐨勮plc鐨凞鍖轰粠璧峰鍦板潃5056寮濮嬪線鍚10涓瓧","separator ,5056.10means current PLC from D zone,a address start from 5056,after 10 character",".浠呰〃绀哄垎闅旂锛屽5056.10琛ㄧず 锛 瀹炴椂鐨勮plc鐨凞鍖轰粠璧峰鍦板潃5056寮濮嬪線鍚10涓瓧"]},{"curValue":"渚嬪RR2800.01 ,WR3000.01,RD3500.03 琛ㄧず 鍐嶈2800寰鍚庝竴涓瓧 鍐3000寰鍚1涓瓧锛岃D鍖3500寰鍚3涓瓧 閫楀彿涓哄垎闅旂 ","keyValue":"渚嬪RR2800.01 ,WR3000.01,RD3500.03 琛ㄧず 鍐嶈2800寰鍚庝竴涓瓧 鍐3000寰鍚1涓瓧锛岃D鍖3500寰鍚3涓瓧 閫楀彿涓哄垎闅旂 ","lasttime":"渚嬪RR2800.01 ,WR3000.01,RD3500.03 琛ㄧず 鍐嶈2800寰鍚庝竴涓瓧 鍐3000寰鍚1涓瓧锛岃D鍖3500寰鍚3涓瓧 閫楀彿涓哄垎闅旂 ","valueList":["渚嬪RR2800.01 ,WR3000.01,RD3500.03 琛ㄧず 鍐嶈2800寰鍚庝竴涓瓧 鍐3000寰鍚1涓瓧锛岃D鍖3500寰鍚3涓瓧 閫楀彿涓哄垎闅旂 ","for example RR2800.01,WR3000.01,RD3500.03 means read one character after 2800,write one more character,read D area,after 3character from 3500,comma is separator","渚嬪RR2800.01 ,WR3000.01,RD3500.03 琛ㄧず 鍐嶈2800寰鍚庝竴涓瓧 鍐3000寰鍚1涓瓧锛岃D鍖3500寰鍚3涓瓧 閫楀彿涓哄垎闅旂 "]},{"curValue":"鎵╁睍璇诲啓鍦板潃","keyValue":"鎵╁睍璇诲啓鍦板潃","lasttime":"鎵╁睍璇诲啓鍦板潃","valueList":["鎵╁睍璇诲啓鍦板潃","extend reading & writting address","鎵╁睍璇诲啓鍦板潃"]},{"curValue":"鎺у埗io鐘舵佹樉绀烘椂鐨勬牸寮忥紝 濡傦細R%F0锛欶0琛ㄧず涓嶆樉绀哄皬鏁扮偣(濡備笁鑿眕lcM鍖)锛孎2琛ㄧず鏄剧ず涓や釜灏忔暟鐐(涓鑸濮嗛緳plcR鍖)锛孌X琛ㄧず鍓嶉潰鏄10杩涘埗鏈鍚庝竴浣嶆槸16杩涘埗锛堝鏉句笅PLC鐨凴鍖猴級","keyValue":"鎺у埗io鐘舵佹樉绀烘椂鐨勬牸寮忥紝 濡傦細R%F0锛欶0琛ㄧず涓嶆樉绀哄皬鏁扮偣(濡備笁鑿眕lcM鍖)锛孎2琛ㄧず鏄剧ず涓や釜灏忔暟鐐(涓鑸濮嗛緳plcR鍖)锛孌X琛ㄧず鍓嶉潰鏄10杩涘埗鏈鍚庝竴浣嶆槸16杩涘埗锛堝鏉句笅PLC鐨凴鍖猴級","lasttime":"鎺у埗io鐘舵佹樉绀烘椂鐨勬牸寮忥紝 濡傦細R%F0锛欶0琛ㄧず涓嶆樉绀哄皬鏁扮偣(濡備笁鑿眕lcM鍖)锛孎2琛ㄧず鏄剧ず涓や釜灏忔暟鐐(涓鑸濮嗛緳plcR鍖)锛孌X琛ㄧず鍓嶉潰鏄10杩涘埗鏈鍚庝竴浣嶆槸16杩涘埗锛堝鏉句笅PLC鐨凴鍖猴級","valueList":["鎺у埗io鐘舵佹樉绀烘椂鐨勬牸寮忥紝 濡傦細R%F0锛欶0琛ㄧず涓嶆樉绀哄皬鏁扮偣(濡備笁鑿眕lcM鍖)锛孎2琛ㄧず鏄剧ず涓や釜灏忔暟鐐(涓鑸濮嗛緳plcR鍖)锛孌X琛ㄧず鍓嶉潰鏄10杩涘埗鏈鍚庝竴浣嶆槸16杩涘埗锛堝鏉句笅PLC鐨凴鍖猴級","IO display format,R%FO:FO means no display decimal point ( Mitsubishi PLC M zone),F2 means two decimal point (OmronPLcR","鎺у埗io鐘舵佹樉绀烘椂鐨勬牸寮忥紝 濡傦細R%F0锛欶0琛ㄧず涓嶆樉绀哄皬鏁扮偣(濡備笁鑿眕lcM鍖)锛孎2琛ㄧず鏄剧ず涓や釜灏忔暟鐐(涓鑸濮嗛緳plcR鍖)锛孌X琛ㄧず鍓嶉潰鏄10杩涘埗鏈鍚庝竴浣嶆槸16杩涘埗锛堝鏉句笅PLC鐨凴鍖猴級"]},{"curValue":"Bit鏄剧ず鏍煎紡_%F0_%F2_%DX","keyValue":"Bit鏄剧ず鏍煎紡_%F0_%F2_%DX","lasttime":"Bit鏄剧ず鏍煎紡_%F0_%F2_%DX","valueList":["Bit鏄剧ず鏍煎紡_%F0_%F2_%DX","bit display form _%FO_%F2_%DX","Bit鏄剧ず鏍煎紡_%F0_%F2_%DX"]},{"curValue":"璁剧疆涓插彛鐨勫悕绉 鍛藉悕鏂瑰紡涓哄ぇ鍐 COM + 鏁存暟, 濡 COM1 銆丆OM2銆丆OM3绛 ","keyValue":"璁剧疆涓插彛鐨勫悕绉 鍛藉悕鏂瑰紡涓哄ぇ鍐 COM + 鏁存暟, 濡 COM1 銆丆OM2銆丆OM3绛 ","lasttime":"璁剧疆涓插彛鐨勫悕绉 鍛藉悕鏂瑰紡涓哄ぇ鍐 COM + 鏁存暟, 濡 COM1 銆丆OM2銆丆OM3绛 ","valueList":["璁剧疆涓插彛鐨勫悕绉 鍛藉悕鏂瑰紡涓哄ぇ鍐 COM + 鏁存暟, 濡 COM1 銆丆OM2銆丆OM3绛 ","the name of com ,the way of name :COM+integer ,for example COM1,COM2,COM3 etc...","璁剧疆涓插彛鐨勫悕绉 鍛藉悕鏂瑰紡涓哄ぇ鍐 COM + 鏁存暟, 濡 COM1 銆丆OM2銆丆OM3绛 "]},{"curValue":"绔彛鍙","keyValue":"绔彛鍙","lasttime":"绔彛鍙","valueList":["绔彛鍙","port No.","绔彛鍙"]},{"curValue":"璁剧疆涓插彛鐨勬尝鐗圭巼,涓鑸閫夐」鏄細1200,2400,4800,9600,19200,38400,57600,115200","keyValue":"璁剧疆涓插彛鐨勬尝鐗圭巼,涓鑸閫夐」鏄細1200,2400,4800,9600,19200,38400,57600,115200","lasttime":"璁剧疆涓插彛鐨勬尝鐗圭巼,涓鑸閫夐」鏄細1200,2400,4800,9600,19200,38400,57600,115200","valueList":["璁剧疆涓插彛鐨勬尝鐗圭巼,涓鑸閫夐」鏄細1200,2400,4800,9600,19200,38400,57600,115200","Baud rate of com,common optial:1200,2400,4800,9600,19200,38400,57600,115200","璁剧疆涓插彛鐨勬尝鐗圭巼,涓鑸閫夐」鏄細1200,2400,4800,9600,19200,38400,57600,115200"]},{"curValue":"娉㈢壒鐜","keyValue":"娉㈢壒鐜","lasttime":"娉㈢壒鐜","valueList":["娉㈢壒鐜","Baud rate","娉㈢壒鐜"]},{"curValue":"璁剧疆涓插彛鐨勬暟鎹綅涓鑸负锛5,6,7,8","keyValue":"璁剧疆涓插彛鐨勬暟鎹綅涓鑸负锛5,6,7,8","lasttime":"璁剧疆涓插彛鐨勬暟鎹綅涓鑸负锛5,6,7,8","valueList":["璁剧疆涓插彛鐨勬暟鎹綅涓鑸负锛5,6,7,8","com bits :5,6,7,8","璁剧疆涓插彛鐨勬暟鎹綅涓鑸负锛5,6,7,8"]},{"curValue":"鏁版嵁浣","keyValue":"鏁版嵁浣","lasttime":"鏁版嵁浣","valueList":["鏁版嵁浣","date bits","鏁版嵁浣"]},{"curValue":"璁剧疆涓插彛鐨勬牎楠屼綅 E:鍋舵牎楠 O:濂囨牎楠岋紙鏄ぇ鍐欏瓧姣峅锛屼笉鏄暟瀛0锛夛紝N锛氭棤鏍¢獙","keyValue":"璁剧疆涓插彛鐨勬牎楠屼綅 E:鍋舵牎楠 O:濂囨牎楠岋紙鏄ぇ鍐欏瓧姣峅锛屼笉鏄暟瀛0锛夛紝N锛氭棤鏍¢獙","lasttime":"璁剧疆涓插彛鐨勬牎楠屼綅 E:鍋舵牎楠 O:濂囨牎楠岋紙鏄ぇ鍐欏瓧姣峅锛屼笉鏄暟瀛0锛夛紝N锛氭棤鏍¢獙","valueList":["璁剧疆涓插彛鐨勬牎楠屼綅 E:鍋舵牎楠 O:濂囨牎楠岋紙鏄ぇ鍐欏瓧姣峅锛屼笉鏄暟瀛0锛夛紝N锛氭棤鏍¢獙","check bit:E even parity check 0:odd parity check","璁剧疆涓插彛鐨勬牎楠屼綅 E:鍋舵牎楠 O:濂囨牎楠岋紙鏄ぇ鍐欏瓧姣峅锛屼笉鏄暟瀛0锛夛紝N锛氭棤鏍¢獙"]},{"curValue":"鏍¢獙浣","keyValue":"鏍¢獙浣","lasttime":"鏍¢獙浣","valueList":["鏍¢獙浣","check bit","鏍¢獙浣"]},{"curValue":"璁剧疆涓插彛鐨勫仠姝綅 涓鑸 1, 1.5, 2","keyValue":"璁剧疆涓插彛鐨勫仠姝綅 涓鑸 1, 1.5, 2","lasttime":"璁剧疆涓插彛鐨勫仠姝綅 涓鑸 1, 1.5, 2","valueList":["璁剧疆涓插彛鐨勫仠姝綅 涓鑸 1, 1.5, 2","stop bit of com ,nomal :1,5,2","璁剧疆涓插彛鐨勫仠姝綅 涓鑸 1, 1.5, 2"]},{"curValue":"鍋滄浣","keyValue":"鍋滄浣","lasttime":"鍋滄浣","valueList":["鍋滄浣","stop bit","鍋滄浣"]},{"curValue":"鎺у埗 鎵爜鏋壂鐮佹椂锛屽悜鎵爜鏋彂閫佺殑鎺у埗鎸囦护","keyValue":"鎺у埗 鎵爜鏋壂鐮佹椂锛屽悜鎵爜鏋彂閫佺殑鎺у埗鎸囦护","lasttime":"鎺у埗 鎵爜鏋壂鐮佹椂锛屽悜鎵爜鏋彂閫佺殑鎺у埗鎸囦护","valueList":["鎺у埗 鎵爜鏋壂鐮佹椂锛屽悜鎵爜鏋彂閫佺殑鎺у埗鎸囦护","send command to scanner while its scanning","鎺у埗 鎵爜鏋壂鐮佹椂锛屽悜鎵爜鏋彂閫佺殑鎺у埗鎸囦护"]},{"curValue":"鎵爜鏋1","keyValue":"鎵爜鏋1","lasttime":"鎵爜鏋1","valueList":["鎵爜鏋1","scanner1","鎵爜鏋1"]},{"curValue":"璇诲彇鏉$爜鎸囦护","keyValue":"璇诲彇鏉$爜鎸囦护","lasttime":"璇诲彇鏉$爜鎸囦护","valueList":["璇诲彇鏉$爜鎸囦护","command to read code","璇诲彇鏉$爜鎸囦护"]},{"curValue":"鎺у埗 鎵爜鏋仠姝㈡壂鐮佹椂锛屽悜鎵爜鏋彂閫佺殑鎺у埗鎸囦护","keyValue":"鎺у埗 鎵爜鏋仠姝㈡壂鐮佹椂锛屽悜鎵爜鏋彂閫佺殑鎺у埗鎸囦护","lasttime":"鎺у埗 鎵爜鏋仠姝㈡壂鐮佹椂锛屽悜鎵爜鏋彂閫佺殑鎺у埗鎸囦护","valueList":["鎺у埗 鎵爜鏋仠姝㈡壂鐮佹椂锛屽悜鎵爜鏋彂閫佺殑鎺у埗鎸囦护","send command to scanner while its stopped","鎺у埗 鎵爜鏋仠姝㈡壂鐮佹椂锛屽悜鎵爜鏋彂閫佺殑鎺у埗鎸囦护"]},{"curValue":"鍋滄璇诲彇鏉$爜鎸囦护","keyValue":"鍋滄璇诲彇鏉$爜鎸囦护","lasttime":"鍋滄璇诲彇鏉$爜鎸囦护","valueList":["鍋滄璇诲彇鏉$爜鎸囦护","command to stop scanner","鍋滄璇诲彇鏉$爜鎸囦护"]},{"curValue":"plc IO 鐐 涓鑸负R鍖烘垨M鍖虹瓑,濡 鏉句笅plc R69F 鍒欏啓鎴 69.15 娆у榫欑殑2800.00 鍐欐垚2800.00涓嶅彉 涓夎彵M7500 鍐欐垚7500","keyValue":"plc IO 鐐 涓鑸负R鍖烘垨M鍖虹瓑,濡 鏉句笅plc R69F 鍒欏啓鎴 69.15 娆у榫欑殑2800.00 鍐欐垚2800.00涓嶅彉 涓夎彵M7500 鍐欐垚7500","lasttime":"plc IO 鐐 涓鑸负R鍖烘垨M鍖虹瓑,濡 鏉句笅plc R69F 鍒欏啓鎴 69.15 娆у榫欑殑2800.00 鍐欐垚2800.00涓嶅彉 涓夎彵M7500 鍐欐垚7500","valueList":["plc IO 鐐 涓鑸负R鍖烘垨M鍖虹瓑,濡 鏉句笅plc R69F 鍒欏啓鎴 69.15 娆у榫欑殑2800.00 鍐欐垚2800.00涓嶅彉 涓夎彵M7500 鍐欐垚7500","PLC IO point, normal for R zone or M zone, Panasonic PLC write to as 69.15,Omron 2800 write to as 2800,Mitsubishi write to as 7500","plc IO 鐐 涓鑸负R鍖烘垨M鍖虹瓑,濡 鏉句笅plc R69F 鍒欏啓鎴 69.15 娆у榫欑殑2800.00 鍐欐垚2800.00涓嶅彉 涓夎彵M7500 鍐欐垚7500"]},{"curValue":"灞忚斀鎸夐挳","keyValue":"灞忚斀鎸夐挳","lasttime":"灞忚斀鎸夐挳","valueList":["灞忚斀鎸夐挳","diable button","灞忚斀鎸夐挳"]},{"curValue":"闂磋窛鎸夐挳","keyValue":"闂磋窛鎸夐挳","lasttime":"闂磋窛鎸夐挳","valueList":["闂磋窛鎸夐挳","interval button","闂磋窛鎸夐挳"]},{"curValue":"鏉$爜鎸夐挳","keyValue":"鏉$爜鎸夐挳","lasttime":"鏉$爜鎸夐挳","valueList":["鏉$爜鎸夐挳","code button","鏉$爜鎸夐挳"]},{"curValue":"澶嶄綅鎸夐挳","keyValue":"澶嶄綅鎸夐挳","lasttime":"澶嶄綅鎸夐挳","valueList":["澶嶄綅鎸夐挳","reset button","澶嶄綅鎸夐挳"]},{"curValue":"鎵弿绗竴涓","keyValue":"鎵弿绗竴涓","lasttime":"鎵弿绗竴涓","valueList":["鎵弿绗竴涓","scann to the first one","鎵弿绗竴涓"]},{"curValue":"鎵弿瀵规瘮NG","keyValue":"鎵弿瀵规瘮NG","lasttime":"鎵弿瀵规瘮NG","valueList":["鎵弿瀵规瘮NG","scan contrast NG","鎵弿瀵规瘮NG"]},{"curValue":"鎵弿瀵规瘮OK","keyValue":"鎵弿瀵规瘮OK","lasttime":"鎵弿瀵规瘮OK","valueList":["鎵弿瀵规瘮OK","scan contrast ok","鎵弿瀵规瘮OK"]},{"curValue":"宸﹁竟鍏夌氦鍐欏叆瀹屾垚","keyValue":"宸﹁竟鍏夌氦鍐欏叆瀹屾垚","lasttime":"宸﹁竟鍏夌氦鍐欏叆瀹屾垚","valueList":["宸﹁竟鍏夌氦鍐欏叆瀹屾垚","left optical writting finished","宸﹁竟鍏夌氦鍐欏叆瀹屾垚"]},{"curValue":"鍙宠竟鍏夌氦鍐欏叆瀹屾垚","keyValue":"鍙宠竟鍏夌氦鍐欏叆瀹屾垚","lasttime":"鍙宠竟鍏夌氦鍐欏叆瀹屾垚","valueList":["鍙宠竟鍏夌氦鍐欏叆瀹屾垚","right optical writting finished","鍙宠竟鍏夌氦鍐欏叆瀹屾垚"]},{"curValue":"灞忚斀鎸囩ず鐏","keyValue":"灞忚斀鎸囩ず鐏","lasttime":"灞忚斀鎸囩ず鐏","valueList":["灞忚斀鎸囩ず鐏","disable indicating light","灞忚斀鎸囩ず鐏"]},{"curValue":"闂磋窛鎸囩ず鐏","keyValue":"闂磋窛鎸囩ず鐏","lasttime":"闂磋窛鎸囩ず鐏","valueList":["闂磋窛鎸囩ず鐏","interval indicating light","闂磋窛鎸囩ず鐏"]},{"curValue":"鏉$爜鎸囩ず鐏","keyValue":"鏉$爜鎸囩ず鐏","lasttime":"鏉$爜鎸囩ず鐏","valueList":["鏉$爜鎸囩ず鐏","code indicating light","鏉$爜鎸囩ず鐏"]},{"curValue":"澶嶄綅鎸囩ず鐏","keyValue":"澶嶄綅鎸囩ず鐏","lasttime":"澶嶄綅鎸囩ず鐏","valueList":["澶嶄綅鎸囩ず鐏","reset indicating light","澶嶄綅鎸囩ず鐏"]},{"curValue":"鏉$爜鎸夐挳璁剧疆鏃犳潈闄愭寚绀虹伅","keyValue":"鏉$爜鎸夐挳璁剧疆鏃犳潈闄愭寚绀虹伅","lasttime":"鏉$爜鎸夐挳璁剧疆鏃犳潈闄愭寚绀虹伅","valueList":["鏉$爜鎸夐挳璁剧疆鏃犳潈闄愭寚绀虹伅","indicating light of controlling code button","鏉$爜鎸夐挳璁剧疆鏃犳潈闄愭寚绀虹伅"]},{"curValue":"灞忚斀鎸夐挳璁剧疆鏃犳潈闄愭寚绀虹伅","keyValue":"灞忚斀鎸夐挳璁剧疆鏃犳潈闄愭寚绀虹伅","lasttime":"灞忚斀鎸夐挳璁剧疆鏃犳潈闄愭寚绀虹伅","valueList":["灞忚斀鎸夐挳璁剧疆鏃犳潈闄愭寚绀虹伅","indicationg light of controlling block button","灞忚斀鎸夐挳璁剧疆鏃犳潈闄愭寚绀虹伅"]},{"curValue":"宸﹀惎鍔","keyValue":"宸﹀惎鍔","lasttime":"宸﹀惎鍔","valueList":["宸﹀惎鍔","left start button","宸﹀惎鍔"]},{"curValue":"宸︾┖鏂欏仠","keyValue":"宸︾┖鏂欏仠","lasttime":"宸︾┖鏂欏仠","valueList":["宸︾┖鏂欏仠","left stop button of null checking","宸︾┖鏂欏仠"]},{"curValue":"鍙冲惎鍔","keyValue":"鍙冲惎鍔","lasttime":"鍙冲惎鍔","valueList":["鍙冲惎鍔","right start button","鍙冲惎鍔"]},{"curValue":"鍙崇┖鏂欏仠","keyValue":"鍙崇┖鏂欏仠","lasttime":"鍙崇┖鏂欏仠","valueList":["鍙崇┖鏂欏仠","right stop button of null checking ","鍙崇┖鏂欏仠"]},{"curValue":"鎵爜鐘舵佹竻绌","keyValue":"鎵爜鐘舵佹竻绌","lasttime":"鎵爜鐘舵佹竻绌","valueList":["鎵爜鐘舵佹竻绌","clear code","鎵爜鐘舵佹竻绌"]},{"curValue":"鎺ユ枡瀹屾垚鏉$爜娓呯┖","keyValue":"鎺ユ枡瀹屾垚鏉$爜娓呯┖","lasttime":"鎺ユ枡瀹屾垚鏉$爜娓呯┖","valueList":["鎺ユ枡瀹屾垚鏉$爜娓呯┖","spalicing finished, code clear","鎺ユ枡瀹屾垚鏉$爜娓呯┖"]},{"curValue":"鏉$爜瓒呮椂","keyValue":"鏉$爜瓒呮椂","lasttime":"鏉$爜瓒呮椂","valueList":["鏉$爜瓒呮椂","code is time-out","鏉$爜瓒呮椂"]},{"curValue":"鏈夋姤璀","keyValue":"鏈夋姤璀","lasttime":"鏈夋姤璀","valueList":["鏈夋姤璀","alarm","鏈夋姤璀"]},{"curValue":"_鏉$爜鎸夐挳鏃犳晥","keyValue":"_鏉$爜鎸夐挳鏃犳晥","lasttime":"_鏉$爜鎸夐挳鏃犳晥","valueList":["_鏉$爜鎸夐挳鏃犳晥","code button invalid","_鏉$爜鎸夐挳鏃犳晥"]},{"curValue":"_灞忚斀鎸夐挳鏃犳晥","keyValue":"_灞忚斀鎸夐挳鏃犳晥","lasttime":"_灞忚斀鎸夐挳鏃犳晥","valueList":["_灞忚斀鎸夐挳鏃犳晥","block button invalid","_灞忚斀鎸夐挳鏃犳晥"]},{"curValue":"_宸﹁竟涓嶆娴嬬┖鏂","keyValue":"_宸﹁竟涓嶆娴嬬┖鏂","lasttime":"_宸﹁竟涓嶆娴嬬┖鏂","valueList":["_宸﹁竟涓嶆娴嬬┖鏂","left side null checking disable","_宸﹁竟涓嶆娴嬬┖鏂"]},{"curValue":"_鍙宠竟涓嶆娴嬬┖鏂","keyValue":"_鍙宠竟涓嶆娴嬬┖鏂","lasttime":"_鍙宠竟涓嶆娴嬬┖鏂","valueList":["_鍙宠竟涓嶆娴嬬┖鏂","right side null checking disable ","_鍙宠竟涓嶆娴嬬┖鏂"]},{"curValue":"_宸﹀彸鍏ㄩ儴涓嶆娴嬬┖鏂","keyValue":"_宸﹀彸鍏ㄩ儴涓嶆娴嬬┖鏂","lasttime":"_宸﹀彸鍏ㄩ儴涓嶆娴嬬┖鏂","valueList":["_宸﹀彸鍏ㄩ儴涓嶆娴嬬┖鏂","null checking disable both side","_宸﹀彸鍏ㄩ儴涓嶆娴嬬┖鏂"]},{"curValue":"_涓嶉渶瑕佹壂鐮","keyValue":"_涓嶉渶瑕佹壂鐮","lasttime":"_涓嶉渶瑕佹壂鐮","valueList":["_涓嶉渶瑕佹壂鐮","scanning disable","_涓嶉渶瑕佹壂鐮"]},{"curValue":"_涓嶄娇鐢ㄥ厜绾ゆā鍧","keyValue":"_涓嶄娇鐢ㄥ厜绾ゆā鍧","lasttime":"_涓嶄娇鐢ㄥ厜绾ゆā鍧","valueList":["_涓嶄娇鐢ㄥ厜绾ゆā鍧","optical disable","_涓嶄娇鐢ㄥ厜绾ゆā鍧"]},{"curValue":"_鍏堟斁鏂欏甫鍦ㄦ壂鐮","keyValue":"_鍏堟斁鏂欏甫鍦ㄦ壂鐮","lasttime":"_鍏堟斁鏂欏甫鍦ㄦ壂鐮","valueList":["_鍏堟斁鏂欏甫鍦ㄦ壂鐮","film first ,scan the code","_鍏堟斁鏂欏甫鍦ㄦ壂鐮"]},{"curValue":"_璇曠敤鏈熸帴鏂欐鏁伴檺鍒","keyValue":"_璇曠敤鏈熸帴鏂欐鏁伴檺鍒","lasttime":"_璇曠敤鏈熸帴鏂欐鏁伴檺鍒","valueList":["_璇曠敤鏈熸帴鏂欐鏁伴檺鍒","limited times of the trial","_璇曠敤鏈熸帴鏂欐鏁伴檺鍒"]},{"curValue":"_鏄惁灞忚斀鐢ㄤ竴缁勫弬鏁","keyValue":"_鏄惁灞忚斀鐢ㄤ竴缁勫弬鏁","lasttime":"_鏄惁灞忚斀鐢ㄤ竴缁勫弬鏁","valueList":["_鏄惁灞忚斀鐢ㄤ竴缁勫弬鏁","disable one set para option","_鏄惁灞忚斀鐢ㄤ竴缁勫弬鏁"]},{"curValue":"_鍑歌疆寮傚父","keyValue":"_鍑歌疆寮傚父","lasttime":"_鍑歌疆寮傚父","valueList":["_鍑歌疆寮傚父","cam abnormal","_鍑歌疆寮傚父"]},{"curValue":"鎷ㄦ枡妯Щ寮傚父","keyValue":"鎷ㄦ枡妯Щ寮傚父","lasttime":"鎷ㄦ枡妯Щ寮傚父","valueList":["鎷ㄦ枡妯Щ寮傚父","peeling side-sliding abnormal","鎷ㄦ枡妯Щ寮傚父"]},{"curValue":"鎷ㄨ兌鑶滃紓甯","keyValue":"鎷ㄨ兌鑶滃紓甯","lasttime":"鎷ㄨ兌鑶滃紓甯","valueList":["鎷ㄨ兌鑶滃紓甯","peeling abnormal","鎷ㄨ兌鑶滃紓甯"]},{"curValue":"鍚告枡妯Щ寮傚父","keyValue":"鍚告枡妯Щ寮傚父","lasttime":"鍚告枡妯Щ寮傚父","valueList":["鍚告枡妯Щ寮傚父","vacuum side-sliding abnormal","鍚告枡妯Щ寮傚父"]},{"curValue":"_鍚歌兌鑶滃紓甯","keyValue":"_鍚歌兌鑶滃紓甯","lasttime":"_鍚歌兌鑶滃紓甯","valueList":["_鍚歌兌鑶滃紓甯","vacuum is abnormal ","_鍚歌兌鑶滃紓甯"]},{"curValue":"杩涙枡甯﹁秴鏃","keyValue":"杩涙枡甯﹁秴鏃","lasttime":"杩涙枡甯﹁秴鏃","valueList":["杩涙枡甯﹁秴鏃","feeding time-out","杩涙枡甯﹁秴鏃"]},{"curValue":"_鐢垫睜鐢甸噺浣","keyValue":"_鐢垫睜鐢甸噺浣","lasttime":"_鐢垫睜鐢甸噺浣","valueList":["_鐢垫睜鐢甸噺浣","Low battery Volume","_鐢垫睜鐢甸噺浣"]},{"curValue":"_璇曠敤娆℃暟婊","keyValue":"_璇曠敤娆℃暟婊","lasttime":"_璇曠敤娆℃暟婊","valueList":["_璇曠敤娆℃暟婊","trial times is out","_璇曠敤娆℃暟婊"]},{"curValue":"宸﹁竟寮濮嬪伐浣","keyValue":"宸﹁竟寮濮嬪伐浣","lasttime":"宸﹁竟寮濮嬪伐浣","valueList":["宸﹁竟寮濮嬪伐浣","left start working","宸﹁竟寮濮嬪伐浣"]},{"curValue":"宸︽枡甯﹀叆鏂欎腑","keyValue":"宸︽枡甯﹀叆鏂欎腑","lasttime":"宸︽枡甯﹀叆鏂欎腑","valueList":["宸︽枡甯﹀叆鏂欎腑","left film feeding","宸︽枡甯﹀叆鏂欎腑"]},{"curValue":"宸︽枡澶村埌浣嶈鍙栫┖鏂欏","keyValue":"宸︽枡澶村埌浣嶈鍙栫┖鏂欏","lasttime":"宸︽枡澶村埌浣嶈鍙栫┖鏂欏","valueList":["宸︽枡澶村埌浣嶈鍙栫┖鏂欏","null is checking by left sucker","宸︽枡澶村埌浣嶈鍙栫┖鏂欏"]},{"curValue":"宸﹀厜绾よ缃畬鎴愭壘绌烘枡涓","keyValue":"宸﹀厜绾よ缃畬鎴愭壘绌烘枡涓","lasttime":"宸﹀厜绾よ缃畬鎴愭壘绌烘枡涓","valueList":["宸﹀厜绾よ缃畬鎴愭壘绌烘枡涓","the left optical set is finished, null is checking","宸﹀厜绾よ缃畬鎴愭壘绌烘枡涓"]},{"curValue":"宸︾┖鏂欐壘瀹屽噯澶囧幓鍒囧垁浣","keyValue":"宸︾┖鏂欐壘瀹屽噯澶囧幓鍒囧垁浣","lasttime":"宸︾┖鏂欐壘瀹屽噯澶囧幓鍒囧垁浣","valueList":["宸︾┖鏂欐壘瀹屽噯澶囧幓鍒囧垁浣","left side null checking finished,move to cut point","宸︾┖鏂欐壘瀹屽噯澶囧幓鍒囧垁浣"]},{"curValue":"宸﹀埌鍒囬櫎浣嶅噯澶囧垏闄ょ┖鏂","keyValue":"宸﹀埌鍒囬櫎浣嶅噯澶囧垏闄ょ┖鏂","lasttime":"宸﹀埌鍒囬櫎浣嶅噯澶囧垏闄ょ┖鏂","valueList":["宸﹀埌鍒囬櫎浣嶅噯澶囧垏闄ょ┖鏂","left cutter is ready for cutting null","宸﹀埌鍒囬櫎浣嶅噯澶囧垏闄ょ┖鏂"]},{"curValue":"宸﹀幓瀵规帴浣嶈创鑶滃寘鑳","keyValue":"宸﹀幓瀵规帴浣嶈创鑶滃寘鑳","lasttime":"宸﹀幓瀵规帴浣嶈创鑶滃寘鑳","valueList":["宸﹀幓瀵规帴浣嶈创鑶滃寘鑳","left side move to joint pos ","宸﹀幓瀵规帴浣嶈创鑶滃寘鑳"]},{"curValue":"宸︾瓑寰呰创鑶滃寘鑳","keyValue":"宸︾瓑寰呰创鑶滃寘鑳","lasttime":"宸︾瓑寰呰创鑶滃寘鑳","valueList":["宸︾瓑寰呰创鑶滃寘鑳","sticking and wrapping is ready for left side","宸︾瓑寰呰创鑶滃寘鑳"]},{"curValue":"鍙宠竟寮濮嬪伐浣","keyValue":"鍙宠竟寮濮嬪伐浣","lasttime":"鍙宠竟寮濮嬪伐浣","valueList":["鍙宠竟寮濮嬪伐浣","right side start to work","鍙宠竟寮濮嬪伐浣"]},{"curValue":"鍙虫枡甯﹀叆鏂欎腑","keyValue":"鍙虫枡甯﹀叆鏂欎腑","lasttime":"鍙虫枡甯﹀叆鏂欎腑","valueList":["鍙虫枡甯﹀叆鏂欎腑","right film is feeding","鍙虫枡甯﹀叆鏂欎腑"]},{"curValue":"鍙虫枡澶村埌浣嶈鍙栫┖鏂欏","keyValue":"鍙虫枡澶村埌浣嶈鍙栫┖鏂欏","lasttime":"鍙虫枡澶村埌浣嶈鍙栫┖鏂欏","valueList":["鍙虫枡澶村埌浣嶈鍙栫┖鏂欏","right sucker is ready for null checkin","鍙虫枡澶村埌浣嶈鍙栫┖鏂欏"]},{"curValue":"鍙冲厜绾よ缃畬鎴愭壘绌烘枡涓","keyValue":"鍙冲厜绾よ缃畬鎴愭壘绌烘枡涓","lasttime":"鍙冲厜绾よ缃畬鎴愭壘绌烘枡涓","valueList":["鍙冲厜绾よ缃畬鎴愭壘绌烘枡涓","right optical set is finished,null is checking","鍙冲厜绾よ缃畬鎴愭壘绌烘枡涓"]},{"curValue":"鍙崇┖鏂欐壘瀹屽噯澶囧幓鍒囧垁浣","keyValue":"鍙崇┖鏂欐壘瀹屽噯澶囧幓鍒囧垁浣","lasttime":"鍙崇┖鏂欐壘瀹屽噯澶囧幓鍒囧垁浣","valueList":["鍙崇┖鏂欐壘瀹屽噯澶囧幓鍒囧垁浣","null checking is completed ,move to cutting ","鍙崇┖鏂欐壘瀹屽噯澶囧幓鍒囧垁浣"]},{"curValue":"鍙冲埌鍒囬櫎浣嶅噯澶囧垏闄ょ┖鏂","keyValue":"鍙冲埌鍒囬櫎浣嶅噯澶囧垏闄ょ┖鏂","lasttime":"鍙冲埌鍒囬櫎浣嶅噯澶囧垏闄ょ┖鏂","valueList":["鍙冲埌鍒囬櫎浣嶅噯澶囧垏闄ょ┖鏂","to right cutting ","鍙冲埌鍒囬櫎浣嶅噯澶囧垏闄ょ┖鏂"]},{"curValue":"鍙冲幓瀵规帴浣嶈创鑶滃寘鑳","keyValue":"鍙冲幓瀵规帴浣嶈创鑶滃寘鑳","lasttime":"鍙冲幓瀵规帴浣嶈创鑶滃寘鑳","valueList":["鍙冲幓瀵规帴浣嶈创鑶滃寘鑳","right side move to joint pos","鍙冲幓瀵规帴浣嶈创鑶滃寘鑳"]},{"curValue":"鍙崇瓑寰呰创鑶滃寘鑳","keyValue":"鍙崇瓑寰呰创鑶滃寘鑳","lasttime":"鍙崇瓑寰呰创鑶滃寘鑳","valueList":["鍙崇瓑寰呰创鑶滃寘鑳"," waitting for sticking and wrapping for right side","鍙崇瓑寰呰创鑶滃寘鑳"]},{"curValue":"鏂欒啘鎷ㄥ嚭涓","keyValue":"鏂欒啘鎷ㄥ嚭涓","lasttime":"鏂欒啘鎷ㄥ嚭涓","valueList":["鏂欒啘鎷ㄥ嚭涓","the film is moving out","鏂欒啘鎷ㄥ嚭涓"]},{"curValue":"鏂欒啘鍒颁綅鍑嗗鍚歌啘","keyValue":"鏂欒啘鍒颁綅鍑嗗鍚歌啘","lasttime":"鏂欒啘鍒颁綅鍑嗗鍚歌啘","valueList":["鏂欒啘鍒颁綅鍑嗗鍚歌啘","film is ready for Vacuuming ","鏂欒啘鍒颁綅鍑嗗鍚歌啘"]},{"curValue":"鎷ㄥ埌閫鍥炲惛鑶滀腑","keyValue":"鎷ㄥ埌閫鍥炲惛鑶滀腑","lasttime":"鎷ㄥ埌閫鍥炲惛鑶滀腑","valueList":["鎷ㄥ埌閫鍥炲惛鑶滀腑","return to vaccum","鎷ㄥ埌閫鍥炲惛鑶滀腑"]},{"curValue":"鍚歌啘鍚庣瓑寰呰创鑶","keyValue":"鍚歌啘鍚庣瓑寰呰创鑶","lasttime":"鍚歌啘鍚庣瓑寰呰创鑶","valueList":["鍚歌啘鍚庣瓑寰呰创鑶","to sticking ","鍚歌啘鍚庣瓑寰呰创鑶"]},{"curValue":"姝e湪璐磋啘鍖呰兌","keyValue":"姝e湪璐磋啘鍖呰兌","lasttime":"姝e湪璐磋啘鍖呰兌","valueList":["姝e湪璐磋啘鍖呰兌","sticking and wrapping is in process","姝e湪璐磋啘鍖呰兌"]},{"curValue":"鍖呰兌瀹屾垚绛夊緟鍙栬蛋鏂欏甫","keyValue":"鍖呰兌瀹屾垚绛夊緟鍙栬蛋鏂欏甫","lasttime":"鍖呰兌瀹屾垚绛夊緟鍙栬蛋鏂欏甫","valueList":["鍖呰兌瀹屾垚绛夊緟鍙栬蛋鏂欏甫","waitting for taking out the tape ","鍖呰兌瀹屾垚绛夊緟鍙栬蛋鏂欏甫"]},{"curValue":"鏂欏甫鍘昏蛋鏈宸ヤ綔瀹屾垚","keyValue":"鏂欏甫鍘昏蛋鏈宸ヤ綔瀹屾垚","lasttime":"鏂欏甫鍘昏蛋鏈宸ヤ綔瀹屾垚","valueList":["鏂欏甫鍘昏蛋鏈宸ヤ綔瀹屾垚","taking out the film","鏂欏甫鍘昏蛋鏈宸ヤ綔瀹屾垚"]},{"curValue":"鏈哄櫒鎺ユ枡涓","keyValue":"鏈哄櫒鎺ユ枡涓","lasttime":"鏈哄櫒鎺ユ枡涓","valueList":["鏈哄櫒鎺ユ枡涓","spicing","鏈哄櫒鎺ユ枡涓"]},{"curValue":"鍏夌氦鍙傛暟璁剧疆","keyValue":"鍏夌氦鍙傛暟璁剧疆","lasttime":"鍏夌氦鍙傛暟璁剧疆","valueList":["鍏夌氦鍙傛暟璁剧疆","optical para","鍏夌氦鍙傛暟璁剧疆"]},{"curValue":"宸﹀垏鏂欓槇鍊艰缃0105涓闃堝","keyValue":"宸﹀垏鏂欓槇鍊艰缃0105涓闃堝","lasttime":"宸﹀垏鏂欓槇鍊艰缃0105涓闃堝","valueList":["宸﹀垏鏂欓槇鍊艰缃0105涓闃堝","set param of left threshold 0105-threshold","宸﹀垏鏂欓槇鍊艰缃0105涓闃堝"]},{"curValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓闃堝","keyValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓闃堝","lasttime":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓闃堝","valueList":["宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓闃堝","set para for distingishing the tape,the upper para of threshold for left side 0105-threshold","宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓闃堝"]},{"curValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓闃堝","keyValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓闃堝","lasttime":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓闃堝","valueList":["宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓闃堝","set para for distingishing the tape,the lower para of threshold for lefe side 0105-threshold","宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓闃堝"]},{"curValue":"鍙冲垏鏂欓槇鍊艰缃0105涓闃堝","keyValue":"鍙冲垏鏂欓槇鍊艰缃0105涓闃堝","lasttime":"鍙冲垏鏂欓槇鍊艰缃0105涓闃堝","valueList":["鍙冲垏鏂欓槇鍊艰缃0105涓闃堝","set para for right cutter 0105-threshold","鍙冲垏鏂欓槇鍊艰缃0105涓闃堝"]},{"curValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓闃堝","keyValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓闃堝","lasttime":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓闃堝","valueList":["鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓闃堝","set para for distingishing the tape,the upper para of threshold 0105-threshold","鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓闃堝"]},{"curValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓闃堝","keyValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓闃堝","lasttime":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓闃堝","valueList":["鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓闃堝","set para for distingishing the tape,the lower para of threshold for right side 0105-threshold","鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓闃堝"]},{"curValue":"宸﹀垏鏂欓槇鍊艰缃0105浜岄槇鍊","keyValue":"宸﹀垏鏂欓槇鍊艰缃0105浜岄槇鍊","lasttime":"宸﹀垏鏂欓槇鍊艰缃0105浜岄槇鍊","valueList":["宸﹀垏鏂欓槇鍊艰缃0105浜岄槇鍊","set para for left cutter 0105 the sec threshold","宸﹀垏鏂欓槇鍊艰缃0105浜岄槇鍊"]},{"curValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105浜岄槇鍊","keyValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105浜岄槇鍊","lasttime":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105浜岄槇鍊","valueList":["宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105浜岄槇鍊","set para for distingishing the tape,the upper para of threshold for right side,the sec threshold","宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105浜岄槇鍊"]},{"curValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105浜岄槇鍊","keyValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105浜岄槇鍊","lasttime":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105浜岄槇鍊","valueList":["宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105浜岄槇鍊","set para for distingishing the tape,the lower para of threshold for left side,the sec threshold","宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105浜岄槇鍊"]},{"curValue":"鍙冲垏鏂欓槇鍊艰缃0105浜岄槇鍊","keyValue":"鍙冲垏鏂欓槇鍊艰缃0105浜岄槇鍊","lasttime":"鍙冲垏鏂欓槇鍊艰缃0105浜岄槇鍊","valueList":["鍙冲垏鏂欓槇鍊艰缃0105浜岄槇鍊","set para for right cutter 0105, the sec threshold","鍙冲垏鏂欓槇鍊艰缃0105浜岄槇鍊"]},{"curValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105浜岄槇鍊","keyValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105浜岄槇鍊","lasttime":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105浜岄槇鍊","valueList":["鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105浜岄槇鍊","set para for distingishing tape, the upper parameter of shreshold 0105 the sec threshold","鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105浜岄槇鍊"]},{"curValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105浜岄槇鍊","keyValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105浜岄槇鍊","lasttime":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105浜岄槇鍊","valueList":["鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105浜岄槇鍊","set para for distingishing tape,the upper parameter of shreshold 0105 two threshold","鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105浜岄槇鍊"]},{"curValue":"宸﹀垏鏂欓槇鍊艰缃0105涓夐槇鍊","keyValue":"宸﹀垏鏂欓槇鍊艰缃0105涓夐槇鍊","lasttime":"宸﹀垏鏂欓槇鍊艰缃0105涓夐槇鍊","valueList":["宸﹀垏鏂欓槇鍊艰缃0105涓夐槇鍊","set para for left cutter 0105 three threshold","宸﹀垏鏂欓槇鍊艰缃0105涓夐槇鍊"]},{"curValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓夐槇鍊","keyValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓夐槇鍊","lasttime":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓夐槇鍊","valueList":["宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓夐槇鍊","set para for distingishing tape, the upper parameter for left side 0105 the third threshold","宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓夐槇鍊"]},{"curValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓夐槇鍊","keyValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓夐槇鍊","lasttime":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓夐槇鍊","valueList":["宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓夐槇鍊","set para for distingishing tape,the lower parameter for left side 0105 the third threshold","宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓夐槇鍊"]},{"curValue":"鍙冲垏鏂欓槇鍊艰缃0105涓夐槇鍊","keyValue":"鍙冲垏鏂欓槇鍊艰缃0105涓夐槇鍊","lasttime":"鍙冲垏鏂欓槇鍊艰缃0105涓夐槇鍊","valueList":["鍙冲垏鏂欓槇鍊艰缃0105涓夐槇鍊","set para for right cutter 0105 the third threshold","鍙冲垏鏂欓槇鍊艰缃0105涓夐槇鍊"]},{"curValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓夐槇鍊","keyValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓夐槇鍊","lasttime":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓夐槇鍊","valueList":["鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓夐槇鍊","set para for distingishing tape,the upper parameter 0105,the third threshold","鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0105涓夐槇鍊"]},{"curValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓夐槇鍊","keyValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓夐槇鍊","lasttime":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓夐槇鍊","valueList":["鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓夐槇鍊","set para for distingishing tape,the lower parameter 0105 the third threshold","鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0105涓夐槇鍊"]},{"curValue":"宸﹀垏鏂欓槇鍊艰缃0201闃堝","keyValue":"宸﹀垏鏂欓槇鍊艰缃0201闃堝","lasttime":"宸﹀垏鏂欓槇鍊艰缃0201闃堝","valueList":["宸﹀垏鏂欓槇鍊艰缃0201闃堝","set para for cutter 0201 threshold","宸﹀垏鏂欓槇鍊艰缃0201闃堝"]},{"curValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0201闃堝","keyValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0201闃堝","lasttime":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0201闃堝","valueList":["宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0201闃堝","setting para for distingishing the tape, the upper para0201","宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0201闃堝"]},{"curValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0201闃堝","keyValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0201闃堝","lasttime":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0201闃堝","valueList":["宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0201闃堝","set para for distingishing the tape, the lower para 0201","宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0201闃堝"]},{"curValue":"鍙冲垏鏂欓槇鍊艰缃0201闃堝","keyValue":"鍙冲垏鏂欓槇鍊艰缃0201闃堝","lasttime":"鍙冲垏鏂欓槇鍊艰缃0201闃堝","valueList":["鍙冲垏鏂欓槇鍊艰缃0201闃堝","set para for right cutter","鍙冲垏鏂欓槇鍊艰缃0201闃堝"]},{"curValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0201闃堝","keyValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0201闃堝","lasttime":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0201闃堝","valueList":["鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0201闃堝","sett para for distingishing the tape ,the upper para 0201for right side","鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0201闃堝"]},{"curValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0201闃堝","keyValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0201闃堝","lasttime":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0201闃堝","valueList":["鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0201闃堝","set para for distingishing the tape,the lower para 0201 for right side","鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0201闃堝"]},{"curValue":"宸﹀垏鏂欓槇鍊艰缃0402闃堝","keyValue":"宸﹀垏鏂欓槇鍊艰缃0402闃堝","lasttime":"宸﹀垏鏂欓槇鍊艰缃0402闃堝","valueList":["宸﹀垏鏂欓槇鍊艰缃0402闃堝","set para for left cutter 0402","宸﹀垏鏂欓槇鍊艰缃0402闃堝"]},{"curValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0402闃堝","keyValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0402闃堝","lasttime":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0402闃堝","valueList":["宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0402闃堝","set para for distingishing the tape,the upper para 0402","宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0402闃堝"]},{"curValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0402闃堝","keyValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0402闃堝","lasttime":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0402闃堝","valueList":["宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0402闃堝","set para for distingishing the tape, the lower para 0402","宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0402闃堝"]},{"curValue":"鍙冲垏鏂欓槇鍊艰缃0402闃堝","keyValue":"鍙冲垏鏂欓槇鍊艰缃0402闃堝","lasttime":"鍙冲垏鏂欓槇鍊艰缃0402闃堝","valueList":["鍙冲垏鏂欓槇鍊艰缃0402闃堝","set para for right cutter 0402","鍙冲垏鏂欓槇鍊艰缃0402闃堝"]},{"curValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0402闃堝","keyValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0402闃堝","lasttime":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0402闃堝","valueList":["鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0402闃堝","set para for distingishing the tape ,the upper para 0402","鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0402闃堝"]},{"curValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0402闃堝","keyValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0402闃堝","lasttime":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0402闃堝","valueList":["鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0402闃堝","set para for distingishing the tape, the lower para 0402","鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0402闃堝"]},{"curValue":"宸﹀垏鏂欓槇鍊艰缃0603闃堝","keyValue":"宸﹀垏鏂欓槇鍊艰缃0603闃堝","lasttime":"宸﹀垏鏂欓槇鍊艰缃0603闃堝","valueList":["宸﹀垏鏂欓槇鍊艰缃0603闃堝","set para for left cutter 0603","宸﹀垏鏂欓槇鍊艰缃0603闃堝"]},{"curValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0603闃堝","keyValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0603闃堝","lasttime":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0603闃堝","valueList":["宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0603闃堝","set para for distingishing the tape,the upper para for left side","宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0603闃堝"]},{"curValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0603闃堝","keyValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0603闃堝","lasttime":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0603闃堝","valueList":["宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0603闃堝","set para for distingishing the tape, the lower para of left side","宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0603闃堝"]},{"curValue":"鍙冲垏鏂欓槇鍊艰缃0603闃堝","keyValue":"鍙冲垏鏂欓槇鍊艰缃0603闃堝","lasttime":"鍙冲垏鏂欓槇鍊艰缃0603闃堝","valueList":["鍙冲垏鏂欓槇鍊艰缃0603闃堝","set para of right cutter 0603","鍙冲垏鏂欓槇鍊艰缃0603闃堝"]},{"curValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0603闃堝","keyValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0603闃堝","lasttime":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0603闃堝","valueList":["鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0603闃堝","set para for distingishing the tape, the upper para 0603 for right side","鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0603闃堝"]},{"curValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0603闃堝","keyValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0603闃堝","lasttime":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0603闃堝","valueList":["鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0603闃堝","set para for distingishing the tape, the lower para 0603 for right side","鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0603闃堝"]},{"curValue":"宸﹀垏鏂欓槇鍊艰缃0805闃堝","keyValue":"宸﹀垏鏂欓槇鍊艰缃0805闃堝","lasttime":"宸﹀垏鏂欓槇鍊艰缃0805闃堝","valueList":["宸﹀垏鏂欓槇鍊艰缃0805闃堝","set para for left cutter 0805","宸﹀垏鏂欓槇鍊艰缃0805闃堝"]},{"curValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0805闃堝","keyValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0805闃堝","lasttime":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0805闃堝","valueList":["宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0805闃堝","set para for distingishing the tape, the upper para 0805 for left side","宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笂闄0805闃堝"]},{"curValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0805闃堝","keyValue":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0805闃堝","lasttime":"宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0805闃堝","valueList":["宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0805闃堝","set para for distingishing the tape,the lower para 0805 for left side","宸﹀垽鏂枡甯︾绫婚槇鍊艰缃笅闄0805闃堝"]},{"curValue":"鍙冲垏鏂欓槇鍊艰缃0805闃堝","keyValue":"鍙冲垏鏂欓槇鍊艰缃0805闃堝","lasttime":"鍙冲垏鏂欓槇鍊艰缃0805闃堝","valueList":["鍙冲垏鏂欓槇鍊艰缃0805闃堝","set para for right cutter 0805 ","鍙冲垏鏂欓槇鍊艰缃0805闃堝"]},{"curValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0805闃堝","keyValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0805闃堝","lasttime":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0805闃堝","valueList":["鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0805闃堝","set para for distingishing the tape , the upper para for right side","鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笂闄0805闃堝"]},{"curValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0805闃堝","keyValue":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0805闃堝","lasttime":"鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0805闃堝","valueList":["鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0805闃堝","set para for distingishing the tape, the lower para for right side","鍙冲垽鏂枡甯︾绫婚槇鍊艰缃笅闄0805闃堝"]},{"curValue":"鍓ユ枡浣嶇疆琛ュ伩","keyValue":"鍓ユ枡浣嶇疆琛ュ伩","lasttime":"鍓ユ枡浣嶇疆琛ュ伩","valueList":["鍓ユ枡浣嶇疆琛ュ伩","peel positon adjust","鍓ユ枡浣嶇疆琛ュ伩"]},{"curValue":"鍚告枡浣嶇疆琛ュ伩","keyValue":"鍚告枡浣嶇疆琛ュ伩","lasttime":"鍚告枡浣嶇疆琛ュ伩","valueList":["鍚告枡浣嶇疆琛ュ伩","vacuum position adjust","鍚告枡浣嶇疆琛ュ伩"]},{"curValue":"寰呭惛浣嶇疆","keyValue":"寰呭惛浣嶇疆","lasttime":"寰呭惛浣嶇疆","valueList":["寰呭惛浣嶇疆","to position for vacuum","寰呭惛浣嶇疆"]},{"curValue":"寰呰创浣嶇疆","keyValue":"寰呰创浣嶇疆","lasttime":"寰呰创浣嶇疆","valueList":["寰呰创浣嶇疆","to postion for sticking","寰呰创浣嶇疆"]},{"curValue":"璐存枡浣嶇疆琛ュ伩","keyValue":"璐存枡浣嶇疆琛ュ伩","lasttime":"璐存枡浣嶇疆琛ュ伩","valueList":["璐存枡浣嶇疆琛ュ伩","sticking position adjust","璐存枡浣嶇疆琛ュ伩"]},{"curValue":"鏉$爜姣斿鏃堕棿锛坢s锛","keyValue":"鏉$爜姣斿鏃堕棿锛坢s锛","lasttime":"鏉$爜姣斿鏃堕棿锛坢s锛","valueList":["鏉$爜姣斿鏃堕棿锛坢s锛","barcode comtrast times ms","鏉$爜姣斿鏃堕棿锛坢s锛"]},{"curValue":"绌烘枡鏌ユ壘閫熷害","keyValue":"绌烘枡鏌ユ壘閫熷害","lasttime":"绌烘枡鏌ユ壘閫熷害","valueList":["绌烘枡鏌ユ壘閫熷害","null search time","绌烘枡鏌ユ壘閫熷害"]},{"curValue":"鐢垫睜鐢靛帇闃堝","keyValue":"鐢垫睜鐢靛帇闃堝","lasttime":"鐢垫睜鐢靛帇闃堝","valueList":["鐢垫睜鐢靛帇闃堝","battery split voltage","鐢垫睜鐢靛帇闃堝"]},{"curValue":"鎵剧┖鏂欒秴鏃","keyValue":"鎵剧┖鏂欒秴鏃","lasttime":"鎵剧┖鏂欒秴鏃","valueList":["鎵剧┖鏂欒秴鏃","find null timeout","鎵剧┖鏂欒秴鏃"]},{"curValue":"淇濆帇鏃堕棿","keyValue":"淇濆帇鏃堕棿","lasttime":"淇濆帇鏃堕棿","valueList":["淇濆帇鏃堕棿","keekpresstime","淇濆帇鏃堕棿"]},{"curValue":"鑳惰啘棰勮","keyValue":"鑳惰啘棰勮","lasttime":"鑳惰啘棰勮","valueList":["鑳惰啘棰勮","fill set","鑳惰啘棰勮"]},{"curValue":"0~1涔嬮棿","keyValue":"0~1涔嬮棿","lasttime":"0~1涔嬮棿","valueList":["0~1涔嬮棿","0`1","0~1涔嬮棿"]},{"curValue":"鏈夋枡绌烘枡姣斾緥绯绘暟","keyValue":"鏈夋枡绌烘枡姣斾緥绯绘暟","lasttime":"鏈夋枡绌烘枡姣斾緥绯绘暟","valueList":["鏈夋枡绌烘枡姣斾緥绯绘暟","full/null product scale","鏈夋枡绌烘枡姣斾緥绯绘暟"]},{"curValue":"鐢熶骇鏁伴噺","keyValue":"鐢熶骇鏁伴噺","lasttime":"鐢熶骇鏁伴噺","valueList":["鐢熶骇鏁伴噺","total output","鐢熶骇鏁伴噺"]},{"curValue":"鑳惰啘浣跨敤鏁伴噺","keyValue":"鑳惰啘浣跨敤鏁伴噺","lasttime":"鑳惰啘浣跨敤鏁伴噺","valueList":["鑳惰啘浣跨敤鏁伴噺","film use qty","鑳惰啘浣跨敤鏁伴噺"]},{"curValue":"鐢垫満琛ュ伩璁剧疆","keyValue":"鐢垫満琛ュ伩璁剧疆","lasttime":"鐢垫満琛ュ伩璁剧疆","valueList":["鐢垫満琛ュ伩璁剧疆","motor compensation","鐢垫満琛ュ伩璁剧疆"]},{"curValue":"鎺ㄦ枡_宸﹀垏鍒浣峗2mm_灞忚斀_琛ュ伩鍊","keyValue":"鎺ㄦ枡_宸﹀垏鍒浣峗2mm_灞忚斀_琛ュ伩鍊","lasttime":"鎺ㄦ枡_宸﹀垏鍒浣峗2mm_灞忚斀_琛ュ伩鍊","valueList":["鎺ㄦ枡_宸﹀垏鍒浣峗2mm_灞忚斀_琛ュ伩鍊","pushing_left cutter position2mm_disable_adjust","鎺ㄦ枡_宸﹀垏鍒浣峗2mm_灞忚斀_琛ュ伩鍊"]},{"curValue":"鎺ㄦ枡_宸﹀垏鍒浣峗4mm_灞忚斀_琛ュ伩鍊","keyValue":"鎺ㄦ枡_宸﹀垏鍒浣峗4mm_灞忚斀_琛ュ伩鍊","lasttime":"鎺ㄦ枡_宸﹀垏鍒浣峗4mm_灞忚斀_琛ュ伩鍊","valueList":["鎺ㄦ枡_宸﹀垏鍒浣峗4mm_灞忚斀_琛ュ伩鍊","pushing_left cutter position 4mm_disable_adjust","鎺ㄦ枡_宸﹀垏鍒浣峗4mm_灞忚斀_琛ュ伩鍊"]},{"curValue":"鎺ㄦ枡_宸﹀垏鍒浣峗_2mm_涓嶅睆钄絖琛ュ伩鍊","keyValue":"鎺ㄦ枡_宸﹀垏鍒浣峗_2mm_涓嶅睆钄絖琛ュ伩鍊","lasttime":"鎺ㄦ枡_宸﹀垏鍒浣峗_2mm_涓嶅睆钄絖琛ュ伩鍊","valueList":["鎺ㄦ枡_宸﹀垏鍒浣峗_2mm_涓嶅睆钄絖琛ュ伩鍊","pushing_left cutter position 2mm_non block_adjust","鎺ㄦ枡_宸﹀垏鍒浣峗_2mm_涓嶅睆钄絖琛ュ伩鍊"]},{"curValue":"鎺ㄦ枡_宸﹀垏鍒浣峗_4mm_涓嶅睆钄絖琛ュ伩鍊","keyValue":"鎺ㄦ枡_宸﹀垏鍒浣峗_4mm_涓嶅睆钄絖琛ュ伩鍊","lasttime":"鎺ㄦ枡_宸﹀垏鍒浣峗_4mm_涓嶅睆钄絖琛ュ伩鍊","valueList":["鎺ㄦ枡_宸﹀垏鍒浣峗_4mm_涓嶅睆钄絖琛ュ伩鍊","Pushing_left cutter position_4mm non block_adjust","鎺ㄦ枡_宸﹀垏鍒浣峗_4mm_涓嶅睆钄絖琛ュ伩鍊"]},{"curValue":"鎺ㄦ枡_鍙冲垏鍒浣峗2mm_灞忚斀_琛ュ伩鍊","keyValue":"鎺ㄦ枡_鍙冲垏鍒浣峗2mm_灞忚斀_琛ュ伩鍊","lasttime":"鎺ㄦ枡_鍙冲垏鍒浣峗2mm_灞忚斀_琛ュ伩鍊","valueList":["鎺ㄦ枡_鍙冲垏鍒浣峗2mm_灞忚斀_琛ュ伩鍊","pushing_right cutter position_2mm_disable_adjust","鎺ㄦ枡_鍙冲垏鍒浣峗2mm_灞忚斀_琛ュ伩鍊"]},{"curValue":"鎺ㄦ枡_鍙冲垏鍒浣峗4mm_灞忚斀_琛ュ伩鍊","keyValue":"鎺ㄦ枡_鍙冲垏鍒浣峗4mm_灞忚斀_琛ュ伩鍊","lasttime":"鎺ㄦ枡_鍙冲垏鍒浣峗4mm_灞忚斀_琛ュ伩鍊","valueList":["鎺ㄦ枡_鍙冲垏鍒浣峗4mm_灞忚斀_琛ュ伩鍊","pushing_right cutter Position_4mm disable _adjust","鎺ㄦ枡_鍙冲垏鍒浣峗4mm_灞忚斀_琛ュ伩鍊"]},{"curValue":"鎺ㄦ枡_鍙冲垏鍒浣峗_2mm_涓嶅睆钄絖琛ュ伩鍊","keyValue":"鎺ㄦ枡_鍙冲垏鍒浣峗_2mm_涓嶅睆钄絖琛ュ伩鍊","lasttime":"鎺ㄦ枡_鍙冲垏鍒浣峗_2mm_涓嶅睆钄絖琛ュ伩鍊","valueList":["鎺ㄦ枡_鍙冲垏鍒浣峗_2mm_涓嶅睆钄絖琛ュ伩鍊","pushing_right cutter position_2mm non block_adjust","鎺ㄦ枡_鍙冲垏鍒浣峗_2mm_涓嶅睆钄絖琛ュ伩鍊"]},{"curValue":"鎺ㄦ枡_鍙冲垏鍒浣峗_4mm_涓嶅睆钄絖琛ュ伩鍊","keyValue":"鎺ㄦ枡_鍙冲垏鍒浣峗_4mm_涓嶅睆钄絖琛ュ伩鍊","lasttime":"鎺ㄦ枡_鍙冲垏鍒浣峗_4mm_涓嶅睆钄絖琛ュ伩鍊","valueList":["鎺ㄦ枡_鍙冲垏鍒浣峗_4mm_涓嶅睆钄絖琛ュ伩鍊","Pushing_right cutter position _4mm_non block_adjust","鎺ㄦ枡_鍙冲垏鍒浣峗_4mm_涓嶅睆钄絖琛ュ伩鍊"]},{"curValue":"鎺ㄦ枡_宸﹀鎺ヤ綅_2mm_灞忚斀_琛ュ伩鍊","keyValue":"鎺ㄦ枡_宸﹀鎺ヤ綅_2mm_灞忚斀_琛ュ伩鍊","lasttime":"鎺ㄦ枡_宸﹀鎺ヤ綅_2mm_灞忚斀_琛ュ伩鍊","valueList":["鎺ㄦ枡_宸﹀鎺ヤ綅_2mm_灞忚斀_琛ュ伩鍊","pushing_left connect position_4mm_disable_adjust","鎺ㄦ枡_宸﹀鎺ヤ綅_2mm_灞忚斀_琛ュ伩鍊"]},{"curValue":"鎺ㄦ枡_宸﹀鎺ヤ綅_4mm_灞忚斀_琛ュ伩鍊","keyValue":"鎺ㄦ枡_宸﹀鎺ヤ綅_4mm_灞忚斀_琛ュ伩鍊","lasttime":"鎺ㄦ枡_宸﹀鎺ヤ綅_4mm_灞忚斀_琛ュ伩鍊","valueList":["鎺ㄦ枡_宸﹀鎺ヤ綅_4mm_灞忚斀_琛ュ伩鍊","pushing_left connect position _2mm_disable_adjust","鎺ㄦ枡_宸﹀鎺ヤ綅_4mm_灞忚斀_琛ュ伩鍊"]},{"curValue":"鎺ㄦ枡_宸﹀鎺ヤ綅__2mm_涓嶅睆钄絖琛ュ伩鍊","keyValue":"鎺ㄦ枡_宸﹀鎺ヤ綅__2mm_涓嶅睆钄絖琛ュ伩鍊","lasttime":"鎺ㄦ枡_宸﹀鎺ヤ綅__2mm_涓嶅睆钄絖琛ュ伩鍊","valueList":["鎺ㄦ枡_宸﹀鎺ヤ綅__2mm_涓嶅睆钄絖琛ュ伩鍊","pushing_left connect position_2mm_non block_adjust","鎺ㄦ枡_宸﹀鎺ヤ綅__2mm_涓嶅睆钄絖琛ュ伩鍊"]},{"curValue":"鎺ㄦ枡_宸﹀鎺ヤ綅__4mm_涓嶅睆钄絖琛ュ伩鍊","keyValue":"鎺ㄦ枡_宸﹀鎺ヤ綅__4mm_涓嶅睆钄絖琛ュ伩鍊","lasttime":"鎺ㄦ枡_宸﹀鎺ヤ綅__4mm_涓嶅睆钄絖琛ュ伩鍊","valueList":["鎺ㄦ枡_宸﹀鎺ヤ綅__4mm_涓嶅睆钄絖琛ュ伩鍊","pushing_left connect position_4mm_non block _adjust","鎺ㄦ枡_宸﹀鎺ヤ綅__4mm_涓嶅睆钄絖琛ュ伩鍊"]},{"curValue":"鎺ㄦ枡_鍙冲鎺ヤ綅_2mm_灞忚斀_琛ュ伩鍊","keyValue":"鎺ㄦ枡_鍙冲鎺ヤ綅_2mm_灞忚斀_琛ュ伩鍊","lasttime":"鎺ㄦ枡_鍙冲鎺ヤ綅_2mm_灞忚斀_琛ュ伩鍊","valueList":["鎺ㄦ枡_鍙冲鎺ヤ綅_2mm_灞忚斀_琛ュ伩鍊","pushing_right connect postion_2mm_disable_adjust","鎺ㄦ枡_鍙冲鎺ヤ綅_2mm_灞忚斀_琛ュ伩鍊"]},{"curValue":"鎺ㄦ枡_鍙冲鎺ヤ綅_4mm_灞忚斀_琛ュ伩鍊","keyValue":"鎺ㄦ枡_鍙冲鎺ヤ綅_4mm_灞忚斀_琛ュ伩鍊","lasttime":"鎺ㄦ枡_鍙冲鎺ヤ綅_4mm_灞忚斀_琛ュ伩鍊","valueList":["鎺ㄦ枡_鍙冲鎺ヤ綅_4mm_灞忚斀_琛ュ伩鍊","pushing_right connect position_4mm disble_adjust","鎺ㄦ枡_鍙冲鎺ヤ綅_4mm_灞忚斀_琛ュ伩鍊"]},{"curValue":"鎺ㄦ枡_鍙冲鎺ヤ綅__2mm_涓嶅睆钄絖琛ュ伩鍊","keyValue":"鎺ㄦ枡_鍙冲鎺ヤ綅__2mm_涓嶅睆钄絖琛ュ伩鍊","lasttime":"鎺ㄦ枡_鍙冲鎺ヤ綅__2mm_涓嶅睆钄絖琛ュ伩鍊","valueList":["鎺ㄦ枡_鍙冲鎺ヤ綅__2mm_涓嶅睆钄絖琛ュ伩鍊","pushing_right connect position _2mm _non block_adjust","鎺ㄦ枡_鍙冲鎺ヤ綅__2mm_涓嶅睆钄絖琛ュ伩鍊"]},{"curValue":"鎺ㄦ枡_鍙冲鎺ヤ綅__4mm_涓嶅睆钄絖琛ュ伩鍊","keyValue":"鎺ㄦ枡_鍙冲鎺ヤ綅__4mm_涓嶅睆钄絖琛ュ伩鍊","lasttime":"鎺ㄦ枡_鍙冲鎺ヤ綅__4mm_涓嶅睆钄絖琛ュ伩鍊","valueList":["鎺ㄦ枡_鍙冲鎺ヤ綅__4mm_涓嶅睆钄絖琛ュ伩鍊","pushing_right connect position_4mm_non block_adjust","鎺ㄦ枡_鍙冲鎺ヤ綅__4mm_涓嶅睆钄絖琛ュ伩鍊"]},{"curValue":"绌烘枡妫娴嬫椂闂存绉","keyValue":"绌烘枡妫娴嬫椂闂存绉","lasttime":"绌烘枡妫娴嬫椂闂存绉","valueList":["绌烘枡妫娴嬫椂闂存绉","numm productChecktime","绌烘枡妫娴嬫椂闂存绉"]},{"curValue":"澶氬浗璇█璁剧疆","keyValue":"澶氬浗璇█璁剧疆","lasttime":"澶氬浗璇█璁剧疆","valueList":["澶氬浗璇█璁剧疆","multiLanguageSetting","澶氬浗璇█璁剧疆"]},{"curValue":"榛樿鏂囨湰","keyValue":"榛樿鏂囨湰","lasttime":"榛樿鏂囨湰","valueList":["榛樿鏂囨湰","defaultText","榛樿鏂囨湰"]},{"curValue":"鏃堕棿","keyValue":"鏃堕棿","lasttime":"鏃堕棿","valueList":["鏃堕棿","time","鏃堕棿"]},{"curValue":"鏄惁浣跨敤涓插彛鎵爜鏋","keyValue":"鏄惁浣跨敤涓插彛鎵爜鏋","lasttime":"鏄惁浣跨敤涓插彛鎵爜鏋","valueList":["鏄惁浣跨敤涓插彛鎵爜鏋","enable com Scanner","鏄惁浣跨敤涓插彛鎵爜鏋"]},{"curValue":"鏄惁浣跨敤usb鎵爜鏋","keyValue":"鏄惁浣跨敤usb鎵爜鏋","lasttime":"鏄惁浣跨敤usb鎵爜鏋","valueList":["鏄惁浣跨敤usb鎵爜鏋","enable usb Scanner","鏄惁浣跨敤usb鎵爜鏋"]},{"curValue":"鎺ユ枡鏈 v18.07.10","keyValue":"鎺ユ枡鏈 v18.07.10","lasttime":"鎺ユ枡鏈 v18.07.10","valueList":["鎺ユ枡鏈 v18.07.10","splic Machine v18.07.10","鎺ユ枡鏈 v18.07.10"]},{"curValue":"閫鍑","keyValue":"閫鍑","lasttime":"閫鍑","valueList":["閫鍑","exit","閫鍑"]},{"curValue":"鏈灏忓寲","keyValue":"鏈灏忓寲","lasttime":"鏈灏忓寲","valueList":["鏈灏忓寲","minisize","鏈灏忓寲"]},{"curValue":"璁惧鐘舵","keyValue":"璁惧鐘舵","lasttime":"璁惧鐘舵","valueList":["璁惧鐘舵","machineState","璁惧鐘舵"]},{"curValue":"绛夊緟绗1娆℃壂鐮","keyValue":"绛夊緟绗1娆℃壂鐮","lasttime":"绛夊緟绗1娆℃壂鐮","valueList":["绛夊緟绗1娆℃壂鐮","wait for Scann1","绛夊緟绗1娆℃壂鐮"]},{"curValue":"褰撳墠鏉$爜","keyValue":"褰撳墠鏉$爜","lasttime":"褰撳墠鏉$爜","valueList":["褰撳墠鏉$爜","current Code","褰撳墠鏉$爜"]},{"curValue":"鏃ф潯鐮侊細","keyValue":"鏃ф潯鐮侊細","lasttime":"鏃ф潯鐮侊細","valueList":["鏃ф潯鐮侊細","Old Code:","鏃ф潯鐮侊細"]},{"curValue":"鏍¢獙缁撴灉锛","keyValue":"鏍¢獙缁撴灉锛","lasttime":"鏍¢獙缁撴灉锛","valueList":["鏍¢獙缁撴灉锛","CheckResult1","鏍¢獙缁撴灉锛"]},{"curValue":"鏂版潯鐮侊細","keyValue":"鏂版潯鐮侊細","lasttime":"鏂版潯鐮侊細","valueList":["鏂版潯鐮侊細","new Code:","鏂版潯鐮侊細"]},{"curValue":"鎺ユ枡瀹屾垚锛","keyValue":"鎺ユ枡瀹屾垚锛","lasttime":"鎺ユ枡瀹屾垚锛","valueList":["鎺ユ枡瀹屾垚锛","splic finished","鎺ユ枡瀹屾垚锛"]},{"curValue":"PLC璋冭瘯","keyValue":"PLC璋冭瘯","lasttime":"PLC璋冭瘯","valueList":["PLC璋冭瘯","plc debug","PLC璋冭瘯"]},{"curValue":"鏉$爜璋冭瘯","keyValue":"鏉$爜璋冭瘯","lasttime":"鏉$爜璋冭瘯","valueList":["鏉$爜璋冭瘯","scanner debug","鏉$爜璋冭瘯"]},{"curValue":"娓呯┖鏉$爜","keyValue":"娓呯┖鏉$爜","lasttime":"娓呯┖鏉$爜","valueList":["娓呯┖鏉$爜","clear Code","娓呯┖鏉$爜"]},{"curValue":"绛夊緟鎵爜","keyValue":"绛夊緟鎵爜","lasttime":"绛夊緟鎵爜","valueList":["绛夊緟鎵爜","wait Scan","绛夊緟鎵爜"]},{"curValue":"鐢ㄦ埛鐧诲綍","keyValue":"鐢ㄦ埛鐧诲綍","lasttime":"鐢ㄦ埛鐧诲綍","valueList":["鐢ㄦ埛鐧诲綍","user login","鐢ㄦ埛鐧诲綍"]},{"curValue":"娉ㄩ攢鐧诲綍","keyValue":"娉ㄩ攢鐧诲綍","lasttime":"娉ㄩ攢鐧诲綍","valueList":["娉ㄩ攢鐧诲綍","logout","娉ㄩ攢鐧诲綍"]},{"curValue":"璇疯緭鍏ュ瘑鐮","keyValue":"璇疯緭鍏ュ瘑鐮","lasttime":"璇疯緭鍏ュ瘑鐮","valueList":["璇疯緭鍏ュ瘑鐮","insert password","璇疯緭鍏ュ瘑鐮"]},{"curValue":"杈撳叆","keyValue":"杈撳叆","lasttime":"杈撳叆","valueList":["杈撳叆","input","杈撳叆"]},{"curValue":"鍙栨秷","keyValue":"鍙栨秷","lasttime":"鍙栨秷","valueList":["鍙栨秷","canncel","鍙栨秷"]},{"curValue":"鍒犻櫎","keyValue":"鍒犻櫎","lasttime":"鍒犻櫎","valueList":["鍒犻櫎","delete","鍒犻櫎"]},{"curValue":"娓呯┖","keyValue":"娓呯┖","lasttime":"娓呯┖","valueList":["娓呯┖","clear","娓呯┖"]},{"curValue":"鎷ㄦ枡","keyValue":"鎷ㄦ枡","lasttime":"鎷ㄦ枡","valueList":["鎷ㄦ枡","peel ","鎷ㄦ枡"]},{"curValue":"鎷ㄤ竴涓枡","keyValue":"鎷ㄤ竴涓枡","lasttime":"鎷ㄤ竴涓枡","valueList":["鎷ㄤ竴涓枡","peel one","鎷ㄤ竴涓枡"]},{"curValue":"IO鐩戞帶","keyValue":"IO鐩戞帶","lasttime":"IO鐩戞帶","valueList":["IO鐩戞帶","io monitor","IO鐩戞帶"]},{"curValue":"鑷姩","keyValue":"鑷姩","lasttime":"鑷姩","valueList":["鑷姩","auto","鑷姩"]},{"curValue":"淇濆瓨鍙傛暟","keyValue":"淇濆瓨鍙傛暟","lasttime":"淇濆瓨鍙傛暟","valueList":["淇濆瓨鍙傛暟","savePara","淇濆瓨鍙傛暟"]},{"curValue":"瀹炴椂鐢垫睜鐢靛帇","keyValue":"瀹炴椂鐢垫睜鐢靛帇","lasttime":"瀹炴椂鐢垫睜鐢靛帇","valueList":["瀹炴椂鐢垫睜鐢靛帇","cur volage","瀹炴椂鐢垫睜鐢靛帇"]},{"curValue":"鍙冲鎺ヤ綅琛ュ伩","keyValue":"鍙冲鎺ヤ綅琛ュ伩","lasttime":"鍙冲鎺ヤ綅琛ュ伩","valueList":["鍙冲鎺ヤ綅琛ュ伩","right join adjust","鍙冲鎺ヤ綅琛ュ伩"]},{"curValue":"鏉$爜瀵规瘮瓒呮椂","keyValue":"鏉$爜瀵规瘮瓒呮椂","lasttime":"鏉$爜瀵规瘮瓒呮椂","valueList":["鏉$爜瀵规瘮瓒呮椂","code check timeOut","鏉$爜瀵规瘮瓒呮椂"]},{"curValue":"灞忚斀","keyValue":"灞忚斀","lasttime":"灞忚斀","valueList":["灞忚斀","disable","灞忚斀"]},{"curValue":"鏌ユ壘绌烘枡瓒呮椂","keyValue":"鏌ユ壘绌烘枡瓒呮椂","lasttime":"鏌ユ壘绌烘枡瓒呮椂","valueList":["鏌ユ壘绌烘枡瓒呮椂","null checking is time out","鏌ユ壘绌烘枡瓒呮椂"]},{"curValue":"涓嶅睆钄","keyValue":"涓嶅睆钄","lasttime":"涓嶅睆钄","valueList":["涓嶅睆钄","not disable","涓嶅睆钄"]},{"curValue":"鍚告枡妯Щ","keyValue":"鍚告枡妯Щ","lasttime":"鍚告枡妯Щ","valueList":["鍚告枡妯Щ","absorbmove","鍚告枡妯Щ"]},{"curValue":"鑷宠创鏂欎綅","keyValue":"鑷宠创鏂欎綅","lasttime":"鑷宠创鏂欎綅","valueList":["鑷宠创鏂欎綅","topastepoint","鑷宠创鏂欎綅"]},{"curValue":"鑷冲惛鏂欎綅","keyValue":"鑷冲惛鏂欎綅","lasttime":"鑷冲惛鏂欎綅","valueList":["鑷冲惛鏂欎綅","ToAbsorb","鑷冲惛鏂欎綅"]},{"curValue":"鑷冲緟璐翠綅缃","keyValue":"鑷冲緟璐翠綅缃","lasttime":"鑷冲緟璐翠綅缃","valueList":["鑷冲緟璐翠綅缃","to pasterPoint","鑷冲緟璐翠綅缃"]},{"curValue":"鑷冲緟鍚镐綅","keyValue":"鑷冲緟鍚镐綅","lasttime":"鑷冲緟鍚镐綅","valueList":["鑷冲緟鍚镐綅","to waitabsorb","鑷冲緟鍚镐綅"]},{"curValue":"鍥 鍘 鐐","keyValue":"鍥 鍘 鐐","lasttime":"鍥 鍘 鐐","valueList":["鍥 鍘 鐐","homing","鍥 鍘 鐐"]},{"curValue":"褰撳墠浣嶇疆","keyValue":"褰撳墠浣嶇疆","lasttime":"褰撳墠浣嶇疆","valueList":["褰撳墠浣嶇疆","cur pos","褰撳墠浣嶇疆"]},{"curValue":"鍓ユ枡妯Щ","keyValue":"鍓ユ枡妯Щ","lasttime":"鍓ユ枡妯Щ","valueList":["鍓ユ枡妯Щ","peel move","鍓ユ枡妯Щ"]},{"curValue":"鑷冲惛鍙栦綅","keyValue":"鑷冲惛鍙栦綅","lasttime":"鑷冲惛鍙栦綅","valueList":["鑷冲惛鍙栦綅","to suckup point","鑷冲惛鍙栦綅"]},{"curValue":"鍥 鍘 鐐","keyValue":"鍥 鍘 鐐","lasttime":"鍥 鍘 鐐","valueList":["鍥 鍘 鐐","Homing","鍥 鍘 鐐"]},{"curValue":"宸﹀垏鍒浣嶈ˉ鍋","keyValue":"宸﹀垏鍒浣嶈ˉ鍋","lasttime":"宸﹀垏鍒浣嶈ˉ鍋","valueList":["宸﹀垏鍒浣嶈ˉ鍋","left cuttingAdjust","宸﹀垏鍒浣嶈ˉ鍋"]},{"curValue":"宸﹀鎺ヤ綅琛ュ伩","keyValue":"宸﹀鎺ヤ綅琛ュ伩","lasttime":"宸﹀鎺ヤ綅琛ュ伩","valueList":["宸﹀鎺ヤ綅琛ュ伩","left joinadjust","宸﹀鎺ヤ綅琛ュ伩"]},{"curValue":"鍙冲垏鍒浣嶈ˉ鍋","keyValue":"鍙冲垏鍒浣嶈ˉ鍋","lasttime":"鍙冲垏鍒浣嶈ˉ鍋","valueList":["鍙冲垏鍒浣嶈ˉ鍋","rightcuttingadjust","鍙冲垏鍒浣嶈ˉ鍋"]},{"curValue":"鍑歌疆","keyValue":"鍑歌疆","lasttime":"鍑歌疆","valueList":["鍑歌疆","cam ","鍑歌疆"]},{"curValue":"鍥瀄r\n鍘焅r\n鐐","keyValue":"鍥瀄r\n鍘焅r\n鐐","lasttime":"鍥瀄r\n鍘焅r\n鐐","valueList":["鍥瀄r\n鍘焅r\n鐐","to home","鍥瀄r\n鍘焅r\n鐐"]},{"curValue":"鑷冲彇鏂欎綅","keyValue":"鑷冲彇鏂欎綅","lasttime":"鑷冲彇鏂欎綅","valueList":["鑷冲彇鏂欎綅","to pickpoint","鑷冲彇鏂欎綅"]},{"curValue":"鑷冲垏鍒浣","keyValue":"鑷冲垏鍒浣","lasttime":"鑷冲垏鍒浣","valueList":["鑷冲垏鍒浣","to cuttingpos","鑷冲垏鍒浣"]},{"curValue":"鐪熺┖","keyValue":"鐪熺┖","lasttime":"鐪熺┖","valueList":["鐪熺┖","vacuum","鐪熺┖"]},{"curValue":"鐪熺┖娉","keyValue":"鐪熺┖娉","lasttime":"鐪熺┖娉","valueList":["鐪熺┖娉","vacuum model","鐪熺┖娉"]},{"curValue":".浠呰〃绀哄垎闅旂锛屽2800.02琛ㄧず 锛宲lc鐨凴鍖轰粠璧峰鍦板潃2800寮濮嬪線鍚2涓瓧","keyValue":".浠呰〃绀哄垎闅旂锛屽2800.02琛ㄧず 锛宲lc鐨凴鍖轰粠璧峰鍦板潃2800寮濮嬪線鍚2涓瓧","lasttime":".浠呰〃绀哄垎闅旂锛屽2800.02琛ㄧず 锛宲lc鐨凴鍖轰粠璧峰鍦板潃2800寮濮嬪線鍚2涓瓧","valueList":[".浠呰〃绀哄垎闅旂锛屽2800.02琛ㄧず 锛宲lc鐨凴鍖轰粠璧峰鍦板潃2800寮濮嬪線鍚2涓瓧","to be tr..",".浠呰〃绀哄垎闅旂锛屽2800.02琛ㄧず 锛宲lc鐨凴鍖轰粠璧峰鍦板潃2800寮濮嬪線鍚2涓瓧"]},{"curValue":"璇疯緭鍏ラ珮绾у瘑鐮","keyValue":"璇疯緭鍏ラ珮绾у瘑鐮","lasttime":"璇疯緭鍏ラ珮绾у瘑鐮","valueList":["璇疯緭鍏ラ珮绾у瘑鐮","please input advanced password","璇疯緭鍏ラ珮绾у瘑鐮"]},{"curValue":"鏈墦寮","keyValue":"鏈墦寮","lasttime":"鏈墦寮","valueList":["鏈墦寮","not opening","鏈墦寮"]},{"curValue":"鍏夌氦閫氫俊妯″潡","keyValue":"鍏夌氦閫氫俊妯″潡","lasttime":"鍏夌氦閫氫俊妯″潡","valueList":["鍏夌氦閫氫俊妯″潡","optical firbe","鍏夌氦閫氫俊妯″潡"]},{"curValue":"杩愯涓","keyValue":"杩愯涓","lasttime":"杩愯涓","valueList":["杩愯涓","isRunning","杩愯涓"]},{"curValue":"杩炴帴鎴愬姛","keyValue":"杩炴帴鎴愬姛","lasttime":"杩炴帴鎴愬姛","valueList":["杩炴帴鎴愬姛","connect succes","杩炴帴鎴愬姛"]},{"curValue":"鎺ユ枡鏈 v18.07.24","keyValue":"鎺ユ枡鏈 v18.07.24","lasttime":"鎺ユ枡鏈 v18.07.24","valueList":["鎺ユ枡鏈 v18.07.24","splic machine v18.07.24","鎺ユ枡鏈 v18.07.24"]},{"curValue":"淇濆瓨瀹屾垚","keyValue":"淇濆瓨瀹屾垚","lasttime":"淇濆瓨瀹屾垚","valueList":["淇濆瓨瀹屾垚","save finished","淇濆瓨瀹屾垚"]},{"curValue":"褰撳墠璇█搴忓彿","keyValue":"褰撳墠璇█搴忓彿","lasttime":"褰撳墠璇█搴忓彿","valueList":["褰撳墠璇█搴忓彿","curlanguageIndex","褰撳墠璇█搴忓彿"]},{"curValue":"绋嬪簭鍒濆鍖栧紑濮嬶紒锛侊紒","keyValue":"绋嬪簭鍒濆鍖栧紑濮嬶紒锛侊紒","lasttime":"绋嬪簭鍒濆鍖栧紑濮嬶紒锛侊紒","valueList":["绋嬪簭鍒濆鍖栧紑濮嬶紒锛侊紒","applicatio init start","绋嬪簭鍒濆鍖栧紑濮嬶紒锛侊紒"]},{"curValue":"杩炴帴澶辫触:(绋嶅悗閲嶈瘯)","keyValue":"杩炴帴澶辫触:(绋嶅悗閲嶈瘯)","lasttime":"杩炴帴澶辫触:(绋嶅悗閲嶈瘯)","valueList":["杩炴帴澶辫触:(绋嶅悗閲嶈瘯)","connnect fail reconnect later","杩炴帴澶辫触:(绋嶅悗閲嶈瘯)"]},{"curValue":"HjyeScan 绾跨▼寮濮","keyValue":"HjyeScan 绾跨▼寮濮","lasttime":"HjyeScan 绾跨▼寮濮","valueList":["HjyeScan 绾跨▼寮濮","hjyeScan Start","HjyeScan 绾跨▼寮濮"]},{"curValue":"绋嬪簭鍒濆鍖栧畬鎴","keyValue":"绋嬪簭鍒濆鍖栧畬鎴","lasttime":"绋嬪簭鍒濆鍖栧畬鎴","valueList":["绋嬪簭鍒濆鍖栧畬鎴","application finished","绋嬪簭鍒濆鍖栧畬鎴"]},{"curValue":"淇濆瓨鍙傛暟鎴愬姛","keyValue":"淇濆瓨鍙傛暟鎴愬姛","lasttime":"淇濆瓨鍙傛暟鎴愬姛","valueList":["淇濆瓨鍙傛暟鎴愬姛","save Para success","淇濆瓨鍙傛暟鎴愬姛"]},{"curValue":"璇疯緭鍏ユ柊鐨勫","keyValue":"璇疯緭鍏ユ柊鐨勫","lasttime":"璇疯緭鍏ユ柊鐨勫","valueList":["璇疯緭鍏ユ柊鐨勫","input new value","璇疯緭鍏ユ柊鐨勫"]},{"curValue":"鎵嬪姩","keyValue":"鎵嬪姩","lasttime":"鎵嬪姩","valueList":["鎵嬪姩","manual","鎵嬪姩"]},{"curValue":"鍏朵粬","keyValue":"鍏朵粬","lasttime":"鍏朵粬","valueList":["鍏朵粬","other","鍏朵粬"]},{"curValue":"涓插彛鍙","keyValue":"涓插彛鍙","lasttime":"涓插彛鍙","valueList":["涓插彛鍙","com No.","涓插彛鍙"]},{"curValue":"鍏夌氦妯″潡","keyValue":"鍏夌氦妯″潡","lasttime":"鍏夌氦妯″潡","valueList":["鍏夌氦妯″潡","optical fiber","鍏夌氦妯″潡"]},{"curValue":"妫娴嬮氳繃锛屽綋鍓嶆槸绗竴涓▼搴","keyValue":"妫娴嬮氳繃锛屽綋鍓嶆槸绗竴涓▼搴","lasttime":"妫娴嬮氳繃锛屽綋鍓嶆槸绗竴涓▼搴","valueList":["妫娴嬮氳繃锛屽綋鍓嶆槸绗竴涓▼搴","check ok this is first app","妫娴嬮氳繃锛屽綋鍓嶆槸绗竴涓▼搴"]},{"curValue":"楂樼骇璁剧疆","keyValue":"楂樼骇璁剧疆","lasttime":"楂樼骇璁剧疆","valueList":["楂樼骇璁剧疆","admin setting","楂樼骇璁剧疆"]},{"curValue":"璇█璁剧疆","keyValue":"璇█璁剧疆","lasttime":"璇█璁剧疆","valueList":["璇█璁剧疆","lang set","璇█璁剧疆"]},{"curValue":"璇︾粏璁剧疆","keyValue":"璇︾粏璁剧疆","lasttime":"璇︾粏璁剧疆","valueList":["璇︾粏璁剧疆","detail set","璇︾粏璁剧疆"]},{"curValue":"鐢熶骇鏁伴噺=0","keyValue":"鐢熶骇鏁伴噺=0","lasttime":"鐢熶骇鏁伴噺=0","valueList":["鐢熶骇鏁伴噺=0","productNum=0","鐢熶骇鏁伴噺=0"]},{"curValue":"鑳惰啘浣跨敤鏁伴噺=0","keyValue":"鑳惰啘浣跨敤鏁伴噺=0","lasttime":"鑳惰啘浣跨敤鏁伴噺=0","valueList":["鑳惰啘浣跨敤鏁伴噺=0","tape user count=0","鑳惰啘浣跨敤鏁伴噺=0"]},{"curValue":"璇█","keyValue":"璇█","lasttime":"璇█","valueList":["璇█","language","璇█"]},{"curValue":"鏉$爜1锛","keyValue":"鏉$爜1锛","lasttime":"鏉$爜1锛","valueList":["鏉$爜1锛","barCode1","鏉$爜1锛"]},{"curValue":"鏉$爜2锛","keyValue":"鏉$爜2锛","lasttime":"鏉$爜2锛","valueList":["鏉$爜2锛","barCode2","鏉$爜2锛"]},{"curValue":"褰撳墠鐢ㄦ埛:鏈櫥褰","keyValue":"褰撳墠鐢ㄦ埛:鏈櫥褰","lasttime":"褰撳墠鐢ㄦ埛:鏈櫥褰","valueList":["褰撳墠鐢ㄦ埛:鏈櫥褰","current User:","褰撳墠鐢ㄦ埛:鏈櫥褰"]},{"curValue":"璇疯緭鍏ョ敤鎴峰悕","keyValue":"璇疯緭鍏ョ敤鎴峰悕","lasttime":"璇疯緭鍏ョ敤鎴峰悕","valueList":["璇疯緭鍏ョ敤鎴峰悕","pls input username","璇疯緭鍏ョ敤鎴峰悕"]},{"curValue":"鐢ㄦ埛鍚嶄笉瀛樺湪鎴栧瘑鐮侀敊璇","keyValue":"鐢ㄦ埛鍚嶄笉瀛樺湪鎴栧瘑鐮侀敊璇","lasttime":"鐢ㄦ埛鍚嶄笉瀛樺湪鎴栧瘑鐮侀敊璇","valueList":["鐢ㄦ埛鍚嶄笉瀛樺湪鎴栧瘑鐮侀敊璇","user is not exist or pwd is error","鐢ㄦ埛鍚嶄笉瀛樺湪鎴栧瘑鐮侀敊璇"]},{"curValue":"淇濆瓨鍙傛暟鍒皃lc","keyValue":"淇濆瓨鍙傛暟鍒皃lc","lasttime":"淇濆瓨鍙傛暟鍒皃lc","valueList":["淇濆瓨鍙傛暟鍒皃lc","saveParaToPlc","淇濆瓨鍙傛暟鍒皃lc"]},{"curValue":"浠巔lc璇诲彇鍙傛暟","keyValue":"浠巔lc璇诲彇鍙傛暟","lasttime":"浠巔lc璇诲彇鍙傛暟","valueList":["浠巔lc璇诲彇鍙傛暟","readParaFromPLC","浠巔lc璇诲彇鍙傛暟"]},{"curValue":"褰撳墠鐢ㄦ埛锛歰p1鐢ㄦ埛绛夌骇=Operator","keyValue":"褰撳墠鐢ㄦ埛锛歰p1鐢ㄦ埛绛夌骇=Operator","lasttime":"褰撳墠鐢ㄦ埛锛歰p1鐢ㄦ埛绛夌骇=Operator","valueList":["褰撳墠鐢ㄦ埛锛歰p1鐢ㄦ埛绛夌骇=Operator","curUser锛歰p1level=Operator","褰撳墠鐢ㄦ埛锛歰p1鐢ㄦ埛绛夌骇=Operator"]},{"curValue":"淇濆瓨鎴愬姛","keyValue":"淇濆瓨鎴愬姛","lasttime":"淇濆瓨鎴愬姛","valueList":["淇濆瓨鎴愬姛","save suceess","淇濆瓨鎴愬姛"]},{"curValue":"绋嬪簭鍒濆鍖栧紑濮","keyValue":"绋嬪簭鍒濆鍖栧紑濮","lasttime":"绋嬪簭鍒濆鍖栧紑濮","valueList":["绋嬪簭鍒濆鍖栧紑濮","app init start","绋嬪簭鍒濆鍖栧紑濮"]},{"curValue":"鏉$爜璁剧疆","keyValue":"鏉$爜璁剧疆","lasttime":"鏉$爜璁剧疆","valueList":["鏉$爜璁剧疆","barCode set","鏉$爜璁剧疆"]},{"curValue":"杩愯鏃ュ織","keyValue":"杩愯鏃ュ織","lasttime":"杩愯鏃ュ織","valueList":["杩愯鏃ュ織","run log","杩愯鏃ュ織"]},{"curValue":"鏍¢獙","keyValue":"鏍¢獙","lasttime":"鏍¢獙","valueList":["鏍¢獙","check","鏍¢獙"]},{"curValue":"璧峰浣","keyValue":"璧峰浣","lasttime":"璧峰浣","valueList":["璧峰浣","start bit","璧峰浣"]},{"curValue":"鏍¢獙闀垮害","keyValue":"鏍¢獙闀垮害","lasttime":"鏍¢獙闀垮害","valueList":["鏍¢獙闀垮害","check length","鏍¢獙闀垮害"]},{"curValue":"鍙傝冩潯鐮","keyValue":"鍙傝冩潯鐮","lasttime":"鍙傝冩潯鐮","valueList":["鍙傝冩潯鐮","ref barCode","鍙傝冩潯鐮"]},{"curValue":"鎮ㄥ嵆灏","keyValue":"鎮ㄥ嵆灏","lasttime":"鎮ㄥ嵆灏","valueList":["鎮ㄥ嵆灏","you will","鎮ㄥ嵆灏"]},{"curValue":"锛岃纭锛","keyValue":"锛岃纭锛","lasttime":"锛岃纭锛","valueList":["锛岃纭锛","锛宲ls confirm锛","锛岃纭锛"]},{"curValue":"鎻愮ず","keyValue":"鎻愮ず","lasttime":"鎻愮ず","valueList":["鎻愮ず","tips","鎻愮ず"]},{"curValue":"閫鍑虹郴缁","keyValue":"閫鍑虹郴缁","lasttime":"閫鍑虹郴缁","valueList":["閫鍑虹郴缁","quit system","閫鍑虹郴缁"]},{"curValue":"璁颁綇瀵嗙爜","keyValue":"璁颁綇瀵嗙爜","lasttime":"璁颁綇瀵嗙爜","valueList":["璁颁綇瀵嗙爜","remember password","璁颁綇瀵嗙爜"]},{"curValue":"璁颁綇鐢ㄦ埛鍚","keyValue":"璁颁綇鐢ㄦ埛鍚","lasttime":"璁颁綇鐢ㄦ埛鍚","valueList":["璁颁綇鐢ㄦ埛鍚","remember userName","璁颁綇鐢ㄦ埛鍚"]},{"curValue":"鐧诲綍","keyValue":"鐧诲綍","lasttime":"鐧诲綍","valueList":["鐧诲綍","logIn","鐧诲綍"]},{"curValue":"瀵嗙爜","keyValue":"瀵嗙爜","lasttime":"瀵嗙爜","valueList":["瀵嗙爜","password","瀵嗙爜"]},{"curValue":"鐢ㄦ埛鍚","keyValue":"鐢ㄦ埛鍚","lasttime":"鐢ㄦ埛鍚","valueList":["鐢ㄦ埛鍚","userName","鐢ㄦ埛鍚"]},{"curValue":"鍚嶇О","keyValue":"鍚嶇О","lasttime":"鍚嶇О","valueList":["鍚嶇О","name","鍚嶇О"]},{"curValue":"鍊","keyValue":"鍊","lasttime":"鍊","valueList":["鍊","value","鍊"]},{"curValue":"澶囨敞","keyValue":"澶囨敞","lasttime":"澶囨敞","valueList":["澶囨敞","remark","澶囨敞"]},{"curValue":"鐢ㄦ埛绛夌骇","keyValue":"鐢ㄦ埛绛夌骇","lasttime":"鐢ㄦ埛绛夌骇","valueList":["鐢ㄦ埛绛夌骇","user Level","鐢ㄦ埛绛夌骇"]},{"curValue":"鏄惁鍙樺寲","keyValue":"鏄惁鍙樺寲","lasttime":"鏄惁鍙樺寲","valueList":["鏄惁鍙樺寲","isChanged","鏄惁鍙樺寲"]},{"curValue":"鏄惁鍚敤","keyValue":"鏄惁鍚敤","lasttime":"鏄惁鍚敤","valueList":["鏄惁鍚敤","enable","鏄惁鍚敤"]},{"curValue":"閲嶆柊鍔犺浇鍙傛暟","keyValue":"閲嶆柊鍔犺浇鍙傛暟","lasttime":"閲嶆柊鍔犺浇鍙傛暟","valueList":["閲嶆柊鍔犺浇鍙傛暟","reloadPara","閲嶆柊鍔犺浇鍙傛暟"]},{"curValue":"鍒锋柊鐣岄潰鏁版嵁","keyValue":"鍒锋柊鐣岄潰鏁版嵁","lasttime":"鍒锋柊鐣岄潰鏁版嵁","valueList":["鍒锋柊鐣岄潰鏁版嵁","update UI","鍒锋柊鐣岄潰鏁版嵁"]},{"curValue":"1 浣跨敤 0 涓嶄娇鐢","keyValue":"1.use 0.nonuse","lasttime":"1.use 0.nonuse","valueList":["1 浣跨敤 0 涓嶄娇鐢","1.use 0.nonuse","1 浣跨敤 0 涓嶄娇鐢"]},{"curValue":"鍙戦佸績璺冲寘鐨勬椂闂 鍗曚綅绉","keyValue":"interval time of sending heartbeating package unit :s","lasttime":"interval time of sending heartbeating package unit :s","valueList":["鍙戦佸績璺冲寘鐨勬椂闂 鍗曚綅绉","interval time of sending heartbeating package unit :s","鍙戦佸績璺冲寘鐨勬椂闂 鍗曚綅绉"]},{"curValue":"娴嬭瘯蹇冭烦鍖呮寚浠","keyValue":"commuination heartbeating package:send command to test whether communication is ok ","lasttime":"commuination heartbeating package:send command to test whether communication is ok ","valueList":["娴嬭瘯蹇冭烦鍖呮寚浠","commuination heartbeating package:send command to test whether communication is ok ","娴嬭瘯蹇冭烦鍖呮寚浠"]},{"curValue":"蹇冭烦鍖呰繑鍥炲","keyValue":"communication heartbeating package:after sending test command,the return results from device contains part of the characters string,if including,the commuication system is normal. ","lasttime":"communication heartbeating package:after sending test command,the return results from device contains part of the characters string,if including,the commuication system is normal. ","valueList":["蹇冭烦鍖呰繑鍥炲","communication heartbeating package:after sending test command,the return results from device contains part of the characters string,if including,the commuication system is normal. ","蹇冭烦鍖呰繑鍥炲"]},{"curValue":"閲嶈瘯绛夊緟鏃堕棿 鍗曚綅绉","keyValue":"set for close char of communication ,like Omron and Panasonic's is \\r","lasttime":"set for close char of communication ,like Omron and Panasonic's is \\r","valueList":["閲嶈瘯绛夊緟鏃堕棿 鍗曚綅绉","set for close char of communication ,like Omron and Panasonic's is \\r","閲嶈瘯绛夊緟鏃堕棿 鍗曚綅绉"]},{"curValue":"閲嶆柊杩炴帴鏃堕棿闂撮殧","keyValue":"interval time after connect failure ,unit:ms ","lasttime":"interval time after connect failure ,unit:ms ","valueList":["閲嶆柊杩炴帴鏃堕棿闂撮殧","interval time after connect failure ,unit:ms ","閲嶆柊杩炴帴鏃堕棿闂撮殧"]},{"curValue":"鍗曟鏈澶ц繑鍥炴椂闂","keyValue":" the MAX OT of returning unit:MS","lasttime":" the MAX OT of returning unit:MS","valueList":["鍗曟鏈澶ц繑鍥炴椂闂"," the MAX OT of returning unit:MS","鍗曟鏈澶ц繑鍥炴椂闂"]},{"curValue":"鍗曟鏃堕棿闂撮殧","keyValue":"set for reading the max Ot of returning , ms","lasttime":"set for reading the max Ot of returning , ms","valueList":["鍗曟鏃堕棿闂撮殧","set for reading the max Ot of returning , ms","鍗曟鏃堕棿闂撮殧"]},{"curValue":"1璋冭瘯妯″紡 0姝e父妯″紡","keyValue":"1.debug model 0.normal operation","lasttime":"1.debug model 0.normal operation","valueList":["1璋冭瘯妯″紡 0姝e父妯″紡","1.debug model 0.normal operation","1璋冭瘯妯″紡 0姝e父妯″紡"]},{"curValue":"淇濆瓨褰撳墠鏁版嵁","keyValue":"save all current date option","lasttime":"save all current date option","valueList":["淇濆瓨褰撳墠鏁版嵁","save all current date option","淇濆瓨褰撳墠鏁版嵁"]},{"curValue":"璇诲彇浣嶅湴鍧","keyValue":"separator ,for example :2800.02 means current read PLC a address strat from R zone 2800,after 2 character ","lasttime":"separator ,for example :2800.02 means current read PLC a address strat from R zone 2800,after 2 character ","valueList":["璇诲彇浣嶅湴鍧","separator ,for example :2800.02 means current read PLC a address strat from R zone 2800,after 2 character ","璇诲彇浣嶅湴鍧"]},{"curValue":"鍐欎綅鍦板潃","keyValue":"separator,3000.02 means current writting PLC from R zone, a address start from 3000,after 2character,the address of write and read can't intersection ","lasttime":"separator,3000.02 means current writting PLC from R zone, a address start from 3000,after 2character,the address of write and read can't intersection ","valueList":["鍐欎綅鍦板潃","separator,3000.02 means current writting PLC from R zone, a address start from 3000,after 2character,the address of write and read can't intersection ","鍐欎綅鍦板潃"]},{"curValue":"璇籇鍦板潃","keyValue":"separator ,5056.10means current PLC from D zone,a address start from 5056,after 10 character","lasttime":"separator ,5056.10means current PLC from D zone,a address start from 5056,after 10 character","valueList":["璇籇鍦板潃","separator ,5056.10means current PLC from D zone,a address start from 5056,after 10 character","璇籇鍦板潃"]},{"curValue":"鎵╁睍鍦板潃","keyValue":"for example RR2800.01,WR3000.01,RD3500.03 means read one character after 2800,write one more character,read D area,after 3character from 3500,comma is separator","lasttime":"for example RR2800.01,WR3000.01,RD3500.03 means read one character after 2800,write one more character,read D area,after 3character from 3500,comma is separator","valueList":["鎵╁睍鍦板潃","for example RR2800.01,WR3000.01,RD3500.03 means read one character after 2800,write one more character,read D area,after 3character from 3500,comma is separator","鎵╁睍鍦板潃"]},{"curValue":"鏄剧ず鏍煎紡","keyValue":"IO display format,R%FO:FO means no display decimal point ( Mitsubishi PLC M zone),F2 means two decimal point (OmronPLcR","lasttime":"IO display format,R%FO:FO means no display decimal point ( Mitsubishi PLC M zone),F2 means two decimal point (OmronPLcR","valueList":["鏄剧ず鏍煎紡","IO display format,R%FO:FO means no display decimal point ( Mitsubishi PLC M zone),F2 means two decimal point (OmronPLcR","鏄剧ず鏍煎紡"]},{"curValue":"涓插彛鍚嶇О","keyValue":"the name of com ,the way of name :COM+integer ,for example COM1,COM2,COM3 etc...","lasttime":"the name of com ,the way of name :COM+integer ,for example COM1,COM2,COM3 etc...","valueList":["涓插彛鍚嶇О","the name of com ,the way of name :COM+integer ,for example COM1,COM2,COM3 etc...","涓插彛鍚嶇О"]},{"curValue":"娉㈢壒鐜","keyValue":"Baud rate of com,common optial:1200,2400,4800,9600,19200,38400,57600,115200","lasttime":"Baud rate of com,common optial:1200,2400,4800,9600,19200,38400,57600,115200","valueList":["娉㈢壒鐜","Baud rate of com,common optial:1200,2400,4800,9600,19200,38400,57600,115200","娉㈢壒鐜"]},{"curValue":"鏁版嵁浣 :5,6,7,8","keyValue":"com bits :5,6,7,8","lasttime":"com bits :5,6,7,8","valueList":["鏁版嵁浣 :5,6,7,8","com bits :5,6,7,8","鏁版嵁浣 :5,6,7,8"]},{"curValue":"鏍¢獙浣 :E 鍋舵牎楠 check 0:濂囨牎楠","keyValue":"check bit:E even parity check 0:odd parity check","lasttime":"check bit:E even parity check 0:odd parity check","valueList":["鏍¢獙浣 :E 鍋舵牎楠 check 0:濂囨牎楠","check bit:E even parity check 0:odd parity check","鏍¢獙浣 :E 鍋舵牎楠 check 0:濂囨牎楠"]},{"curValue":"鍋滄浣 , :1,5,2","keyValue":"stop bit of com ,nomal :1,5,2","lasttime":"stop bit of com ,nomal :1,5,2","valueList":["鍋滄浣 , :1,5,2","stop bit of com ,nomal :1,5,2","鍋滄浣 , :1,5,2"]},{"curValue":"璇绘潯鐮佹寚浠","keyValue":"send command to scanner while its scanning","lasttime":"send command to scanner while its scanning","valueList":["璇绘潯鐮佹寚浠","send command to scanner while its scanning","璇绘潯鐮佹寚浠"]},{"curValue":"鍋滄璇荤爜鎸囦护","keyValue":"send command to scanner while its stopped","lasttime":"send command to scanner while its stopped","valueList":["鍋滄璇荤爜鎸囦护","send command to scanner while its stopped","鍋滄璇荤爜鎸囦护"]},{"curValue":"plc鐐逛綅","keyValue":"PLC IO point, normal for R zone or M zone, Panasonic PLC write to as 69.15,Omron 2800 write to as 2800,Mitsubishi write to as 7500","lasttime":"PLC IO point, normal for R zone or M zone, Panasonic PLC write to as 69.15,Omron 2800 write to as 2800,Mitsubishi write to as 7500","valueList":["plc鐐逛綅","PLC IO point, normal for R zone or M zone, Panasonic PLC write to as 69.15,Omron 2800 write to as 2800,Mitsubishi write to as 7500","plc鐐逛綅"]},{"curValue":"_鏄惁鍙宠竟涓嶆娴嬬┖鏂","keyValue":"_鏄惁鍙宠竟涓嶆娴嬬┖鏂","lasttime":"_鏄惁鍙宠竟涓嶆娴嬬┖鏂","valueList":["_鏄惁鍙宠竟涓嶆娴嬬┖鏂","_ right not Check Null","_鏄惁鍙宠竟涓嶆娴嬬┖鏂"]},{"curValue":"_棰勭暀","keyValue":"_棰勭暀","lasttime":"_棰勭暀","valueList":["_棰勭暀","_tbd","_棰勭暀"]},{"curValue":"_鏄惁闂磋窛鎸夐挳鍒囨崲/鎸夐挳","keyValue":"_鏄惁闂磋窛鎸夐挳鍒囨崲/鎸夐挳","lasttime":"_鏄惁闂磋窛鎸夐挳鍒囨崲/鎸夐挳","valueList":["_鏄惁闂磋窛鎸夐挳鍒囨崲/鎸夐挳","_enable distance change","_鏄惁闂磋窛鎸夐挳鍒囨崲/鎸夐挳"]},{"curValue":"_鏄惁鍚敤瀵垮懡绠℃帶","keyValue":"_鏄惁鍚敤瀵垮懡绠℃帶","lasttime":"_鏄惁鍚敤瀵垮懡绠℃帶","valueList":["_鏄惁鍚敤瀵垮懡绠℃帶","_enable use Time","_鏄惁鍚敤瀵垮懡绠℃帶"]},{"curValue":"_鏄惁绠鏄撶増","keyValue":"_鏄惁绠鏄撶増","lasttime":"_鏄惁绠鏄撶増","valueList":["_鏄惁绠鏄撶増","_is Simple Version","_鏄惁绠鏄撶増"]},{"curValue":"_鏄惁灞忚斀鎬ュ仠灞忚斀","keyValue":"_鏄惁灞忚斀鎬ュ仠灞忚斀","lasttime":"_鏄惁灞忚斀鎬ュ仠灞忚斀","valueList":["_鏄惁灞忚斀鎬ュ仠灞忚斀","_enable Emergcy Button","_鏄惁灞忚斀鎬ュ仠灞忚斀"]},{"curValue":"_鏄惁鐢垫睜鎶ヨ灞忚斀","keyValue":"_鏄惁鐢垫睜鎶ヨ灞忚斀","lasttime":"_鏄惁鐢垫睜鎶ヨ灞忚斀","valueList":["_鏄惁鐢垫睜鎶ヨ灞忚斀","_enable Battery Alarm","_鏄惁鐢垫睜鎶ヨ灞忚斀"]},{"curValue":"_鏉$爜ng","keyValue":"_鏉$爜ng","lasttime":"_鏉$爜ng","valueList":["_鏉$爜ng","_barCode NG","_鏉$爜ng"]},{"curValue":"_鎬ュ仠","keyValue":"_鎬ュ仠","lasttime":"_鎬ュ仠","valueList":["_鎬ュ仠","_emergency","_鎬ュ仠"]},{"curValue":"0~1涔嬮棿锛屼腑闂寸敤',' 閫楀彿鍒嗛殧","keyValue":"0~1涔嬮棿锛屼腑闂寸敤',' 閫楀彿鍒嗛殧","lasttime":"0~1涔嬮棿锛屼腑闂寸敤',' 閫楀彿鍒嗛殧","valueList":["0~1涔嬮棿锛屼腑闂寸敤',' 閫楀彿鍒嗛殧","between 0~1锛宻plit by ',' A comma","0~1涔嬮棿锛屼腑闂寸敤',' 閫楀彿鍒嗛殧"]},{"curValue":" 绾跨▼寮濮","keyValue":" 绾跨▼寮濮","lasttime":" 绾跨▼寮濮","valueList":[" 绾跨▼寮濮","thread start"," 绾跨▼寮濮"]},{"curValue":"_鏈夐鎾曟ā","keyValue":"_鏈夐鎾曟ā","lasttime":"_鏈夐鎾曟ā","valueList":["_鏈夐鎾曟ā","_enable preclip","_鏈夐鎾曟ā"]},{"curValue":"鏄惁浣跨敤鍏夌氦鏀惧ぇ鍣","keyValue":"鏄惁浣跨敤鍏夌氦鏀惧ぇ鍣","lasttime":"鏄惁浣跨敤鍏夌氦鏀惧ぇ鍣","valueList":["鏄惁浣跨敤鍏夌氦鏀惧ぇ鍣","enable FibreMoudle","鏄惁浣跨敤鍏夌氦鏀惧ぇ鍣"]},{"curValue":"鏂欏甫杩愬姩閫熷害鍗曚綅mm/s","keyValue":"鏂欏甫杩愬姩閫熷害鍗曚綅mm/s","lasttime":"鏂欏甫杩愬姩閫熷害鍗曚綅mm/s","valueList":["鏂欏甫杩愬姩閫熷害鍗曚綅mm/s","product move speed mm/s","鏂欏甫杩愬姩閫熷害鍗曚綅mm/s"]},{"curValue":"鍏虫満鏃堕棿","keyValue":"鍏虫満鏃堕棿","lasttime":"鍏虫満鏃堕棿","valueList":["鍏虫満鏃堕棿","shutDownTime","鍏虫満鏃堕棿"]},{"curValue":"鏈夋枡绌烘枡绌洪棿L","keyValue":"鏈夋枡绌烘枡绌洪棿L","lasttime":"鏈夋枡绌烘枡绌洪棿L","valueList":["鏈夋枡绌烘枡绌洪棿L","fullProductarea L","鏈夋枡绌烘枡绌洪棿L"]},{"curValue":"鏈夋枡绌烘枡姣斾緥绯绘暟L","keyValue":"鏈夋枡绌烘枡姣斾緥绯绘暟L","lasttime":"鏈夋枡绌烘枡姣斾緥绯绘暟L","valueList":["鏈夋枡绌烘枡姣斾緥绯绘暟L","scale_Full_Null_L","鏈夋枡绌烘枡姣斾緥绯绘暟L"]},{"curValue":"鏈夋枡绌烘枡绌洪棿R","keyValue":"鏈夋枡绌烘枡绌洪棿R","lasttime":"鏈夋枡绌烘枡绌洪棿R","valueList":["鏈夋枡绌烘枡绌洪棿R","procutAreaR","鏈夋枡绌烘枡绌洪棿R"]},{"curValue":"鏈夋枡绌烘枡姣斾緥绯绘暟R","keyValue":"鏈夋枡绌烘枡姣斾緥绯绘暟R","lasttime":"鏈夋枡绌烘枡姣斾緥绯绘暟R","valueList":["鏈夋枡绌烘枡姣斾緥绯绘暟R","scale_Full_Null_R","鏈夋枡绌烘枡姣斾緥绯绘暟R"]},{"curValue":"瀵规瘮鏉$爜璁剧疆","keyValue":"瀵规瘮鏉$爜璁剧疆","lasttime":"瀵规瘮鏉$爜璁剧疆","valueList":["瀵规瘮鏉$爜璁剧疆","barCode check Setting","瀵规瘮鏉$爜璁剧疆"]},{"curValue":"瀵规瘮浣嶆暟锛","keyValue":"瀵规瘮浣嶆暟锛","lasttime":"瀵规瘮浣嶆暟锛","valueList":["瀵规瘮浣嶆暟锛","check bits Number","瀵规瘮浣嶆暟锛"]},{"curValue":"瀵规瘮璧峰浣嶏細","keyValue":"瀵规瘮璧峰浣嶏細","lasttime":"瀵规瘮璧峰浣嶏細","valueList":["瀵规瘮璧峰浣嶏細","check start bit","瀵规瘮璧峰浣嶏細"]},{"curValue":"淇濆瓨璁剧疆","keyValue":"淇濆瓨璁剧疆","lasttime":"淇濆瓨璁剧疆","valueList":["淇濆瓨璁剧疆","save setting","淇濆瓨璁剧疆"]},{"curValue":"鏂囦欢涓嶅瓨鍦","keyValue":"鏂囦欢涓嶅瓨鍦","lasttime":"鏂囦欢涓嶅瓨鍦","valueList":["鏂囦欢涓嶅瓨鍦","file Not Exist","鏂囦欢涓嶅瓨鍦"]},{"curValue":"`鎺ユ枡鏈 v2018.07.16","keyValue":"`鎺ユ枡鏈 v2018.07.16","lasttime":"`鎺ユ枡鏈 v2018.07.16","valueList":["`鎺ユ枡鏈 v2018.07.16","splic machine v2018.07.16","`鎺ユ枡鏈 v2018.07.16"]},{"curValue":"鏂扮墿鏂欐潯鐮侊細","keyValue":"鏂扮墿鏂欐潯鐮侊細","lasttime":"鏂扮墿鏂欐潯鐮侊細","valueList":["鏂扮墿鏂欐潯鐮侊細","new BarCode锛","鏂扮墿鏂欐潯鐮侊細"]},{"curValue":"璁惧/妲戒綅:","keyValue":"璁惧/妲戒綅:","lasttime":"璁惧/妲戒綅:","valueList":["璁惧/妲戒綅:","MC/slot:","璁惧/妲戒綅:"]},{"curValue":"鏃х墿鏂欑紪鐮","keyValue":"鏃х墿鏂欑紪鐮","lasttime":"鏃х墿鏂欑紪鐮","valueList":["鏃х墿鏂欑紪鐮","old barCode","鏃х墿鏂欑紪鐮"]},{"curValue":"鐗╂枡淇℃伅","keyValue":"鐗╂枡淇℃伅","lasttime":"鐗╂枡淇℃伅","valueList":["鐗╂枡淇℃伅","product info","鐗╂枡淇℃伅"]},{"curValue":"妲戒綅","keyValue":"妲戒綅","lasttime":"妲戒綅","valueList":["妲戒綅","slot","妲戒綅"]},{"curValue":"椋炶揪鍙","keyValue":"椋炶揪鍙","lasttime":"椋炶揪鍙","valueList":["椋炶揪鍙","feeder Number","椋炶揪鍙"]},{"curValue":"鐗╂枡浠g爜","keyValue":"鐗╂枡浠g爜","lasttime":"鐗╂枡浠g爜","valueList":["鐗╂枡浠g爜","marterial Number","鐗╂枡浠g爜"]},{"curValue":"鏁伴噺","keyValue":"鏁伴噺","lasttime":"鏁伴噺","valueList":["鏁伴噺","number","鏁伴噺"]},{"curValue":"鎵撳嵃閰嶇疆","keyValue":"鎵撳嵃閰嶇疆","lasttime":"鎵撳嵃閰嶇疆","valueList":["鎵撳嵃閰嶇疆","print setting","鎵撳嵃閰嶇疆"]},{"curValue":"鎵ц","keyValue":"鎵ц","lasttime":"鎵ц","valueList":["鎵ц","action","鎵ц"]},{"curValue":"鎿嶄綔淇℃伅锛","keyValue":"鎿嶄綔淇℃伅锛","lasttime":"鎿嶄綔淇℃伅锛","valueList":["鎿嶄綔淇℃伅锛","operate info锛","鎿嶄綔淇℃伅锛"]},{"curValue":"鎵撳嵃娴嬭瘯","keyValue":"鎵撳嵃娴嬭瘯","lasttime":"鎵撳嵃娴嬭瘯","valueList":["鎵撳嵃娴嬭瘯","print test","鎵撳嵃娴嬭瘯"]},{"curValue":"璋冪敤test1","keyValue":"璋冪敤test1","lasttime":"璋冪敤test1","valueList":["璋冪敤test1"," test1","璋冪敤test1"]},{"curValue":"璋冪敤test2","keyValue":"璋冪敤test2","lasttime":"璋冪敤test2","valueList":["璋冪敤test2","test2","璋冪敤test2"]},{"curValue":"1=閫夋嫨鎵撳嵃鏈烘墦鍗 2 = 鐩存帴鍚戞墦鍗版満ip鍙戞暟鎹","keyValue":"1=閫夋嫨鎵撳嵃鏈烘墦鍗 2 = 鐩存帴鍚戞墦鍗版満ip鍙戞暟鎹","lasttime":"1=閫夋嫨鎵撳嵃鏈烘墦鍗 2 = 鐩存帴鍚戞墦鍗版満ip鍙戞暟鎹","valueList":["1=閫夋嫨鎵撳嵃鏈烘墦鍗 2 = 鐩存帴鍚戞墦鍗版満ip鍙戞暟鎹","1=select printer 2 = use ip toSend cmd","1=閫夋嫨鎵撳嵃鏈烘墦鍗 2 = 鐩存帴鍚戞墦鍗版満ip鍙戞暟鎹"]},{"curValue":"鎵撳嵃鍙傛暟璁剧疆","keyValue":"鎵撳嵃鍙傛暟璁剧疆","lasttime":"鎵撳嵃鍙傛暟璁剧疆","valueList":["鎵撳嵃鍙傛暟璁剧疆","print para setting","鎵撳嵃鍙傛暟璁剧疆"]},{"curValue":"璋冩暣鏍囩宸﹀潗鏍囷細","keyValue":"璋冩暣鏍囩宸﹀潗鏍囷細","lasttime":"璋冩暣鏍囩宸﹀潗鏍囷細","valueList":["璋冩暣鏍囩宸﹀潗鏍囷細","adjust label topLeft position","璋冩暣鏍囩宸﹀潗鏍囷細"]},{"curValue":"璋冩暣鎵撳嵃鍧愭爣 x = ","keyValue":"璋冩暣鎵撳嵃鍧愭爣 x = ","lasttime":"璋冩暣鎵撳嵃鍧愭爣 x = ","valueList":["璋冩暣鎵撳嵃鍧愭爣 x = ","adjust print postion x = ","璋冩暣鎵撳嵃鍧愭爣 x = "]},{"curValue":"璋冩暣鏍囩闂磋窛锛","keyValue":"璋冩暣鏍囩闂磋窛锛","lasttime":"璋冩暣鏍囩闂磋窛锛","valueList":["璋冩暣鏍囩闂磋窛锛","adjust label distance锛","璋冩暣鏍囩闂磋窛锛"]},{"curValue":"鏍囩鍚嶇О","keyValue":"鏍囩鍚嶇О","lasttime":"鏍囩鍚嶇О","valueList":["鏍囩鍚嶇О","label name","鏍囩鍚嶇О"]},{"curValue":"鎵撳嵃鏈篿p","keyValue":"鎵撳嵃鏈篿p","lasttime":"鎵撳嵃鏈篿p","valueList":["鎵撳嵃鏈篿p","printer ip","鎵撳嵃鏈篿p"]},{"curValue":"鎵撳嵃鏈虹鍙","keyValue":"鎵撳嵃鏈虹鍙","lasttime":"鎵撳嵃鏈虹鍙","valueList":["鎵撳嵃鏈虹鍙","printer port","鎵撳嵃鏈虹鍙"]},{"curValue":"1锛氶氳繃璺敱鍣紝0:鐩存帴杩炴帴鐩告満","keyValue":"1锛氶氳繃璺敱鍣紝0:鐩存帴杩炴帴鐩告満","lasttime":"1锛氶氳繃璺敱鍣紝0:鐩存帴杩炴帴鐩告満","valueList":["1锛氶氳繃璺敱鍣紝0:鐩存帴杩炴帴鐩告満","1锛歜y Router锛0:direct connect ip","1锛氶氳繃璺敱鍣紝0:鐩存帴杩炴帴鐩告満"]},{"curValue":"1锛氳〃绀轰繚瀛樺鐞唍g鐨勫浘鍍忥紝0锛氳〃绀轰笉淇濆瓨","keyValue":"1锛氳〃绀轰繚瀛樺鐞唍g鐨勫浘鍍忥紝0锛氳〃绀轰笉淇濆瓨","lasttime":"1锛氳〃绀轰繚瀛樺鐞唍g鐨勫浘鍍忥紝0锛氳〃绀轰笉淇濆瓨","valueList":["1锛氳〃绀轰繚瀛樺鐞唍g鐨勫浘鍍忥紝0锛氳〃绀轰笉淇濆瓨","1锛歴ave ng image锛0锛歯one save","1锛氳〃绀轰繚瀛樺鐞唍g鐨勫浘鍍忥紝0锛氳〃绀轰笉淇濆瓨"]},{"curValue":"鍗曚綅姣","keyValue":"鍗曚綅姣","lasttime":"鍗曚綅姣","valueList":["鍗曚綅姣","unit ","鍗曚綅姣"]},{"curValue":"鍗曚綅姣锛","keyValue":"鍗曚綅姣锛","lasttime":"鍗曚綅姣锛","valueList":["鍗曚綅姣锛","unit ms","鍗曚綅姣锛"]},{"curValue":"鍗曚綅锛氬紶","keyValue":"鍗曚綅锛氬紶","lasttime":"鍗曚綅锛氬紶","valueList":["鍗曚綅锛氬紶","unit piece","鍗曚綅锛氬紶"]},{"curValue":"鐩告満ID/鐩告満鍚嶇О 锛堢湡瀹炵殑鐩告満鎵嶆湁鐩告満id/鍚嶇О锛","keyValue":"鐩告満ID/鐩告満鍚嶇О 锛堢湡瀹炵殑鐩告満鎵嶆湁鐩告満id/鍚嶇О锛","lasttime":"鐩告満ID/鐩告満鍚嶇О 锛堢湡瀹炵殑鐩告満鎵嶆湁鐩告満id/鍚嶇О锛","valueList":["鐩告満ID/鐩告満鍚嶇О 锛堢湡瀹炵殑鐩告満鎵嶆湁鐩告満id/鍚嶇О锛","camera id","鐩告満ID/鐩告満鍚嶇О 锛堢湡瀹炵殑鐩告満鎵嶆湁鐩告満id/鍚嶇О锛"]},{"curValue":"鐩告満ip鍦板潃 锛堢湡瀹炵殑鐩告満鎵嶆湁鐩告満iP鍦板潃绉帮級","keyValue":"鐩告満ip鍦板潃 锛堢湡瀹炵殑鐩告満鎵嶆湁鐩告満iP鍦板潃绉帮級","lasttime":"鐩告満ip鍦板潃 锛堢湡瀹炵殑鐩告満鎵嶆湁鐩告満iP鍦板潃绉帮級","valueList":["鐩告満ip鍦板潃 锛堢湡瀹炵殑鐩告満鎵嶆湁鐩告満iP鍦板潃绉帮級","camera ip","鐩告満ip鍦板潃 锛堢湡瀹炵殑鐩告満鎵嶆湁鐩告満iP鍦板潃绉帮級"]},{"curValue":"铏氭嫙鐩告満鐨勬枃浠跺す璺緞锛堟枃浠跺す鍐呭繀椤绘湁鍥剧墖锛","keyValue":"铏氭嫙鐩告満鐨勬枃浠跺す璺緞锛堟枃浠跺す鍐呭繀椤绘湁鍥剧墖锛","lasttime":"铏氭嫙鐩告満鐨勬枃浠跺す璺緞锛堟枃浠跺す鍐呭繀椤绘湁鍥剧墖锛","valueList":["铏氭嫙鐩告満鐨勬枃浠跺す璺緞锛堟枃浠跺す鍐呭繀椤绘湁鍥剧墖锛","virtrul camera directory","铏氭嫙鐩告満鐨勬枃浠跺す璺緞锛堟枃浠跺す鍐呭繀椤绘湁鍥剧墖锛"]},{"curValue":"鐩告満鎷嶇収鏃讹紝鏇濆厜鐨勬椂闂达紙鍗曚綅锛歶s锛","keyValue":"鐩告満鎷嶇収鏃讹紝鏇濆厜鐨勬椂闂达紙鍗曚綅锛歶s锛","lasttime":"鐩告満鎷嶇収鏃讹紝鏇濆厜鐨勬椂闂达紙鍗曚綅锛歶s锛","valueList":["鐩告満鎷嶇収鏃讹紝鏇濆厜鐨勬椂闂达紙鍗曚綅锛歶s锛","expose time","鐩告満鎷嶇収鏃讹紝鏇濆厜鐨勬椂闂达紙鍗曚綅锛歶s锛"]},{"curValue":"鐩告満鎷嶇収鏃讹紝澧炵泭绯绘暟锛0~100锛","keyValue":"鐩告満鎷嶇収鏃讹紝澧炵泭绯绘暟锛0~100锛","lasttime":"鐩告満鎷嶇収鏃讹紝澧炵泭绯绘暟锛0~100锛","valueList":["鐩告満鎷嶇収鏃讹紝澧炵泭绯绘暟锛0~100锛","camera gain","鐩告満鎷嶇収鏃讹紝澧炵泭绯绘暟锛0~100锛"]},{"curValue":"0=鍚屾宸ヤ綔妯″紡锛1= 琛ㄧず寮傛宸ヤ綔妯″紡","keyValue":"0=鍚屾宸ヤ綔妯″紡锛1= 琛ㄧず寮傛宸ヤ綔妯″紡","lasttime":"0=鍚屾宸ヤ綔妯″紡锛1= 琛ㄧず寮傛宸ヤ綔妯″紡","valueList":["0=鍚屾宸ヤ綔妯″紡锛1= 琛ㄧず寮傛宸ヤ綔妯″紡","0=asys 锛1= ansys","0=鍚屾宸ヤ綔妯″紡锛1= 琛ㄧず寮傛宸ヤ綔妯″紡"]},{"curValue":"寮傛涓嬫湁鏁堬紝褰撹繛缁 x ms鍚庢湭鍙栧浘鍒欒嚜鍔ㄨ繘鍏ュ緟鏈烘ā寮","keyValue":"寮傛涓嬫湁鏁堬紝褰撹繛缁 x ms鍚庢湭鍙栧浘鍒欒嚜鍔ㄨ繘鍏ュ緟鏈烘ā寮","lasttime":"寮傛涓嬫湁鏁堬紝褰撹繛缁 x ms鍚庢湭鍙栧浘鍒欒嚜鍔ㄨ繘鍏ュ緟鏈烘ā寮","valueList":["寮傛涓嬫湁鏁堬紝褰撹繛缁 x ms鍚庢湭鍙栧浘鍒欒嚜鍔ㄨ繘鍏ュ緟鏈烘ā寮","----","寮傛涓嬫湁鏁堬紝褰撹繛缁 x ms鍚庢湭鍙栧浘鍒欒嚜鍔ㄨ繘鍏ュ緟鏈烘ā寮"]},{"curValue":"璁剧疆閫氫俊鐨処p鍦板潃","keyValue":"璁剧疆閫氫俊鐨処p鍦板潃","lasttime":"璁剧疆閫氫俊鐨処p鍦板潃","valueList":["璁剧疆閫氫俊鐨処p鍦板潃","set ip","璁剧疆閫氫俊鐨処p鍦板潃"]},{"curValue":"璁剧疆閫氫俊鐨勭鍙e彿","keyValue":"璁剧疆閫氫俊鐨勭鍙e彿","lasttime":"璁剧疆閫氫俊鐨勭鍙e彿","valueList":["璁剧疆閫氫俊鐨勭鍙e彿","set port","璁剧疆閫氫俊鐨勭鍙e彿"]},{"curValue":"鍥惧儚鏄剧ず鐨勮璺","keyValue":"鍥惧儚鏄剧ず鐨勮璺","lasttime":"鍥惧儚鏄剧ず鐨勮璺","valueList":["鍥惧儚鏄剧ず鐨勮璺","row distance","鍥惧儚鏄剧ず鐨勮璺"]},{"curValue":"01锛氬彧鏄剧ず鏂囧瓧,10锛氬彧鏄剧ず鍥炬爣,11锛氶兘鏄剧ず","keyValue":"01锛氬彧鏄剧ず鏂囧瓧,10锛氬彧鏄剧ず鍥炬爣,11锛氶兘鏄剧ず","lasttime":"01锛氬彧鏄剧ず鏂囧瓧,10锛氬彧鏄剧ず鍥炬爣,11锛氶兘鏄剧ず","valueList":["01锛氬彧鏄剧ず鏂囧瓧,10锛氬彧鏄剧ず鍥炬爣,11锛氶兘鏄剧ず","01锛歰nly text,10锛歰nly icon,11锛歞isp all","01锛氬彧鏄剧ず鏂囧瓧,10锛氬彧鏄剧ず鍥炬爣,11锛氶兘鏄剧ず"]},{"curValue":"鍥惧儚鏄剧ず绐楀彛鍐呯殑鍥惧儚瀹藉害","keyValue":"鍥惧儚鏄剧ず绐楀彛鍐呯殑鍥惧儚瀹藉害","lasttime":"鍥惧儚鏄剧ず绐楀彛鍐呯殑鍥惧儚瀹藉害","valueList":["鍥惧儚鏄剧ず绐楀彛鍐呯殑鍥惧儚瀹藉害","dispaly width","鍥惧儚鏄剧ず绐楀彛鍐呯殑鍥惧儚瀹藉害"]},{"curValue":"鍥惧儚鏄剧ず绐楀彛鍐呯殑鍥惧儚楂樺害","keyValue":"鍥惧儚鏄剧ず绐楀彛鍐呯殑鍥惧儚楂樺害","lasttime":"鍥惧儚鏄剧ず绐楀彛鍐呯殑鍥惧儚楂樺害","valueList":["鍥惧儚鏄剧ず绐楀彛鍐呯殑鍥惧儚楂樺害","display height","鍥惧儚鏄剧ず绐楀彛鍐呯殑鍥惧儚楂樺害"]},{"curValue":"1:褰撳厜鏍囧湪鍥惧儚绐楀彛鍐咃紝浼氬疄鏃舵樉绀洪鑹插拰鍧愭爣, 0:涓嶆樉绀","keyValue":"1:褰撳厜鏍囧湪鍥惧儚绐楀彛鍐咃紝浼氬疄鏃舵樉绀洪鑹插拰鍧愭爣, 0:涓嶆樉绀","lasttime":"1:褰撳厜鏍囧湪鍥惧儚绐楀彛鍐咃紝浼氬疄鏃舵樉绀洪鑹插拰鍧愭爣, 0:涓嶆樉绀","valueList":["1:褰撳厜鏍囧湪鍥惧儚绐楀彛鍐咃紝浼氬疄鏃舵樉绀洪鑹插拰鍧愭爣, 0:涓嶆樉绀","-----","1:褰撳厜鏍囧湪鍥惧儚绐楀彛鍐咃紝浼氬疄鏃舵樉绀洪鑹插拰鍧愭爣, 0:涓嶆樉绀"]},{"curValue":"宸︾浉鏈","keyValue":"宸︾浉鏈","lasttime":"宸︾浉鏈","valueList":["宸︾浉鏈","left camera","宸︾浉鏈"]},{"curValue":"鍙崇浉鏈","keyValue":"鍙崇浉鏈","lasttime":"鍙崇浉鏈","valueList":["鍙崇浉鏈","right camera","鍙崇浉鏈"]},{"curValue":"闂磋窛","keyValue":"闂磋窛","lasttime":"闂磋窛","valueList":["闂磋窛","distance","闂磋窛"]},{"curValue":"鏉$爜","keyValue":"鏉$爜","lasttime":"鏉$爜","valueList":["鏉$爜","barCode","鏉$爜"]},{"curValue":"澶嶄綅","keyValue":"澶嶄綅","lasttime":"澶嶄綅","valueList":["澶嶄綅","reset","澶嶄綅"]},{"curValue":"鎬ュ仠","keyValue":"鎬ュ仠","lasttime":"鎬ュ仠","valueList":["鎬ュ仠","emergency ","鎬ュ仠"]},{"curValue":"鏀惧ぇ","keyValue":"鏀惧ぇ","lasttime":"鏀惧ぇ","valueList":["鏀惧ぇ","zoom out","鏀惧ぇ"]},{"curValue":"缂╁皬","keyValue":"缂╁皬","lasttime":"缂╁皬","valueList":["缂╁皬","zoom in","缂╁皬"]},{"curValue":"閫傚簲绐楀彛","keyValue":"閫傚簲绐楀彛","lasttime":"閫傚簲绐楀彛","valueList":["閫傚簲绐楀彛","fit window","閫傚簲绐楀彛"]},{"curValue":"閫傚簲鍥惧儚","keyValue":"閫傚簲鍥惧儚","lasttime":"閫傚簲鍥惧儚","valueList":["閫傚簲鍥惧儚","fit image","閫傚簲鍥惧儚"]},{"curValue":"娓呴櫎鍥惧儚","keyValue":"娓呴櫎鍥惧儚","lasttime":"娓呴櫎鍥惧儚","valueList":["娓呴櫎鍥惧儚","cls image","娓呴櫎鍥惧儚"]},{"curValue":"閫夐」","keyValue":"閫夐」","lasttime":"閫夐」","valueList":["閫夐」","option","閫夐」"]},{"curValue":"鏄剧ず鍥炬爣","keyValue":"鏄剧ず鍥炬爣","lasttime":"鏄剧ず鍥炬爣","valueList":["鏄剧ず鍥炬爣","display icon","鏄剧ず鍥炬爣"]},{"curValue":"鏄剧ず鏂囧瓧","keyValue":"鏄剧ず鏂囧瓧","lasttime":"鏄剧ず鏂囧瓧","valueList":["鏄剧ず鏂囧瓧","display text","鏄剧ず鏂囧瓧"]},{"curValue":"鏄剧ず鍥炬爣鍜屾枃瀛","keyValue":"鏄剧ず鍥炬爣鍜屾枃瀛","lasttime":"鏄剧ず鍥炬爣鍜屾枃瀛","valueList":["鏄剧ず鍥炬爣鍜屾枃瀛","display icon and text","鏄剧ず鍥炬爣鍜屾枃瀛"]},{"curValue":"鎵撳紑","keyValue":"鎵撳紑","lasttime":"鎵撳紑","valueList":["鎵撳紑","open","鎵撳紑"]},{"curValue":"淇濆瓨","keyValue":"淇濆瓨","lasttime":"淇濆瓨","valueList":["淇濆瓨","save","淇濆瓨"]},{"curValue":"鍙﹀瓨涓","keyValue":"鍙﹀瓨涓","lasttime":"鍙﹀瓨涓","valueList":["鍙﹀瓨涓","save as","鍙﹀瓨涓"]},{"curValue":"閲囬泦","keyValue":"閲囬泦","lasttime":"閲囬泦","valueList":["閲囬泦","grab a frame","閲囬泦"]},{"curValue":"瀹炴椂閲囬泦","keyValue":"瀹炴椂閲囬泦","lasttime":"瀹炴椂閲囬泦","valueList":["瀹炴椂閲囬泦","continus grab","瀹炴椂閲囬泦"]},{"curValue":"瀹炴椂鍥惧儚淇℃伅","keyValue":"瀹炴椂鍥惧儚淇℃伅","lasttime":"瀹炴椂鍥惧儚淇℃伅","valueList":["瀹炴椂鍥惧儚淇℃伅","cur info","瀹炴椂鍥惧儚淇℃伅"]},{"curValue":"澶勭悊","keyValue":"澶勭悊","lasttime":"澶勭悊","valueList":["澶勭悊","process","澶勭悊"]},{"curValue":"宸︿笂鍏夋簮","keyValue":"宸︿笂鍏夋簮","lasttime":"宸︿笂鍏夋簮","valueList":["宸︿笂鍏夋簮","left light","宸︿笂鍏夋簮"]},{"curValue":"鍙充笂鍏夋簮","keyValue":"鍙充笂鍏夋簮","lasttime":"鍙充笂鍏夋簮","valueList":["鍙充笂鍏夋簮","right light","鍙充笂鍏夋簮"]},{"curValue":"绛夊緟\r\n鎵爜涓.","keyValue":"绛夊緟\r\n鎵爜涓.","lasttime":"绛夊緟\r\n鎵爜涓.","valueList":["绛夊緟\r\n鎵爜涓.","waiting scann","绛夊緟\r\n鎵爜涓."]},{"curValue":"鍑歌疆閫熷害","keyValue":"鍑歌疆閫熷害","lasttime":"鍑歌疆閫熷害","valueList":["鍑歌疆閫熷害","the speed of the cam","鍑歌疆閫熷害"]},{"curValue":"鍚告枡妯Щ閫熷害","keyValue":"鍚告枡妯Щ閫熷害","lasttime":"鍚告枡妯Щ閫熷害","valueList":["鍚告枡妯Щ閫熷害","pipe moving speed","鍚告枡妯Щ閫熷害"]},{"curValue":"鍑歌疆鍒囧垁浣","keyValue":"鍑歌疆鍒囧垁浣","lasttime":"鍑歌疆鍒囧垁浣","valueList":["鍑歌疆鍒囧垁浣","the position of the cutter","鍑歌疆鍒囧垁浣"]},{"curValue":"鍑歌疆鍖呰兌浣","keyValue":"鍑歌疆鍖呰兌浣","lasttime":"鍑歌疆鍖呰兌浣","valueList":["鍑歌疆鍖呰兌浣","adjust the tape(cutter)","鍑歌疆鍖呰兌浣"]},{"curValue":"鍑歌疆鍙栨枡浣","keyValue":"鍑歌疆鍙栨枡浣","lasttime":"鍑歌疆鍙栨枡浣","valueList":["鍑歌疆鍙栨枡浣","catch the material(cutter)","鍑歌疆鍙栨枡浣"]},{"curValue":"棰勬挄浣嶇疆","keyValue":"棰勬挄浣嶇疆","lasttime":"棰勬挄浣嶇疆","valueList":["棰勬挄浣嶇疆","Advance to tear location","棰勬挄浣嶇疆"]},{"curValue":"棰勬挄鏃堕棿","keyValue":"棰勬挄鏃堕棿","lasttime":"棰勬挄鏃堕棿","valueList":["棰勬挄鏃堕棿","the time of advance tear ","棰勬挄鏃堕棿"]},{"curValue":"鍥炲師鐐","keyValue":"鍥炲師鐐","lasttime":"鍥炲師鐐","valueList":["鍥炲師鐐","go back","鍥炲師鐐"]},{"curValue":"鍖呰兌浣嶇疆","keyValue":"鍖呰兌浣嶇疆","lasttime":"鍖呰兌浣嶇疆","valueList":["鍖呰兌浣嶇疆","the position of tape","鍖呰兌浣嶇疆"]},{"curValue":"璁惧鐗堟湰鍨嬪彿","keyValue":"璁惧鐗堟湰鍨嬪彿","lasttime":"璁惧鐗堟湰鍨嬪彿","valueList":["璁惧鐗堟湰鍨嬪彿","Equipment version","璁惧鐗堟湰鍨嬪彿"]},{"curValue":"1 浣跨敤 0 涓嶄娇鐢","keyValue":"1 浣跨敤 0 涓嶄娇鐢","lasttime":"1 浣跨敤 0 涓嶄娇鐢","valueList":["1 浣跨敤 0 涓嶄娇鐢","1 on 0 off","1 浣跨敤 0 涓嶄娇鐢"]},{"curValue":"鍙戦佸績璺冲寘鐨勬椂闂 鍗曚綅绉","keyValue":"鍙戦佸績璺冲寘鐨勬椂闂 鍗曚綅绉","lasttime":"鍙戦佸績璺冲寘鐨勬椂闂 鍗曚綅绉","valueList":["鍙戦佸績璺冲寘鐨勬椂闂 鍗曚綅绉","the time of sending the heartbeat unit:second","鍙戦佸績璺冲寘鐨勬椂闂 鍗曚綅绉"]},{"curValue":"娴嬭瘯蹇冭烦鍖呮寚浠","keyValue":"娴嬭瘯蹇冭烦鍖呮寚浠","lasttime":"娴嬭瘯蹇冭烦鍖呮寚浠","valueList":["娴嬭瘯蹇冭烦鍖呮寚浠","the command of testing heartbeat","娴嬭瘯蹇冭烦鍖呮寚浠"]},{"curValue":"蹇冭烦鍖呰繑鍥炲","keyValue":"蹇冭烦鍖呰繑鍥炲","lasttime":"蹇冭烦鍖呰繑鍥炲","valueList":["蹇冭烦鍖呰繑鍥炲","heartbeat return","蹇冭烦鍖呰繑鍥炲"]},{"curValue":"閲嶈瘯绛夊緟鏃堕棿 鍗曚綅绉","keyValue":"閲嶈瘯绛夊緟鏃堕棿 鍗曚綅绉","lasttime":"閲嶈瘯绛夊緟鏃堕棿 鍗曚綅绉","valueList":["閲嶈瘯绛夊緟鏃堕棿 鍗曚綅绉","wait time for retry unit:second","閲嶈瘯绛夊緟鏃堕棿 鍗曚綅绉"]},{"curValue":"閲嶆柊杩炴帴鏃堕棿闂撮殧","keyValue":"閲嶆柊杩炴帴鏃堕棿闂撮殧","lasttime":"閲嶆柊杩炴帴鏃堕棿闂撮殧","valueList":["閲嶆柊杩炴帴鏃堕棿闂撮殧","reconnect interval","閲嶆柊杩炴帴鏃堕棿闂撮殧"]},{"curValue":"鍗曟鏈澶ц繑鍥炴椂闂","keyValue":"鍗曟鏈澶ц繑鍥炴椂闂","lasttime":"鍗曟鏈澶ц繑鍥炴椂闂","valueList":["鍗曟鏈澶ц繑鍥炴椂闂","single maximum return time","鍗曟鏈澶ц繑鍥炴椂闂"]},{"curValue":"鍗曟鏃堕棿闂撮殧","keyValue":"鍗曟鏃堕棿闂撮殧","lasttime":"鍗曟鏃堕棿闂撮殧","valueList":["鍗曟鏃堕棿闂撮殧","single time interval","鍗曟鏃堕棿闂撮殧"]},{"curValue":"1璋冭瘯妯″紡 0姝e父妯″紡","keyValue":"1璋冭瘯妯″紡 0姝e父妯″紡","lasttime":"1璋冭瘯妯″紡 0姝e父妯″紡","valueList":["1璋冭瘯妯″紡 0姝e父妯″紡","1debug 0normal","1璋冭瘯妯″紡 0姝e父妯″紡"]},{"curValue":"淇濆瓨褰撳墠鏁版嵁","keyValue":"淇濆瓨褰撳墠鏁版嵁","lasttime":"淇濆瓨褰撳墠鏁版嵁","valueList":["淇濆瓨褰撳墠鏁版嵁","save the data at present","淇濆瓨褰撳墠鏁版嵁"]},{"curValue":"璇诲彇浣嶅湴鍧","keyValue":"璇诲彇浣嶅湴鍧","lasttime":"璇诲彇浣嶅湴鍧","valueList":["璇诲彇浣嶅湴鍧","read address","璇诲彇浣嶅湴鍧"]},{"curValue":"鍐欎綅鍦板潃","keyValue":"鍐欎綅鍦板潃","lasttime":"鍐欎綅鍦板潃","valueList":["鍐欎綅鍦板潃","write address","鍐欎綅鍦板潃"]},{"curValue":"璇籇鍦板潃","keyValue":"璇籇鍦板潃","lasttime":"璇籇鍦板潃","valueList":["璇籇鍦板潃","read D address","璇籇鍦板潃"]},{"curValue":"鎵╁睍鍦板潃","keyValue":"鎵╁睍鍦板潃","lasttime":"鎵╁睍鍦板潃","valueList":["鎵╁睍鍦板潃","expand address","鎵╁睍鍦板潃"]},{"curValue":"鏄剧ず鏍煎紡","keyValue":"鏄剧ず鏍煎紡","lasttime":"鏄剧ず鏍煎紡","valueList":["鏄剧ず鏍煎紡","display format","鏄剧ず鏍煎紡"]},{"curValue":"涓插彛鍚嶇О","keyValue":"涓插彛鍚嶇О","lasttime":"涓插彛鍚嶇О","valueList":["涓插彛鍚嶇О","a serial port name","涓插彛鍚嶇О"]},{"curValue":"鏁版嵁浣 :5,6,7,8","keyValue":"鏁版嵁浣 :5,6,7,8","lasttime":"鏁版嵁浣 :5,6,7,8","valueList":["鏁版嵁浣 :5,6,7,8","the position of the data :5,6,7,8","鏁版嵁浣 :5,6,7,8"]},{"curValue":"鏍¢獙浣 :E 鍋舵牎楠 check 0:濂囨牎楠","keyValue":"鏍¢獙浣 :E 鍋舵牎楠 check 0:濂囨牎楠","lasttime":"鏍¢獙浣 :E 鍋舵牎楠 check 0:濂囨牎楠","valueList":["鏍¢獙浣 :E 鍋舵牎楠 check 0:濂囨牎楠","parity bit :E even check 0:odd","鏍¢獙浣 :E 鍋舵牎楠 check 0:濂囨牎楠"]},{"curValue":"鍋滄浣 , :1,5,2","keyValue":"鍋滄浣 , :1,5,2","lasttime":"鍋滄浣 , :1,5,2","valueList":["鍋滄浣 , :1,5,2","stop position , :1,5,2","鍋滄浣 , :1,5,2"]},{"curValue":"plc鐐逛綅","keyValue":"plc鐐逛綅","lasttime":"plc鐐逛綅","valueList":["plc鐐逛綅","plc point position","plc鐐逛綅"]},{"curValue":"璇绘潯鐮佹寚浠","keyValue":"璇绘潯鐮佹寚浠","lasttime":"璇绘潯鐮佹寚浠","valueList":["璇绘潯鐮佹寚浠","the command of reading code","璇绘潯鐮佹寚浠"]},{"curValue":"鍋滄璇荤爜鎸囦护","keyValue":"鍋滄璇荤爜鎸囦护","lasttime":"鍋滄璇荤爜鎸囦护","valueList":["鍋滄璇荤爜鎸囦护","stop the command of reading code","鍋滄璇荤爜鎸囦护"]},{"curValue":"宸︿晶鎷嶇収瀹屾垚","keyValue":"宸︿晶鎷嶇収瀹屾垚","lasttime":"宸︿晶鎷嶇収瀹屾垚","valueList":["宸︿晶鎷嶇収瀹屾垚","finished taking pictures on the left","宸︿晶鎷嶇収瀹屾垚"]},{"curValue":"鍙充晶鎷嶇収瀹屾垚","keyValue":"鍙充晶鎷嶇収瀹屾垚","lasttime":"鍙充晶鎷嶇収瀹屾垚","valueList":["鍙充晶鎷嶇収瀹屾垚","finished taking pictures on the right","鍙充晶鎷嶇収瀹屾垚"]},{"curValue":"1琛ㄧず鎾斁锛0琛ㄧず涓嶆挱鏀","keyValue":"1琛ㄧず鎾斁锛0琛ㄧず涓嶆挱鏀","lasttime":"1琛ㄧず鎾斁锛0琛ㄧず涓嶆挱鏀","valueList":["1琛ㄧず鎾斁锛0琛ㄧず涓嶆挱鏀","1display锛0do not display","1琛ㄧず鎾斁锛0琛ㄧず涓嶆挱鏀"]},{"curValue":"宸︿晶鎷嶇収寮濮","keyValue":"宸︿晶鎷嶇収寮濮","lasttime":"宸︿晶鎷嶇収寮濮","valueList":["宸︿晶鎷嶇収寮濮","start taking pictures on the left","宸︿晶鎷嶇収寮濮"]},{"curValue":"鍙充晶鎷嶇収寮濮","keyValue":"鍙充晶鎷嶇収寮濮","lasttime":"鍙充晶鎷嶇収寮濮","valueList":["鍙充晶鎷嶇収寮濮","start taking pictures on the right","鍙充晶鎷嶇収寮濮"]},{"curValue":"绛夊緟绗2娆℃壂鐮","keyValue":"绛夊緟绗2娆℃壂鐮","lasttime":"绛夊緟绗2娆℃壂鐮","valueList":["绛夊緟绗2娆℃壂鐮","wait for the second scan","绛夊緟绗2娆℃壂鐮"]},{"curValue":"鏉$爜姣斿OK,绛夊緟鎺ユ枡","keyValue":"鏉$爜姣斿OK,绛夊緟鎺ユ枡","lasttime":"鏉$爜姣斿OK,绛夊緟鎺ユ枡","valueList":["鏉$爜姣斿OK,绛夊緟鎺ユ枡","pass pls feed","鏉$爜姣斿OK,绛夊緟鎺ユ枡"]},{"curValue":"usb杈撳叆鏉$爜寤舵椂鑷姩杈撳叆","keyValue":"usb杈撳叆鏉$爜寤舵椂鑷姩杈撳叆","lasttime":"usb杈撳叆鏉$爜寤舵椂鑷姩杈撳叆","valueList":["usb杈撳叆鏉$爜寤舵椂鑷姩杈撳叆","usb barcode input delayed auto-input","usb杈撳叆鏉$爜寤舵椂鑷姩杈撳叆"]},{"curValue":"ok澹伴煶鍚嶇О","keyValue":"ok澹伴煶鍚嶇О","lasttime":"ok澹伴煶鍚嶇О","valueList":["ok澹伴煶鍚嶇О","ok voice name","ok澹伴煶鍚嶇О"]},{"curValue":"ng澹伴煶鍚嶇О","keyValue":"ng澹伴煶鍚嶇О","lasttime":"ng澹伴煶鍚嶇О","valueList":["ng澹伴煶鍚嶇О","ng voice name","ng澹伴煶鍚嶇О"]},{"curValue":"褰撴壂鐮佹牎楠宱k鏄惁鎾斁澹伴煶","keyValue":"褰撴壂鐮佹牎楠宱k鏄惁鎾斁澹伴煶","lasttime":"褰撴壂鐮佹牎楠宱k鏄惁鎾斁澹伴煶","valueList":["褰撴壂鐮佹牎楠宱k鏄惁鎾斁澹伴煶","whether to play sound or not when scan is ok","褰撴壂鐮佹牎楠宱k鏄惁鎾斁澹伴煶"]},{"curValue":"1锛氳嚜鍔ㄦ竻绌 0锛氭壂鎻忔柊鏉$爜鎵嶆竻绌","keyValue":"1锛氳嚜鍔ㄦ竻绌 0锛氭壂鎻忔柊鏉$爜鎵嶆竻绌","lasttime":"1锛氳嚜鍔ㄦ竻绌 0锛氭壂鎻忔柊鏉$爜鎵嶆竻绌","valueList":["1锛氳嚜鍔ㄦ竻绌 0锛氭壂鎻忔柊鏉$爜鎵嶆竻绌","1锛歛uto-clear 0锛歝lear when scan the new code","1锛氳嚜鍔ㄦ竻绌 0锛氭壂鎻忔柊鏉$爜鎵嶆竻绌"]},{"curValue":"鎺ユ枡瀹屾垚鏄惁鑷姩娓呯┖鏉$爜","keyValue":"鎺ユ枡瀹屾垚鏄惁鑷姩娓呯┖鏉$爜","lasttime":"鎺ユ枡瀹屾垚鏄惁鑷姩娓呯┖鏉$爜","valueList":["鎺ユ枡瀹屾垚鏄惁鑷姩娓呯┖鏉$爜","clear barCode after splic finished","鎺ユ枡瀹屾垚鏄惁鑷姩娓呯┖鏉$爜"]},{"curValue":"4澶ф寜閽瓧浣撳ぇ灏","keyValue":"4澶ф寜閽瓧浣撳ぇ灏","lasttime":"4澶ф寜閽瓧浣撳ぇ灏","valueList":["4澶ф寜閽瓧浣撳ぇ灏","mainbutton font size","4澶ф寜閽瓧浣撳ぇ灏"]},{"curValue":"绔彛鍙峰彲浠ヨ缃紝鍏朵粬鐨勫弬鏁板浐瀹氫负 娉㈢壒鐜115200锛屽伓鏍¢獙锛8鏁版嵁浣嶏紝1鍋滄浣 ","keyValue":"绔彛鍙峰彲浠ヨ缃紝鍏朵粬鐨勫弬鏁板浐瀹氫负 娉㈢壒鐜115200锛屽伓鏍¢獙锛8鏁版嵁浣嶏紝1鍋滄浣 ","lasttime":"绔彛鍙峰彲浠ヨ缃紝鍏朵粬鐨勫弬鏁板浐瀹氫负 娉㈢壒鐜115200锛屽伓鏍¢獙锛8鏁版嵁浣嶏紝1鍋滄浣 ","valueList":["绔彛鍙峰彲浠ヨ缃紝鍏朵粬鐨勫弬鏁板浐瀹氫负 娉㈢壒鐜115200锛屽伓鏍¢獙锛8鏁版嵁浣嶏紝1鍋滄浣 ","can set portName other para 115200.E.8.1","绔彛鍙峰彲浠ヨ缃紝鍏朵粬鐨勫弬鏁板浐瀹氫负 娉㈢壒鐜115200锛屽伓鏍¢獙锛8鏁版嵁浣嶏紝1鍋滄浣 "]},{"curValue":"淇濆瓨鏃ュ織","keyValue":"淇濆瓨鏃ュ織","lasttime":"淇濆瓨鏃ュ織","valueList":["淇濆瓨鏃ュ織","save log","淇濆瓨鏃ュ織"]},{"curValue":"鎺ユ枡鏈哄姩浣滄壂鎻","keyValue":"鎺ユ枡鏈哄姩浣滄壂鎻","lasttime":"鎺ユ枡鏈哄姩浣滄壂鎻","valueList":["鎺ユ枡鏈哄姩浣滄壂鎻","splic scan action","鎺ユ枡鏈哄姩浣滄壂鎻"]},{"curValue":"鎵爜灞忚斀","keyValue":"鎵爜灞忚斀","lasttime":"鎵爜灞忚斀","valueList":["鎵爜灞忚斀","disable scan barcode","鎵爜灞忚斀"]},{"curValue":"鎵爜灞忚斀,绛夊緟鎺ユ枡銆傘","keyValue":"鎵爜灞忚斀,绛夊緟鎺ユ枡銆傘","lasttime":"鎵爜灞忚斀,绛夊緟鎺ユ枡銆傘","valueList":["鎵爜灞忚斀,绛夊緟鎺ユ枡銆傘","disable scan ,wait splic ","鎵爜灞忚斀,绛夊緟鎺ユ枡銆傘"]},{"curValue":"閬胯浣嶇疆","keyValue":"閬胯浣嶇疆","lasttime":"閬胯浣嶇疆","valueList":["閬胯浣嶇疆","avoidance location","閬胯浣嶇疆"]},{"curValue":"鑷抽伩璁╀綅缃","keyValue":"鑷抽伩璁╀綅缃","lasttime":"鑷抽伩璁╀綅缃","valueList":["鑷抽伩璁╀綅缃","to avoidance loation","鑷抽伩璁╀綅缃"]},{"curValue":"棰勬挄杩涜窛绂","keyValue":"棰勬挄杩涜窛绂","lasttime":"棰勬挄杩涜窛绂","valueList":["棰勬挄杩涜窛绂","pre-tearing distance","棰勬挄杩涜窛绂"]},{"curValue":"棰勬挄鍙嶈浆鏃堕棿","keyValue":"棰勬挄鍙嶈浆鏃堕棿","lasttime":"棰勬挄鍙嶈浆鏃堕棿","valueList":["棰勬挄鍙嶈浆鏃堕棿","pre-tearing toggle time","棰勬挄鍙嶈浆鏃堕棿"]},{"curValue":"缃戦〉","keyValue":"缃戦〉","lasttime":"缃戦〉","valueList":["缃戦〉","website","缃戦〉"]},{"curValue":"瑙﹀彂","keyValue":"瑙﹀彂","lasttime":"瑙﹀彂","valueList":["瑙﹀彂","trigger","瑙﹀彂"]},{"curValue":"鍐欏厜绾ゅ","keyValue":"鍐欏厜绾ゅ","lasttime":"鍐欏厜绾ゅ","valueList":["鍐欏厜绾ゅ","write firbr","鍐欏厜绾ゅ"]},{"curValue":"鎺ユ枡涓","keyValue":"鎺ユ枡涓","lasttime":"鎺ユ枡涓","valueList":["鎺ユ枡涓","splicing","鎺ユ枡涓"]},{"curValue":"鍗冲皢鍏虫満,\r\n鍓╀綑","keyValue":"鍗冲皢鍏虫満,\r\n鍓╀綑","lasttime":"鍗冲皢鍏虫満,\r\n鍓╀綑","valueList":["鍗冲皢鍏虫満,\r\n鍓╀綑","coming soon shut down .remain","鍗冲皢鍏虫満,\r\n鍓╀綑"]},{"curValue":"鎶ヨ涓","keyValue":"鎶ヨ涓","lasttime":"鎶ヨ涓","valueList":["鎶ヨ涓","alarming","鎶ヨ涓"]},{"curValue":"鎶ヨ","keyValue":"鎶ヨ","lasttime":"鎶ヨ","valueList":["鎶ヨ","alarming","鎶ヨ"]},{"curValue":"鍗冲皢鍏虫満","keyValue":"鍗冲皢鍏虫満","lasttime":"鍗冲皢鍏虫満","valueList":["鍗冲皢鍏虫満"," shut down","鍗冲皢鍏虫満"]},{"curValue":"鍓╀綑","keyValue":"鍓╀綑","lasttime":"鍓╀綑","valueList":["鍓╀綑","remain","鍓╀綑"]},{"curValue":"绉","keyValue":"绉","lasttime":"绉","valueList":["绉","second","绉"]},{"curValue":"澶嶆壂鏍¢獙鎴愬姛","keyValue":"澶嶆壂鏍¢獙鎴愬姛","lasttime":"澶嶆壂鏍¢獙鎴愬姛","valueList":["澶嶆壂鏍¢獙鎴愬姛","rescan check ok","澶嶆壂鏍¢獙鎴愬姛"]},{"curValue":"鎺ユ敹鎵爜淇℃伅","keyValue":"鎺ユ敹鎵爜淇℃伅","lasttime":"鎺ユ敹鎵爜淇℃伅","valueList":["鎺ユ敹鎵爜淇℃伅","receive new barcode","鎺ユ敹鎵爜淇℃伅"]},{"curValue":"鎺ユ枡鏈 v18.11.19","keyValue":"鎺ユ枡鏈 v18.11.19","lasttime":"鎺ユ枡鏈 v18.11.19","valueList":["鎺ユ枡鏈 v18.11.19","splic machine v18.11.19","鎺ユ枡鏈 v18.11.19"]},{"curValue":"Tcp绔彛鍙","keyValue":"Tcp绔彛鍙","lasttime":"Tcp绔彛鍙","valueList":["Tcp绔彛鍙","Tcp port","Tcp绔彛鍙"]},{"curValue":"Udp绔彛鍙","keyValue":"Udp绔彛鍙","lasttime":"Udp绔彛鍙","valueList":["Udp绔彛鍙","Udp port","Udp绔彛鍙"]},{"curValue":"涓插彛绔彛鍙","keyValue":"涓插彛绔彛鍙","lasttime":"涓插彛绔彛鍙","valueList":["涓插彛绔彛鍙","serial com portName","涓插彛绔彛鍙"]},{"curValue":"mes杩斿洖绛夊緟鏃堕棿","keyValue":"mes杩斿洖绛夊緟鏃堕棿","lasttime":"mes杩斿洖绛夊緟鏃堕棿","valueList":["mes杩斿洖绛夊緟鏃堕棿","mes return time","mes杩斿洖绛夊緟鏃堕棿"]},{"curValue":"鎺ユ敹鍒扮殑鏉$爜鏄","keyValue":"鎺ユ敹鍒扮殑鏉$爜鏄","lasttime":"鎺ユ敹鍒扮殑鏉$爜鏄","valueList":["鎺ユ敹鍒扮殑鏉$爜鏄","receive barcode is","鎺ユ敹鍒扮殑鏉$爜鏄"]},{"curValue":"寮濮嬫潯鐮佹牎楠屾潯鐮","keyValue":"寮濮嬫潯鐮佹牎楠屾潯鐮","lasttime":"寮濮嬫潯鐮佹牎楠屾潯鐮","valueList":["寮濮嬫潯鐮佹牎楠屾潯鐮","start check barcode","寮濮嬫潯鐮佹牎楠屾潯鐮"]},{"curValue":"鏂版潯鐮侀暱搴﹀お鐭紝鑷冲皯8浣","keyValue":"鏂版潯鐮侀暱搴﹀お鐭紝鑷冲皯8浣","lasttime":"鏂版潯鐮侀暱搴﹀お鐭紝鑷冲皯8浣","valueList":["鏂版潯鐮侀暱搴﹀お鐭紝鑷冲皯8浣","new barcode is too short","鏂版潯鐮侀暱搴﹀お鐭紝鑷冲皯8浣"]},{"curValue":"鏂版潯鐮佷笉鑳戒负绌","keyValue":"鏂版潯鐮佷笉鑳戒负绌","lasttime":"鏂版潯鐮佷笉鑳戒负绌","valueList":["鏂版潯鐮佷笉鑳戒负绌","new barcode cannot null","鏂版潯鐮佷笉鑳戒负绌"]},{"curValue":"mes鏍¢獙杩斿洖鍊","keyValue":"mes鏍¢獙杩斿洖鍊","lasttime":"mes鏍¢獙杩斿洖鍊","valueList":["mes鏍¢獙杩斿洖鍊","mes check return ","mes鏍¢獙杩斿洖鍊"]},{"curValue":"mes鏍¢獙杩斿洖鍊1","keyValue":"mes鏍¢獙杩斿洖鍊1","lasttime":"mes鏍¢獙杩斿洖鍊1","valueList":["mes鏍¢獙杩斿洖鍊1","mes check return 1","mes鏍¢獙杩斿洖鍊1"]},{"curValue":"鏃ф潯鐮佷笉鑳戒负绌","keyValue":"鏃ф潯鐮佷笉鑳戒负绌","lasttime":"鏃ф潯鐮佷笉鑳戒负绌","valueList":["鏃ф潯鐮佷笉鑳戒负绌","old barcode cannot be null","鏃ф潯鐮佷笉鑳戒负绌"]},{"curValue":"mes鏍¢獙杩斿洖鍊2","keyValue":"mes鏍¢獙杩斿洖鍊2","lasttime":"mes鏍¢獙杩斿洖鍊2","valueList":["mes鏍¢獙杩斿洖鍊2","mes check return 2","mes鏍¢獙杩斿洖鍊2"]},{"curValue":"鏉$爜鎸囩ず鐏222","keyValue":"鏉$爜鎸囩ず鐏222","lasttime":"鏉$爜鎸囩ず鐏222","valueList":["鏉$爜鎸囩ず鐏222","barcode led 222","鏉$爜鎸囩ず鐏222"]},{"curValue":"鍏堟斁鏂欏甫妯″紡绛夊緟鎵爜","keyValue":"鍏堟斁鏂欏甫妯″紡绛夊緟鎵爜","lasttime":"鍏堟斁鏂欏甫妯″紡绛夊緟鎵爜","valueList":["鍏堟斁鏂欏甫妯″紡绛夊緟鎵爜","put product first","鍏堟斁鏂欏甫妯″紡绛夊緟鎵爜"]},{"curValue":"绗竴閮ㄥ垎","keyValue":"绗竴閮ㄥ垎","lasttime":"绗竴閮ㄥ垎","valueList":["绗竴閮ㄥ垎","first part","绗竴閮ㄥ垎"]},{"curValue":"绗笁閮ㄥ垎","keyValue":"绗笁閮ㄥ垎","lasttime":"绗笁閮ㄥ垎","valueList":["绗笁閮ㄥ垎","The third part","绗笁閮ㄥ垎"]},{"curValue":"鍙傛暟","keyValue":"鍙傛暟","lasttime":"鍙傛暟","valueList":["鍙傛暟","para","鍙傛暟"]},{"curValue":"杩涙枡瓒呮椂","keyValue":"杩涙枡瓒呮椂","lasttime":"杩涙枡瓒呮椂","valueList":["杩涙枡瓒呮椂","enter product time out","杩涙枡瓒呮椂"]},{"curValue":"鎺ユ枡瓒呮椂","keyValue":"鎺ユ枡瓒呮椂","lasttime":"鎺ユ枡瓒呮椂","valueList":["鎺ユ枡瓒呮椂","splic product timeout","鎺ユ枡瓒呮椂"]},{"curValue":"鍙嶈浆鏃堕棿","keyValue":"鍙嶈浆鏃堕棿","lasttime":"鍙嶈浆鏃堕棿","valueList":["鍙嶈浆鏃堕棿","motor run oppsite dir time","鍙嶈浆鏃堕棿"]},{"curValue":"棰勬挄璺濈","keyValue":"棰勬挄璺濈","lasttime":"棰勬挄璺濈","valueList":["棰勬挄璺濈","pre distance","棰勬挄璺濈"]},{"curValue":"棰勬挄瀹屽鎺ラ熷害","keyValue":"棰勬挄瀹屽鎺ラ熷害","lasttime":"棰勬挄瀹屽鎺ラ熷害","valueList":["棰勬挄瀹屽鎺ラ熷害","pre tear speed","棰勬挄瀹屽鎺ラ熷害"]},{"curValue":"鏌ユ壘绌烘枡閫熷害","keyValue":"鏌ユ壘绌烘枡閫熷害","lasttime":"鏌ユ壘绌烘枡閫熷害","valueList":["鏌ユ壘绌烘枡閫熷害","find null speed","鏌ユ壘绌烘枡閫熷害"]},{"curValue":"褰撳墠浣嶇疆(mm)","keyValue":"褰撳墠浣嶇疆(mm)","lasttime":"褰撳墠浣嶇疆(mm)","valueList":["褰撳墠浣嶇疆(mm)","cur pos","褰撳墠浣嶇疆(mm)"]},{"curValue":"鍚戜笅","keyValue":"鍚戜笅","lasttime":"鍚戜笅","valueList":["鍚戜笅","down","鍚戜笅"]},{"curValue":"鍚戜笂","keyValue":"鍚戜笂","lasttime":"鍚戜笂","valueList":["鍚戜笂","up","鍚戜笂"]},{"curValue":"妫娴嬫洿鏂","keyValue":"妫娴嬫洿鏂","lasttime":"妫娴嬫洿鏂","valueList":["妫娴嬫洿鏂","update","妫娴嬫洿鏂"]},{"curValue":"鐢电閾","keyValue":"鐢电閾","lasttime":"鐢电閾","valueList":["鐢电閾","electromagnet","鐢电閾"]},{"curValue":"棰勬挄鐢垫満","keyValue":"棰勬挄鐢垫満","lasttime":"棰勬挄鐢垫満","valueList":["棰勬挄鐢垫満","pre tear motor","棰勬挄鐢垫満"]},{"curValue":"鍑歌疆棰勬挄鎶捣","keyValue":"鍑歌疆棰勬挄鎶捣","lasttime":"鍑歌疆棰勬挄鎶捣","valueList":["鍑歌疆棰勬挄鎶捣","cam pre tear up","鍑歌疆棰勬挄鎶捣"]},{"curValue":"鍑歌疆棰勬挄鍘嬩笅","keyValue":"鍑歌疆棰勬挄鍘嬩笅","lasttime":"鍑歌疆棰勬挄鍘嬩笅","valueList":["鍑歌疆棰勬挄鍘嬩笅","cam pre tear press","鍑歌疆棰勬挄鍘嬩笅"]},{"curValue":"妯℃嫙閲忚缃","keyValue":"妯℃嫙閲忚缃","lasttime":"妯℃嫙閲忚缃","valueList":["妯℃嫙閲忚缃","ad settting","妯℃嫙閲忚缃"]},{"curValue":"鏄惁浣跨敤涓插彛鎵爜鏋猒","keyValue":"鏄惁浣跨敤涓插彛鎵爜鏋猒","lasttime":"鏄惁浣跨敤涓插彛鎵爜鏋猒","valueList":["鏄惁浣跨敤涓插彛鎵爜鏋猒","use com scanner","鏄惁浣跨敤涓插彛鎵爜鏋猒"]},{"curValue":"鍙栨枡甯﹀欢鏃","keyValue":"鍙栨枡甯﹀欢鏃","lasttime":"鍙栨枡甯﹀欢鏃","valueList":["鍙栨枡甯﹀欢鏃","pick product time delay","鍙栨枡甯﹀欢鏃"]},{"curValue":"鎷ㄦ枡1鏃堕棿","keyValue":"鎷ㄦ枡1鏃堕棿","lasttime":"鎷ㄦ枡1鏃堕棿","valueList":["鎷ㄦ枡1鏃堕棿","Dial 1 time","鎷ㄦ枡1鏃堕棿"]},{"curValue":"鎷ㄦ枡2鏃堕棿","keyValue":"鎷ㄦ枡2鏃堕棿","lasttime":"鎷ㄦ枡2鏃堕棿","valueList":["鎷ㄦ枡2鏃堕棿","Dial 2 time","鎷ㄦ枡2鏃堕棿"]},{"curValue":"棰勭Щ鑺傝窛","keyValue":"棰勭Щ鑺傝窛","lasttime":"棰勭Щ鑺傝窛","valueList":["棰勭Щ鑺傝窛","Moves the pitch","棰勭Щ鑺傝窛"]},{"curValue":"鍓茶啘娆℃暟","keyValue":"鍓茶啘娆℃暟","lasttime":"鍓茶啘娆℃暟","valueList":["鍓茶啘娆℃暟","Cut the film times","鍓茶啘娆℃暟"]},{"curValue":"鎷ㄥ垁1","keyValue":"鎷ㄥ垁1","lasttime":"鎷ㄥ垁1","valueList":["鎷ㄥ垁1","Dial the dao 1","鎷ㄥ垁1"]},{"curValue":"鎷ㄥ垁2","keyValue":"鎷ㄥ垁2","lasttime":"鎷ㄥ垁2","valueList":["鎷ㄥ垁2","Dial the dao 2","鎷ㄥ垁2"]},{"curValue":"鍚稿ご","keyValue":"鍚稿ご","lasttime":"鍚稿ご","valueList":["鍚稿ご","suction","鍚稿ご"]},{"curValue":"娴侀亾","keyValue":"娴侀亾","lasttime":"娴侀亾","valueList":["娴侀亾","Flow channel","娴侀亾"]},{"curValue":"鑷虫嫧鍑轰綅(mm)","keyValue":"鑷虫嫧鍑轰綅(mm)","lasttime":"鑷虫嫧鍑轰綅(mm)","valueList":["鑷虫嫧鍑轰綅(mm)","To dial out (mm)","鑷虫嫧鍑轰綅(mm)"]},{"curValue":"鎷ㄥ垁閫熷害","keyValue":"鎷ㄥ垁閫熷害","lasttime":"鎷ㄥ垁閫熷害","valueList":["鎷ㄥ垁閫熷害","Dial the knife speed","鎷ㄥ垁閫熷害"]},{"curValue":"鑷冲垏鍒浣(mm)","keyValue":"鑷冲垏鍒浣(mm)","lasttime":"鑷冲垏鍒浣(mm)","valueList":["鑷冲垏鍒浣(mm)","To the cutting edge (mm)","鑷冲垏鍒浣(mm)"]},{"curValue":"鍚稿ご閫熷害","keyValue":"鍚稿ご閫熷害","lasttime":"鍚稿ご閫熷害","valueList":["鍚稿ご閫熷害","Suction speed","鍚稿ご閫熷害"]},{"curValue":"閫佽啘1閫熷害","keyValue":"閫佽啘1閫熷害","lasttime":"閫佽啘1閫熷害","valueList":["閫佽啘1閫熷害","Film feeding speed 1","閫佽啘1閫熷害"]},{"curValue":"鐑啍浣嶇疆","keyValue":"鐑啍浣嶇疆","lasttime":"鐑啍浣嶇疆","valueList":["鐑啍浣嶇疆","Hot melt position","鐑啍浣嶇疆"]},{"curValue":"鑷冲寘鑳朵綅(mm)","keyValue":"鑷冲寘鑳朵綅(mm)","lasttime":"鑷冲寘鑳朵綅(mm)","valueList":["鑷冲寘鑳朵綅(mm)","To glue level (mm)","鑷冲寘鑳朵綅(mm)"]},{"curValue":"鑳惰啘1鍚镐綅(mm)","keyValue":"鑳惰啘1鍚镐綅(mm)","lasttime":"鑳惰啘1鍚镐綅(mm)","valueList":["鑳惰啘1鍚镐綅(mm)","Adhesive film 1 suction position (mm)","鑳惰啘1鍚镐綅(mm)"]},{"curValue":"鑳惰啘2鍚镐綅(mm)","keyValue":"鑳惰啘2鍚镐綅(mm)","lasttime":"鑳惰啘2鍚镐綅(mm)","valueList":["鑳惰啘2鍚镐綅(mm)","Adhesive film 1 suction position (mm)","鑳惰啘2鍚镐綅(mm)"]},{"curValue":"12mm鎷ㄥ嚭浣","keyValue":"12mm鎷ㄥ嚭浣","lasttime":"12mm鎷ㄥ嚭浣","valueList":["12mm鎷ㄥ嚭浣","12 mm dial stand out","12mm鎷ㄥ嚭浣"]},{"curValue":"16mm鎷ㄥ嚭浣","keyValue":"16mm鎷ㄥ嚭浣","lasttime":"16mm鎷ㄥ嚭浣","valueList":["16mm鎷ㄥ嚭浣","16 mm dial stand out","16mm鎷ㄥ嚭浣"]},{"curValue":"鎷ㄥ垁2閫熷害","keyValue":"鎷ㄥ垁2閫熷害","lasttime":"鎷ㄥ垁2閫熷害","valueList":["鎷ㄥ垁2閫熷害","Dial 2 speed","鎷ㄥ垁2閫熷害"]},{"curValue":"閫佽啘2閫熷害","keyValue":"閫佽啘2閫熷害","lasttime":"閫佽啘2閫熷害","valueList":["閫佽啘2閫熷害","Film feeding speed 2","閫佽啘2閫熷害"]},{"curValue":"鍏ユ枡鏃","keyValue":"鍏ユ枡鏃","lasttime":"鍏ユ枡鏃","valueList":["鍏ユ枡鏃","In way","鍏ユ枡鏃"]},{"curValue":"澶圭揣鏃","keyValue":"澶圭揣鏃","lasttime":"澶圭揣鏃","valueList":["澶圭揣鏃","clamping","澶圭揣鏃"]},{"curValue":"8mm瀹藉害","keyValue":"8mm瀹藉害","lasttime":"8mm瀹藉害","valueList":["8mm瀹藉害","8 mm width","8mm瀹藉害"]},{"curValue":"12mm瀹藉害","keyValue":"12mm瀹藉害","lasttime":"12mm瀹藉害","valueList":["12mm瀹藉害","12 mm width","12mm瀹藉害"]},{"curValue":"16mm瀹藉害","keyValue":"16mm瀹藉害","lasttime":"16mm瀹藉害","valueList":["16mm瀹藉害","16 mm width","16mm瀹藉害"]},{"curValue":"璋冨閫熷害","keyValue":"璋冨閫熷害","lasttime":"璋冨閫熷害","valueList":["璋冨閫熷害","Wide adjustable speed","璋冨閫熷害"]},{"curValue":"鎷ㄦ枡甯","keyValue":"鎷ㄦ枡甯","lasttime":"鎷ㄦ枡甯","valueList":["鎷ㄦ枡甯","Dial the strip","鎷ㄦ枡甯"]},{"curValue":"鎷ㄦ枡甯1","keyValue":"鎷ㄦ枡甯1","lasttime":"鎷ㄦ枡甯1","valueList":["鎷ㄦ枡甯1","Dial the strip 1","鎷ㄦ枡甯1"]},{"curValue":"鎷ㄦ枡甯2","keyValue":"鎷ㄦ枡甯2","lasttime":"鎷ㄦ枡甯2","valueList":["鎷ㄦ枡甯2","Dial the strip 2","鎷ㄦ枡甯2"]},{"curValue":"鐪熺┖1","keyValue":"鐪熺┖1","lasttime":"鐪熺┖1","valueList":["鐪熺┖1","vacuum 1","鐪熺┖1"]},{"curValue":"鐪熺┖2","keyValue":"鐪熺┖2","lasttime":"鐪熺┖2","valueList":["鐪熺┖2","vacuum 2","鐪熺┖2"]},{"curValue":"鐪熺┖3","keyValue":"鐪熺┖3","lasttime":"鐪熺┖3","valueList":["鐪熺┖3","vacuum 3","鐪熺┖3"]},{"curValue":"鎷ㄤ竴涓枡1","keyValue":"鎷ㄤ竴涓枡1","lasttime":"鎷ㄤ竴涓枡1","valueList":["鎷ㄤ竴涓枡1","Pick a material 1","鎷ㄤ竴涓枡1"]},{"curValue":"鎷ㄤ竴涓枡2","keyValue":"鎷ㄤ竴涓枡2","lasttime":"鎷ㄤ竴涓枡2","valueList":["鎷ㄤ竴涓枡2","Pick a material 2","鎷ㄤ竴涓枡2"]},{"curValue":"浠巔lc璇诲彇鏁版嵁","keyValue":"浠巔lc璇诲彇鏁版嵁","lasttime":"浠巔lc璇诲彇鏁版嵁","valueList":["浠巔lc璇诲彇鏁版嵁","Read data from PLC","浠巔lc璇诲彇鏁版嵁"]},{"curValue":"io鐩戞帶","keyValue":"io鐩戞帶","lasttime":"io鐩戞帶","valueList":["io鐩戞帶","IO monitor","io鐩戞帶"]},{"curValue":"宸﹀瓟杈","keyValue":"宸﹀瓟杈","lasttime":"宸﹀瓟杈","valueList":["宸﹀瓟杈","The left side of hole","宸﹀瓟杈"]},{"curValue":"宸﹀瓟涓績","keyValue":"宸﹀瓟涓績","lasttime":"宸﹀瓟涓績","valueList":["宸﹀瓟涓績","The center left hole","宸﹀瓟涓績"]},{"curValue":"宸︿袱瀛斾腑蹇","keyValue":"宸︿袱瀛斾腑蹇","lasttime":"宸︿袱瀛斾腑蹇","valueList":["宸︿袱瀛斾腑蹇","Center of left two holes","宸︿袱瀛斾腑蹇"]},{"curValue":"鍙冲瓟杈","keyValue":"鍙冲瓟杈","lasttime":"鍙冲瓟杈","valueList":["鍙冲瓟杈","The right side of hole","鍙冲瓟杈"]},{"curValue":"鍙冲瓟涓績","keyValue":"鍙冲瓟涓績","lasttime":"鍙冲瓟涓績","valueList":["鍙冲瓟涓績","The center right hole","鍙冲瓟涓績"]},{"curValue":"鍙充袱瀛斾腑蹇","keyValue":"鍙充袱瀛斾腑蹇","lasttime":"鍙充袱瀛斾腑蹇","valueList":["鍙充袱瀛斾腑蹇","Center of right two holes","鍙充袱瀛斾腑蹇"]},{"curValue":"瀛斾腑蹇","keyValue":"瀛斾腑蹇","lasttime":"瀛斾腑蹇","valueList":["瀛斾腑蹇","Hole center","瀛斾腑蹇"]},{"curValue":"瀛旇竟2","keyValue":"瀛旇竟2","lasttime":"瀛旇竟2","valueList":["瀛旇竟2","The side of hole 2","瀛旇竟2"]},{"curValue":"涓ゅ瓟涓績","keyValue":"涓ゅ瓟涓績","lasttime":"涓ゅ瓟涓績","valueList":["涓ゅ瓟涓績","Two hole center","涓ゅ瓟涓績"]},{"curValue":"宸","keyValue":"宸","lasttime":"宸","valueList":["宸","On the left","宸"]},{"curValue":"鍙","keyValue":"鍙","lasttime":"鍙","valueList":["鍙","On the right","鍙"]},{"curValue":"鍒囧垁浣嶄笉灞忚斀","keyValue":"鍒囧垁浣嶄笉灞忚斀","lasttime":"鍒囧垁浣嶄笉灞忚斀","valueList":["鍒囧垁浣嶄笉灞忚斀","Cutter bitDon't block","鍒囧垁浣嶄笉灞忚斀"]},{"curValue":"鎷ㄦ枡鏃堕棿","keyValue":"鎷ㄦ枡鏃堕棿","lasttime":"鎷ㄦ枡鏃堕棿","valueList":["鎷ㄦ枡鏃堕棿","briar dressing time","鎷ㄦ枡鏃堕棿"]},{"curValue":"鏍煎紡=a|A;b|B;\r\n琛ㄧず灏哸鏇挎崲鎴怉锛屽皢b鏇挎崲鎴怋","keyValue":"鏍煎紡=a|A;b|B;\r\n琛ㄧず灏哸鏇挎崲鎴怉锛屽皢b鏇挎崲鎴怋","lasttime":"鏍煎紡=a|A;b|B;\r\n琛ㄧず灏哸鏇挎崲鎴怉锛屽皢b鏇挎崲鎴怋","valueList":["鏍煎紡=a|A;b|B;\r\n琛ㄧず灏哸鏇挎崲鎴怉锛屽皢b鏇挎崲鎴怋","format=a|A;b|B;\r\nreplace a to A 锛宺eplace b to B","鏍煎紡=a|A;b|B;\r\n琛ㄧず灏哸鏇挎崲鎴怉锛屽皢b鏇挎崲鎴怋"]},{"curValue":"鏄惁杩涜瀛楃鏇挎崲 锛堝繀椤绘槸鑻辨枃杈撳叆娉曪級","keyValue":"鏄惁杩涜瀛楃鏇挎崲 锛堝繀椤绘槸鑻辨枃杈撳叆娉曪級","lasttime":"鏄惁杩涜瀛楃鏇挎崲 锛堝繀椤绘槸鑻辨枃杈撳叆娉曪級","valueList":["鏄惁杩涜瀛楃鏇挎崲 锛堝繀椤绘槸鑻辨枃杈撳叆娉曪級","replace char or not","鏄惁杩涜瀛楃鏇挎崲 锛堝繀椤绘槸鑻辨枃杈撳叆娉曪級"]},{"curValue":"鐩告満璁剧疆","keyValue":"鐩告満璁剧疆","lasttime":"鐩告満璁剧疆","valueList":["鐩告満璁剧疆","ccd setting","鐩告満璁剧疆"]},{"curValue":"鍥惧儚澶勭悊","keyValue":"鍥惧儚澶勭悊","lasttime":"鍥惧儚澶勭悊","valueList":["鍥惧儚澶勭悊","image process","鍥惧儚澶勭悊"]},{"curValue":"娴嬭瘯鏉$爜","keyValue":"娴嬭瘯鏉$爜","lasttime":"娴嬭瘯鏉$爜","valueList":["娴嬭瘯鏉$爜","barcode","娴嬭瘯鏉$爜"]},{"curValue":"蹇呴』涓嶄竴鑷","keyValue":"蹇呴』涓嶄竴鑷","lasttime":"蹇呴』涓嶄竴鑷","valueList":["蹇呴』涓嶄竴鑷","must different","蹇呴』涓嶄竴鑷"]},{"curValue":"蹇呴』涓鑷","keyValue":"蹇呴』涓鑷","lasttime":"蹇呴』涓鑷","valueList":["蹇呴』涓鑷","must equal","蹇呴』涓鑷"]},{"curValue":"鏌ョ湅","keyValue":"鏌ョ湅","lasttime":"鏌ョ湅","valueList":["鏌ョ湅","show","鏌ョ湅"]},{"curValue":"璁剧疆鍥惧儚澶勭悊鍙傛暟","keyValue":"璁剧疆鍥惧儚澶勭悊鍙傛暟","lasttime":"璁剧疆鍥惧儚澶勭悊鍙傛暟","valueList":["璁剧疆鍥惧儚澶勭悊鍙傛暟","set deal image para","璁剧疆鍥惧儚澶勭悊鍙傛暟"]},{"curValue":"鑷姩璁剧疆ROI","keyValue":"鑷姩璁剧疆ROI","lasttime":"鑷姩璁剧疆ROI","valueList":["鑷姩璁剧疆ROI","auto set roi","鑷姩璁剧疆ROI"]},{"curValue":"鎻愮ず锛氬綋鍓嶄綅缃畑=","keyValue":"鎻愮ず锛氬綋鍓嶄綅缃畑=","lasttime":"鎻愮ず锛氬綋鍓嶄綅缃畑=","valueList":["鎻愮ず锛氬綋鍓嶄綅缃畑=","tips :curpos =","鎻愮ず锛氬綋鍓嶄綅缃畑="]},{"curValue":"鎵撳紑鍥惧儚","keyValue":"鎵撳紑鍥惧儚","lasttime":"鎵撳紑鍥惧儚","valueList":["鎵撳紑鍥惧儚","open image","鎵撳紑鍥惧儚"]},{"curValue":"鍙充晶鐩告満","keyValue":"鍙充晶鐩告満","lasttime":"鍙充晶鐩告満","valueList":["鍙充晶鐩告満","right cam","鍙充晶鐩告満"]},{"curValue":"鍖哄煙鍚嶇О","keyValue":"鍖哄煙鍚嶇О","lasttime":"鍖哄煙鍚嶇О","valueList":["鍖哄煙鍚嶇О","region name","鍖哄煙鍚嶇О"]},{"curValue":"鏇濆厜鍊","keyValue":"鏇濆厜鍊","lasttime":"鏇濆厜鍊","valueList":["鏇濆厜鍊","exposing time","鏇濆厜鍊"]},{"curValue":"杩炵画","keyValue":"杩炵画","lasttime":"杩炵画","valueList":["杩炵画","continue","杩炵画"]},{"curValue":"蹇欑妯″紡","keyValue":"蹇欑妯″紡","lasttime":"蹇欑妯″紡","valueList":["蹇欑妯″紡","busy mode","蹇欑妯″紡"]},{"curValue":"鏄剧ず瑁佸壀鍖哄煙","keyValue":"鏄剧ず瑁佸壀鍖哄煙","lasttime":"鏄剧ず瑁佸壀鍖哄煙","valueList":["鏄剧ず瑁佸壀鍖哄煙","disp region","鏄剧ず瑁佸壀鍖哄煙"]},{"curValue":"璁剧疆搴曡竟","keyValue":"璁剧疆搴曡竟","lasttime":"璁剧疆搴曡竟","valueList":["璁剧疆搴曡竟","set bottom","璁剧疆搴曡竟"]},{"curValue":"璁剧疆鍙宠竟","keyValue":"璁剧疆鍙宠竟","lasttime":"璁剧疆鍙宠竟","valueList":["璁剧疆鍙宠竟","set right","璁剧疆鍙宠竟"]},{"curValue":"璁剧疆宸﹁竟","keyValue":"璁剧疆宸﹁竟","lasttime":"璁剧疆宸﹁竟","valueList":["璁剧疆宸﹁竟","set left","璁剧疆宸﹁竟"]},{"curValue":"閲囬泦鍥惧儚","keyValue":"閲囬泦鍥惧儚","lasttime":"閲囬泦鍥惧儚","valueList":["閲囬泦鍥惧儚","grab image","閲囬泦鍥惧儚"]},{"curValue":"宸︿晶鐩告満","keyValue":"宸︿晶鐩告満","lasttime":"宸︿晶鐩告満","valueList":["宸︿晶鐩告満","left cam","宸︿晶鐩告満"]},{"curValue":"璇疯緭鍏ョ浉鏈鸿缃瘑鐮","keyValue":"璇疯緭鍏ョ浉鏈鸿缃瘑鐮","lasttime":"璇疯緭鍏ョ浉鏈鸿缃瘑鐮","valueList":["璇疯緭鍏ョ浉鏈鸿缃瘑鐮","pls input cam pwd","璇疯緭鍏ョ浉鏈鸿缃瘑鐮"]},{"curValue":"__鍙傝冩潯鐮","keyValue":"__鍙傝冩潯鐮","lasttime":"__鍙傝冩潯鐮","valueList":["__鍙傝冩潯鐮","ref sn","__鍙傝冩潯鐮"]},{"curValue":"鏄惁闇瑕 涓鑷 鏍¢獙","keyValue":"鏄惁闇瑕 涓鑷 鏍¢獙","lasttime":"鏄惁闇瑕 涓鑷 鏍¢獙","valueList":["鏄惁闇瑕 涓鑷 鏍¢獙","must be the same","鏄惁闇瑕 涓鑷 鏍¢獙"]},{"curValue":"鏄惁闇瑕 涓嶄竴鑷 鏍¢獙","keyValue":"鏄惁闇瑕 涓嶄竴鑷 鏍¢獙","lasttime":"鏄惁闇瑕 涓嶄竴鑷 鏍¢獙","valueList":["鏄惁闇瑕 涓嶄竴鑷 鏍¢獙","must diffrent","鏄惁闇瑕 涓嶄竴鑷 鏍¢獙"]},{"curValue":"涓鑷 鏍¢獙鍐呭","keyValue":"涓鑷 鏍¢獙鍐呭","lasttime":"涓鑷 鏍¢獙鍐呭","valueList":["涓鑷 鏍¢獙鍐呭","the same content","涓鑷 鏍¢獙鍐呭"]},{"curValue":"涓嶄竴鑷 鏍¢獙鍐呭","keyValue":"涓嶄竴鑷 鏍¢獙鍐呭","lasttime":"涓嶄竴鑷 鏍¢獙鍐呭","valueList":["涓嶄竴鑷 鏍¢獙鍐呭","different content","涓嶄竴鑷 鏍¢獙鍐呭"]},{"curValue":"渚ц竟鏍","keyValue":"渚ц竟鏍","lasttime":"渚ц竟鏍","valueList":["渚ц竟鏍","beside blank","渚ц竟鏍"]},{"curValue":"缂╂斁","keyValue":"缂╂斁","lasttime":"缂╂斁","valueList":["缂╂斁","zoom","缂╂斁"]},{"curValue":"鐩告満鍙傛暟璁剧疆","keyValue":"鐩告満鍙傛暟璁剧疆","lasttime":"鐩告満鍙傛暟璁剧疆","valueList":["鐩告満鍙傛暟璁剧疆","camera setting","鐩告満鍙傛暟璁剧疆"]},{"curValue":"鐩告満1 ","keyValue":"鐩告満1 ","lasttime":"鐩告満1 ","valueList":["鐩告満1 ","cam 1","鐩告満1 "]},{"curValue":"鎺ユ枡鏌ヨ","keyValue":"鎺ユ枡鏌ヨ","lasttime":"鎺ユ枡鏌ヨ","valueList":["鎺ユ枡鏌ヨ","splic result","鎺ユ枡鏌ヨ"]},{"curValue":"鍥惧儚","keyValue":"鍥惧儚","lasttime":"鍥惧儚","valueList":["鍥惧儚","image","鍥惧儚"]},{"curValue":"璁惧璋冭瘯","keyValue":"璁惧璋冭瘯","lasttime":"璁惧璋冭瘯","valueList":["璁惧璋冭瘯","machine setting","璁惧璋冭瘯"]},{"curValue":"杩愭帶鍗","keyValue":"杩愭帶鍗","lasttime":"杩愭帶鍗","valueList":["杩愭帶鍗","motion card","杩愭帶鍗"]},{"curValue":"寮濮嬫潯鐮佹牎楠 鏉$爜1銆傘傘傘","keyValue":"寮濮嬫潯鐮佹牎楠 鏉$爜1銆傘傘傘","lasttime":"寮濮嬫潯鐮佹牎楠 鏉$爜1銆傘傘傘","valueList":["寮濮嬫潯鐮佹牎楠 鏉$爜1銆傘傘傘","start check barcode1","寮濮嬫潯鐮佹牎楠 鏉$爜1銆傘傘傘"]},{"curValue":"鏉$爜闀垮害灏忎簬鏍¢獙鎬婚暱搴 ng","keyValue":"鏉$爜闀垮害灏忎簬鏍¢獙鎬婚暱搴 ng","lasttime":"鏉$爜闀垮害灏忎簬鏍¢獙鎬婚暱搴 ng","valueList":["鏉$爜闀垮害灏忎簬鏍¢獙鎬婚暱搴 ng","the length of barcode is too short","鏉$爜闀垮害灏忎簬鏍¢獙鎬婚暱搴 ng"]},{"curValue":"鎵潯鐮1 鎴愬姛","keyValue":"鎵潯鐮1 鎴愬姛","lasttime":"鎵潯鐮1 鎴愬姛","valueList":["鎵潯鐮1 鎴愬姛","check barcode 1 OK","鎵潯鐮1 鎴愬姛"]},{"curValue":"寮濮嬫潯鐮佹牎楠 鏉$爜2銆傘傘傘","keyValue":"寮濮嬫潯鐮佹牎楠 鏉$爜2銆傘傘傘","lasttime":"寮濮嬫潯鐮佹牎楠 鏉$爜2銆傘傘傘","valueList":["寮濮嬫潯鐮佹牎楠 鏉$爜2銆傘傘傘","start check barcode2","寮濮嬫潯鐮佹牎楠 鏉$爜2銆傘傘傘"]},{"curValue":"鏉$爜2 鏍¢獙澶辫触 鏉$爜1 鐗瑰緛鐮=","keyValue":"鏉$爜2 鏍¢獙澶辫触 鏉$爜1 鐗瑰緛鐮=","lasttime":"鏉$爜2 鏍¢獙澶辫触 鏉$爜1 鐗瑰緛鐮=","valueList":["鏉$爜2 鏍¢獙澶辫触 鏉$爜1 鐗瑰緛鐮=","barcode2 check fail attribute code = ","鏉$爜2 鏍¢獙澶辫触 鏉$爜1 鐗瑰緛鐮="]},{"curValue":"鏉$爜鐗瑰緛鐮=","keyValue":"鏉$爜鐗瑰緛鐮=","lasttime":"鏉$爜鐗瑰緛鐮=","valueList":["鏉$爜鐗瑰緛鐮=","barcode attribute code =","鏉$爜鐗瑰緛鐮="]},{"curValue":"鏉$爜2 瀵规瘮澶辫触锛岃閲嶆柊鎵爜锛","keyValue":"鏉$爜2 瀵规瘮澶辫触锛岃閲嶆柊鎵爜锛","lasttime":"鏉$爜2 瀵规瘮澶辫触锛岃閲嶆柊鎵爜锛","valueList":["鏉$爜2 瀵规瘮澶辫触锛岃閲嶆柊鎵爜锛","barcode2 check fail","鏉$爜2 瀵规瘮澶辫触锛岃閲嶆柊鎵爜锛"]},{"curValue":"鏃堕棿,鏉$爜1,鏉$爜2,鏍¢獙缁撴灉,澶囨敞","keyValue":"鏃堕棿,鏉$爜1,鏉$爜2,鏍¢獙缁撴灉,澶囨敞","lasttime":"鏃堕棿,鏉$爜1,鏉$爜2,鏍¢獙缁撴灉,澶囨敞","valueList":["鏃堕棿,鏉$爜1,鏉$爜2,鏍¢獙缁撴灉,澶囨敞","time,barcode1,barcode2,splic result,remark","鏃堕棿,鏉$爜1,鏉$爜2,鏍¢獙缁撴灉,澶囨敞"]},{"curValue":"琛ㄦ牸鐨勮鏁=","keyValue":"琛ㄦ牸鐨勮鏁=","lasttime":"琛ㄦ牸鐨勮鏁=","valueList":["琛ㄦ牸鐨勮鏁=","The number of rows in the table =","琛ㄦ牸鐨勮鏁="]},{"curValue":"1琛ㄧず浣跨敤plC 0琛ㄧず浣跨敤杩愭帶鍗","keyValue":"1琛ㄧず浣跨敤plC 0琛ㄧず浣跨敤杩愭帶鍗","lasttime":"1琛ㄧず浣跨敤plC 0琛ㄧず浣跨敤杩愭帶鍗","valueList":["1琛ㄧず浣跨敤plC 0琛ㄧず浣跨敤杩愭帶鍗","1 means using plC 0 means using operation control card","1琛ㄧず浣跨敤plC 0琛ㄧず浣跨敤杩愭帶鍗"]},{"curValue":"1琛ㄧず浣跨敤鏁板瓧鍏夌氦鏀惧ぇ鍣 , 2琛ㄧず妯℃嫙鍏夌氦鏀惧ぇ鍣 0琛ㄧず涓嶄娇鐢ㄦ斁澶у櫒","keyValue":"1琛ㄧず浣跨敤鏁板瓧鍏夌氦鏀惧ぇ鍣 , 2琛ㄧず妯℃嫙鍏夌氦鏀惧ぇ鍣 0琛ㄧず涓嶄娇鐢ㄦ斁澶у櫒","lasttime":"1琛ㄧず浣跨敤鏁板瓧鍏夌氦鏀惧ぇ鍣 , 2琛ㄧず妯℃嫙鍏夌氦鏀惧ぇ鍣 0琛ㄧず涓嶄娇鐢ㄦ斁澶у櫒","valueList":["1琛ㄧず浣跨敤鏁板瓧鍏夌氦鏀惧ぇ鍣 , 2琛ㄧず妯℃嫙鍏夌氦鏀惧ぇ鍣 0琛ㄧず涓嶄娇鐢ㄦ斁澶у櫒","1 means digital fiber amplifier is used, 2 means analog fiber amplifier 0 means no amplifier is used","1琛ㄧず浣跨敤鏁板瓧鍏夌氦鏀惧ぇ鍣 , 2琛ㄧず妯℃嫙鍏夌氦鏀惧ぇ鍣 0琛ㄧず涓嶄娇鐢ㄦ斁澶у櫒"]},{"curValue":"1锛氭槸 0锛氬惁","keyValue":"1锛氭槸 0锛氬惁","lasttime":"1锛氭槸 0锛氬惁","valueList":["1锛氭槸 0锛氬惁","1: Yes, 0: No","1锛氭槸 0锛氬惁"]},{"curValue":"宸﹁竟鍏夌氦鍐欏叆瀹屾垚鈥斺旂┖鏂欐煡鎵","keyValue":"宸﹁竟鍏夌氦鍐欏叆瀹屾垚鈥斺旂┖鏂欐煡鎵","lasttime":"宸﹁竟鍏夌氦鍐欏叆瀹屾垚鈥斺旂┖鏂欐煡鎵","valueList":["宸﹁竟鍏夌氦鍐欏叆瀹屾垚鈥斺旂┖鏂欐煡鎵","Left fiber write complete - blank search","宸﹁竟鍏夌氦鍐欏叆瀹屾垚鈥斺旂┖鏂欐煡鎵"]},{"curValue":"鍙宠竟鍏夌氦鍐欏叆瀹屾垚鈥斺旂┖鏂欐煡鎵","keyValue":"鍙宠竟鍏夌氦鍐欏叆瀹屾垚鈥斺旂┖鏂欐煡鎵","lasttime":"鍙宠竟鍏夌氦鍐欏叆瀹屾垚鈥斺旂┖鏂欐煡鎵","valueList":["鍙宠竟鍏夌氦鍐欏叆瀹屾垚鈥斺旂┖鏂欐煡鎵","Right fiber write complete - blank search","鍙宠竟鍏夌氦鍐欏叆瀹屾垚鈥斺旂┖鏂欐煡鎵"]},{"curValue":"澶嶄綅瀹屾垚","keyValue":"澶嶄綅瀹屾垚","lasttime":"澶嶄綅瀹屾垚","valueList":["澶嶄綅瀹屾垚","Reset to complete","澶嶄綅瀹屾垚"]},{"curValue":"_棰勭暀15","keyValue":"_棰勭暀15","lasttime":"_棰勭暀15","valueList":["_棰勭暀15","_ allow 15","_棰勭暀15"]},{"curValue":"娴侀亾閲岄潰鏈夋枡甯﹀紓甯","keyValue":"娴侀亾閲岄潰鏈夋枡甯﹀紓甯","lasttime":"娴侀亾閲岄潰鏈夋枡甯﹀紓甯","valueList":["娴侀亾閲岄潰鏈夋枡甯﹀紓甯","There is abnormal material belt in the runner","娴侀亾閲岄潰鏈夋枡甯﹀紓甯"]},{"curValue":"娴侀亾鍏ュ彛鎰熷簲寮傚父","keyValue":"娴侀亾鍏ュ彛鎰熷簲寮傚父","lasttime":"娴侀亾鍏ュ彛鎰熷簲寮傚父","valueList":["娴侀亾鍏ュ彛鎰熷簲寮傚父","Abnormal induction at inlet of flow passage","娴侀亾鍏ュ彛鎰熷簲寮傚父"]},{"curValue":"1=鏄剧ず 0=涓嶆樉绀","keyValue":"1=鏄剧ず 0=涓嶆樉绀","lasttime":"1=鏄剧ず 0=涓嶆樉绀","valueList":["1=鏄剧ず 0=涓嶆樉绀","1= display 0= no display","1=鏄剧ず 0=涓嶆樉绀"]},{"curValue":"0~4000涔嬮棿锛屼腑闂寸敤',' 閫楀彿鍒嗛殧","keyValue":"0~4000涔嬮棿锛屼腑闂寸敤',' 閫楀彿鍒嗛殧","lasttime":"0~4000涔嬮棿锛屼腑闂寸敤',' 閫楀彿鍒嗛殧","valueList":["0~4000涔嬮棿锛屼腑闂寸敤',' 閫楀彿鍒嗛殧","Between 0 and 4000, separated by ',' comma","0~4000涔嬮棿锛屼腑闂寸敤',' 閫楀彿鍒嗛殧"]},{"curValue":"褰撳湴涓庢鐢靛帇锛岋紝灏卞簲璇ユ洿鎹㈢數姹","keyValue":"褰撳湴涓庢鐢靛帇锛岋紝灏卞簲璇ユ洿鎹㈢數姹","lasttime":"褰撳湴涓庢鐢靛帇锛岋紝灏卞簲璇ユ洿鎹㈢數姹","valueList":["褰撳湴涓庢鐢靛帇锛岋紝灏卞簲璇ユ洿鎹㈢數姹","Local with this voltage, the battery should be replaced","褰撳湴涓庢鐢靛帇锛岋紝灏卞簲璇ユ洿鎹㈢數姹"]},{"curValue":"1=鐧惧垎姣旀樉绀 , 0 = 鐢靛帇鏄剧ず","keyValue":"1=鐧惧垎姣旀樉绀 , 0 = 鐢靛帇鏄剧ず","lasttime":"1=鐧惧垎姣旀樉绀 , 0 = 鐢靛帇鏄剧ず","valueList":["1=鐧惧垎姣旀樉绀 , 0 = 鐢靛帇鏄剧ず","1= percentage display, 0 = voltage display","1=鐧惧垎姣旀樉绀 , 0 = 鐢靛帇鏄剧ず"]},{"curValue":"8~20涔嬮棿","keyValue":"8~20涔嬮棿","lasttime":"8~20涔嬮棿","valueList":["8~20涔嬮棿","Between 8 ~ 20","8~20涔嬮棿"]},{"curValue":"0 涓嶅惎鐢紝1 鍚敤","keyValue":"0 涓嶅惎鐢紝1 鍚敤","lasttime":"0 涓嶅惎鐢紝1 鍚敤","valueList":["0 涓嶅惎鐢紝1 鍚敤","0 is not enabled, 1 is enabled","0 涓嶅惎鐢紝1 鍚敤"]},{"curValue":"鏈湴ip2","keyValue":"鏈湴ip2","lasttime":"鏈湴ip2","valueList":["鏈湴ip2","Local ip2","鏈湴ip2"]},{"curValue":"濡傛灉鍊煎~ 10 鍒欒〃绀1mm绛変簬10涓儚绱","keyValue":"濡傛灉鍊煎~ 10 鍒欒〃绀1mm绛変簬10涓儚绱","lasttime":"濡傛灉鍊煎~ 10 鍒欒〃绀1mm绛変簬10涓儚绱","valueList":["濡傛灉鍊煎~ 10 鍒欒〃绀1mm绛変簬10涓儚绱","If the value is 10, then 1mm equals 10 pixels","濡傛灉鍊煎~ 10 鍒欒〃绀1mm绛変簬10涓儚绱"]},{"curValue":"0=鏅 1=杞Е鍙 2=纭欢瑙﹀彂","keyValue":"0=鏅 1=杞Е鍙 2=纭欢瑙﹀彂","lasttime":"0=鏅 1=杞Е鍙 2=纭欢瑙﹀彂","valueList":["0=鏅 1=杞Е鍙 2=纭欢瑙﹀彂","0= normal 1= soft trigger 2= hardware trigger","0=鏅 1=杞Е鍙 2=纭欢瑙﹀彂"]},{"curValue":"璁剧疆__缁戝畾鏈湴閫氫俊鐨勭鍙e彿","keyValue":"璁剧疆__缁戝畾鏈湴閫氫俊鐨勭鍙e彿","lasttime":"璁剧疆__缁戝畾鏈湴閫氫俊鐨勭鍙e彿","valueList":["璁剧疆__缁戝畾鏈湴閫氫俊鐨勭鍙e彿","Sets the port number for __ bound local communications","璁剧疆__缁戝畾鏈湴閫氫俊鐨勭鍙e彿"]},{"curValue":"鍗曚綅鍍忕礌","keyValue":"鍗曚綅鍍忕礌","lasttime":"鍗曚綅鍍忕礌","valueList":["鍗曚綅鍍忕礌","The unit pixel","鍗曚綅鍍忕礌"]},{"curValue":"1鎴 -1","keyValue":"1鎴 -1","lasttime":"1鎴 -1","valueList":["1鎴 -1","1 or 1","1鎴 -1"]},{"curValue":"宸︿晶鏇濆厜璋冩暣寮濮","keyValue":"宸︿晶鏇濆厜璋冩暣寮濮","lasttime":"宸︿晶鏇濆厜璋冩暣寮濮","valueList":["宸︿晶鏇濆厜璋冩暣寮濮","Left exposure adjustment begins","宸︿晶鏇濆厜璋冩暣寮濮"]},{"curValue":"宸︽媿鐓цˉ鍋","keyValue":"宸︽媿鐓цˉ鍋","lasttime":"宸︽媿鐓цˉ鍋","valueList":["宸︽媿鐓цˉ鍋","Left photo compensation","宸︽媿鐓цˉ鍋"]},{"curValue":"宸︿晶鏇濆厜璋冩暣鎷嶇収寮濮","keyValue":"宸︿晶鏇濆厜璋冩暣鎷嶇収寮濮","lasttime":"宸︿晶鏇濆厜璋冩暣鎷嶇収寮濮","valueList":["宸︿晶鏇濆厜璋冩暣鎷嶇収寮濮","Left exposure adjustment starts the photo","宸︿晶鏇濆厜璋冩暣鎷嶇収寮濮"]},{"curValue":"鍙虫媿鐓цˉ鍋","keyValue":"鍙虫媿鐓цˉ鍋","lasttime":"鍙虫媿鐓цˉ鍋","valueList":["鍙虫媿鐓цˉ鍋","Right photo compensation","鍙虫媿鐓цˉ鍋"]},{"curValue":"1琛ㄧず寮濮嬮珮閫熸ā寮忥紝 0琛ㄧず姝e父妯″紡","keyValue":"1琛ㄧず寮濮嬮珮閫熸ā寮忥紝 0琛ㄧず姝e父妯″紡","lasttime":"1琛ㄧず寮濮嬮珮閫熸ā寮忥紝 0琛ㄧず姝e父妯″紡","valueList":["1琛ㄧず寮濮嬮珮閫熸ā寮忥紝 0琛ㄧず姝e父妯″紡","1 means start high speed mode, 0 means normal mode","1琛ㄧず寮濮嬮珮閫熸ā寮忥紝 0琛ㄧず姝e父妯″紡"]},{"curValue":"1琛ㄧず鍚敤锛 0琛ㄧず姝e父妯″紡澶嶄綅","keyValue":"1琛ㄧず鍚敤锛 0琛ㄧず姝e父妯″紡澶嶄綅","lasttime":"1琛ㄧず鍚敤锛 0琛ㄧず姝e父妯″紡澶嶄綅","valueList":["1琛ㄧず鍚敤锛 0琛ㄧず姝e父妯″紡澶嶄綅","1 means enabled and 0 means reset in normal mode","1琛ㄧず鍚敤锛 0琛ㄧず姝e父妯″紡澶嶄綅"]},{"curValue":"0=鍥惧儚澶勭悊骞朵繚瀛樺畬鎴愬悗锛1=鍥惧儚澶勭悊瀹屾垚鍚庯紝2=鍥惧儚鎶撳彇瀹屾垚鍚庯紙娌″鐞嗭級","keyValue":"0=鍥惧儚澶勭悊骞朵繚瀛樺畬鎴愬悗锛1=鍥惧儚澶勭悊瀹屾垚鍚庯紝2=鍥惧儚鎶撳彇瀹屾垚鍚庯紙娌″鐞嗭級","lasttime":"0=鍥惧儚澶勭悊骞朵繚瀛樺畬鎴愬悗锛1=鍥惧儚澶勭悊瀹屾垚鍚庯紝2=鍥惧儚鎶撳彇瀹屾垚鍚庯紙娌″鐞嗭級","valueList":["0=鍥惧儚澶勭悊骞朵繚瀛樺畬鎴愬悗锛1=鍥惧儚澶勭悊瀹屾垚鍚庯紝2=鍥惧儚鎶撳彇瀹屾垚鍚庯紙娌″鐞嗭級","0= After image processing and saving, 1= after image processing, 2= after image capture (no processing)","0=鍥惧儚澶勭悊骞朵繚瀛樺畬鎴愬悗锛1=鍥惧儚澶勭悊瀹屾垚鍚庯紝2=鍥惧儚鎶撳彇瀹屾垚鍚庯紙娌″鐞嗭級"]},{"curValue":"鎬绘椂闂=0ms","keyValue":"鎬绘椂闂=0ms","lasttime":"鎬绘椂闂=0ms","valueList":["鎬绘椂闂=0ms","The total time = 0, ms","鎬绘椂闂=0ms"]},{"curValue":"闂磋窛閫夋嫨寮规瑙﹀彂","keyValue":"闂磋窛閫夋嫨寮规瑙﹀彂","lasttime":"闂磋窛閫夋嫨寮规瑙﹀彂","valueList":["闂磋窛閫夋嫨寮规瑙﹀彂","Spacing selection pop-up trigger","闂磋窛閫夋嫨寮规瑙﹀彂"]},{"curValue":"闂磋窛閫夋嫨寮规2mm","keyValue":"闂磋窛閫夋嫨寮规2mm","lasttime":"闂磋窛閫夋嫨寮规2mm","valueList":["闂磋窛閫夋嫨寮规2mm","Spacing selection for 2mm bounding box","闂磋窛閫夋嫨寮规2mm"]},{"curValue":"闂磋窛閫夋嫨寮规4mm","keyValue":"闂磋窛閫夋嫨寮规4mm","lasttime":"闂磋窛閫夋嫨寮规4mm","valueList":["闂磋窛閫夋嫨寮规4mm","Spacing selection: bullet frame 4mm","闂磋窛閫夋嫨寮规4mm"]},{"curValue":"鎵ц瀹屾垚D:\\HistoryData\\Borwin_SplicMachine_Vivo\\Log\\\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Data\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Config\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Alarm\r\n","keyValue":"鎵ц瀹屾垚D:\\HistoryData\\Borwin_SplicMachine_Vivo\\Log\\\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Data\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Config\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Alarm\r\n","lasttime":"鎵ц瀹屾垚D:\\HistoryData\\Borwin_SplicMachine_Vivo\\Log\\\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Data\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Config\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Alarm\r\n","valueList":["鎵ц瀹屾垚D:\\HistoryData\\Borwin_SplicMachine_Vivo\\Log\\\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Data\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Config\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Alarm\r\n","completesD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Log\\\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Data\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Config\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Alarm\r\n","鎵ц瀹屾垚D:\\HistoryData\\Borwin_SplicMachine_Vivo\\Log\\\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Data\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Config\r\nD:\\HistoryData\\Borwin_SplicMachine_Vivo\\Alarm\r\n"]},{"curValue":"_鏈湴瀵规帴=0,_udp瀹㈡埛绔=1,_tcp瀹㈡埛绔=2,_涓插彛瀹㈡埛绔=3,_http瀹㈡埛绔疓et=4,_udp鏈嶅姟鍣=5,_tcp鏈嶅姟鍣=6,_涓插彛鏈嶅姟鍣=7, _鍏朵粬鏂瑰紡=8,姝ゅ弬鏁 閲嶅惎杞欢鍚庣敓鏁","keyValue":"_鏈湴瀵规帴=0,_udp瀹㈡埛绔=1,_tcp瀹㈡埛绔=2,_涓插彛瀹㈡埛绔=3,_http瀹㈡埛绔疓et=4,_udp鏈嶅姟鍣=5,_tcp鏈嶅姟鍣=6,_涓插彛鏈嶅姟鍣=7, _鍏朵粬鏂瑰紡=8,姝ゅ弬鏁 閲嶅惎杞欢鍚庣敓鏁","lasttime":"_鏈湴瀵规帴=0,_udp瀹㈡埛绔=1,_tcp瀹㈡埛绔=2,_涓插彛瀹㈡埛绔=3,_http瀹㈡埛绔疓et=4,_udp鏈嶅姟鍣=5,_tcp鏈嶅姟鍣=6,_涓插彛鏈嶅姟鍣=7, _鍏朵粬鏂瑰紡=8,姝ゅ弬鏁 閲嶅惎杞欢鍚庣敓鏁","valueList":["_鏈湴瀵规帴=0,_udp瀹㈡埛绔=1,_tcp瀹㈡埛绔=2,_涓插彛瀹㈡埛绔=3,_http瀹㈡埛绔疓et=4,_udp鏈嶅姟鍣=5,_tcp鏈嶅姟鍣=6,_涓插彛鏈嶅姟鍣=7, _鍏朵粬鏂瑰紡=8,姝ゅ弬鏁 閲嶅惎杞欢鍚庣敓鏁","_ Local docking =0, _UDP client =1, _TCP client =2,_ serial port client =3, _HTTP client Get=4, _UDP server =5, _TCP server =6,_ serial port server =7, _ other mode =8. This parameter takes effect after restarting the software","_鏈湴瀵规帴=0,_udp瀹㈡埛绔=1,_tcp瀹㈡埛绔=2,_涓插彛瀹㈡埛绔=3,_http瀹㈡埛绔疓et=4,_udp鏈嶅姟鍣=5,_tcp鏈嶅姟鍣=6,_涓插彛鏈嶅姟鍣=7, _鍏朵粬鏂瑰紡=8,姝ゅ弬鏁 閲嶅惎杞欢鍚庣敓鏁"]},{"curValue":"瀹㈡埛绔ā寮忥紝瀹㈡埛鏍¢獙鍚庣殑杩斿洖鍊 鏈嶅姟绔ā寮 瀹㈡埛涓诲姩鍙戦佺殑鍊肩殑鏍煎紡 workFlag = true琛ㄧず 鍙互鎺ユ枡 workFlag = false 琛ㄧず 涓嶅彲浠ユ帴鏂 ","keyValue":"瀹㈡埛绔ā寮忥紝瀹㈡埛鏍¢獙鍚庣殑杩斿洖鍊 鏈嶅姟绔ā寮 瀹㈡埛涓诲姩鍙戦佺殑鍊肩殑鏍煎紡 workFlag = true琛ㄧず 鍙互鎺ユ枡 workFlag = false 琛ㄧず 涓嶅彲浠ユ帴鏂 ","lasttime":"瀹㈡埛绔ā寮忥紝瀹㈡埛鏍¢獙鍚庣殑杩斿洖鍊 鏈嶅姟绔ā寮 瀹㈡埛涓诲姩鍙戦佺殑鍊肩殑鏍煎紡 workFlag = true琛ㄧず 鍙互鎺ユ枡 workFlag = false 琛ㄧず 涓嶅彲浠ユ帴鏂 ","valueList":["瀹㈡埛绔ā寮忥紝瀹㈡埛鏍¢獙鍚庣殑杩斿洖鍊 鏈嶅姟绔ā寮 瀹㈡埛涓诲姩鍙戦佺殑鍊肩殑鏍煎紡 workFlag = true琛ㄧず 鍙互鎺ユ枡 workFlag = false 琛ㄧず 涓嶅彲浠ユ帴鏂 ","In client mode, the format of the value sent by the client actively; workFlag = true; workFlag = false; no feeding allowed","瀹㈡埛绔ā寮忥紝瀹㈡埛鏍¢獙鍚庣殑杩斿洖鍊 鏈嶅姟绔ā寮 瀹㈡埛涓诲姩鍙戦佺殑鍊肩殑鏍煎紡 workFlag = true琛ㄧず 鍙互鎺ユ枡 workFlag = false 琛ㄧず 涓嶅彲浠ユ帴鏂 "]},{"curValue":"瀹㈡埛绔ā寮忥紝瀹㈡埛鏍¢獙鍚庣殑杩斿洖鍊 鏈嶅姟绔ā寮 瀹㈡埛涓诲姩鍙戦佺殑鍊肩殑鏍煎紡 鍖呭惈 \"ok\" 琛ㄧず鍙帴鏂 ng鎴栧叾浠栭兘璁や负鏄笉鍙互鎺ユ枡 ","keyValue":"瀹㈡埛绔ā寮忥紝瀹㈡埛鏍¢獙鍚庣殑杩斿洖鍊 鏈嶅姟绔ā寮 瀹㈡埛涓诲姩鍙戦佺殑鍊肩殑鏍煎紡 鍖呭惈 \"ok\" 琛ㄧず鍙帴鏂 ng鎴栧叾浠栭兘璁や负鏄笉鍙互鎺ユ枡 ","lasttime":"瀹㈡埛绔ā寮忥紝瀹㈡埛鏍¢獙鍚庣殑杩斿洖鍊 鏈嶅姟绔ā寮 瀹㈡埛涓诲姩鍙戦佺殑鍊肩殑鏍煎紡 鍖呭惈 \"ok\" 琛ㄧず鍙帴鏂 ng鎴栧叾浠栭兘璁や负鏄笉鍙互鎺ユ枡 ","valueList":["瀹㈡埛绔ā寮忥紝瀹㈡埛鏍¢獙鍚庣殑杩斿洖鍊 鏈嶅姟绔ā寮 瀹㈡埛涓诲姩鍙戦佺殑鍊肩殑鏍煎紡 鍖呭惈 \"ok\" 琛ㄧず鍙帴鏂 ng鎴栧叾浠栭兘璁や负鏄笉鍙互鎺ユ枡 ","In client mode, the client verifies the return value. In server mode, the client actively sends the value in the form of \"OK\" to indicate that it is acceptable to receive ng or others","瀹㈡埛绔ā寮忥紝瀹㈡埛鏍¢獙鍚庣殑杩斿洖鍊 鏈嶅姟绔ā寮 瀹㈡埛涓诲姩鍙戦佺殑鍊肩殑鏍煎紡 鍖呭惈 \"ok\" 琛ㄧず鍙帴鏂 ng鎴栧叾浠栭兘璁や负鏄笉鍙互鎺ユ枡 "]},{"curValue":"鍥炶溅=\\r 鎹㈣=\\n ","keyValue":"鍥炶溅=\\r 鎹㈣=\\n ","lasttime":"鍥炶溅=\\r 鎹㈣=\\n ","valueList":["鍥炶溅=\\r 鎹㈣=\\n ","Enter =\\r newline =\\n","鍥炶溅=\\r 鎹㈣=\\n "]},{"curValue":"1杩斿洖 0涓嶈繑鍥","keyValue":"1杩斿洖 0涓嶈繑鍥","lasttime":"1杩斿洖 0涓嶈繑鍥","valueList":["1杩斿洖 0涓嶈繑鍥","1 returns 0, not 0","1杩斿洖 0涓嶈繑鍥"]},{"curValue":"褰撳簲绛旀秷鎭负绌烘椂 琛ㄧず 鐩存帴杩斿洖鎺ユ敹鍒扮殑娑堟伅","keyValue":"褰撳簲绛旀秷鎭负绌烘椂 琛ㄧず 鐩存帴杩斿洖鎺ユ敹鍒扮殑娑堟伅","lasttime":"褰撳簲绛旀秷鎭负绌烘椂 琛ㄧず 鐩存帴杩斿洖鎺ユ敹鍒扮殑娑堟伅","valueList":["褰撳簲绛旀秷鎭负绌烘椂 琛ㄧず 鐩存帴杩斿洖鎺ユ敹鍒扮殑娑堟伅","When the reply message is empty, the received message is returned directly","褰撳簲绛旀秷鎭负绌烘椂 琛ㄧず 鐩存帴杩斿洖鎺ユ敹鍒扮殑娑堟伅"]},{"curValue":"1杩斿洖 0涓嶈繑鍥 鍦ㄦ帴鏀跺埌瀹㈡埛绔俊鎭椂锛屾槸鍚︾珛鍗宠繑鍥炲簲绛旀秷鎭紝","keyValue":"1杩斿洖 0涓嶈繑鍥 鍦ㄦ帴鏀跺埌瀹㈡埛绔俊鎭椂锛屾槸鍚︾珛鍗宠繑鍥炲簲绛旀秷鎭紝","lasttime":"1杩斿洖 0涓嶈繑鍥 鍦ㄦ帴鏀跺埌瀹㈡埛绔俊鎭椂锛屾槸鍚︾珛鍗宠繑鍥炲簲绛旀秷鎭紝","valueList":["1杩斿洖 0涓嶈繑鍥 鍦ㄦ帴鏀跺埌瀹㈡埛绔俊鎭椂锛屾槸鍚︾珛鍗宠繑鍥炲簲绛旀秷鎭紝","1 returns 0 does not return whether a reply message is returned immediately upon receiving client information,","1杩斿洖 0涓嶈繑鍥 鍦ㄦ帴鏀跺埌瀹㈡埛绔俊鎭椂锛屾槸鍚︾珛鍗宠繑鍥炲簲绛旀秷鎭紝"]},{"curValue":"宸︿晶鐩告満鏇濆厜璋冩暣--","keyValue":"宸︿晶鐩告満鏇濆厜璋冩暣--","lasttime":"宸︿晶鐩告満鏇濆厜璋冩暣--","valueList":["宸︿晶鐩告満鏇濆厜璋冩暣--","Left camera exposure adjustment --","宸︿晶鐩告満鏇濆厜璋冩暣--"]},{"curValue":"鍙充晶鐩告満鏇濆厜璋冩暣---","keyValue":"鍙充晶鐩告満鏇濆厜璋冩暣---","lasttime":"鍙充晶鐩告満鏇濆厜璋冩暣---","valueList":["鍙充晶鐩告満鏇濆厜璋冩暣---","Right camera exposure adjustment --","鍙充晶鐩告満鏇濆厜璋冩暣---"]},{"curValue":"灞忚斀闂磋窛","keyValue":"灞忚斀闂磋窛","lasttime":"灞忚斀闂磋窛","valueList":["灞忚斀闂磋窛","Shielding spacing","灞忚斀闂磋窛"]},{"curValue":"鎺у埗","keyValue":"鎺у埗","lasttime":"鎺у埗","valueList":["鎺у埗","control","鎺у埗"]},{"curValue":"闂磋窛=涓ゅ瓟涔嬮棿","keyValue":"闂磋窛=涓ゅ瓟涔嬮棿","lasttime":"闂磋窛=涓ゅ瓟涔嬮棿","valueList":["闂磋窛=涓ゅ瓟涔嬮棿","Spacing = between two holes","闂磋窛=涓ゅ瓟涔嬮棿"]},{"curValue":"瀹藉害","keyValue":"瀹藉害","lasttime":"瀹藉害","valueList":["瀹藉害","The width of the","瀹藉害"]},{"curValue":"鍒囧垁浣峔r\n涓嶅睆钄","keyValue":"鍒囧垁浣峔r\n涓嶅睆钄","lasttime":"鍒囧垁浣峔r\n涓嶅睆钄","valueList":["鍒囧垁浣峔r\n涓嶅睆钄","Cutter bit \r\n unshielded","鍒囧垁浣峔r\n涓嶅睆钄"]},{"curValue":"瀵规帴浣峔r\n涓嶅睆钄","keyValue":"瀵规帴浣峔r\n涓嶅睆钄","lasttime":"瀵规帴浣峔r\n涓嶅睆钄","valueList":["瀵规帴浣峔r\n涓嶅睆钄","Docking bit \r\n unshielded","瀵规帴浣峔r\n涓嶅睆钄"]},{"curValue":"鍒囧垁浣峔r\n灞忚斀","keyValue":"鍒囧垁浣峔r\n灞忚斀","lasttime":"鍒囧垁浣峔r\n灞忚斀","valueList":["鍒囧垁浣峔r\n灞忚斀","Cutter bit \r\n shielding","鍒囧垁浣峔r\n灞忚斀"]},{"curValue":"瀵规帴浣峔r\n灞忚斀","keyValue":"瀵规帴浣峔r\n灞忚斀","lasttime":"瀵规帴浣峔r\n灞忚斀","valueList":["瀵规帴浣峔r\n灞忚斀","Docking bit \r\n shielding","瀵规帴浣峔r\n灞忚斀"]},{"curValue":"瀛斾腑蹇4","keyValue":"瀛斾腑蹇4","lasttime":"瀛斾腑蹇4","valueList":["瀛斾腑蹇4","4 hole center","瀛斾腑蹇4"]},{"curValue":"瀛旇竟","keyValue":"瀛旇竟","lasttime":"瀛旇竟","valueList":["瀛旇竟","The side of hole","瀛旇竟"]},{"curValue":"鎶ヨ鐢靛帇","keyValue":"鎶ヨ鐢靛帇","lasttime":"鎶ヨ鐢靛帇","valueList":["鎶ヨ鐢靛帇","Alarm voltage","鎶ヨ鐢靛帇"]},{"curValue":"鎶ヨ鐢靛帇鏄剧ず鏂瑰紡","keyValue":"鎶ヨ鐢靛帇鏄剧ず鏂瑰紡","lasttime":"鎶ヨ鐢靛帇鏄剧ず鏂瑰紡","valueList":["鎶ヨ鐢靛帇鏄剧ず鏂瑰紡","Alarm voltage display mode","鎶ヨ鐢靛帇鏄剧ず鏂瑰紡"]},{"curValue":"100%鐢甸噺瀵瑰簲鐨勭數鍘嬪","keyValue":"100%鐢甸噺瀵瑰簲鐨勭數鍘嬪","lasttime":"100%鐢甸噺瀵瑰簲鐨勭數鍘嬪","valueList":["100%鐢甸噺瀵瑰簲鐨勭數鍘嬪","Voltage value corresponding to 100% electric quantity","100%鐢甸噺瀵瑰簲鐨勭數鍘嬪"]},{"curValue":"淇濆瓨ng鍥剧墖","keyValue":"淇濆瓨ng鍥剧墖","lasttime":"淇濆瓨ng鍥剧墖","valueList":["淇濆瓨ng鍥剧墖","Save ng image","淇濆瓨ng鍥剧墖"]},{"curValue":"淇濆瓨OK鍥剧墖","keyValue":"淇濆瓨OK鍥剧墖","lasttime":"淇濆瓨OK鍥剧墖","valueList":["淇濆瓨OK鍥剧墖","Save the OK image","淇濆瓨OK鍥剧墖"]},{"curValue":"鐩告満鎶撳彇鍥惧儚鐨勮秴鏃舵椂闂磋缃","keyValue":"鐩告満鎶撳彇鍥惧儚鐨勮秴鏃舵椂闂磋缃","lasttime":"鐩告満鎶撳彇鍥惧儚鐨勮秴鏃舵椂闂磋缃","valueList":["鐩告満鎶撳彇鍥惧儚鐨勮秴鏃舵椂闂磋缃","Time out Settings for camera capture images","鐩告満鎶撳彇鍥惧儚鐨勮秴鏃舵椂闂磋缃"]},{"curValue":"鐩告満_鎺у埗鎸囦护鍖呰秴鏃舵椂闂","keyValue":"鐩告満_鎺у埗鎸囦护鍖呰秴鏃舵椂闂","lasttime":"鐩告満_鎺у埗鎸囦护鍖呰秴鏃舵椂闂","valueList":["鐩告満_鎺у埗鎸囦护鍖呰秴鏃舵椂闂","Camera _ control instruction package timeout time","鐩告満_鎺у埗鎸囦护鍖呰秴鏃舵椂闂"]},{"curValue":"鍥惧儚缂撳瓨涓暟","keyValue":"鍥惧儚缂撳瓨涓暟","lasttime":"鍥惧儚缂撳瓨涓暟","valueList":["鍥惧儚缂撳瓨涓暟","Number of image caches","鍥惧儚缂撳瓨涓暟"]},{"curValue":"鏄惁閫氳繃璺敱鍣ㄨ繛鎺ョ浉鏈","keyValue":"鏄惁閫氳繃璺敱鍣ㄨ繛鎺ョ浉鏈","lasttime":"鏄惁閫氳繃璺敱鍣ㄨ繛鎺ョ浉鏈","valueList":["鏄惁閫氳繃璺敱鍣ㄨ繛鎺ョ浉鏈","Whether the camera is connected via a router","鏄惁閫氳繃璺敱鍣ㄨ繛鎺ョ浉鏈"]},{"curValue":"鏄惁鎵撳嵃妯℃嫙鎷嶇収鏂囦欢鍚嶇О","keyValue":"鏄惁鎵撳嵃妯℃嫙鎷嶇収鏂囦欢鍚嶇О","lasttime":"鏄惁鎵撳嵃妯℃嫙鎷嶇収鏂囦欢鍚嶇О","valueList":["鏄惁鎵撳嵃妯℃嫙鎷嶇収鏂囦欢鍚嶇О","Whether to print the name of the simulated photo file","鏄惁鎵撳嵃妯℃嫙鎷嶇収鏂囦欢鍚嶇О"]},{"curValue":"闈㈢Н鏈灏忓","keyValue":"闈㈢Н鏈灏忓","lasttime":"闈㈢Н鏈灏忓","valueList":["闈㈢Н鏈灏忓","Minimum area value","闈㈢Н鏈灏忓"]},{"curValue":"闈㈢Н鏈澶у","keyValue":"闈㈢Н鏈澶у","lasttime":"闈㈢Н鏈澶у","valueList":["闈㈢Н鏈澶у","Maximum area","闈㈢Н鏈澶у"]},{"curValue":"宸︿晶鍋忕Щ1鎴2绫诲瀷鐨勫弬鑰冨","keyValue":"宸︿晶鍋忕Щ1鎴2绫诲瀷鐨勫弬鑰冨","lasttime":"宸︿晶鍋忕Щ1鎴2绫诲瀷鐨勫弬鑰冨","valueList":["宸︿晶鍋忕Щ1鎴2绫诲瀷鐨勫弬鑰冨","A reference value of type 1 or 2 offset to the left","宸︿晶鍋忕Щ1鎴2绫诲瀷鐨勫弬鑰冨"]},{"curValue":"鍙充晶鍋忕Щ1鎴2绫诲瀷鐨勫弬鑰冨","keyValue":"鍙充晶鍋忕Щ1鎴2绫诲瀷鐨勫弬鑰冨","lasttime":"鍙充晶鍋忕Щ1鎴2绫诲瀷鐨勫弬鑰冨","valueList":["鍙充晶鍋忕Щ1鎴2绫诲瀷鐨勫弬鑰冨","A reference value of type 1 or 2 offset to the right","鍙充晶鍋忕Щ1鎴2绫诲瀷鐨勫弬鑰冨"]},{"curValue":"鏂欏甫鑳屾櫙鍜屾枡甯﹁兌绾搁槇鍊","keyValue":"鏂欏甫鑳屾櫙鍜屾枡甯﹁兌绾搁槇鍊","lasttime":"鏂欏甫鑳屾櫙鍜屾枡甯﹁兌绾搁槇鍊","valueList":["鏂欏甫鑳屾櫙鍜屾枡甯﹁兌绾搁槇鍊","Tape background and tape tape threshold","鏂欏甫鑳屾櫙鍜屾枡甯﹁兌绾搁槇鍊"]},{"curValue":"鏄惁浣跨敤PLC_","keyValue":"鏄惁浣跨敤PLC_","lasttime":"鏄惁浣跨敤PLC_","valueList":["鏄惁浣跨敤PLC_","Whether to use PLC_","鏄惁浣跨敤PLC_"]},{"curValue":"bFlagplc璋冭瘯鐣岄潰鏄惁鑷姩璇诲彇鏁版嵁","keyValue":"bFlagplc璋冭瘯鐣岄潰鏄惁鑷姩璇诲彇鏁版嵁","lasttime":"bFlagplc璋冭瘯鐣岄潰鏄惁鑷姩璇诲彇鏁版嵁","valueList":["bFlagplc璋冭瘯鐣岄潰鏄惁鑷姩璇诲彇鏁版嵁","BFlagplc debug interface automatically read data","bFlagplc璋冭瘯鐣岄潰鏄惁鑷姩璇诲彇鏁版嵁"]},{"curValue":"鐢靛帇妫娴嬫ā鍧楃鍙e彿","keyValue":"鐢靛帇妫娴嬫ā鍧楃鍙e彿","lasttime":"鐢靛帇妫娴嬫ā鍧楃鍙e彿","valueList":["鐢靛帇妫娴嬫ā鍧楃鍙e彿","Voltage detection module port number","鐢靛帇妫娴嬫ā鍧楃鍙e彿"]},{"curValue":"bflag鏄惁鏄剧ず妯℃嫙閲忔暟鍊","keyValue":"bflag鏄惁鏄剧ず妯℃嫙閲忔暟鍊","lasttime":"bflag鏄惁鏄剧ず妯℃嫙閲忔暟鍊","valueList":["bflag鏄惁鏄剧ず妯℃嫙閲忔暟鍊","Whether BFLAG displays analog quantity values","bflag鏄惁鏄剧ず妯℃嫙閲忔暟鍊"]},{"curValue":"鏄惁鍚姩鐣岄潰鎵爜灞忚斀鎸夐挳","keyValue":"鏄惁鍚姩鐣岄潰鎵爜灞忚斀鎸夐挳","lasttime":"鏄惁鍚姩鐣岄潰鎵爜灞忚斀鎸夐挳","valueList":["鏄惁鍚姩鐣岄潰鎵爜灞忚斀鎸夐挳","Whether to start the screen scan screen button","鏄惁鍚姩鐣岄潰鎵爜灞忚斀鎸夐挳"]},{"curValue":"鏈澶у浘鍍忕紦瀛樹釜鏁","keyValue":"鏈澶у浘鍍忕紦瀛樹釜鏁","lasttime":"鏈澶у浘鍍忕紦瀛樹釜鏁","valueList":["鏈澶у浘鍍忕紦瀛樹釜鏁","Maximum number of image caches","鏈澶у浘鍍忕紦瀛樹釜鏁"]},{"curValue":"瑁佸垏搴曡竟鍒板渾蹇冭窛绂","keyValue":"瑁佸垏搴曡竟鍒板渾蹇冭窛绂","lasttime":"瑁佸垏搴曡竟鍒板渾蹇冭窛绂","valueList":["瑁佸垏搴曡竟鍒板渾蹇冭窛绂","Cut the bottom edge to the center of the circle","瑁佸垏搴曡竟鍒板渾蹇冭窛绂"]},{"curValue":"琛ュ伩瑁佸垏浣嶇疆闃堝","keyValue":"琛ュ伩瑁佸垏浣嶇疆闃堝","lasttime":"琛ュ伩瑁佸垏浣嶇疆闃堝","valueList":["琛ュ伩瑁佸垏浣嶇疆闃堝","Compensation for cutting position threshold","琛ュ伩瑁佸垏浣嶇疆闃堝"]},{"curValue":"澶栬竟鍦嗕笅鏂圭伆搴︽瘮渚1","keyValue":"澶栬竟鍦嗕笅鏂圭伆搴︽瘮渚1","lasttime":"澶栬竟鍦嗕笅鏂圭伆搴︽瘮渚1","valueList":["澶栬竟鍦嗕笅鏂圭伆搴︽瘮渚1","Gray scale ratio 1 below the outer circle","澶栬竟鍦嗕笅鏂圭伆搴︽瘮渚1"]},{"curValue":"numfullCount鍒ゆ柇鏈灏忎釜鏁","keyValue":"numfullCount鍒ゆ柇鏈灏忎釜鏁","lasttime":"numfullCount鍒ゆ柇鏈灏忎釜鏁","valueList":["numfullCount鍒ゆ柇鏈灏忎釜鏁","NumfullCount judges the minimum number","numfullCount鍒ゆ柇鏈灏忎釜鏁"]},{"curValue":"cnt杩炵画鍑犱釜绌烘枡璁や负鍓嶉潰鏃犳枡","keyValue":"cnt杩炵画鍑犱釜绌烘枡璁や负鍓嶉潰鏃犳枡","lasttime":"cnt杩炵画鍑犱釜绌烘枡璁や负鍓嶉潰鏃犳枡","valueList":["cnt杩炵画鍑犱釜绌烘枡璁や负鍓嶉潰鏃犳枡","CNT continuous several empty material that no material in front","cnt杩炵画鍑犱釜绌烘枡璁や负鍓嶉潰鏃犳枡"]},{"curValue":"cnt閫忔槑鏂欏甫cut涓暟琛ュ伩","keyValue":"cnt閫忔槑鏂欏甫cut涓暟琛ュ伩","lasttime":"cnt閫忔槑鏂欏甫cut涓暟琛ュ伩","valueList":["cnt閫忔槑鏂欏甫cut涓暟琛ュ伩","Compensation for the number of CNT transparent tape cuts","cnt閫忔槑鏂欏甫cut涓暟琛ュ伩"]},{"curValue":"cnt榛戞枡甯ut涓暟琛ュ伩","keyValue":"cnt榛戞枡甯ut涓暟琛ュ伩","lasttime":"cnt榛戞枡甯ut涓暟琛ュ伩","valueList":["cnt榛戞枡甯ut涓暟琛ュ伩","Compensation for the number of CNT black tape cuts","cnt榛戞枡甯ut涓暟琛ュ伩"]},{"curValue":"thes榛戞枡甯︽渶灏忓垽鏂爣鍑","keyValue":"thes榛戞枡甯︽渶灏忓垽鏂爣鍑","lasttime":"thes榛戞枡甯︽渶灏忓垽鏂爣鍑","valueList":["thes榛戞枡甯︽渶灏忓垽鏂爣鍑","Thes black belt is the minimum standard","thes榛戞枡甯︽渶灏忓垽鏂爣鍑"]},{"curValue":"绾告枡甯﹀拰榛戞枡甯︽湁鏂欐瘮渚","keyValue":"绾告枡甯﹀拰榛戞枡甯︽湁鏂欐瘮渚","lasttime":"绾告枡甯﹀拰榛戞枡甯︽湁鏂欐瘮渚","valueList":["绾告枡甯﹀拰榛戞枡甯︽湁鏂欐瘮渚","Paper tape and black tape with feed ratio","绾告枡甯﹀拰榛戞枡甯︽湁鏂欐瘮渚"]},{"curValue":"sc鐩告満杞欢鍒囨崲鍒扮‖浠惰Е鍙戠殑寤舵椂","keyValue":"sc鐩告満杞欢鍒囨崲鍒扮‖浠惰Е鍙戠殑寤舵椂","lasttime":"sc鐩告満杞欢鍒囨崲鍒扮‖浠惰Е鍙戠殑寤舵椂","valueList":["sc鐩告満杞欢鍒囨崲鍒扮‖浠惰Е鍙戠殑寤舵椂","Sc camera software switches to a hardware triggered delay","sc鐩告満杞欢鍒囨崲鍒扮‖浠惰Е鍙戠殑寤舵椂"]},{"curValue":"pitch鏇濆厜鏃堕棿","keyValue":"pitch鏇濆厜鏃堕棿","lasttime":"pitch鏇濆厜鏃堕棿","valueList":["pitch鏇濆厜鏃堕棿","Pitch exposure time","pitch鏇濆厜鏃堕棿"]},{"curValue":"pitch妫娴嬫瘮渚嬮槇鍊","keyValue":"pitch妫娴嬫瘮渚嬮槇鍊","lasttime":"pitch妫娴嬫瘮渚嬮槇鍊","valueList":["pitch妫娴嬫瘮渚嬮槇鍊","Pitch detection ratio threshold","pitch妫娴嬫瘮渚嬮槇鍊"]},{"curValue":"绛夊緟鎵撳紑鍏夋簮鐨勬椂闂达紙ms锛","keyValue":"绛夊緟鎵撳紑鍏夋簮鐨勬椂闂达紙ms锛","lasttime":"绛夊緟鎵撳紑鍏夋簮鐨勬椂闂达紙ms锛","valueList":["绛夊緟鎵撳紑鍏夋簮鐨勬椂闂达紙ms锛","Time to wait for light to turn on (MS)","绛夊緟鎵撳紑鍏夋簮鐨勬椂闂达紙ms锛"]},{"curValue":"sc8mm闀垮姣斾緥","keyValue":"sc8mm闀垮姣斾緥","lasttime":"sc8mm闀垮姣斾緥","valueList":["sc8mm闀垮姣斾緥","Sc8mm length to width ratio","sc8mm闀垮姣斾緥"]},{"curValue":"sc12mm闀垮姣斾緥","keyValue":"sc12mm闀垮姣斾緥","lasttime":"sc12mm闀垮姣斾緥","valueList":["sc12mm闀垮姣斾緥","Sc12mm length-width ratio","sc12mm闀垮姣斾緥"]},{"curValue":"sc16mm闀垮姣斾緥","keyValue":"sc16mm闀垮姣斾緥","lasttime":"sc16mm闀垮姣斾緥","valueList":["sc16mm闀垮姣斾緥","Sc16mm length to width ratio","sc16mm闀垮姣斾緥"]},{"curValue":"鐩告満璁剧疆鐨勫瘑鐮","keyValue":"鐩告満璁剧疆鐨勫瘑鐮","lasttime":"鐩告満璁剧疆鐨勫瘑鐮","valueList":["鐩告満璁剧疆鐨勫瘑鐮","The password set by the camera","鐩告満璁剧疆鐨勫瘑鐮"]},{"curValue":"鏄剧ず鍓嶅悗涓ゅ紶鍥惧儚鐨勬椂闂撮棿闅","keyValue":"鏄剧ず鍓嶅悗涓ゅ紶鍥惧儚鐨勬椂闂撮棿闅","lasttime":"鏄剧ず鍓嶅悗涓ゅ紶鍥惧儚鐨勬椂闂撮棿闅","valueList":["鏄剧ず鍓嶅悗涓ゅ紶鍥惧儚鐨勬椂闂撮棿闅","Show the interval between the two images","鏄剧ず鍓嶅悗涓ゅ紶鍥惧儚鐨勬椂闂撮棿闅"]},{"curValue":"宸︿晶璧峰紑濮嬫娴嬩綅缃","keyValue":"宸︿晶璧峰紑濮嬫娴嬩綅缃","lasttime":"宸︿晶璧峰紑濮嬫娴嬩綅缃","valueList":["宸︿晶璧峰紑濮嬫娴嬩綅缃","Left start to check position","宸︿晶璧峰紑濮嬫娴嬩綅缃"]},{"curValue":"鍙充晶璧风粨鏉熸娴嬩綅缃","keyValue":"鍙充晶璧风粨鏉熸娴嬩綅缃","lasttime":"鍙充晶璧风粨鏉熸娴嬩綅缃","valueList":["鍙充晶璧风粨鏉熸娴嬩綅缃","The right side of the test","鍙充晶璧风粨鏉熸娴嬩綅缃"]},{"curValue":"瓒呰繃鎷嶇収娆℃暟鏃犳枡鍒欐姤璀","keyValue":"瓒呰繃鎷嶇収娆℃暟鏃犳枡鍒欐姤璀","lasttime":"瓒呰繃鎷嶇収娆℃暟鏃犳枡鍒欐姤璀","valueList":["瓒呰繃鎷嶇収娆℃暟鏃犳枡鍒欐姤璀","If no material has been taken for more than one time, it will alarm _","瓒呰繃鎷嶇収娆℃暟鏃犳枡鍒欐姤璀"]},{"curValue":"鏈浣庢娴嬪埌鏂欑殑鏁伴噺鍚庢墠鍙戠粰plc","keyValue":"鏈浣庢娴嬪埌鏂欑殑鏁伴噺鍚庢墠鍙戠粰plc","lasttime":"鏈浣庢娴嬪埌鏂欑殑鏁伴噺鍚庢墠鍙戠粰plc","valueList":["鏈浣庢娴嬪埌鏂欑殑鏁伴噺鍚庢墠鍙戠粰plc","Send to PLC after the minimum quantity of material is detected","鏈浣庢娴嬪埌鏂欑殑鏁伴噺鍚庢墠鍙戠粰plc"]},{"curValue":"鏈浣庢娴嬪埌鏂欏甫娆℃暟鎵嶅鐞嗗浘鍍","keyValue":"鏈浣庢娴嬪埌鏂欏甫娆℃暟鎵嶅鐞嗗浘鍍","lasttime":"鏈浣庢娴嬪埌鏂欏甫娆℃暟鎵嶅鐞嗗浘鍍","valueList":["鏈浣庢娴嬪埌鏂欏甫娆℃暟鎵嶅鐞嗗浘鍍","Minimum detection of tape times to process images","鏈浣庢娴嬪埌鏂欏甫娆℃暟鎵嶅鐞嗗浘鍍"]},{"curValue":"delay寤舵椂鎷嶇収鏃堕棿","keyValue":"delay寤舵椂鎷嶇収鏃堕棿","lasttime":"delay寤舵椂鎷嶇収鏃堕棿","valueList":["delay寤舵椂鎷嶇収鏃堕棿","Delay time of taking pictures","delay寤舵椂鎷嶇収鏃堕棿"]},{"curValue":"delay寤舵椂琛ユ媿娆℃暟","keyValue":"delay寤舵椂琛ユ媿娆℃暟","lasttime":"delay寤舵椂琛ユ媿娆℃暟","valueList":["delay寤舵椂琛ユ媿娆℃暟","Delay retouching times","delay寤舵椂琛ユ媿娆℃暟"]},{"curValue":"鏄惁寮鍚珮閫熸ā寮","keyValue":"鏄惁寮鍚珮閫熸ā寮","lasttime":"鏄惁寮鍚珮閫熸ā寮","valueList":["鏄惁寮鍚珮閫熸ā寮","Whether to turn on high speed mode","鏄惁寮鍚珮閫熸ā寮"]},{"curValue":"鏄惁浣跨敤鏂扮殑鍥惧儚澶勭悊鏂瑰紡","keyValue":"鏄惁浣跨敤鏂扮殑鍥惧儚澶勭悊鏂瑰紡","lasttime":"鏄惁浣跨敤鏂扮殑鍥惧儚澶勭悊鏂瑰紡","valueList":["鏄惁浣跨敤鏂扮殑鍥惧儚澶勭悊鏂瑰紡","Whether to use a new image processing method","鏄惁浣跨敤鏂扮殑鍥惧儚澶勭悊鏂瑰紡"]},{"curValue":"閫氳繃璺敱鍣ㄨ繛鎺ョ浉鏈烘槸鐨勬湰鍦癷p鍦板潃","keyValue":"閫氳繃璺敱鍣ㄨ繛鎺ョ浉鏈烘槸鐨勬湰鍦癷p鍦板潃","lasttime":"閫氳繃璺敱鍣ㄨ繛鎺ョ浉鏈烘槸鐨勬湰鍦癷p鍦板潃","valueList":["閫氳繃璺敱鍣ㄨ繛鎺ョ浉鏈烘槸鐨勬湰鍦癷p鍦板潃","Connecting to the camera via a router is the local IP address","閫氳繃璺敱鍣ㄨ繛鎺ョ浉鏈烘槸鐨勬湰鍦癷p鍦板潃"]},{"curValue":"鏇濆厜鏃堕棿","keyValue":"鏇濆厜鏃堕棿","lasttime":"鏇濆厜鏃堕棿","valueList":["鏇濆厜鏃堕棿","Exposure time","鏇濆厜鏃堕棿"]},{"curValue":"澧炵泭绯绘暟","keyValue":"澧炵泭绯绘暟","lasttime":"澧炵泭绯绘暟","valueList":["澧炵泭绯绘暟","Gain coefficient","澧炵泭绯绘暟"]},{"curValue":"寮傛妯″紡涓嬪仠姝㈠彇鍥炬椂闂磎s","keyValue":"寮傛妯″紡涓嬪仠姝㈠彇鍥炬椂闂磎s","lasttime":"寮傛妯″紡涓嬪仠姝㈠彇鍥炬椂闂磎s","valueList":["寮傛妯″紡涓嬪仠姝㈠彇鍥炬椂闂磎s","Stop drawing in asynchronous mode at ms","寮傛妯″紡涓嬪仠姝㈠彇鍥炬椂闂磎s"]},{"curValue":"鍍忕礌鍜宮m鐨勬瘮渚媂","keyValue":"鍍忕礌鍜宮m鐨勬瘮渚媂","lasttime":"鍍忕礌鍜宮m鐨勬瘮渚媂","valueList":["鍍忕礌鍜宮m鐨勬瘮渚媂","The ratio of pixels to mm X","鍍忕礌鍜宮m鐨勬瘮渚媂"]},{"curValue":"鍍忕礌鍜宮m鐨勬瘮渚媃","keyValue":"鍍忕礌鍜宮m鐨勬瘮渚媃","lasttime":"鍍忕礌鍜宮m鐨勬瘮渚媃","valueList":["鍍忕礌鍜宮m鐨勬瘮渚媃","The ratio of pixels to mm, Y","鍍忕礌鍜宮m鐨勬瘮渚媃"]},{"curValue":"鍙栧浘瑙﹀彂妯″紡","keyValue":"鍙栧浘瑙﹀彂妯″紡","lasttime":"鍙栧浘瑙﹀彂妯″紡","valueList":["鍙栧浘瑙﹀彂妯″紡","Fetch the graph trigger mode","鍙栧浘瑙﹀彂妯″紡"]},{"curValue":"4mm涓ゅ瓟璺濈瀵瑰簲鐨勫儚绱犲1","keyValue":"4mm涓ゅ瓟璺濈瀵瑰簲鐨勫儚绱犲1","lasttime":"4mm涓ゅ瓟璺濈瀵瑰簲鐨勫儚绱犲1","valueList":["4mm涓ゅ瓟璺濈瀵瑰簲鐨勫儚绱犲1","The pixel value corresponding to the distance between two holes of 4mm is 1","4mm涓ゅ瓟璺濈瀵瑰簲鐨勫儚绱犲1"]},{"curValue":"瑁佸垏宸︿綅缃1","keyValue":"瑁佸垏宸︿綅缃1","lasttime":"瑁佸垏宸︿綅缃1","valueList":["瑁佸垏宸︿綅缃1","Cut left position 1","瑁佸垏宸︿綅缃1"]},{"curValue":"瑁佸垏搴曚綅缃1","keyValue":"瑁佸垏搴曚綅缃1","lasttime":"瑁佸垏搴曚綅缃1","valueList":["瑁佸垏搴曚綅缃1","Cut bottom position 1","瑁佸垏搴曚綅缃1"]},{"curValue":"琛ュ伩澶氬垏鏂欐暟閲","keyValue":"琛ュ伩澶氬垏鏂欐暟閲","lasttime":"琛ュ伩澶氬垏鏂欐暟閲","valueList":["琛ュ伩澶氬垏鏂欐暟閲","Compensates for the amount of multiple cuts","琛ュ伩澶氬垏鏂欐暟閲"]},{"curValue":"绾告枡甯﹂槇鍊兼渶灏忓","keyValue":"绾告枡甯﹂槇鍊兼渶灏忓","lasttime":"绾告枡甯﹂槇鍊兼渶灏忓","valueList":["绾告枡甯﹂槇鍊兼渶灏忓","Minimum paper tape threshold","绾告枡甯﹂槇鍊兼渶灏忓"]},{"curValue":"榛戣壊濉戣兌闃堝兼渶澶у","keyValue":"榛戣壊濉戣兌闃堝兼渶澶у","lasttime":"榛戣壊濉戣兌闃堝兼渶澶у","valueList":["榛戣壊濉戣兌闃堝兼渶澶у","Maximum black plastic threshold","榛戣壊濉戣兌闃堝兼渶澶у"]},{"curValue":"瑙嗚琛ュ伩鍩哄噯鍊1","keyValue":"瑙嗚琛ュ伩鍩哄噯鍊1","lasttime":"瑙嗚琛ュ伩鍩哄噯鍊1","valueList":["瑙嗚琛ュ伩鍩哄噯鍊1","Visual compensation reference value 1","瑙嗚琛ュ伩鍩哄噯鍊1"]},{"curValue":"瑙嗚琛ュ伩鏂瑰悜__","keyValue":"瑙嗚琛ュ伩鏂瑰悜__","lasttime":"瑙嗚琛ュ伩鏂瑰悜__","valueList":["瑙嗚琛ュ伩鏂瑰悜__","Direction of visual compensation","瑙嗚琛ュ伩鏂瑰悜__"]},{"curValue":"min0201鏈夋枡鍒嗙晫鍊","keyValue":"min0201鏈夋枡鍒嗙晫鍊","lasttime":"min0201鏈夋枡鍒嗙晫鍊","valueList":["min0201鏈夋枡鍒嗙晫鍊","Min0201 feed boundary value","min0201鏈夋枡鍒嗙晫鍊"]},{"curValue":"閫忔槑鏂欏甫闃堝","keyValue":"閫忔槑鏂欏甫闃堝","lasttime":"閫忔槑鏂欏甫闃堝","valueList":["閫忔槑鏂欏甫闃堝","Transparent tape threshold","閫忔槑鏂欏甫闃堝"]},{"curValue":"va閫忔槑鏂欏甫鐨勬洕鍏夊","keyValue":"va閫忔槑鏂欏甫鐨勬洕鍏夊","lasttime":"va閫忔槑鏂欏甫鐨勬洕鍏夊","valueList":["va閫忔槑鏂欏甫鐨勬洕鍏夊","Va transparent tape exposure value","va閫忔槑鏂欏甫鐨勬洕鍏夊"]},{"curValue":"va榛戞枡甯︾殑鏇濆厜鍊糭","keyValue":"va榛戞枡甯︾殑鏇濆厜鍊糭","lasttime":"va榛戞枡甯︾殑鏇濆厜鍊糭","valueList":["va榛戞枡甯︾殑鏇濆厜鍊糭","Va black tape exposure _","va榛戞枡甯︾殑鏇濆厜鍊糭"]},{"curValue":"va榛樿鐨勬洕鍏夊","keyValue":"va榛樿鐨勬洕鍏夊","lasttime":"va榛樿鐨勬洕鍏夊","valueList":["va榛樿鐨勬洕鍏夊","The default va exposure value","va榛樿鐨勬洕鍏夊"]},{"curValue":"閫忔槑鐨勯槇鍊肩殑鍏樊","keyValue":"閫忔槑鐨勯槇鍊肩殑鍏樊","lasttime":"閫忔槑鐨勯槇鍊肩殑鍏樊","valueList":["閫忔槑鐨勯槇鍊肩殑鍏樊","Transparent threshold tolerance","閫忔槑鐨勯槇鍊肩殑鍏樊"]},{"curValue":"t鍙戦佸畬鎴愪俊鍙风殑鏃跺埢","keyValue":"t鍙戦佸畬鎴愪俊鍙风殑鏃跺埢","lasttime":"t鍙戦佸畬鎴愪俊鍙风殑鏃跺埢","valueList":["t鍙戦佸畬鎴愪俊鍙风殑鏃跺埢","T is the moment when the signal is sent","t鍙戦佸畬鎴愪俊鍙风殑鏃跺埢"]},{"curValue":"mes瀵规帴绫诲瀷","keyValue":"mes瀵规帴绫诲瀷","lasttime":"mes瀵规帴绫诲瀷","valueList":["mes瀵规帴绫诲瀷","Mes butt type","mes瀵规帴绫诲瀷"]},{"curValue":"mes_瀵规帴鍙傝冩暟鎹甠璇︾粏鐗","keyValue":"mes_瀵规帴鍙傝冩暟鎹甠璇︾粏鐗","lasttime":"mes_瀵规帴鍙傝冩暟鎹甠璇︾粏鐗","valueList":["mes_瀵规帴鍙傝冩暟鎹甠璇︾粏鐗","Mes_ Docking reference data _ detailed edition","mes_瀵规帴鍙傝冩暟鎹甠璇︾粏鐗"]},{"curValue":"mes_瀵规帴鍙傝冩暟鎹甠绠鏄撶増","keyValue":"mes_瀵规帴鍙傝冩暟鎹甠绠鏄撶増","lasttime":"mes_瀵规帴鍙傝冩暟鎹甠绠鏄撶増","valueList":["mes_瀵规帴鍙傝冩暟鎹甠绠鏄撶増","Mes_ Docking reference data _ Simplified version","mes_瀵规帴鍙傝冩暟鎹甠绠鏄撶増"]},{"curValue":"-------------浠ヤ笅涓哄鎴风妯″紡----------------","keyValue":"-------------浠ヤ笅涓哄鎴风妯″紡----------------","lasttime":"-------------浠ヤ笅涓哄鎴风妯″紡----------------","valueList":["-------------浠ヤ笅涓哄鎴风妯″紡----------------","-- The following is the client mode","-------------浠ヤ笅涓哄鎴风妯″紡----------------"]},{"curValue":"瀵规帴绫诲瀷1--瀹㈡埛Udp鏈嶅姟鍣╛IP","keyValue":"瀵规帴绫诲瀷1--瀹㈡埛Udp鏈嶅姟鍣╛IP","lasttime":"瀵规帴绫诲瀷1--瀹㈡埛Udp鏈嶅姟鍣╛IP","valueList":["瀵规帴绫诲瀷1--瀹㈡埛Udp鏈嶅姟鍣╛IP","Docking type 1-- client Udp server _IP","瀵规帴绫诲瀷1--瀹㈡埛Udp鏈嶅姟鍣╛IP"]},{"curValue":"瀵规帴绫诲瀷1--瀹㈡埛Udp鏈嶅姟鍣╛绔彛鍙","keyValue":"瀵规帴绫诲瀷1--瀹㈡埛Udp鏈嶅姟鍣╛绔彛鍙","lasttime":"瀵规帴绫诲瀷1--瀹㈡埛Udp鏈嶅姟鍣╛绔彛鍙","valueList":["瀵规帴绫诲瀷1--瀹㈡埛Udp鏈嶅姟鍣╛绔彛鍙","Docking type 1-- client Udp server _ port number","瀵规帴绫诲瀷1--瀹㈡埛Udp鏈嶅姟鍣╛绔彛鍙"]},{"curValue":"瀵规帴绫诲瀷2--瀹㈡埛Tcp鏈嶅姟鍣╛IP","keyValue":"瀵规帴绫诲瀷2--瀹㈡埛Tcp鏈嶅姟鍣╛IP","lasttime":"瀵规帴绫诲瀷2--瀹㈡埛Tcp鏈嶅姟鍣╛IP","valueList":["瀵规帴绫诲瀷2--瀹㈡埛Tcp鏈嶅姟鍣╛IP","Docking type 2-- Client Tcp server _IP","瀵规帴绫诲瀷2--瀹㈡埛Tcp鏈嶅姟鍣╛IP"]},{"curValue":"瀵规帴绫诲瀷2--瀹㈡埛Tcp鏈嶅姟鍣╛绔彛鍙","keyValue":"瀵规帴绫诲瀷2--瀹㈡埛Tcp鏈嶅姟鍣╛绔彛鍙","lasttime":"瀵规帴绫诲瀷2--瀹㈡埛Tcp鏈嶅姟鍣╛绔彛鍙","valueList":["瀵规帴绫诲瀷2--瀹㈡埛Tcp鏈嶅姟鍣╛绔彛鍙","Docking type 2-- Client Tcp server _ port number","瀵规帴绫诲瀷2--瀹㈡埛Tcp鏈嶅姟鍣╛绔彛鍙"]},{"curValue":"瀵规帴绫诲瀷3/7--鏈湴MES涓插彛绔彛鍙","keyValue":"瀵规帴绫诲瀷3/7--鏈湴MES涓插彛绔彛鍙","lasttime":"瀵规帴绫诲瀷3/7--鏈湴MES涓插彛绔彛鍙","valueList":["瀵规帴绫诲瀷3/7--鏈湴MES涓插彛绔彛鍙","Docking type 3/7-- local MES serial port number","瀵规帴绫诲瀷3/7--鏈湴MES涓插彛绔彛鍙"]},{"curValue":"瀵规帴绫诲瀷4--瀹㈡埛Http鏈嶅姟鍣╛鏉$爜鏍¢獙Url","keyValue":"瀵规帴绫诲瀷4--瀹㈡埛Http鏈嶅姟鍣╛鏉$爜鏍¢獙Url","lasttime":"瀵规帴绫诲瀷4--瀹㈡埛Http鏈嶅姟鍣╛鏉$爜鏍¢獙Url","valueList":["瀵规帴绫诲瀷4--瀹㈡埛Http鏈嶅姟鍣╛鏉$爜鏍¢獙Url","Docking type 4-- Client Http server _ bar code check Url","瀵规帴绫诲瀷4--瀹㈡埛Http鏈嶅姟鍣╛鏉$爜鏍¢獙Url"]},{"curValue":"瀵规帴绫诲瀷4--瀹㈡埛Http鏈嶅姟鍣╛鎺ユ枡瀹屾垚纭Url","keyValue":"瀵规帴绫诲瀷4--瀹㈡埛Http鏈嶅姟鍣╛鎺ユ枡瀹屾垚纭Url","lasttime":"瀵规帴绫诲瀷4--瀹㈡埛Http鏈嶅姟鍣╛鎺ユ枡瀹屾垚纭Url","valueList":["瀵规帴绫诲瀷4--瀹㈡埛Http鏈嶅姟鍣╛鎺ユ枡瀹屾垚纭Url","Docking type 4-- Client Http server _ Url for receiving completion confirmation","瀵规帴绫诲瀷4--瀹㈡埛Http鏈嶅姟鍣╛鎺ユ枡瀹屾垚纭Url"]},{"curValue":"瀵规帴绫诲瀷1/2/3/4--mes杩斿洖绛夊緟鏃堕棿","keyValue":"瀵规帴绫诲瀷1/2/3/4--mes杩斿洖绛夊緟鏃堕棿","lasttime":"瀵规帴绫诲瀷1/2/3/4--mes杩斿洖绛夊緟鏃堕棿","valueList":["瀵规帴绫诲瀷1/2/3/4--mes杩斿洖绛夊緟鏃堕棿","Docking type 1/2/3/4-- MES return wait time","瀵规帴绫诲瀷1/2/3/4--mes杩斿洖绛夊緟鏃堕棿"]},{"curValue":"-------------浠ヤ笅涓烘湇鍔″櫒妯″紡----------------","keyValue":"-------------浠ヤ笅涓烘湇鍔″櫒妯″紡----------------","lasttime":"-------------浠ヤ笅涓烘湇鍔″櫒妯″紡----------------","valueList":["-------------浠ヤ笅涓烘湇鍔″櫒妯″紡----------------","-- The following is the server mode","-------------浠ヤ笅涓烘湇鍔″櫒妯″紡----------------"]},{"curValue":"瀵规帴绫诲瀷5--鏈湴Udp鏈嶅姟鍣╛绔彛鍙1","keyValue":"瀵规帴绫诲瀷5--鏈湴Udp鏈嶅姟鍣╛绔彛鍙1","lasttime":"瀵规帴绫诲瀷5--鏈湴Udp鏈嶅姟鍣╛绔彛鍙1","valueList":["瀵规帴绫诲瀷5--鏈湴Udp鏈嶅姟鍣╛绔彛鍙1","Docking type 5-- local Udp server _ port number 1","瀵规帴绫诲瀷5--鏈湴Udp鏈嶅姟鍣╛绔彛鍙1"]},{"curValue":"瀵规帴绫诲瀷6--鏈湴Tcp鏈嶅姟鍣╛绔彛鍙","keyValue":"瀵规帴绫诲瀷6--鏈湴Tcp鏈嶅姟鍣╛绔彛鍙","lasttime":"瀵规帴绫诲瀷6--鏈湴Tcp鏈嶅姟鍣╛绔彛鍙","valueList":["瀵规帴绫诲瀷6--鏈湴Tcp鏈嶅姟鍣╛绔彛鍙","Docking type 6-- Local Tcp server _ port number","瀵规帴绫诲瀷6--鏈湴Tcp鏈嶅姟鍣╛绔彛鍙"]},{"curValue":"瀵规帴绫诲瀷5/6/7--bFlag浠讳綍娑堟伅閮借涓篛K","keyValue":"瀵规帴绫诲瀷5/6/7--bFlag浠讳綍娑堟伅閮借涓篛K","lasttime":"瀵规帴绫诲瀷5/6/7--bFlag浠讳綍娑堟伅閮借涓篛K","valueList":["瀵规帴绫诲瀷5/6/7--bFlag浠讳綍娑堟伅閮借涓篛K","Docking type 5/6/7-- Any message from bFlag is considered OK","瀵规帴绫诲瀷5/6/7--bFlag浠讳綍娑堟伅閮借涓篛K"]},{"curValue":"瀵规帴绫诲瀷5/6/7--杩斿洖鐨凬G淇℃伅","keyValue":"瀵规帴绫诲瀷5/6/7--杩斿洖鐨凬G淇℃伅","lasttime":"瀵规帴绫诲瀷5/6/7--杩斿洖鐨凬G淇℃伅","valueList":["瀵规帴绫诲瀷5/6/7--杩斿洖鐨凬G淇℃伅","Docking type 5/6/7-- NG information returned","瀵规帴绫诲瀷5/6/7--杩斿洖鐨凬G淇℃伅"]},{"curValue":"瀵规帴绫诲瀷5/6/7--NG鏄惁杩斿洖娑堟伅","keyValue":"瀵规帴绫诲瀷5/6/7--NG鏄惁杩斿洖娑堟伅","lasttime":"瀵规帴绫诲瀷5/6/7--NG鏄惁杩斿洖娑堟伅","valueList":["瀵规帴绫诲瀷5/6/7--NG鏄惁杩斿洖娑堟伅","Docking type 5/6/7-- whether NG returns a message or not","瀵规帴绫诲瀷5/6/7--NG鏄惁杩斿洖娑堟伅"]},{"curValue":"瀵规帴绫诲瀷5/6/7--榛樿搴旂瓟娑堟伅鍐呭","keyValue":"瀵规帴绫诲瀷5/6/7--榛樿搴旂瓟娑堟伅鍐呭","lasttime":"瀵规帴绫诲瀷5/6/7--榛樿搴旂瓟娑堟伅鍐呭","valueList":["瀵规帴绫诲瀷5/6/7--榛樿搴旂瓟娑堟伅鍐呭","Docking type 5/6/7-- the default reply message content","瀵规帴绫诲瀷5/6/7--榛樿搴旂瓟娑堟伅鍐呭"]},{"curValue":"瀵规帴绫诲瀷5/6/7--bFlag鏄惁杩斿洖搴旂瓟娑堟伅","keyValue":"瀵规帴绫诲瀷5/6/7--bFlag鏄惁杩斿洖搴旂瓟娑堟伅","lasttime":"瀵规帴绫诲瀷5/6/7--bFlag鏄惁杩斿洖搴旂瓟娑堟伅","valueList":["瀵规帴绫诲瀷5/6/7--bFlag鏄惁杩斿洖搴旂瓟娑堟伅","Docking type 5/6/7-- whether bFlag returns a reply message","瀵规帴绫诲瀷5/6/7--bFlag鏄惁杩斿洖搴旂瓟娑堟伅"]},{"curValue":"24mm鎷ㄥ嚭浣","keyValue":"24mm鎷ㄥ嚭浣","lasttime":"24mm鎷ㄥ嚭浣","valueList":["24mm鎷ㄥ嚭浣","24mmDial the outing","24mm鎷ㄥ嚭浣"]},{"curValue":"搴曡啘鎷ㄥ嚭浣","keyValue":"搴曡啘鎷ㄥ嚭浣","lasttime":"搴曡啘鎷ㄥ嚭浣","valueList":["搴曡啘鎷ㄥ嚭浣","Basement membrane displacement","搴曡啘鎷ㄥ嚭浣"]},{"curValue":"鍙崇伅","keyValue":"鍙崇伅","lasttime":"鍙崇伅","valueList":["鍙崇伅","right light","鍙崇伅"]},{"curValue":"宸︾伅","keyValue":"宸︾伅","lasttime":"宸︾伅","valueList":["宸︾伅","Left light","宸︾伅"]},{"curValue":"鑷宠创搴曡啘浣","keyValue":"鑷宠创搴曡啘浣","lasttime":"鑷宠创搴曡啘浣","valueList":["鑷宠创搴曡啘浣","To the base film position","鑷宠创搴曡啘浣"]},{"curValue":"鎷ㄥ垁2鏁翠綋","keyValue":"鎷ㄥ垁2鏁翠綋","lasttime":"鎷ㄥ垁2鏁翠綋","valueList":["鎷ㄥ垁2鏁翠綋","Chuck 2 whole","鎷ㄥ垁2鏁翠綋"]},{"curValue":"24mm涓婅啘鐪熺┖","keyValue":"24mm涓婅啘鐪熺┖","lasttime":"24mm涓婅啘鐪熺┖","valueList":["24mm涓婅啘鐪熺┖","24mmThe vacuum membrane","24mm涓婅啘鐪熺┖"]},{"curValue":"24mm搴曡啘鐪熺┖","keyValue":"24mm搴曡啘鐪熺┖","lasttime":"24mm搴曡啘鐪熺┖","valueList":["24mm搴曡啘鐪熺┖","24mmAt the end of the vacuum membrane","24mm搴曡啘鐪熺┖"]},{"curValue":"搴曡啘缈昏浆鑷冲師鐐逛綅","keyValue":"搴曡啘缈昏浆鑷冲師鐐逛綅","lasttime":"搴曡啘缈昏浆鑷冲師鐐逛綅","valueList":["搴曡啘缈昏浆鑷冲師鐐逛綅","The bottom membrane reverses to the origin","搴曡啘缈昏浆鑷冲師鐐逛綅"]},{"curValue":"搴曡啘缈昏浆鑷宠创鍚堜綅","keyValue":"搴曡啘缈昏浆鑷宠创鍚堜綅","lasttime":"搴曡啘缈昏浆鑷宠创鍚堜綅","valueList":["搴曡啘缈昏浆鑷宠创鍚堜綅","Flip the bottom membrane to the fitting position","搴曡啘缈昏浆鑷宠创鍚堜綅"]},{"curValue":"搴曡啘鐢电閾","keyValue":"搴曡啘鐢电閾","lasttime":"搴曡啘鐢电閾","valueList":["搴曡啘鐢电閾","Bottom film electromagnet","搴曡啘鐢电閾"]},{"curValue":"24mm涓婅啘","keyValue":"24mm涓婅啘","lasttime":"24mm涓婅啘","valueList":["24mm涓婅啘","24mmIn the film","24mm涓婅啘"]},{"curValue":"24mm搴曡啘浣","keyValue":"24mm搴曡啘浣","lasttime":"24mm搴曡啘浣","valueList":["24mm搴曡啘浣","24mmA bottom membrane","24mm搴曡啘浣"]},{"curValue":"16mm浣","keyValue":"16mm浣","lasttime":"16mm浣","valueList":["16mm浣","16mmlocation","16mm浣"]},{"curValue":"12mm浣","keyValue":"12mm浣","lasttime":"12mm浣","valueList":["12mm浣","12mmlocation","12mm浣"]},{"curValue":"鎵撳嵃log鏃ュ織鏃堕棿瓒呮椂","keyValue":"鎵撳嵃log鏃ュ織鏃堕棿瓒呮椂","lasttime":"鎵撳嵃log鏃ュ織鏃堕棿瓒呮椂","valueList":["鎵撳嵃log鏃ュ織鏃堕棿瓒呮椂","Print log log time timeout","鎵撳嵃log鏃ュ織鏃堕棿瓒呮椂"]},{"curValue":"0 = 涓嶆樉绀 锛1 = 鏄剧ず","keyValue":"0 = 涓嶆樉绀 锛1 = 鏄剧ず","lasttime":"0 = 涓嶆樉绀 锛1 = 鏄剧ず","valueList":["0 = 涓嶆樉绀 锛1 = 鏄剧ず","0 = no display, 1 = display","0 = 涓嶆樉绀 锛1 = 鏄剧ず"]},{"curValue":"鎺ユ枡瓒呮椂寮傚父","keyValue":"鎺ユ枡瓒呮椂寮傚父","lasttime":"鎺ユ枡瓒呮椂寮傚父","valueList":["鎺ユ枡瓒呮椂寮傚父","Abnormal receiving time out","鎺ユ枡瓒呮椂寮傚父"]},{"curValue":"浠庣珯PLC閫氳寮傚父","keyValue":"浠庣珯PLC閫氳寮傚父","lasttime":"浠庣珯PLC閫氳寮傚父","valueList":["浠庣珯PLC閫氳寮傚父","The slave station PLC communication is abnormal","浠庣珯PLC閫氳寮傚父"]},{"curValue":"鍥炲師鐐硅秴鏃跺紓甯","keyValue":"鍥炲師鐐硅秴鏃跺紓甯","lasttime":"鍥炲師鐐硅秴鏃跺紓甯","valueList":["鍥炲師鐐硅秴鏃跺紓甯","Return to origin timeout exception","鍥炲師鐐硅秴鏃跺紓甯"]},{"curValue":"娴侀亾璋冨鐢垫満寮傚父","keyValue":"娴侀亾璋冨鐢垫満寮傚父","lasttime":"娴侀亾璋冨鐢垫満寮傚父","valueList":["娴侀亾璋冨鐢垫満寮傚父","Abnormal flow width motor","娴侀亾璋冨鐢垫満寮傚父"]},{"curValue":"鎷ㄥ垁2鐢垫満寮傚父","keyValue":"鎷ㄥ垁2鐢垫満寮傚父","lasttime":"鎷ㄥ垁2鐢垫満寮傚父","valueList":["鎷ㄥ垁2鐢垫満寮傚父","Blade 2 motor is abnormal","鎷ㄥ垁2鐢垫満寮傚父"]},{"curValue":"鏈湴ip3","keyValue":"鏈湴ip3","lasttime":"鏈湴ip3","valueList":["鏈湴ip3","Loca lip3","鏈湴ip3"]},{"curValue":"gige 鐩告満3","keyValue":"gige 鐩告満3","lasttime":"gige 鐩告満3","valueList":["gige 鐩告満3","gige camera 3","gige 鐩告満3"]},{"curValue":"鏈湴ip4","keyValue":"鏈湴ip4","lasttime":"鏈湴ip4","valueList":["鏈湴ip4","Local ip4","鏈湴ip4"]},{"curValue":"gige 鐩告満4","keyValue":"gige 鐩告満4","lasttime":"gige 鐩告満4","valueList":["gige 鐩告満4","gige camera 4","gige 鐩告満4"]},{"curValue":"鐩告満鏇濆厜搴﹁缃垚鍔! 鏇濆厜鏃堕棿=","keyValue":"鐩告満鏇濆厜搴﹁缃垚鍔! 鏇濆厜鏃堕棿=","lasttime":"鐩告満鏇濆厜搴﹁缃垚鍔! 鏇濆厜鏃堕棿=","valueList":["鐩告満鏇濆厜搴﹁缃垚鍔! 鏇濆厜鏃堕棿=","Camera exposure set successfully! Exposure time=","鐩告満鏇濆厜搴﹁缃垚鍔! 鏇濆厜鏃堕棿="]},{"curValue":"鍒囨柇浣嶇疆 = 瀛斾腑蹇","keyValue":"鍒囨柇浣嶇疆 = 瀛斾腑蹇","lasttime":"鍒囨柇浣嶇疆 = 瀛斾腑蹇","valueList":["鍒囨柇浣嶇疆 = 瀛斾腑蹇","Cutting position = center of hole","鍒囨柇浣嶇疆 = 瀛斾腑蹇"]},{"curValue":"鍒囨柇浣嶇疆 = 涓ゅ瓟涔嬮棿","keyValue":"鍒囨柇浣嶇疆 = 涓ゅ瓟涔嬮棿","lasttime":"鍒囨柇浣嶇疆 = 涓ゅ瓟涔嬮棿","valueList":["鍒囨柇浣嶇疆 = 涓ゅ瓟涔嬮棿","Cutting position = Between the two holes","鍒囨柇浣嶇疆 = 涓ゅ瓟涔嬮棿"]},{"curValue":"鍒囨柇浣嶇疆 = 瀛旇竟","keyValue":"鍒囨柇浣嶇疆 = 瀛旇竟","lasttime":"鍒囨柇浣嶇疆 = 瀛旇竟","valueList":["鍒囨柇浣嶇疆 = 瀛旇竟","Cutting position = The side of hole","鍒囨柇浣嶇疆 = 瀛旇竟"]},{"curValue":"鎬绘椂闂=15.6303ms","keyValue":"鎬绘椂闂=15.6303ms","lasttime":"鎬绘椂闂=15.6303ms","valueList":["鎬绘椂闂=15.6303ms","total time=15.6303ms","鎬绘椂闂=15.6303ms"]},{"curValue":"鎺ユ枡瀹屾垚锛屾暟鎹洿鏂板畬鎴","keyValue":"鎺ユ枡瀹屾垚锛屾暟鎹洿鏂板畬鎴","lasttime":"鎺ユ枡瀹屾垚锛屾暟鎹洿鏂板畬鎴","valueList":["鎺ユ枡瀹屾垚锛屾暟鎹洿鏂板畬鎴","Feeding finished, data update completed","鎺ユ枡瀹屾垚锛屾暟鎹洿鏂板畬鎴"]},{"curValue":"24mm瀹藉害","keyValue":"24mm瀹藉害","lasttime":"24mm瀹藉害","valueList":["24mm瀹藉害","24mmWidth","24mm瀹藉害"]},{"curValue":"24mm鐩稿叧鍙傛暟","keyValue":"24mm鐩稿叧鍙傛暟","lasttime":"24mm鐩稿叧鍙傛暟","valueList":["24mm鐩稿叧鍙傛暟","24mmrelevant parameter","24mm鐩稿叧鍙傛暟"]},{"curValue":"鎬绘椂闂=15.6263ms","keyValue":"鎬绘椂闂=15.6263ms","lasttime":"鎬绘椂闂=15.6263ms","valueList":["鎬绘椂闂=15.6263ms","total time=15.6263ms","鎬绘椂闂=15.6263ms"]},{"curValue":"鎬绘椂闂=15.6247ms","keyValue":"鎬绘椂闂=15.6247ms","lasttime":"鎬绘椂闂=15.6247ms","valueList":["鎬绘椂闂=15.6247ms","total time=15.6247ms","鎬绘椂闂=15.6247ms"]},{"curValue":"鍒嗚В闂磋窛222","keyValue":"鍒嗚В闂磋窛222","lasttime":"鍒嗚В闂磋窛222","valueList":["鍒嗚В闂磋窛222","Decomposition spacing222","鍒嗚В闂磋窛222"]},{"curValue":"鍒嗚В闂磋窛333","keyValue":"鍒嗚В闂磋窛333","lasttime":"鍒嗚В闂磋窛333","valueList":["鍒嗚В闂磋窛333","Decomposition spacing333","鍒嗚В闂磋窛333"]},{"curValue":"鍒嗚В闂磋窛444","keyValue":"鍒嗚В闂磋窛444","lasttime":"鍒嗚В闂磋窛444","valueList":["鍒嗚В闂磋窛444","Decomposition spacing444","鍒嗚В闂磋窛444"]},{"curValue":"闂磋窛鍒ゆ柇222","keyValue":"闂磋窛鍒ゆ柇222","lasttime":"闂磋窛鍒ゆ柇222","valueList":["闂磋窛鍒ゆ柇222","Interval judgment222","闂磋窛鍒ゆ柇222"]},{"curValue":"绌烘枡姣斾緥","keyValue":"绌烘枡姣斾緥","lasttime":"绌烘枡姣斾緥","valueList":["绌烘枡姣斾緥","Empty material proportion","绌烘枡姣斾緥"]},{"curValue":"鎬绘椂闂=15.6222ms","keyValue":"鎬绘椂闂=15.6222ms","lasttime":"鎬绘椂闂=15.6222ms","valueList":["鎬绘椂闂=15.6222ms","total time=15.6222ms","鎬绘椂闂=15.6222ms"]},{"curValue":"鎬绘椂闂=15.6258ms","keyValue":"鎬绘椂闂=15.6258ms","lasttime":"鎬绘椂闂=15.6258ms","valueList":["鎬绘椂闂=15.6258ms","total time=15.6258ms","鎬绘椂闂=15.6258ms"]},{"curValue":"鎬绘椂闂=15.6257ms","keyValue":"鎬绘椂闂=15.6257ms","lasttime":"鎬绘椂闂=15.6257ms","valueList":["鎬绘椂闂=15.6257ms","total time=15.6257ms","鎬绘椂闂=15.6257ms"]},{"curValue":"鍙傛暟鍙樻洿,","keyValue":"鍙傛暟鍙樻洿,","lasttime":"鍙傛暟鍙樻洿,","valueList":["鍙傛暟鍙樻洿,","Parameters change,","鍙傛暟鍙樻洿,"]},{"curValue":"鎬绘椂闂=15.6283ms","keyValue":"鎬绘椂闂=15.6283ms","lasttime":"鎬绘椂闂=15.6283ms","valueList":["鎬绘椂闂=15.6283ms","total time=15.6283ms","鎬绘椂闂=15.6283ms"]},{"curValue":"鎬绘椂闂=15.6273ms","keyValue":"鎬绘椂闂=15.6273ms","lasttime":"鎬绘椂闂=15.6273ms","valueList":["鎬绘椂闂=15.6273ms","total time=15.6273ms","鎬绘椂闂=15.6273ms"]},{"curValue":"鎬绘椂闂=15.6242ms","keyValue":"鎬绘椂闂=15.6242ms","lasttime":"鎬绘椂闂=15.6242ms","valueList":["鎬绘椂闂=15.6242ms","total time=15.6242ms","鎬绘椂闂=15.6242ms"]},{"curValue":"鎬绘椂闂=15.6268ms","keyValue":"鎬绘椂闂=15.6268ms","lasttime":"鎬绘椂闂=15.6268ms","valueList":["鎬绘椂闂=15.6268ms","total time=15.6268ms","鎬绘椂闂=15.6268ms"]},{"curValue":"鎬绘椂闂=15.6237ms","keyValue":"鎬绘椂闂=15.6237ms","lasttime":"鎬绘椂闂=15.6237ms","valueList":["鎬绘椂闂=15.6237ms","total time=15.6237ms","鎬绘椂闂=15.6237ms"]},{"curValue":"鎬绘椂闂=15.6231ms","keyValue":"鎬绘椂闂=15.6231ms","lasttime":"鎬绘椂闂=15.6231ms","valueList":["鎬绘椂闂=15.6231ms","total time=15.6231ms","鎬绘椂闂=15.6231ms"]},{"curValue":"鎬绘椂闂=15.6243ms","keyValue":"鎬绘椂闂=15.6243ms","lasttime":"鎬绘椂闂=15.6243ms","valueList":["鎬绘椂闂=15.6243ms","total time=15.6243ms","鎬绘椂闂=15.6243ms"]},{"curValue":"鎬绘椂闂=15.6267ms","keyValue":"鎬绘椂闂=15.6267ms","lasttime":"鎬绘椂闂=15.6267ms","valueList":["鎬绘椂闂=15.6267ms","total time=15.6267ms","鎬绘椂闂=15.6267ms"]},{"curValue":"鎬绘椂闂=15.6252ms","keyValue":"鎬绘椂闂=15.6252ms","lasttime":"鎬绘椂闂=15.6252ms","valueList":["鎬绘椂闂=15.6252ms","total time=15.6252ms","鎬绘椂闂=15.6252ms"]},{"curValue":"鎬绘椂闂=15.6262ms","keyValue":"鎬绘椂闂=15.6262ms","lasttime":"鎬绘椂闂=15.6262ms","valueList":["鎬绘椂闂=15.6262ms","total time=15.6262ms","鎬绘椂闂=15.6262ms"]},{"curValue":"鎬绘椂闂=15.6272ms","keyValue":"鎬绘椂闂=15.6272ms","lasttime":"鎬绘椂闂=15.6272ms","valueList":["鎬绘椂闂=15.6272ms","total time=15.6272ms","鎬绘椂闂=15.6272ms"]},{"curValue":"鎬绘椂闂=15.6248ms","keyValue":"鎬绘椂闂=15.6248ms","lasttime":"鎬绘椂闂=15.6248ms","valueList":["鎬绘椂闂=15.6248ms","total time=15.6248ms","鎬绘椂闂=15.6248ms"]},{"curValue":"鎬绘椂闂=15.6253ms","keyValue":"鎬绘椂闂=15.6253ms","lasttime":"鎬绘椂闂=15.6253ms","valueList":["鎬绘椂闂=15.6253ms","total time=15.6253ms","鎬绘椂闂=15.6253ms"]},{"curValue":"鎬绘椂闂=15.6227ms","keyValue":"鎬绘椂闂=15.6227ms","lasttime":"鎬绘椂闂=15.6227ms","valueList":["鎬绘椂闂=15.6227ms","total time=15.6227ms","鎬绘椂闂=15.6227ms"]},{"curValue":"0 = 涓嶅睆钄 锛 1 = 灞忚斀","keyValue":"0 = 涓嶅睆钄 锛 1 = 灞忚斀","lasttime":"0 = 涓嶅睆钄 锛 1 = 灞忚斀","valueList":["0 = 涓嶅睆钄 锛 1 = 灞忚斀","0 = unmasking, 1 = masking","0 = 涓嶅睆钄 锛 1 = 灞忚斀"]},{"curValue":"宸︿晶鏂欎粨闂","keyValue":"宸︿晶鏂欎粨闂","lasttime":"宸︿晶鏂欎粨闂","valueList":["宸︿晶鏂欎粨闂","Left bin door","宸︿晶鏂欎粨闂"]},{"curValue":"鍙充晶鏂欎粨闂","keyValue":"鍙充晶鏂欎粨闂","lasttime":"鍙充晶鏂欎粨闂","valueList":["鍙充晶鏂欎粨闂","Right bin door","鍙充晶鏂欎粨闂"]},{"curValue":"鍑歌疆寮傚父","keyValue":"鍑歌疆寮傚父","lasttime":"鍑歌疆寮傚父","valueList":["鍑歌疆寮傚父","Abnormal CAM","鍑歌疆寮傚父"]},{"curValue":"鍚歌兌鑶滃紓甯","keyValue":"鍚歌兌鑶滃紓甯","lasttime":"鍚歌兌鑶滃紓甯","valueList":["鍚歌兌鑶滃紓甯","Abnormal suction film","鍚歌兌鑶滃紓甯"]},{"curValue":"鐢垫睜鐢甸噺浣","keyValue":"鐢垫睜鐢甸噺浣","lasttime":"鐢垫睜鐢甸噺浣","valueList":["鐢垫睜鐢甸噺浣","Low battery","鐢垫睜鐢甸噺浣"]},{"curValue":"璇曠敤娆℃暟婊","keyValue":"璇曠敤娆℃暟婊","lasttime":"璇曠敤娆℃暟婊","valueList":["璇曠敤娆℃暟婊","Full trial number","璇曠敤娆℃暟婊"]},{"curValue":"鍓茶啘鐩存祦鐢垫満寮傚父","keyValue":"鍓茶啘鐩存祦鐢垫満寮傚父","lasttime":"鍓茶啘鐩存祦鐢垫満寮傚父","valueList":["鍓茶啘鐩存祦鐢垫満寮傚父","The film cutting DC motor is abnormal","鍓茶啘鐩存祦鐢垫満寮傚父"]},{"curValue":"搴曡啘缈昏浆鐩存祦鐢垫満寮傚父","keyValue":"搴曡啘缈昏浆鐩存祦鐢垫満寮傚父","lasttime":"搴曡啘缈昏浆鐩存祦鐢垫満寮傚父","valueList":["搴曡啘缈昏浆鐩存祦鐢垫満寮傚父","Abnormal bottom film flip DC motor","搴曡啘缈昏浆鐩存祦鐢垫満寮傚父"]},{"curValue":"鎺ㄦ媺闂ㄦ墦寮寮傚父","keyValue":"鎺ㄦ媺闂ㄦ墦寮寮傚父","lasttime":"鎺ㄦ媺闂ㄦ墦寮寮傚父","valueList":["鎺ㄦ媺闂ㄦ墦寮寮傚父","Sliding door opening abnormal","鎺ㄦ媺闂ㄦ墦寮寮傚父"]},{"curValue":"涓や晶鏂欏甫闂磋窛涓嶄竴鑷","keyValue":"涓や晶鏂欏甫闂磋窛涓嶄竴鑷","lasttime":"涓や晶鏂欏甫闂磋窛涓嶄竴鑷","valueList":["涓や晶鏂欏甫闂磋窛涓嶄竴鑷","The spacing between the two sides is inconsistent","涓や晶鏂欏甫闂磋窛涓嶄竴鑷"]},{"curValue":"宸︽壘绌烘枡涓","keyValue":"宸︽壘绌烘枡涓","lasttime":"宸︽壘绌烘枡涓","valueList":["宸︽壘绌烘枡涓","Look left in the blanks","宸︽壘绌烘枡涓"]},{"curValue":"鍙虫壘绌烘枡涓","keyValue":"鍙虫壘绌烘枡涓","lasttime":"鍙虫壘绌烘枡涓","valueList":["鍙虫壘绌烘枡涓","Look right in the blanks","鍙虫壘绌烘枡涓"]},{"curValue":"0=鏃х増鏈紝1=鏂扮増鏈","keyValue":"0=鏃х増鏈紝1=鏂扮増鏈","lasttime":"0=鏃х増鏈紝1=鏂扮増鏈","valueList":["0=鏃х増鏈紝1=鏂扮増鏈","0= old version, 1= new version","0=鏃х増鏈紝1=鏂扮増鏈"]},{"curValue":"0 = 涓嶅惎鐢紝1 = 鍚敤","keyValue":"0 = 涓嶅惎鐢紝1 = 鍚敤","lasttime":"0 = 涓嶅惎鐢紝1 = 鍚敤","valueList":["0 = 涓嶅惎鐢紝1 = 鍚敤","0 = not enabled, 1 = enabled","0 = 涓嶅惎鐢紝1 = 鍚敤"]},{"curValue":"0 = 榛樿鏄剧ず 1 = 鏀惧ぇ鏄剧ず","keyValue":"0 = 榛樿鏄剧ず 1 = 鏀惧ぇ鏄剧ず","lasttime":"0 = 榛樿鏄剧ず 1 = 鏀惧ぇ鏄剧ず","valueList":["0 = 榛樿鏄剧ず 1 = 鏀惧ぇ鏄剧ず","0 = Default display 1 = enlarged display","0 = 榛樿鏄剧ず 1 = 鏀惧ぇ鏄剧ず"]},{"curValue":"0 = 涓嶆瘮瀵 1 = 鍚敤姣斿","keyValue":"0 = 涓嶆瘮瀵 1 = 鍚敤姣斿","lasttime":"0 = 涓嶆瘮瀵 1 = 鍚敤姣斿","valueList":["0 = 涓嶆瘮瀵 1 = 鍚敤姣斿","0 = no alignment 1 = enable alignment","0 = 涓嶆瘮瀵 1 = 鍚敤姣斿"]},{"curValue":"0 = 鍏佽 1 = 涓嶅厑璁","keyValue":"0 = 鍏佽 1 = 涓嶅厑璁","lasttime":"0 = 鍏佽 1 = 涓嶅厑璁","valueList":["0 = 鍏佽 1 = 涓嶅厑璁","0 = allowed 1 = not allowed","0 = 鍏佽 1 = 涓嶅厑璁"]},{"curValue":"(0=涓嶅惎鐢紝1=鑷姩璁剧疆)鎵嬪姩璋冭妭鑼冨洿锛1000~2500锛岃皟鑺傛闀匡細100","keyValue":"(0=涓嶅惎鐢紝1=鑷姩璁剧疆)鎵嬪姩璋冭妭鑼冨洿锛1000~2500锛岃皟鑺傛闀匡細100","lasttime":"(0=涓嶅惎鐢紝1=鑷姩璁剧疆)鎵嬪姩璋冭妭鑼冨洿锛1000~2500锛岃皟鑺傛闀匡細100","valueList":["(0=涓嶅惎鐢紝1=鑷姩璁剧疆)鎵嬪姩璋冭妭鑼冨洿锛1000~2500锛岃皟鑺傛闀匡細100","(0= not enabled, 1= automatic setting) Manual adjustment range: 1000~2500, adjustment step size: 100","(0=涓嶅惎鐢紝1=鑷姩璁剧疆)鎵嬪姩璋冭妭鑼冨洿锛1000~2500锛岃皟鑺傛闀匡細100"]},{"curValue":"1鍚敤 0涓嶅惎鐢","keyValue":"1鍚敤 0涓嶅惎鐢","lasttime":"1鍚敤 0涓嶅惎鐢","valueList":["1鍚敤 0涓嶅惎鐢","1 enabled 0 not enabled","1鍚敤 0涓嶅惎鐢"]},{"curValue":"plc鏈繛鎺ワ紝璇疯繛鎺ュ悗鍐嶈瘯","keyValue":"plc鏈繛鎺ワ紝璇疯繛鎺ュ悗鍐嶈瘯","lasttime":"plc鏈繛鎺ワ紝璇疯繛鎺ュ悗鍐嶈瘯","valueList":["plc鏈繛鎺ワ紝璇疯繛鎺ュ悗鍐嶈瘯","The PLC is not connected, please try again after connecting","plc鏈繛鎺ワ紝璇疯繛鎺ュ悗鍐嶈瘯"]},{"curValue":"FD妯$粍","keyValue":"FD妯$粍","lasttime":"FD妯$粍","valueList":["FD妯$粍","Fd module","FD妯$粍"]},{"curValue":"FD鍙栨枡瀹屾垚/鍥炲師鐐","keyValue":"FD鍙栨枡瀹屾垚/鍥炲師鐐","lasttime":"FD鍙栨枡瀹屾垚/鍥炲師鐐","valueList":["FD鍙栨枡瀹屾垚/鍥炲師鐐","FD feeding complete/return to the origin","FD鍙栨枡瀹屾垚/鍥炲師鐐"]},{"curValue":"FD绛夊緟鍙栬啘","keyValue":"FD绛夊緟鍙栬啘","lasttime":"FD绛夊緟鍙栬啘","valueList":["FD绛夊緟鍙栬啘","FD waits for film extraction","FD绛夊緟鍙栬啘"]},{"curValue":"FD鍙栬啘浣","keyValue":"FD鍙栬啘浣","lasttime":"FD鍙栬啘浣","valueList":["FD鍙栬啘浣","FD in membrane","FD鍙栬啘浣"]},{"curValue":"FD瀹夊叏浣","keyValue":"FD瀹夊叏浣","lasttime":"FD瀹夊叏浣","valueList":["FD瀹夊叏浣","FD security a","FD瀹夊叏浣"]},{"curValue":"鍓垏瀹夊叏浣","keyValue":"鍓垏瀹夊叏浣","lasttime":"鍓垏瀹夊叏浣","valueList":["鍓垏瀹夊叏浣","Shear safety level","鍓垏瀹夊叏浣"]},{"curValue":"鍓垏宸ヤ綔浣","keyValue":"鍓垏宸ヤ綔浣","lasttime":"鍓垏宸ヤ綔浣","valueList":["鍓垏宸ヤ綔浣","Shear working position","鍓垏宸ヤ綔浣"]},{"curValue":"鎺ユ枡瀹屾垚寤舵椂","keyValue":"鎺ユ枡瀹屾垚寤舵椂","lasttime":"鎺ユ枡瀹屾垚寤舵椂","valueList":["鎺ユ枡瀹屾垚寤舵椂","There is a delay in the completion of feeding","鎺ユ枡瀹屾垚寤舵椂"]},{"curValue":"宸﹀壀鍒囦綅 -<鈥>+","keyValue":"宸﹀壀鍒囦綅 -<鈥>+","lasttime":"宸﹀壀鍒囦綅 -<鈥>+","valueList":["宸﹀壀鍒囦綅 -<鈥>+","Shear a left -<鈥>+","宸﹀壀鍒囦綅 -<鈥>+"]},{"curValue":"鍙冲壀鍒囦綅 +<鈥>-","keyValue":"鍙冲壀鍒囦綅 +<鈥>-","lasttime":"鍙冲壀鍒囦綅 +<鈥>-","valueList":["鍙冲壀鍒囦綅 +<鈥>-","Shear a right +<鈥>-","鍙冲壀鍒囦綅 +<鈥>-"]},{"curValue":"宸﹀鎺ヤ綅 -<鈥>+","keyValue":"宸﹀鎺ヤ綅 -<鈥>+","lasttime":"宸﹀鎺ヤ綅 -<鈥>+","valueList":["宸﹀鎺ヤ綅 -<鈥>+","Left a docking -<鈥>+","宸﹀鎺ヤ綅 -<鈥>+"]},{"curValue":"鍙冲鎺ヤ綅 +<鈥>-","keyValue":"鍙冲鎺ヤ綅 +<鈥>-","lasttime":"鍙冲鎺ヤ綅 +<鈥>-","valueList":["鍙冲鎺ヤ綅 +<鈥>-","Docking a right +<鈥>-","鍙冲鎺ヤ綅 +<鈥>-"]},{"curValue":"鍏抽棴CCD","keyValue":"鍏抽棴CCD","lasttime":"鍏抽棴CCD","valueList":["鍏抽棴CCD","Close the CCD","鍏抽棴CCD"]},{"curValue":"寮鍚疌CD","keyValue":"寮鍚疌CD","lasttime":"寮鍚疌CD","valueList":["寮鍚疌CD","Open the CCD","寮鍚疌CD"]},{"curValue":"鍓垏/鍖呰啘","keyValue":"鍓垏/鍖呰啘","lasttime":"鍓垏/鍖呰啘","valueList":["鍓垏/鍖呰啘","Shear/envelop","鍓垏/鍖呰啘"]},{"curValue":"鍓垏瀹屾垚","keyValue":"鍓垏瀹屾垚","lasttime":"鍓垏瀹屾垚","valueList":["鍓垏瀹屾垚","Shear complete","鍓垏瀹屾垚"]},{"curValue":"鎺ユ枡瀹屾垚","keyValue":"鎺ユ枡瀹屾垚","lasttime":"鎺ユ枡瀹屾垚","valueList":["鎺ユ枡瀹屾垚","Material to complete","鎺ユ枡瀹屾垚"]},{"curValue":"閫熷害","keyValue":"閫熷害","lasttime":"閫熷害","valueList":["閫熷害","speed","閫熷害"]},{"curValue":"鍖呰啘瀹屾垚","keyValue":"鍖呰啘瀹屾垚","lasttime":"鍖呰啘瀹屾垚","valueList":["鍖呰啘瀹屾垚","Coated finish","鍖呰啘瀹屾垚"]},{"curValue":"渚涚粰","keyValue":"渚涚粰","lasttime":"渚涚粰","valueList":["渚涚粰","supply","渚涚粰"]},{"curValue":"鐪熺┖闃","keyValue":"鐪熺┖闃","lasttime":"鐪熺┖闃","valueList":["鐪熺┖闃","Vacuum valve","鐪熺┖闃"]},{"curValue":"褰撳墠","keyValue":"褰撳墠","lasttime":"褰撳墠","valueList":["褰撳墠","The current","褰撳墠"]},{"curValue":"瀵规帴2","keyValue":"瀵规帴2","lasttime":"瀵规帴2","valueList":["瀵规帴2","Docking 2","瀵规帴2"]},{"curValue":"瀵规帴1","keyValue":"瀵规帴1","lasttime":"瀵规帴1","valueList":["瀵规帴1","1 docking","瀵规帴1"]},{"curValue":"鍒囧垁2","keyValue":"鍒囧垁2","lasttime":"鍒囧垁2","valueList":["鍒囧垁2","Cutter 2","鍒囧垁2"]},{"curValue":"鍒囧垁1","keyValue":"鍒囧垁1","lasttime":"鍒囧垁1","valueList":["鍒囧垁1","Cutter 1","鍒囧垁1"]},{"curValue":"鍘氬害2","keyValue":"鍘氬害2","lasttime":"鍘氬害2","valueList":["鍘氬害2","The thickness of 2","鍘氬害2"]},{"curValue":"鍘氬害1","keyValue":"鍘氬害1","lasttime":"鍘氬害1","valueList":["鍘氬害1","The thickness of 1","鍘氬害1"]},{"curValue":"鍚歌创妯$粍","keyValue":"鍚歌创妯$粍","lasttime":"鍚歌创妯$粍","valueList":["鍚歌创妯$粍","Suction module","鍚歌创妯$粍"]},{"curValue":"鍚歌啘绛夊緟","keyValue":"鍚歌啘绛夊緟","lasttime":"鍚歌啘绛夊緟","valueList":["鍚歌啘绛夊緟","Membrane absorption waiting","鍚歌啘绛夊緟"]},{"curValue":"璐撮檮浣","keyValue":"璐撮檮浣","lasttime":"璐撮檮浣","valueList":["璐撮檮浣","Attached with a","璐撮檮浣"]},{"curValue":"璐撮檮绛夊緟","keyValue":"璐撮檮绛夊緟","lasttime":"璐撮檮绛夊緟","valueList":["璐撮檮绛夊緟","Attached with a wait","璐撮檮绛夊緟"]},{"curValue":"鍚歌啘浣","keyValue":"鍚歌啘浣","lasttime":"鍚歌啘浣","valueList":["鍚歌啘浣","Membrane absorption a","鍚歌啘浣"]},{"curValue":"鏄惁鏄剧ず鏃ュ織绐楀彛","keyValue":"鏄惁鏄剧ず鏃ュ織绐楀彛","lasttime":"鏄惁鏄剧ず鏃ュ織绐楀彛","valueList":["鏄惁鏄剧ず鏃ュ織绐楀彛","Whether to display the log window","鏄惁鏄剧ず鏃ュ織绐楀彛"]},{"curValue":"Flag鏄惁浣跨敤鍘氬害妫娴","keyValue":"Flag鏄惁浣跨敤鍘氬害妫娴","lasttime":"Flag鏄惁浣跨敤鍘氬害妫娴","valueList":["Flag鏄惁浣跨敤鍘氬害妫娴","Whether Flag uses thickness detection","Flag鏄惁浣跨敤鍘氬害妫娴"]},{"curValue":"鏄惁浣跨敤MES缁欏畾Pitch","keyValue":"鏄惁浣跨敤MES缁欏畾Pitch","lasttime":"鏄惁浣跨敤MES缁欏畾Pitch","valueList":["鏄惁浣跨敤MES缁欏畾Pitch","Whether MES was used for a given Pitch","鏄惁浣跨敤MES缁欏畾Pitch"]},{"curValue":"鏄惁鍚敤1pich鏂欏甫妫娴","keyValue":"鏄惁鍚敤1pich鏂欏甫妫娴","lasttime":"鏄惁鍚敤1pich鏂欏甫妫娴","valueList":["鏄惁鍚敤1pich鏂欏甫妫娴","Whether to enable 1PICH strip detection","鏄惁鍚敤1pich鏂欏甫妫娴"]},{"curValue":"鍥惧儚绐楀彛鏂囨湰","keyValue":"鍥惧儚绐楀彛鏂囨湰","lasttime":"鍥惧儚绐楀彛鏂囨湰","valueList":["鍥惧儚绐楀彛鏂囨湰","Image window text","鍥惧儚绐楀彛鏂囨湰"]},{"curValue":"鍥惧儚绐楀彛鏂囨湰澶у皬","keyValue":"鍥惧儚绐楀彛鏂囨湰澶у皬","lasttime":"鍥惧儚绐楀彛鏂囨湰澶у皬","valueList":["鍥惧儚绐楀彛鏂囨湰澶у皬","Image window text size","鍥惧儚绐楀彛鏂囨湰澶у皬"]},{"curValue":"涓ゆ祴鏂欏甫闂磋窛姣斿","keyValue":"涓ゆ祴鏂欏甫闂磋窛姣斿","lasttime":"涓ゆ祴鏂欏甫闂磋窛姣斿","valueList":["涓ゆ祴鏂欏甫闂磋窛姣斿","The spacing ratio between the two test strips","涓ゆ祴鏂欏甫闂磋窛姣斿"]},{"curValue":"鎵嬪姩闂磋窛鍒囨崲","keyValue":"鎵嬪姩闂磋窛鍒囨崲","lasttime":"鎵嬪姩闂磋窛鍒囨崲","valueList":["鎵嬪姩闂磋窛鍒囨崲","Manual spacing switch","鎵嬪姩闂磋窛鍒囨崲"]},{"curValue":"榛戣壊鏂欏甫闃堝","keyValue":"榛戣壊鏂欏甫闃堝","lasttime":"榛戣壊鏂欏甫闃堝","valueList":["榛戣壊鏂欏甫闃堝","Black tape threshold","榛戣壊鏂欏甫闃堝"]},{"curValue":"瀵规帴绫诲瀷5/6/7--杩斿洖鐨凮K淇℃伅","keyValue":"瀵规帴绫诲瀷5/6/7--杩斿洖鐨凮K淇℃伅","lasttime":"瀵规帴绫诲瀷5/6/7--杩斿洖鐨凮K淇℃伅","valueList":["瀵规帴绫诲瀷5/6/7--杩斿洖鐨凮K淇℃伅","Docking type 5/6/7-- OK message returned","瀵规帴绫诲瀷5/6/7--杩斿洖鐨凮K淇℃伅"]},{"curValue":"瀵规帴绫诲瀷6鏃--鏈湴鎵爜","keyValue":"瀵规帴绫诲瀷6鏃--鏈湴鎵爜","lasttime":"瀵规帴绫诲瀷6鏃--鏈湴鎵爜","valueList":["瀵规帴绫诲瀷6鏃--鏈湴鎵爜","Docking type 6 - local scan code","瀵规帴绫诲瀷6鏃--鏈湴鎵爜"]},{"curValue":"鎻愬彇鏂欏彿","keyValue":"鎻愬彇鏂欏彿","lasttime":"鎻愬彇鏂欏彿","valueList":["鎻愬彇鏂欏彿","Extracted materials issue","鎻愬彇鏂欏彿"]},{"curValue":"1=鏄剧ず 0=涓嶆樉绀","keyValue":"1=鏄剧ず 0=涓嶆樉绀","lasttime":"1=鏄剧ず 0=涓嶆樉绀","valueList":["1=鏄剧ず 0=涓嶆樉绀","1= Display 0= no display","1=鏄剧ず 0=涓嶆樉绀"]},{"curValue":"7/10涔嬮棿","keyValue":"7/10涔嬮棿","lasttime":"7/10涔嬮棿","valueList":["7/10涔嬮棿","Between 7/10","7/10涔嬮棿"]},{"curValue":"0 = 鍙互淇敼 锛1 = 涓嶈兘淇敼","keyValue":"0 = 鍙互淇敼 锛1 = 涓嶈兘淇敼","lasttime":"0 = 鍙互淇敼 锛1 = 涓嶈兘淇敼","valueList":["0 = 鍙互淇敼 锛1 = 涓嶈兘淇敼","0 = can be modified, 1 = cannot be modified","0 = 鍙互淇敼 锛1 = 涓嶈兘淇敼"]},{"curValue":"0 = 涓嶅惎鐢 锛1 = 鍚敤","keyValue":"0 = 涓嶅惎鐢 锛1 = 鍚敤","lasttime":"0 = 涓嶅惎鐢 锛1 = 鍚敤","valueList":["0 = 涓嶅惎鐢 锛1 = 鍚敤","0 = disable, 1 = enable","0 = 涓嶅惎鐢 锛1 = 鍚敤"]},{"curValue":"宸︿晶绛夊緟娴嬮噺","keyValue":"宸︿晶绛夊緟娴嬮噺","lasttime":"宸︿晶绛夊緟娴嬮噺","valueList":["宸︿晶绛夊緟娴嬮噺","Left side waiting measurement","宸︿晶绛夊緟娴嬮噺"]},{"curValue":"鍙充晶绛夊緟娴嬮噺","keyValue":"鍙充晶绛夊緟娴嬮噺","lasttime":"鍙充晶绛夊緟娴嬮噺","valueList":["鍙充晶绛夊緟娴嬮噺","Right side waiting measurement","鍙充晶绛夊緟娴嬮噺"]},{"curValue":"涓嶉渶瑕佹祴閲","keyValue":"涓嶉渶瑕佹祴閲","lasttime":"涓嶉渶瑕佹祴閲","valueList":["涓嶉渶瑕佹祴閲","You don't need to measure","涓嶉渶瑕佹祴閲"]},{"curValue":"娴嬮噺鍚姩","keyValue":"娴嬮噺鍚姩","lasttime":"娴嬮噺鍚姩","valueList":["娴嬮噺鍚姩","Measurement start","娴嬮噺鍚姩"]},{"curValue":"宸︽祴閲廜K","keyValue":"宸︽祴閲廜K","lasttime":"宸︽祴閲廜K","valueList":["宸︽祴閲廜K","Left to measure OK","宸︽祴閲廜K"]},{"curValue":"宸︽祴閲廚G","keyValue":"宸︽祴閲廚G","lasttime":"宸︽祴閲廚G","valueList":["宸︽祴閲廚G","Left to measure NG","宸︽祴閲廚G"]},{"curValue":"鍙虫祴閲廜K","keyValue":"鍙虫祴閲廜K","lasttime":"鍙虫祴閲廜K","valueList":["鍙虫祴閲廜K","The right measure OK","鍙虫祴閲廜K"]},{"curValue":"鍙虫祴閲廚G","keyValue":"鍙虫祴閲廚G","lasttime":"鍙虫祴閲廚G","valueList":["鍙虫祴閲廚G","The right measure NG","鍙虫祴閲廚G"]},{"curValue":"宸︿晶鎸夐挳","keyValue":"宸︿晶鎸夐挳","lasttime":"宸︿晶鎸夐挳","valueList":["宸︿晶鎸夐挳","On the left side of the button","宸︿晶鎸夐挳"]},{"curValue":"鑳惰啘2閫佹枡瓒呮椂","keyValue":"鑳惰啘2閫佹枡瓒呮椂","lasttime":"鑳惰啘2閫佹枡瓒呮椂","valueList":["鑳惰啘2閫佹枡瓒呮椂","Film 2 feeding time out","鑳惰啘2閫佹枡瓒呮椂"]},{"curValue":"鎷ㄥ垁2鍥炲師鐐硅秴鏃","keyValue":"鎷ㄥ垁2鍥炲師鐐硅秴鏃","lasttime":"鎷ㄥ垁2鍥炲師鐐硅秴鏃","valueList":["鎷ㄥ垁2鍥炲師鐐硅秴鏃","Dial knife 2 back to origin times out","鎷ㄥ垁2鍥炲師鐐硅秴鏃"]},{"curValue":"姣忓ぉ鏃╂櫄8鐐硅嚜鍔ㄦ竻闆","keyValue":"姣忓ぉ鏃╂櫄8鐐硅嚜鍔ㄦ竻闆","lasttime":"姣忓ぉ鏃╂櫄8鐐硅嚜鍔ㄦ竻闆","valueList":["姣忓ぉ鏃╂櫄8鐐硅嚜鍔ㄦ竻闆","It will be cleared automatically at 8 o 'clock every morning and evening","姣忓ぉ鏃╂櫄8鐐硅嚜鍔ㄦ竻闆"]},{"curValue":"0=涓嶅惎鐢紝 1=鍚敤","keyValue":"0=涓嶅惎鐢紝 1=鍚敤","lasttime":"0=涓嶅惎鐢紝 1=鍚敤","valueList":["0=涓嶅惎鐢紝 1=鍚敤","0= disable, 1= enable","0=涓嶅惎鐢紝 1=鍚敤"]},{"curValue":"鍥惧儚淇濆瓨澶╂暟1--365","keyValue":"鍥惧儚淇濆瓨澶╂暟1--365","lasttime":"鍥惧儚淇濆瓨澶╂暟1--365","valueList":["鍥惧儚淇濆瓨澶╂暟1--365","Image storage days 1--365","鍥惧儚淇濆瓨澶╂暟1--365"]},{"curValue":"1琛ㄧず鍚敤锛 0琛ㄧず涓嶅惎鐢","keyValue":"1琛ㄧず鍚敤锛 0琛ㄧず涓嶅惎鐢","lasttime":"1琛ㄧず鍚敤锛 0琛ㄧず涓嶅惎鐢","valueList":["1琛ㄧず鍚敤锛 0琛ㄧず涓嶅惎鐢","1 indicates that the function is enabled. 0 indicates that the function is disabled","1琛ㄧず鍚敤锛 0琛ㄧず涓嶅惎鐢"]},{"curValue":"0~60鎺ユ枡涓笉鍏佽鍙樻崲杞ㄩ亾 (鍗曚綅0.1s锛0涓轰笉鍚敤)","keyValue":"0~60鎺ユ枡涓笉鍏佽鍙樻崲杞ㄩ亾 (鍗曚綅0.1s锛0涓轰笉鍚敤)","lasttime":"0~60鎺ユ枡涓笉鍏佽鍙樻崲杞ㄩ亾 (鍗曚綅0.1s锛0涓轰笉鍚敤)","valueList":["0~60鎺ユ枡涓笉鍏佽鍙樻崲杞ㄩ亾 (鍗曚綅0.1s锛0涓轰笉鍚敤)","0~60 is not allowed to change orbit in the material connection (unit: 0.1s, 0 means not enabled)","0~60鎺ユ枡涓笉鍏佽鍙樻崲杞ㄩ亾 (鍗曚綅0.1s锛0涓轰笉鍚敤)"]},{"curValue":"宸=L 鍙=R","keyValue":"宸=L 鍙=R","lasttime":"宸=L 鍙=R","valueList":["宸=L 鍙=R","L = L = R right","宸=L 鍙=R"]},{"curValue":"娓呯悊杩囨湡鐩綍","keyValue":"娓呯悊杩囨湡鐩綍","lasttime":"娓呯悊杩囨湡鐩綍","valueList":["娓呯悊杩囨湡鐩綍","Clearing an Expired Directory","娓呯悊杩囨湡鐩綍"]},{"curValue":"LCR璋冭瘯","keyValue":"LCR璋冭瘯","lasttime":"LCR璋冭瘯","valueList":["LCR璋冭瘯","The LCR debugging","LCR璋冭瘯"]},{"curValue":"涓婃枡琛","keyValue":"涓婃枡琛","lasttime":"涓婃枡琛","valueList":["涓婃枡琛","Feeding table","涓婃枡琛"]},{"curValue":"鏍规嵁瀹為檯琛ㄦ牸锛屼慨鏀瑰悇椤规墍鍦ㄥ垪","keyValue":"鏍规嵁瀹為檯琛ㄦ牸锛屼慨鏀瑰悇椤规墍鍦ㄥ垪","lasttime":"鏍规嵁瀹為檯琛ㄦ牸锛屼慨鏀瑰悇椤规墍鍦ㄥ垪","valueList":["鏍规嵁瀹為檯琛ㄦ牸锛屼慨鏀瑰悇椤规墍鍦ㄥ垪","Modify the columns of each item according to the actual table","鏍规嵁瀹為檯琛ㄦ牸锛屼慨鏀瑰悇椤规墍鍦ㄥ垪"]},{"curValue":"excel涓璖heet鏁","keyValue":"excel涓璖heet鏁","lasttime":"excel涓璖heet鏁","valueList":["excel涓璖heet鏁","Excel Sheet number","excel涓璖heet鏁"]},{"curValue":"鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢甸樆鏍囧噯鍊间綅缃","keyValue":"鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢甸樆鏍囧噯鍊间綅缃","lasttime":"鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢甸樆鏍囧噯鍊间綅缃","valueList":["鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢甸樆鏍囧噯鍊间綅缃","Position of resistance standard value after material specification is divided","鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢甸樆鏍囧噯鍊间綅缃"]},{"curValue":"鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢甸樆鍋忓樊鍊间綅缃","keyValue":"鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢甸樆鍋忓樊鍊间綅缃","lasttime":"鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢甸樆鍋忓樊鍊间綅缃","valueList":["鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢甸樆鍋忓樊鍊间綅缃","Position of resistance deviation after material specification segmentation","鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢甸樆鍋忓樊鍊间綅缃"]},{"curValue":"鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢靛鏍囧噯鍊间綅缃","keyValue":"鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢靛鏍囧噯鍊间綅缃","lasttime":"鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢靛鏍囧噯鍊间綅缃","valueList":["鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢靛鏍囧噯鍊间綅缃","Position of capacitor standard value after material specification is divided","鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢靛鏍囧噯鍊间綅缃"]},{"curValue":"鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢靛鍋忓樊鍊间綅缃","keyValue":"鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢靛鍋忓樊鍊间綅缃","lasttime":"鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢靛鍋忓樊鍊间綅缃","valueList":["鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢靛鍋忓樊鍊间綅缃","Position of capacitance deviation after material specification segmentation","鐗╂枡瑙勬牸鍒嗗壊鍚庯紝鐢靛鍋忓樊鍊间綅缃"]},{"curValue":"0 = 涓嶅惎鐢紝1 = 鍚敤(娴嬪兼瘮瀵规紨绀烘椂鐢)","keyValue":"0 = 涓嶅惎鐢紝1 = 鍚敤(娴嬪兼瘮瀵规紨绀烘椂鐢)","lasttime":"0 = 涓嶅惎鐢紝1 = 鍚敤(娴嬪兼瘮瀵规紨绀烘椂鐢)","valueList":["0 = 涓嶅惎鐢紝1 = 鍚敤(娴嬪兼瘮瀵规紨绀烘椂鐢)","0 = disable, 1 = enable (test value comparison demo)","0 = 涓嶅惎鐢紝1 = 鍚敤(娴嬪兼瘮瀵规紨绀烘椂鐢)"]},{"curValue":"鐢甸樆鍗曚綅惟,K,M","keyValue":"鐢甸樆鍗曚綅惟,K,M","lasttime":"鐢甸樆鍗曚綅惟,K,M","valueList":["鐢甸樆鍗曚綅惟,K,M","Resistance units: 蠅,K,M","鐢甸樆鍗曚綅惟,K,M"]},{"curValue":"鐢靛鍗曚綅pF,nF,uF,mF","keyValue":"鐢靛鍗曚綅pF,nF,uF,mF","lasttime":"鐢靛鍗曚綅pF,nF,uF,mF","valueList":["鐢靛鍗曚綅pF,nF,uF,mF","Capacitance units pF,nF,uF,mF","鐢靛鍗曚綅pF,nF,uF,mF"]},{"curValue":"0 = 涓嶆樉绀猴紝1 = 鏄剧ず","keyValue":"0 = 涓嶆樉绀猴紝1 = 鏄剧ず","lasttime":"0 = 涓嶆樉绀猴紝1 = 鏄剧ず","valueList":["0 = 涓嶆樉绀猴紝1 = 鏄剧ず","0 = no display, 1 = display","0 = 涓嶆樉绀猴紝1 = 鏄剧ず"]},{"curValue":"鍗曚綅pF","keyValue":"鍗曚綅pF","lasttime":"鍗曚綅pF","valueList":["鍗曚綅pF","UnitpF","鍗曚綅pF"]},{"curValue":"鍗曚綅pH","keyValue":"鍗曚綅pH","lasttime":"鍗曚綅pH","valueList":["鍗曚綅pH","UnitpH","鍗曚綅pH"]},{"curValue":"鍗曚綅惟","keyValue":"鍗曚綅惟","lasttime":"鍗曚綅惟","valueList":["鍗曚綅惟","Unit惟","鍗曚綅惟"]},{"curValue":"鍗曚綅M惟","keyValue":"鍗曚綅M惟","lasttime":"鍗曚綅M惟","valueList":["鍗曚綅M惟","UnitM惟","鍗曚綅M惟"]},{"curValue":"1:鍚敤_涓庝笂鏂欒〃鎴栬匨ES姣斿 0:涓嶅惎鐢╛鏄剧ず鏈夋晥鍊","keyValue":"1:鍚敤_涓庝笂鏂欒〃鎴栬匨ES姣斿 0:涓嶅惎鐢╛鏄剧ず鏈夋晥鍊","lasttime":"1:鍚敤_涓庝笂鏂欒〃鎴栬匨ES姣斿 0:涓嶅惎鐢╛鏄剧ず鏈夋晥鍊","valueList":["1:鍚敤_涓庝笂鏂欒〃鎴栬匨ES姣斿 0:涓嶅惎鐢╛鏄剧ず鏈夋晥鍊","1: enable _ Comparison with feeding table or MES 0: disabled _ Display valid values","1:鍚敤_涓庝笂鏂欒〃鎴栬匨ES姣斿 0:涓嶅惎鐢╛鏄剧ず鏈夋晥鍊"]},{"curValue":"閲嶆祴璁剧疆娆℃暟鍚庯紝寮圭獥纭畾璁","keyValue":"閲嶆祴璁剧疆娆℃暟鍚庯紝寮圭獥纭畾璁","lasttime":"閲嶆祴璁剧疆娆℃暟鍚庯紝寮圭獥纭畾璁","valueList":["閲嶆祴璁剧疆娆℃暟鍚庯紝寮圭獥纭畾璁","After retesting the number of Settings, the popup window confirms recognition","閲嶆祴璁剧疆娆℃暟鍚庯紝寮圭獥纭畾璁"]},{"curValue":"宸︽祴璇曚华鍣ㄥ湴鍧鍙傛暟","keyValue":"宸︽祴璇曚华鍣ㄥ湴鍧鍙傛暟","lasttime":"宸︽祴璇曚华鍣ㄥ湴鍧鍙傛暟","valueList":["宸︽祴璇曚华鍣ㄥ湴鍧鍙傛暟","Left test instrument address parameters","宸︽祴璇曚华鍣ㄥ湴鍧鍙傛暟"]},{"curValue":"鍙虫祴璇曚华鍣ㄥ湴鍧鍙傛暟","keyValue":"鍙虫祴璇曚华鍣ㄥ湴鍧鍙傛暟","lasttime":"鍙虫祴璇曚华鍣ㄥ湴鍧鍙傛暟","valueList":["鍙虫祴璇曚华鍣ㄥ湴鍧鍙傛暟","Right test instrument address parameters","鍙虫祴璇曚华鍣ㄥ湴鍧鍙傛暟"]},{"curValue":"娴嬭瘯鐗╂枡灏佽","keyValue":"娴嬭瘯鐗╂枡灏佽","lasttime":"娴嬭瘯鐗╂枡灏佽","valueList":["娴嬭瘯鐗╂枡灏佽","Test material packaging","娴嬭瘯鐗╂枡灏佽"]},{"curValue":"绔彛鍙峰彲浠ヨ缃紝鍏朵粬鐨勫弬鏁板浐瀹氫负 娉㈢壒鐜115200锛屾棤鏍¢獙锛8鏁版嵁浣嶏紝1鍋滄浣 ","keyValue":"绔彛鍙峰彲浠ヨ缃紝鍏朵粬鐨勫弬鏁板浐瀹氫负 娉㈢壒鐜115200锛屾棤鏍¢獙锛8鏁版嵁浣嶏紝1鍋滄浣 ","lasttime":"绔彛鍙峰彲浠ヨ缃紝鍏朵粬鐨勫弬鏁板浐瀹氫负 娉㈢壒鐜115200锛屾棤鏍¢獙锛8鏁版嵁浣嶏紝1鍋滄浣 ","valueList":["绔彛鍙峰彲浠ヨ缃紝鍏朵粬鐨勫弬鏁板浐瀹氫负 娉㈢壒鐜115200锛屾棤鏍¢獙锛8鏁版嵁浣嶏紝1鍋滄浣 ","The port number can be set. Other parameters are fixed to baud rate 115200, no parity, 8 data bits, and 1 stop bit","绔彛鍙峰彲浠ヨ缃紝鍏朵粬鐨勫弬鏁板浐瀹氫负 娉㈢壒鐜115200锛屾棤鏍¢獙锛8鏁版嵁浣嶏紝1鍋滄浣 "]},{"curValue":"褰撳墠鎿嶄綔鍛樺悕绉","keyValue":"褰撳墠鎿嶄綔鍛樺悕绉","lasttime":"褰撳墠鎿嶄綔鍛樺悕绉","valueList":["褰撳墠鎿嶄綔鍛樺悕绉","Current operator name","褰撳墠鎿嶄綔鍛樺悕绉"]},{"curValue":"姣斿瓒呭樊鏃剁‘璁や汉鍛","keyValue":"姣斿瓒呭樊鏃剁‘璁や汉鍛","lasttime":"姣斿瓒呭樊鏃剁‘璁や汉鍛","valueList":["姣斿瓒呭樊鏃剁‘璁や汉鍛","Confirm personnel when comparing out of tolerance","姣斿瓒呭樊鏃剁‘璁や汉鍛"]},{"curValue":"琛ㄦ牸鍔犺浇寮傚父锛","keyValue":"琛ㄦ牸鍔犺浇寮傚父锛","lasttime":"琛ㄦ牸鍔犺浇寮傚父锛","valueList":["琛ㄦ牸鍔犺浇寮傚父锛","Table loading error:","琛ㄦ牸鍔犺浇寮傚父锛"]},{"curValue":"鎺ユ枡鏈篲PLC","keyValue":"鎺ユ枡鏈篲PLC","lasttime":"鎺ユ枡鏈篲PLC","valueList":["鎺ユ枡鏈篲PLC","PLC","鎺ユ枡鏈篲PLC"]},{"curValue":"LCR娴嬭瘯","keyValue":"LCR娴嬭瘯","lasttime":"LCR娴嬭瘯","valueList":["LCR娴嬭瘯","The LCR test","LCR娴嬭瘯"]},{"curValue":"鍏冧欢瑙勬牸","keyValue":"鍏冧欢瑙勬牸","lasttime":"鍏冧欢瑙勬牸","valueList":["鍏冧欢瑙勬牸","Component specification","鍏冧欢瑙勬牸"]},{"curValue":"鐢甸樆娴嬭瘯","keyValue":"鐢甸樆娴嬭瘯","lasttime":"鐢甸樆娴嬭瘯","valueList":["鐢甸樆娴嬭瘯","Resistance test","鐢甸樆娴嬭瘯"]},{"curValue":"鐢垫劅娴嬭瘯","keyValue":"鐢垫劅娴嬭瘯","lasttime":"鐢垫劅娴嬭瘯","valueList":["鐢垫劅娴嬭瘯","Inductance test","鐢垫劅娴嬭瘯"]},{"curValue":"鐢靛娴嬭瘯","keyValue":"鐢靛娴嬭瘯","lasttime":"鐢靛娴嬭瘯","valueList":["鐢靛娴嬭瘯","Capacitance test","鐢靛娴嬭瘯"]},{"curValue":"宸︿晶","keyValue":"宸︿晶","lasttime":"宸︿晶","valueList":["宸︿晶","left","宸︿晶"]},{"curValue":"璁惧畾娴嬭瘯鍊","keyValue":"璁惧畾娴嬭瘯鍊","lasttime":"璁惧畾娴嬭瘯鍊","valueList":["璁惧畾娴嬭瘯鍊","Set test value","璁惧畾娴嬭瘯鍊"]},{"curValue":"杩炵画閲囬泦","keyValue":"杩炵画閲囬泦","lasttime":"杩炵画閲囬泦","valueList":["杩炵画閲囬泦","Continuous acquisition","杩炵画閲囬泦"]},{"curValue":"閫氫俊鐘舵","keyValue":"閫氫俊鐘舵","lasttime":"閫氫俊鐘舵","valueList":["閫氫俊鐘舵","Communicate status","閫氫俊鐘舵"]},{"curValue":"宸︿晶锛","keyValue":"宸︿晶锛","lasttime":"宸︿晶锛","valueList":["宸︿晶锛","On the left:","宸︿晶锛"]},{"curValue":"鍙充晶锛","keyValue":"鍙充晶锛","lasttime":"鍙充晶锛","valueList":["鍙充晶锛","On the right side:","鍙充晶锛"]},{"curValue":"鎿嶄綔鍛樹慨鏀瑰弬鏁","keyValue":"鎿嶄綔鍛樹慨鏀瑰弬鏁","lasttime":"鎿嶄綔鍛樹慨鏀瑰弬鏁","valueList":["鎿嶄綔鍛樹慨鏀瑰弬鏁","Operator modification parameters","鎿嶄綔鍛樹慨鏀瑰弬鏁"]},{"curValue":"鍏佽娉ㄥ唽鏂扮敤鎴","keyValue":"鍏佽娉ㄥ唽鏂扮敤鎴","lasttime":"鍏佽娉ㄥ唽鏂扮敤鎴","valueList":["鍏佽娉ㄥ唽鏂扮敤鎴","Allow registration of new users","鍏佽娉ㄥ唽鏂扮敤鎴"]},{"curValue":"0鏉$爜鎸夐挳鏃犳晥","keyValue":"0鏉$爜鎸夐挳鏃犳晥","lasttime":"0鏉$爜鎸夐挳鏃犳晥","valueList":["0鏉$爜鎸夐挳鏃犳晥","0 Bar code button is invalid","0鏉$爜鎸夐挳鏃犳晥"]},{"curValue":"1灞忚斀鎸夐挳鏃犳晥","keyValue":"1灞忚斀鎸夐挳鏃犳晥","lasttime":"1灞忚斀鎸夐挳鏃犳晥","valueList":["1灞忚斀鎸夐挳鏃犳晥","1 Mask button invalid","1灞忚斀鎸夐挳鏃犳晥"]},{"curValue":"2宸﹁竟涓嶆绌烘枡","keyValue":"2宸﹁竟涓嶆绌烘枡","lasttime":"2宸﹁竟涓嶆绌烘枡","valueList":["2宸﹁竟涓嶆绌烘枡","2 The left side does not check empty material","2宸﹁竟涓嶆绌烘枡"]},{"curValue":"9鍙宠竟涓嶆绌烘枡","keyValue":"9鍙宠竟涓嶆绌烘枡","lasttime":"9鍙宠竟涓嶆绌烘枡","valueList":["9鍙宠竟涓嶆绌烘枡","9 No empty material on the right side","9鍙宠竟涓嶆绌烘枡"]},{"curValue":"3宸﹀彸涓嶆绌烘枡","keyValue":"3宸﹀彸涓嶆绌烘枡","lasttime":"3宸﹀彸涓嶆绌烘枡","valueList":["3宸﹀彸涓嶆绌烘枡","3 Left and right do not check empty material","3宸﹀彸涓嶆绌烘枡"]},{"curValue":"4涓嶉渶瑕佹壂鐮","keyValue":"4涓嶉渶瑕佹壂鐮","lasttime":"4涓嶉渶瑕佹壂鐮","valueList":["4涓嶉渶瑕佹壂鐮","4 No need to scan","4涓嶉渶瑕佹壂鐮"]},{"curValue":"5鍏ユ枡鍚敤鎸傞娇鍔ㄤ綔","keyValue":"5鍏ユ枡鍚敤鎸傞娇鍔ㄤ綔","lasttime":"5鍏ユ枡鍚敤鎸傞娇鍔ㄤ綔","valueList":["5鍏ユ枡鍚敤鎸傞娇鍔ㄤ綔","5 Start hanging action when feeding","5鍏ユ枡鍚敤鎸傞娇鍔ㄤ綔"]},{"curValue":"6鍏堟斁鏂欏甫鍐嶆壂鐮","keyValue":"6鍏堟斁鏂欏甫鍐嶆壂鐮","lasttime":"6鍏堟斁鏂欏甫鍐嶆壂鐮","valueList":["6鍏堟斁鏂欏甫鍐嶆壂鐮","6 Feed tape first and then scan code","6鍏堟斁鏂欏甫鍐嶆壂鐮"]},{"curValue":"7璇曠敤鏈熸帴鏂欐鏁伴檺鍒","keyValue":"7璇曠敤鏈熸帴鏂欐鏁伴檺鍒","lasttime":"7璇曠敤鏈熸帴鏂欐鏁伴檺鍒","valueList":["7璇曠敤鏈熸帴鏂欐鏁伴檺鍒","7 Limit the feeding times during the trial period","7璇曠敤鏈熸帴鏂欐鏁伴檺鍒"]},{"curValue":"8灞忚斀鍏辩敤涓缁勫弬鏁","keyValue":"8灞忚斀鍏辩敤涓缁勫弬鏁","lasttime":"8灞忚斀鍏辩敤涓缁勫弬鏁","valueList":["8灞忚斀鍏辩敤涓缁勫弬鏁","8 Masking shares a set of parameters","8灞忚斀鍏辩敤涓缁勫弬鏁"]},{"curValue":"10鏈夐鎾曟ā","keyValue":"10鏈夐鎾曟ā","lasttime":"10鏈夐鎾曟ā","valueList":["10鏈夐鎾曟ā","10 Are torn","10鏈夐鎾曟ā"]},{"curValue":"11闂磋窛鏃嬮挳&鎸夐挳","keyValue":"11闂磋窛鏃嬮挳&鎸夐挳","lasttime":"11闂磋窛鏃嬮挳&鎸夐挳","valueList":["11闂磋窛鏃嬮挳&鎸夐挳","11 Pitch knobs & buttons","11闂磋窛鏃嬮挳&鎸夐挳"]},{"curValue":"12鍙屾敹鏂欑偣鍔ㄦā寮","keyValue":"12鍙屾敹鏂欑偣鍔ㄦā寮","lasttime":"12鍙屾敹鏂欑偣鍔ㄦā寮","valueList":["12鍙屾敹鏂欑偣鍔ㄦā寮","12 Double feed moving mode","12鍙屾敹鏂欑偣鍔ㄦā寮"]},{"curValue":"13绠鏄撶増","keyValue":"13绠鏄撶増","lasttime":"13绠鏄撶増","valueList":["13绠鏄撶増","13 Simple version of","13绠鏄撶増"]},{"curValue":"14鍏ユ枡鏃舵彁鍓嶅惛鑶","keyValue":"14鍏ユ枡鏃舵彁鍓嶅惛鑶","lasttime":"14鍏ユ枡鏃舵彁鍓嶅惛鑶","valueList":["14鍏ユ枡鏃舵彁鍓嶅惛鑶","14 Suction film in advance when feeding","14鍏ユ枡鏃舵彁鍓嶅惛鑶"]},{"curValue":"15鍙屾敹鏂欏厜鐢靛睆钄","keyValue":"15鍙屾敹鏂欏厜鐢靛睆钄","lasttime":"15鍙屾敹鏂欏厜鐢靛睆钄","valueList":["15鍙屾敹鏂欏厜鐢靛睆钄","15 Double receiving photoelectric shielding","15鍙屾敹鏂欏厜鐢靛睆钄"]},{"curValue":"绾/榛戞枡甯","keyValue":"绾/榛戞枡甯","lasttime":"绾/榛戞枡甯","valueList":["绾/榛戞枡甯","Paper/black tape","绾/榛戞枡甯"]},{"curValue":"榛戣壊鏂欏甫","keyValue":"榛戣壊鏂欏甫","lasttime":"榛戣壊鏂欏甫","valueList":["榛戣壊鏂欏甫","Black strip","榛戣壊鏂欏甫"]},{"curValue":"閫忔槑鏂欏甫","keyValue":"閫忔槑鏂欏甫","lasttime":"閫忔槑鏂欏甫","valueList":["閫忔槑鏂欏甫","Transparent material","閫忔槑鏂欏甫"]},{"curValue":"鍏 闂","keyValue":"鍏 闂","lasttime":"鍏 闂","valueList":["鍏 闂","closed","鍏 闂"]},{"curValue":"1 = 鏄牎楠 0 = 涓嶇敤鏍¢獙","keyValue":"1 = 鏄牎楠 0 = 涓嶇敤鏍¢獙","lasttime":"1 = 鏄牎楠 0 = 涓嶇敤鏍¢獙","valueList":["1 = 鏄牎楠 0 = 涓嶇敤鏍¢獙","1 = yes check 0 = no check","1 = 鏄牎楠 0 = 涓嶇敤鏍¢獙"]},{"curValue":"鏍煎紡 濡備笅x~y; 琛ㄧず浠巟鍒皔浣嶏紝澶氭闇瑕佺敤;鍒嗗壊 褰搚=0琛ㄧず鍚庨潰鎵鏈","keyValue":"鏍煎紡 濡備笅x~y; 琛ㄧず浠巟鍒皔浣嶏紝澶氭闇瑕佺敤;鍒嗗壊 褰搚=0琛ㄧず鍚庨潰鎵鏈","lasttime":"鏍煎紡 濡備笅x~y; 琛ㄧず浠巟鍒皔浣嶏紝澶氭闇瑕佺敤;鍒嗗壊 褰搚=0琛ㄧず鍚庨潰鎵鏈","valueList":["鏍煎紡 濡備笅x~y; 琛ㄧず浠巟鍒皔浣嶏紝澶氭闇瑕佺敤;鍒嗗壊 褰搚=0琛ㄧず鍚庨潰鎵鏈","The format is x to y. From x to y bits, multiple segments need to be used; Partition when y=0 means all the rest","鏍煎紡 濡備笅x~y; 琛ㄧず浠巟鍒皔浣嶏紝澶氭闇瑕佺敤;鍒嗗壊 褰搚=0琛ㄧず鍚庨潰鎵鏈"]},{"curValue":"0=涓嶆浛鎹 2=鏇挎崲","keyValue":"0=涓嶆浛鎹 2=鏇挎崲","lasttime":"0=涓嶆浛鎹 2=鏇挎崲","valueList":["0=涓嶆浛鎹 2=鏇挎崲","0= no substitution 2= substitution","0=涓嶆浛鎹 2=鏇挎崲"]},{"curValue":"褰撳叏閮ㄥ尮閰嶇殑鏃跺欍傚尮閰嶄綅鏁版棤鏁","keyValue":"褰撳叏閮ㄥ尮閰嶇殑鏃跺欍傚尮閰嶄綅鏁版棤鏁","lasttime":"褰撳叏閮ㄥ尮閰嶇殑鏃跺欍傚尮閰嶄綅鏁版棤鏁","valueList":["褰撳叏閮ㄥ尮閰嶇殑鏃跺欍傚尮閰嶄綅鏁版棤鏁","When they all match. Invalid matching digit","褰撳叏閮ㄥ尮閰嶇殑鏃跺欍傚尮閰嶄綅鏁版棤鏁"]},{"curValue":"鏍煎紡=a|A;b|B; 琛ㄧず灏哸鏇挎崲鎴怉锛屽皢b鏇挎崲鎴怋","keyValue":"鏍煎紡=a|A;b|B; 琛ㄧず灏哸鏇挎崲鎴怉锛屽皢b鏇挎崲鎴怋","lasttime":"鏍煎紡=a|A;b|B; 琛ㄧず灏哸鏇挎崲鎴怉锛屽皢b鏇挎崲鎴怋","valueList":["鏍煎紡=a|A;b|B; 琛ㄧず灏哸鏇挎崲鎴怉锛屽皢b鏇挎崲鎴怋","Format = a | a; B | b; I'm going to replace a with A, and I'm going to replace B with B","鏍煎紡=a|A;b|B; 琛ㄧず灏哸鏇挎崲鎴怉锛屽皢b鏇挎崲鎴怋"]},{"curValue":"鏍煎紡=1~5;8~10; 琛ㄧず灏1~5浣嶅繀椤讳竴鑷达紝8~10浣嶅繀椤讳竴鑷","keyValue":"鏍煎紡=1~5;8~10; 琛ㄧず灏1~5浣嶅繀椤讳竴鑷达紝8~10浣嶅繀椤讳竴鑷","lasttime":"鏍煎紡=1~5;8~10; 琛ㄧず灏1~5浣嶅繀椤讳竴鑷达紝8~10浣嶅繀椤讳竴鑷","valueList":["鏍煎紡=1~5;8~10; 琛ㄧず灏1~5浣嶅繀椤讳竴鑷达紝8~10浣嶅繀椤讳竴鑷","Format = 1~ 5; 8~ 10; It must be consistent with the 1 ~ 5, 8~ 10","鏍煎紡=1~5;8~10; 琛ㄧず灏1~5浣嶅繀椤讳竴鑷达紝8~10浣嶅繀椤讳竴鑷"]},{"curValue":"鏍煎紡=1~5;8~0; 琛ㄧず灏1~5浣嶅繀椤讳竴鑷达紝8~鍚庨潰鎵鏈変綅蹇呴』涓鑷","keyValue":"鏍煎紡=1~5;8~0; 琛ㄧず灏1~5浣嶅繀椤讳竴鑷达紝8~鍚庨潰鎵鏈変綅蹇呴』涓鑷","lasttime":"鏍煎紡=1~5;8~0; 琛ㄧず灏1~5浣嶅繀椤讳竴鑷达紝8~鍚庨潰鎵鏈変綅蹇呴』涓鑷","valueList":["鏍煎紡=1~5;8~0; 琛ㄧず灏1~5浣嶅繀椤讳竴鑷达紝8~鍚庨潰鎵鏈変綅蹇呴』涓鑷","Format = 1 ~ 5; 8 ~ 0; It indicates that the digits from 1 to 5 must be the same, and the digits from 8 to the next must be the same","鏍煎紡=1~5;8~0; 琛ㄧず灏1~5浣嶅繀椤讳竴鑷达紝8~鍚庨潰鎵鏈変綅蹇呴』涓鑷"]},{"curValue":"application name","keyValue":"application name","lasttime":"application name","valueList":["application name","application name","application name"]},{"curValue":"鐢ㄤ簬鍖哄垎涓嶅悓鏈哄彴","keyValue":"鐢ㄤ簬鍖哄垎涓嶅悓鏈哄彴","lasttime":"鐢ㄤ簬鍖哄垎涓嶅悓鏈哄彴","valueList":["鐢ㄤ簬鍖哄垎涓嶅悓鏈哄彴","鐢ㄤ簬鍖哄垎涓嶅悓鏈哄彴","鐢ㄤ簬鍖哄垎涓嶅悓鏈哄彴"]},{"curValue":"ms","keyValue":"ms","lasttime":"ms","valueList":["ms","ms","ms"]},{"curValue":"1锛氳嚜鍔ㄦ竻绌 0锛氬鎵弿鏂版潯鐮佹墠娓呯┖","keyValue":"1锛氳嚜鍔ㄦ竻绌 0锛氬鎵弿鏂版潯鐮佹墠娓呯┖","lasttime":"1锛氳嚜鍔ㄦ竻绌 0锛氬鎵弿鏂版潯鐮佹墠娓呯┖","valueList":["1锛氳嚜鍔ㄦ竻绌 0锛氬鎵弿鏂版潯鐮佹墠娓呯┖","1锛氳嚜鍔ㄦ竻绌 0锛氬鎵弿鏂版潯鐮佹墠娓呯┖","1锛氳嚜鍔ㄦ竻绌 0锛氬鎵弿鏂版潯鐮佹墠娓呯┖"]},{"curValue":"鍖呰兌鍑歌疆鍥炲師鐐硅秴鏃","keyValue":"鍖呰兌鍑歌疆鍥炲師鐐硅秴鏃","lasttime":"鍖呰兌鍑歌疆鍥炲師鐐硅秴鏃","valueList":["鍖呰兌鍑歌疆鍥炲師鐐硅秴鏃","鍖呰兌鍑歌疆鍥炲師鐐硅秴鏃","鍖呰兌鍑歌疆鍥炲師鐐硅秴鏃"]},{"curValue":"鎷ㄥ垁1鐢垫満鍥炲師鐐硅秴鏃","keyValue":"鎷ㄥ垁1鐢垫満鍥炲師鐐硅秴鏃","lasttime":"鎷ㄥ垁1鐢垫満鍥炲師鐐硅秴鏃","valueList":["鎷ㄥ垁1鐢垫満鍥炲師鐐硅秴鏃","鎷ㄥ垁1鐢垫満鍥炲師鐐硅秴鏃","鎷ㄥ垁1鐢垫満鍥炲師鐐硅秴鏃"]},{"curValue":"鑳惰啘1閫佹枡瓒呮椂","keyValue":"鑳惰啘1閫佹枡瓒呮椂","lasttime":"鑳惰啘1閫佹枡瓒呮椂","valueList":["鑳惰啘1閫佹枡瓒呮椂","鑳惰啘1閫佹枡瓒呮椂","鑳惰啘1閫佹枡瓒呮椂"]},{"curValue":"鍚歌兌鑶滅數鏈哄洖鍘熺偣瓒呮椂","keyValue":"鍚歌兌鑶滅數鏈哄洖鍘熺偣瓒呮椂","lasttime":"鍚歌兌鑶滅數鏈哄洖鍘熺偣瓒呮椂","valueList":["鍚歌兌鑶滅數鏈哄洖鍘熺偣瓒呮椂","鍚歌兌鑶滅數鏈哄洖鍘熺偣瓒呮椂","鍚歌兌鑶滅數鏈哄洖鍘熺偣瓒呮椂"]},{"curValue":"鐪熺┖鍚歌兌鑶滃紓甯","keyValue":"鐪熺┖鍚歌兌鑶滃紓甯","lasttime":"鐪熺┖鍚歌兌鑶滃紓甯","valueList":["鐪熺┖鍚歌兌鑶滃紓甯","鐪熺┖鍚歌兌鑶滃紓甯","鐪熺┖鍚歌兌鑶滃紓甯"]},{"curValue":"宸﹀彸杩涙枡甯﹁秴鏃跺紓甯","keyValue":"宸﹀彸杩涙枡甯﹁秴鏃跺紓甯","lasttime":"宸﹀彸杩涙枡甯﹁秴鏃跺紓甯","valueList":["宸﹀彸杩涙枡甯﹁秴鏃跺紓甯","宸﹀彸杩涙枡甯﹁秴鏃跺紓甯","宸﹀彸杩涙枡甯﹁秴鏃跺紓甯"]},{"curValue":"鐢垫睜鐢甸噺浣庡紓甯","keyValue":"鐢垫睜鐢甸噺浣庡紓甯","lasttime":"鐢垫睜鐢甸噺浣庡紓甯","valueList":["鐢垫睜鐢甸噺浣庡紓甯","鐢垫睜鐢甸噺浣庡紓甯","鐢垫睜鐢甸噺浣庡紓甯"]},{"curValue":"娴侀亾宸﹀彸鍏ユ枡鎰熷簲鏈夋枡甯","keyValue":"娴侀亾宸﹀彸鍏ユ枡鎰熷簲鏈夋枡甯","lasttime":"娴侀亾宸﹀彸鍏ユ枡鎰熷簲鏈夋枡甯","valueList":["娴侀亾宸﹀彸鍏ユ枡鎰熷簲鏈夋枡甯","娴侀亾宸﹀彸鍏ユ枡鎰熷簲鏈夋枡甯","娴侀亾宸﹀彸鍏ユ枡鎰熷簲鏈夋枡甯"]},{"curValue":"鎺ユ枡杩囩▼瓒呮椂寮傚父","keyValue":"鎺ユ枡杩囩▼瓒呮椂寮傚父","lasttime":"鎺ユ枡杩囩▼瓒呮椂寮傚父","valueList":["鎺ユ枡杩囩▼瓒呮椂寮傚父","鎺ユ枡杩囩▼瓒呮椂寮傚父","鎺ユ枡杩囩▼瓒呮椂寮傚父"]},{"curValue":"璁惧鍥炲師鐐硅繃绋嬭秴鏃","keyValue":"璁惧鍥炲師鐐硅繃绋嬭秴鏃","lasttime":"璁惧鍥炲師鐐硅繃绋嬭秴鏃","valueList":["璁惧鍥炲師鐐硅繃绋嬭秴鏃","璁惧鍥炲師鐐硅繃绋嬭秴鏃","璁惧鍥炲師鐐硅繃绋嬭秴鏃"]},{"curValue":"娴侀亾寮犲悎鐢垫満鍥炲師鐐硅秴鏃","keyValue":"娴侀亾寮犲悎鐢垫満鍥炲師鐐硅秴鏃","lasttime":"娴侀亾寮犲悎鐢垫満鍥炲師鐐硅秴鏃","valueList":["娴侀亾寮犲悎鐢垫満鍥炲師鐐硅秴鏃","娴侀亾寮犲悎鐢垫満鍥炲師鐐硅秴鏃","娴侀亾寮犲悎鐢垫満鍥炲師鐐硅秴鏃"]},{"curValue":"鎷ㄥ垁2鏁翠綋鍥炲師鐐硅秴鏃","keyValue":"鎷ㄥ垁2鏁翠綋鍥炲師鐐硅秴鏃","lasttime":"鎷ㄥ垁2鏁翠綋鍥炲師鐐硅秴鏃","valueList":["鎷ㄥ垁2鏁翠綋鍥炲師鐐硅秴鏃","鎷ㄥ垁2鏁翠綋鍥炲師鐐硅秴鏃","鎷ㄥ垁2鏁翠綋鍥炲師鐐硅秴鏃"]},{"curValue":"_鏉$爜瀵规瘮NG寮傚父","keyValue":"_鏉$爜瀵规瘮NG寮傚父","lasttime":"_鏉$爜瀵规瘮NG寮傚父","valueList":["_鏉$爜瀵规瘮NG寮傚父","_鏉$爜瀵规瘮NG寮傚父","_鏉$爜瀵规瘮NG寮傚父"]},{"curValue":"_鎬ュ仠鎸夐挳鎸変笅","keyValue":"_鎬ュ仠鎸夐挳鎸変笅","lasttime":"_鎬ュ仠鎸夐挳鎸変笅","valueList":["_鎬ュ仠鎸夐挳鎸変笅","_鎬ュ仠鎸夐挳鎸変笅","_鎬ュ仠鎸夐挳鎸変笅"]},{"curValue":"宸︿晶_娴嬪煎紓甯","keyValue":"宸︿晶_娴嬪煎紓甯","lasttime":"宸︿晶_娴嬪煎紓甯","valueList":["宸︿晶_娴嬪煎紓甯","宸︿晶_娴嬪煎紓甯","宸︿晶_娴嬪煎紓甯"]},{"curValue":"鍙充晶_娴嬪煎紓甯","keyValue":"鍙充晶_娴嬪煎紓甯","lasttime":"鍙充晶_娴嬪煎紓甯","valueList":["鍙充晶_娴嬪煎紓甯","鍙充晶_娴嬪煎紓甯","鍙充晶_娴嬪煎紓甯"]},{"curValue":"宸︽祴鍊煎墠鍚庡洖闆惰秴鏃","keyValue":"宸︽祴鍊煎墠鍚庡洖闆惰秴鏃","lasttime":"宸︽祴鍊煎墠鍚庡洖闆惰秴鏃","valueList":["宸︽祴鍊煎墠鍚庡洖闆惰秴鏃","宸︽祴鍊煎墠鍚庡洖闆惰秴鏃","宸︽祴鍊煎墠鍚庡洖闆惰秴鏃"]},{"curValue":"宸︽祴鍊间笂涓嬪洖闆惰秴鏃","keyValue":"宸︽祴鍊间笂涓嬪洖闆惰秴鏃","lasttime":"宸︽祴鍊间笂涓嬪洖闆惰秴鏃","valueList":["宸︽祴鍊间笂涓嬪洖闆惰秴鏃","宸︽祴鍊间笂涓嬪洖闆惰秴鏃","宸︽祴鍊间笂涓嬪洖闆惰秴鏃"]},{"curValue":"宸︽祴鍊兼棆杞洖闆惰秴鏃","keyValue":"宸︽祴鍊兼棆杞洖闆惰秴鏃","lasttime":"宸︽祴鍊兼棆杞洖闆惰秴鏃","valueList":["宸︽祴鍊兼棆杞洖闆惰秴鏃","宸︽祴鍊兼棆杞洖闆惰秴鏃","宸︽祴鍊兼棆杞洖闆惰秴鏃"]},{"curValue":"鍙虫祴鍊煎墠鍚庡洖闆惰秴鏃","keyValue":"鍙虫祴鍊煎墠鍚庡洖闆惰秴鏃","lasttime":"鍙虫祴鍊煎墠鍚庡洖闆惰秴鏃","valueList":["鍙虫祴鍊煎墠鍚庡洖闆惰秴鏃","鍙虫祴鍊煎墠鍚庡洖闆惰秴鏃","鍙虫祴鍊煎墠鍚庡洖闆惰秴鏃"]},{"curValue":"鍙虫祴鍊间笂涓嬪洖闆惰秴鏃","keyValue":"鍙虫祴鍊间笂涓嬪洖闆惰秴鏃","lasttime":"鍙虫祴鍊间笂涓嬪洖闆惰秴鏃","valueList":["鍙虫祴鍊间笂涓嬪洖闆惰秴鏃","鍙虫祴鍊间笂涓嬪洖闆惰秴鏃","鍙虫祴鍊间笂涓嬪洖闆惰秴鏃"]},{"curValue":"鍙虫祴鍊兼棆杞洖闆惰秴鏃","keyValue":"鍙虫祴鍊兼棆杞洖闆惰秴鏃","lasttime":"鍙虫祴鍊兼棆杞洖闆惰秴鏃","valueList":["鍙虫祴鍊兼棆杞洖闆惰秴鏃","鍙虫祴鍊兼棆杞洖闆惰秴鏃","鍙虫祴鍊兼棆杞洖闆惰秴鏃"]},{"curValue":"0=涓嶅惎鐢紝 ","keyValue":"0=涓嶅惎鐢紝 ","lasttime":"0=涓嶅惎鐢紝 ","valueList":["0=涓嶅惎鐢紝 ","0=涓嶅惎鐢紝 ","0=涓嶅惎鐢紝 "]},{"curValue":"涓嶆祴鍊肩數闃荤數瀹癸紝鍙坊鍔犳枡鍙疯嚦璇ユ枃浠朵腑","keyValue":"涓嶆祴鍊肩數闃荤數瀹癸紝鍙坊鍔犳枡鍙疯嚦璇ユ枃浠朵腑","lasttime":"涓嶆祴鍊肩數闃荤數瀹癸紝鍙坊鍔犳枡鍙疯嚦璇ユ枃浠朵腑","valueList":["涓嶆祴鍊肩數闃荤數瀹癸紝鍙坊鍔犳枡鍙疯嚦璇ユ枃浠朵腑","涓嶆祴鍊肩數闃荤數瀹癸紝鍙坊鍔犳枡鍙疯嚦璇ユ枃浠朵腑","涓嶆祴鍊肩數闃荤數瀹癸紝鍙坊鍔犳枡鍙疯嚦璇ユ枃浠朵腑"]},{"curValue":"1= 锛2=_锛3=;, 4=-","keyValue":"1= 锛2=_锛3=;, 4=-","lasttime":"1= 锛2=_锛3=;, 4=-","valueList":["1= 锛2=_锛3=;, 4=-","1= 锛2=_锛3=;, 4=-","1= 锛2=_锛3=;, 4=-"]},{"curValue":"C%0.25,D%0.5,F%1,G%2,J%5,K%10,M%20,N%30","keyValue":"C%0.25,D%0.5,F%1,G%2,J%5,K%10,M%20,N%30","lasttime":"C%0.25,D%0.5,F%1,G%2,J%5,K%10,M%20,N%30","valueList":["C%0.25,D%0.5,F%1,G%2,J%5,K%10,M%20,N%30","C%0.25,D%0.5,F%1,G%2,J%5,K%10,M%20,N%30","C%0.25,D%0.5,F%1,G%2,J%5,K%10,M%20,N%30"]},{"curValue":"%","keyValue":"%","lasttime":"%","valueList":["%","%","%"]},{"curValue":"0 = 涓嶅惎鐢紝1 - 6 瀵瑰簲閫氶亾","keyValue":"0 = 涓嶅惎鐢紝1 - 6 瀵瑰簲閫氶亾","lasttime":"0 = 涓嶅惎鐢紝1 - 6 瀵瑰簲閫氶亾","valueList":["0 = 涓嶅惎鐢紝1 - 6 瀵瑰簲閫氶亾","0 = 涓嶅惎鐢紝1 - 6 瀵瑰簲閫氶亾","0 = 涓嶅惎鐢紝1 - 6 瀵瑰簲閫氶亾"]},{"curValue":"0 = 涓嶅惎鐢紝1 = 鍚敤(闇瑕佷华鍣ㄦ敮鎸)","keyValue":"0 = 涓嶅惎鐢紝1 = 鍚敤(闇瑕佷华鍣ㄦ敮鎸)","lasttime":"0 = 涓嶅惎鐢紝1 = 鍚敤(闇瑕佷华鍣ㄦ敮鎸)","valueList":["0 = 涓嶅惎鐢紝1 = 鍚敤(闇瑕佷华鍣ㄦ敮鎸)","0 = 涓嶅惎鐢紝1 = 鍚敤(闇瑕佷华鍣ㄦ敮鎸)","0 = 涓嶅惎鐢紝1 = 鍚敤(闇瑕佷华鍣ㄦ敮鎸)"]},{"curValue":"Hz_1pF","keyValue":"Hz_1pF","lasttime":"Hz_1pF","valueList":["Hz_1pF","Hz_1pF","Hz_1pF"]},{"curValue":"Hz_4.7pF","keyValue":"Hz_4.7pF","lasttime":"Hz_4.7pF","valueList":["Hz_4.7pF","Hz_4.7pF","Hz_4.7pF"]},{"curValue":"Hz_47pF","keyValue":"Hz_47pF","lasttime":"Hz_47pF","valueList":["Hz_47pF","Hz_47pF","Hz_47pF"]},{"curValue":"Hz_470pF","keyValue":"Hz_470pF","lasttime":"Hz_470pF","valueList":["Hz_470pF","Hz_470pF","Hz_470pF"]},{"curValue":"Hz_4.7nF","keyValue":"Hz_4.7nF","lasttime":"Hz_4.7nF","valueList":["Hz_4.7nF","Hz_4.7nF","Hz_4.7nF"]},{"curValue":"Hz_47nF","keyValue":"Hz_47nF","lasttime":"Hz_47nF","valueList":["Hz_47nF","Hz_47nF","Hz_47nF"]},{"curValue":"Hz_470nF","keyValue":"Hz_470nF","lasttime":"Hz_470nF","valueList":["Hz_470nF","Hz_470nF","Hz_470nF"]},{"curValue":"Hz_4.7uF","keyValue":"Hz_4.7uF","lasttime":"Hz_4.7uF","valueList":["Hz_4.7uF","Hz_4.7uF","Hz_4.7uF"]},{"curValue":"Hz_47uF","keyValue":"Hz_47uF","lasttime":"Hz_47uF","valueList":["Hz_47uF","Hz_47uF","Hz_47uF"]},{"curValue":"Hz_470uF","keyValue":"Hz_470uF","lasttime":"Hz_470uF","valueList":["Hz_470uF","Hz_470uF","Hz_470uF"]},{"curValue":"17-20涔嬮棿鐨勮浆鐝椂闂","keyValue":"17-20涔嬮棿鐨勮浆鐝椂闂","lasttime":"17-20涔嬮棿鐨勮浆鐝椂闂","valueList":["17-20涔嬮棿鐨勮浆鐝椂闂","17-20涔嬮棿鐨勮浆鐝椂闂","17-20涔嬮棿鐨勮浆鐝椂闂"]},{"curValue":"0~1","keyValue":"0~1","lasttime":"0~1","valueList":["0~1","0~1","0~1"]},{"curValue":"30~90","keyValue":"30~90","lasttime":"30~90","valueList":["30~90","30~90","30~90"]},{"curValue":"5~100ms","keyValue":"5~100ms","lasttime":"5~100ms","valueList":["5~100ms","5~100ms","5~100ms"]},{"curValue":"2000~25500","keyValue":"2000~25500","lasttime":"2000~25500","valueList":["2000~25500","2000~25500","2000~25500"]},{"curValue":"15000~55500","keyValue":"15000~55500","lasttime":"15000~55500","valueList":["15000~55500","15000~55500","15000~55500"]},{"curValue":"500~8000","keyValue":"500~8000","lasttime":"500~8000","valueList":["500~8000","500~8000","500~8000"]},{"curValue":"5000~15000","keyValue":"5000~15000","lasttime":"5000~15000","valueList":["5000~15000","5000~15000","5000~15000"]},{"curValue":"hikrobot, dahua","keyValue":"hikrobot, dahua","lasttime":"hikrobot, dahua","valueList":["hikrobot, dahua","hikrobot, dahua","hikrobot, dahua"]},{"curValue":"600,1024,1080 ","keyValue":"600,1024,1080 ","lasttime":"600,1024,1080 ","valueList":["600,1024,1080 ","600,1024,1080 ","600,1024,1080 "]},{"curValue":"800,1280,1440 ","keyValue":"800,1280,1440 ","lasttime":"800,1280,1440 ","valueList":["800,1280,1440 ","800,1280,1440 ","800,1280,1440 "]},{"curValue":"0~60000","keyValue":"0~60000","lasttime":"0~60000","valueList":["0~60000","0~60000","0~60000"]},{"curValue":"鍋滄","keyValue":"鍋滄","lasttime":"鍋滄","valueList":["鍋滄","鍋滄","鍋滄"]},{"curValue":"MainApplication","keyValue":"MainApplication","lasttime":"MainApplication","valueList":["MainApplication","MainApplication","MainApplication"]},{"curValue":"鎵ц瀹屾垚D:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Log\\\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Data\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Config\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Alarm\r\n","keyValue":"鎵ц瀹屾垚D:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Log\\\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Data\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Config\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Alarm\r\n","lasttime":"鎵ц瀹屾垚D:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Log\\\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Data\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Config\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Alarm\r\n","valueList":["鎵ц瀹屾垚D:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Log\\\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Data\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Config\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Alarm\r\n","鎵ц瀹屾垚D:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Log\\\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Data\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Config\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Alarm\r\n","鎵ц瀹屾垚D:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Log\\\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Data\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Config\r\nD:\\HistoryData\\鎺ユ枡鏈洪氱敤鐗圽\Alarm\r\n"]},{"curValue":"0=涓嶇敤 锛1=鍚敤","keyValue":"0=涓嶇敤 锛1=鍚敤","lasttime":"0=涓嶇敤 锛1=鍚敤","valueList":["0=涓嶇敤 锛1=鍚敤","0=涓嶇敤 锛1=鍚敤","0=涓嶇敤 锛1=鍚敤"]},{"curValue":"鐩戝惉鍒版枃浠跺悗寤舵椂鎷疯礉","keyValue":"鐩戝惉鍒版枃浠跺悗寤舵椂鎷疯礉","lasttime":"鐩戝惉鍒版枃浠跺悗寤舵椂鎷疯礉","valueList":["鐩戝惉鍒版枃浠跺悗寤舵椂鎷疯礉","鐩戝惉鍒版枃浠跺悗寤舵椂鎷疯礉","鐩戝惉鍒版枃浠跺悗寤舵椂鎷疯礉"]},{"curValue":"FrmMain","keyValue":"FrmMain","lasttime":"FrmMain","valueList":["FrmMain","FrmMain","FrmMain"]},{"curValue":"8.2mm","keyValue":"8.2mm","lasttime":"8.2mm","valueList":["8.2mm","8.2mm","8.2mm"]},{"curValue":"24mm","keyValue":"24mm","lasttime":"24mm","valueList":["24mm","24mm","24mm"]},{"curValue":"16mm","keyValue":"16mm","lasttime":"16mm","valueList":["16mm","16mm","16mm"]},{"curValue":"12mm","keyValue":"12mm","lasttime":"12mm","valueList":["12mm","12mm","12mm"]},{"curValue":"08mm","keyValue":"08mm","lasttime":"08mm","valueList":["08mm","08mm","08mm"]},{"curValue":"- ","keyValue":"- ","lasttime":"- ","valueList":["- ","- ","- "]},{"curValue":" |鏈嶅姟鍣ㄨ繛鎺ユ甯","keyValue":" |鏈嶅姟鍣ㄨ繛鎺ユ甯","lasttime":" |鏈嶅姟鍣ㄨ繛鎺ユ甯","valueList":[" |鏈嶅姟鍣ㄨ繛鎺ユ甯"," |鏈嶅姟鍣ㄨ繛鎺ユ甯"," |鏈嶅姟鍣ㄨ繛鎺ユ甯"]},{"curValue":"op1","keyValue":"op1","lasttime":"op1","valueList":["op1","op1","op1"]},{"curValue":"0","keyValue":"0","lasttime":"0","valueList":["0","0","0"]},{"curValue":"1","keyValue":"1","lasttime":"1","valueList":["1","1","1"]},{"curValue":"卤","keyValue":"卤","lasttime":"卤","valueList":["卤","卤","卤"]},{"curValue":".","keyValue":".","lasttime":".","valueList":[".",".","."]},{"curValue":"2","keyValue":"2","lasttime":"2","valueList":["2","2","2"]},{"curValue":"9","keyValue":"9","lasttime":"9","valueList":["9","9","9"]},{"curValue":"3","keyValue":"3","lasttime":"3","valueList":["3","3","3"]},{"curValue":"8","keyValue":"8","lasttime":"8","valueList":["8","8","8"]},{"curValue":"4","keyValue":"4","lasttime":"4","valueList":["4","4","4"]},{"curValue":"7","keyValue":"7","lasttime":"7","valueList":["7","7","7"]},{"curValue":"5","keyValue":"5","lasttime":"5","valueList":["5","5","5"]},{"curValue":"6","keyValue":"6","lasttime":"6","valueList":["6","6","6"]},{"curValue":"button3","keyValue":"button3","lasttime":"button3","valueList":["button3","button3","button3"]}] \ No newline at end of file diff --git a/C-Windows-1/bin/Debug/log/2024.07/2024.07.24/2024.7.24-15_MES_Fail_Log.txt b/C-Windows-1/bin/Debug/log/2024.07/2024.07.24/2024.7.24-15_MES_Fail_Log.txt new file mode 100644 index 0000000..d0a1930 --- /dev/null +++ b/C-Windows-1/bin/Debug/log/2024.07/2024.07.24/2024.7.24-15_MES_Fail_Log.txt @@ -0,0 +1,95 @@ +*****************************220806_EBS***************************** +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-7-24 15:18:57 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-7-24 15:18:57 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-7-24 15:18:57 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-7-24 15:18:57 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-7-24 15:18:57 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-7-24 15:18:57 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-7-24 15:23:26 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-7-24 15:23:26 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-7-24 15:23:26 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-7-24 15:23:26 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-7-24 15:23:26 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-7-24 15:23:26 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-7-24 15:23:48 +strsn is NULL--------------------2024-7-24 15:23:48 +strsn is NULL--------------------2024-7-24 15:23:48 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-7-24 15:26:37 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-7-24 15:26:37 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-7-24 15:26:37 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-7-24 15:26:37 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-7-24 15:26:37 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-7-24 15:26:37 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-7-24 15:28:35 +strsn is NULL--------------------2024-7-24 15:28:35 +strsn is NULL--------------------2024-7-24 15:28:35 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-7-24 15:29:17 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-7-24 15:29:17 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-7-24 15:29:17 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-7-24 15:29:17 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-7-24 15:29:17 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-7-24 15:29:17 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-7-24 15:30:18 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-7-24 15:30:18 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-7-24 15:30:18 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-7-24 15:30:18 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-7-24 15:30:18 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-7-24 15:30:18 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-7-24 15:31:0 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-7-24 15:31:0 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-7-24 15:31:0 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +InsertTestResult 连接数据库失败OCILIB_DDL()--------------------2024-7-24 15:31:0 +InsertTestResult 连接数据库失败OCILIB_DDL()--------------------2024-7-24 15:31:0 +InsertTestResult 连接数据库失败OCILIB_DDL()--------------------2024-7-24 15:31:0 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +InsertTestResult is Fail--------------------2024-7-24 15:31:0 +InsertTestResult is Fail--------------------2024-7-24 15:31:0 +InsertTestResult is Fail--------------------2024-7-24 15:31:0 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-7-24 15:49:13 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-7-24 15:49:13 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-7-24 15:49:13 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-7-24 15:49:13 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-7-24 15:49:13 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-7-24 15:49:13 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-7-24 15:56:14 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-7-24 15:56:14 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-7-24 15:56:14 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-7-24 15:56:14 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-7-24 15:56:14 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-7-24 15:56:14 +*****************************220806_EBS***************************** diff --git a/C-Windows-1/bin/Debug/log/2024.07/2024.07.24/2024.7.24-15_MES_Log.txt b/C-Windows-1/bin/Debug/log/2024.07/2024.07.24/2024.7.24-15_MES_Log.txt new file mode 100644 index 0000000..5e787bc --- /dev/null +++ b/C-Windows-1/bin/Debug/log/2024.07/2024.07.24/2024.7.24-15_MES_Log.txt @@ -0,0 +1,8 @@ +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-7-24 15:23:48 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-7-24 15:28:35 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-7-24 15:30:39 +***********************ATS_InsertTestResult_V3**********************************************************220806_EBS***************************** +2024-7-24 15:30:39 diff --git a/C-Windows-1/bin/Debug/log/2024.07/2024.07.24/2024.7.24-15_MES_SQL_Log.txt b/C-Windows-1/bin/Debug/log/2024.07/2024.07.24/2024.7.24-15_MES_SQL_Log.txt new file mode 100644 index 0000000..6fc1195 --- /dev/null +++ b/C-Windows-1/bin/Debug/log/2024.07/2024.07.24/2024.7.24-15_MES_SQL_Log.txt @@ -0,0 +1,9 @@ +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-7-24 15:23:48 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-7-24 15:28:35 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-7-24 15:30:39 +*****************************220806_EBS***************************** diff --git a/C-Windows-1/bin/Debug/log/2024.07/2024.07.24/2024.7.24-16_MES_Fail_Log.txt b/C-Windows-1/bin/Debug/log/2024.07/2024.07.24/2024.7.24-16_MES_Fail_Log.txt new file mode 100644 index 0000000..19ea54f --- /dev/null +++ b/C-Windows-1/bin/Debug/log/2024.07/2024.07.24/2024.7.24-16_MES_Fail_Log.txt @@ -0,0 +1,10 @@ +*****************************220806_EBS***************************** +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-7-24 16:17:56 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-7-24 16:17:56 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-7-24 16:17:56 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-7-24 16:17:56 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-7-24 16:17:56 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-7-24 16:17:56 +*****************************220806_EBS***************************** diff --git a/C-Windows-1/bin/Debug/log/2024.08/2024.08.01/2024.8.1-16_MES_Fail_Log.txt b/C-Windows-1/bin/Debug/log/2024.08/2024.08.01/2024.8.1-16_MES_Fail_Log.txt new file mode 100644 index 0000000..5fb43c8 --- /dev/null +++ b/C-Windows-1/bin/Debug/log/2024.08/2024.08.01/2024.8.1-16_MES_Fail_Log.txt @@ -0,0 +1,40 @@ +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-1 16:38:39 +strsn is NULL--------------------2024-8-1 16:38:39 +strsn is NULL--------------------2024-8-1 16:38:39 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-1 16:38:49 +strsn is NULL--------------------2024-8-1 16:38:49 +strsn is NULL--------------------2024-8-1 16:38:49 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-1 16:38:58 +strsn is NULL--------------------2024-8-1 16:38:58 +strsn is NULL--------------------2024-8-1 16:38:58 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-1 16:39:11 +strsn is NULL--------------------2024-8-1 16:39:11 +strsn is NULL--------------------2024-8-1 16:39:11 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-1 16:39:17 +strsn is NULL--------------------2024-8-1 16:39:17 +strsn is NULL--------------------2024-8-1 16:39:17 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-1 16:39:24 +strsn is NULL--------------------2024-8-1 16:39:24 +strsn is NULL--------------------2024-8-1 16:39:24 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-1 16:42:46 +strsn is NULL--------------------2024-8-1 16:42:46 +strsn is NULL--------------------2024-8-1 16:42:46 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-1 16:42:54 +strsn is NULL--------------------2024-8-1 16:42:54 +strsn is NULL--------------------2024-8-1 16:42:54 +*****************************220806_EBS***************************** diff --git a/C-Windows-1/bin/Debug/log/2024.08/2024.08.01/2024.8.1-16_MES_Log.txt b/C-Windows-1/bin/Debug/log/2024.08/2024.08.01/2024.8.1-16_MES_Log.txt new file mode 100644 index 0000000..4ac6f0e --- /dev/null +++ b/C-Windows-1/bin/Debug/log/2024.08/2024.08.01/2024.8.1-16_MES_Log.txt @@ -0,0 +1,16 @@ +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-1 16:38:39 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-1 16:38:49 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-1 16:38:58 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-1 16:39:11 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-1 16:39:17 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-1 16:39:24 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-1 16:42:46 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-1 16:42:54 diff --git a/C-Windows-1/bin/Debug/log/2024.08/2024.08.01/2024.8.1-16_MES_SQL_Log.txt b/C-Windows-1/bin/Debug/log/2024.08/2024.08.01/2024.8.1-16_MES_SQL_Log.txt new file mode 100644 index 0000000..1b46d3c --- /dev/null +++ b/C-Windows-1/bin/Debug/log/2024.08/2024.08.01/2024.8.1-16_MES_SQL_Log.txt @@ -0,0 +1,24 @@ +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-1 16:38:39 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-1 16:38:49 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-1 16:38:58 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-1 16:39:11 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-1 16:39:17 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-1 16:39:24 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-1 16:42:46 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-1 16:42:54 +*****************************220806_EBS***************************** diff --git a/C-Windows-1/bin/Debug/log/2024.08/2024.08.29/2024.8.29-15_MES_Fail_Log.txt b/C-Windows-1/bin/Debug/log/2024.08/2024.08.29/2024.8.29-15_MES_Fail_Log.txt new file mode 100644 index 0000000..5a183f1 --- /dev/null +++ b/C-Windows-1/bin/Debug/log/2024.08/2024.08.29/2024.8.29-15_MES_Fail_Log.txt @@ -0,0 +1,190 @@ +*****************************220806_EBS***************************** +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:30:15 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:30:15 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:30:15 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:30:15 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:30:15 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:30:15 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:30:22 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:30:22 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:30:22 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:30:22 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:30:22 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:30:22 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:30:30 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:30:30 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:30:30 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:30:30 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:30:30 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:30:30 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:33:28 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:33:28 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:33:28 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:33:28 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:33:28 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:33:28 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:33:38 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:33:38 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:33:38 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:33:38 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:33:38 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:33:38 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:34:42 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:34:42 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:34:42 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:34:42 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:34:42 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:34:42 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:35:15 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:35:15 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:35:15 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:35:15 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:35:15 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:35:15 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:35:25 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:35:25 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:35:25 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:35:25 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:35:25 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:35:25 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:38:58 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:38:58 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:38:58 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:38:58 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:38:58 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:38:58 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:39:5 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:39:5 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:39:5 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:39:5 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:39:5 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:39:5 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:39:16 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:39:16 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:39:16 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:39:16 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:39:16 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:39:16 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:39:47 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:39:47 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:39:47 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:39:47 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:39:47 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:39:47 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:39:57 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:39:57 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:39:57 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:39:57 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:39:57 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:39:57 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:40:1 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:40:1 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:40:1 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:40:1 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:40:1 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:40:1 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:41:10 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:41:10 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:41:10 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:41:10 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:41:10 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:41:10 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:41:15 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:41:15 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:41:15 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:41:15 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:41:15 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:41:15 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:42:46 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:42:46 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:42:46 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:42:46 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:42:46 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:42:46 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:42:55 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:42:55 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:42:55 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:42:55 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:42:55 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:42:55 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:42:59 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:42:59 +ConnectOracle UpdateMesCfg 获取name pwd失败!!--------------------2024-8-29 15:42:59 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:42:59 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:42:59 +ATS_SelectTestYorN_Batch 连接数据库失败OCILIB_DDL()--------------------2024-8-29 15:42:59 +*****************************220806_EBS***************************** diff --git a/C-Windows-1/bin/Debug/log/2024.08/2024.08.29/2024.8.29-16_MES_Fail_Log.txt b/C-Windows-1/bin/Debug/log/2024.08/2024.08.29/2024.8.29-16_MES_Fail_Log.txt new file mode 100644 index 0000000..680eccd --- /dev/null +++ b/C-Windows-1/bin/Debug/log/2024.08/2024.08.29/2024.8.29-16_MES_Fail_Log.txt @@ -0,0 +1,130 @@ +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-29 16:19:39 +strsn is NULL--------------------2024-8-29 16:19:39 +strsn is NULL--------------------2024-8-29 16:19:39 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-29 16:32:38 +strsn is NULL--------------------2024-8-29 16:32:38 +strsn is NULL--------------------2024-8-29 16:32:38 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-29 16:32:47 +strsn is NULL--------------------2024-8-29 16:32:47 +strsn is NULL--------------------2024-8-29 16:32:47 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-29 16:36:54 +strsn is NULL--------------------2024-8-29 16:36:54 +strsn is NULL--------------------2024-8-29 16:36:54 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-29 16:37:3 +strsn is NULL--------------------2024-8-29 16:37:3 +strsn is NULL--------------------2024-8-29 16:37:3 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-29 16:37:14 +strsn is NULL--------------------2024-8-29 16:37:14 +strsn is NULL--------------------2024-8-29 16:37:14 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-29 16:37:22 +strsn is NULL--------------------2024-8-29 16:37:22 +strsn is NULL--------------------2024-8-29 16:37:22 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-29 16:37:32 +strsn is NULL--------------------2024-8-29 16:37:32 +strsn is NULL--------------------2024-8-29 16:37:32 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-29 16:37:42 +strsn is NULL--------------------2024-8-29 16:37:42 +strsn is NULL--------------------2024-8-29 16:37:42 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-29 16:37:51 +strsn is NULL--------------------2024-8-29 16:37:51 +strsn is NULL--------------------2024-8-29 16:37:51 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-29 16:38:1 +strsn is NULL--------------------2024-8-29 16:38:1 +strsn is NULL--------------------2024-8-29 16:38:1 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-29 16:38:10 +strsn is NULL--------------------2024-8-29 16:38:10 +strsn is NULL--------------------2024-8-29 16:38:10 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-29 16:38:20 +strsn is NULL--------------------2024-8-29 16:38:20 +strsn is NULL--------------------2024-8-29 16:38:20 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-29 16:38:29 +strsn is NULL--------------------2024-8-29 16:38:29 +strsn is NULL--------------------2024-8-29 16:38:29 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-29 16:38:38 +strsn is NULL--------------------2024-8-29 16:38:38 +strsn is NULL--------------------2024-8-29 16:38:38 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-29 16:38:48 +strsn is NULL--------------------2024-8-29 16:38:48 +strsn is NULL--------------------2024-8-29 16:38:48 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-29 16:38:58 +strsn is NULL--------------------2024-8-29 16:38:58 +strsn is NULL--------------------2024-8-29 16:38:58 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-29 16:39:7 +strsn is NULL--------------------2024-8-29 16:39:7 +strsn is NULL--------------------2024-8-29 16:39:7 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-29 16:39:17 +strsn is NULL--------------------2024-8-29 16:39:17 +strsn is NULL--------------------2024-8-29 16:39:17 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-29 16:39:26 +strsn is NULL--------------------2024-8-29 16:39:26 +strsn is NULL--------------------2024-8-29 16:39:26 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-29 16:39:36 +strsn is NULL--------------------2024-8-29 16:39:36 +strsn is NULL--------------------2024-8-29 16:39:36 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-29 16:39:45 +strsn is NULL--------------------2024-8-29 16:39:45 +strsn is NULL--------------------2024-8-29 16:39:45 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-29 16:39:55 +strsn is NULL--------------------2024-8-29 16:39:55 +strsn is NULL--------------------2024-8-29 16:39:55 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-29 16:40:4 +strsn is NULL--------------------2024-8-29 16:40:4 +strsn is NULL--------------------2024-8-29 16:40:4 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-29 16:40:14 +strsn is NULL--------------------2024-8-29 16:40:14 +strsn is NULL--------------------2024-8-29 16:40:14 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +strsn is NULL--------------------2024-8-29 16:40:23 +strsn is NULL--------------------2024-8-29 16:40:23 +strsn is NULL--------------------2024-8-29 16:40:23 +*****************************220806_EBS***************************** diff --git a/C-Windows-1/bin/Debug/log/2024.08/2024.08.29/2024.8.29-16_MES_Log.txt b/C-Windows-1/bin/Debug/log/2024.08/2024.08.29/2024.8.29-16_MES_Log.txt new file mode 100644 index 0000000..f31bbf3 --- /dev/null +++ b/C-Windows-1/bin/Debug/log/2024.08/2024.08.29/2024.8.29-16_MES_Log.txt @@ -0,0 +1,52 @@ +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-29 16:19:39 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-29 16:32:38 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-29 16:32:47 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-29 16:36:54 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-29 16:37:3 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-29 16:37:14 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-29 16:37:22 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-29 16:37:32 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-29 16:37:42 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-29 16:37:51 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-29 16:38:1 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-29 16:38:10 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-29 16:38:20 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-29 16:38:29 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-29 16:38:38 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-29 16:38:48 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-29 16:38:58 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-29 16:39:7 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-29 16:39:17 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-29 16:39:26 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-29 16:39:36 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-29 16:39:45 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-29 16:39:55 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-29 16:40:4 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-29 16:40:14 +************************ATS_InsertDataRow_JIG_V2**********************************************************220806_EBS***************************** +2024-8-29 16:40:23 diff --git a/C-Windows-1/bin/Debug/log/2024.08/2024.08.29/2024.8.29-16_MES_SQL_Log.txt b/C-Windows-1/bin/Debug/log/2024.08/2024.08.29/2024.8.29-16_MES_SQL_Log.txt new file mode 100644 index 0000000..0a75c3a --- /dev/null +++ b/C-Windows-1/bin/Debug/log/2024.08/2024.08.29/2024.8.29-16_MES_SQL_Log.txt @@ -0,0 +1,78 @@ +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:19:39 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:32:38 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:32:47 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:36:54 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:37:3 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:37:14 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:37:22 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:37:32 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:37:42 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:37:51 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:38:1 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:38:10 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:38:20 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:38:29 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:38:38 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:38:48 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:38:58 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:39:7 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:39:17 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:39:26 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:39:36 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:39:45 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:39:55 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:40:4 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:40:14 +*****************************220806_EBS***************************** +*****************************220806_EBS***************************** +************************ATS_InsertDataRow_JIG_V2*****************************--------------------2024-8-29 16:40:23 +*****************************220806_EBS***************************** diff --git a/C-Windows-1/bin/Debug/msvcp120d.dll b/C-Windows-1/bin/Debug/msvcp120d.dll new file mode 100644 index 0000000..d431618 Binary files /dev/null and b/C-Windows-1/bin/Debug/msvcp120d.dll differ diff --git a/C-Windows-1/bin/Debug/msvcr120d.dll b/C-Windows-1/bin/Debug/msvcr120d.dll new file mode 100644 index 0000000..6f86451 Binary files /dev/null and b/C-Windows-1/bin/Debug/msvcr120d.dll differ diff --git a/C-Windows-1/bin/Debug/ociliba.dll b/C-Windows-1/bin/Debug/ociliba.dll new file mode 100644 index 0000000..10a2173 Binary files /dev/null and b/C-Windows-1/bin/Debug/ociliba.dll differ diff --git a/C-Windows-1/bin/Debug/sscom51.ini b/C-Windows-1/bin/Debug/sscom51.ini new file mode 100644 index 0000000..edc79b5 --- /dev/null +++ b/C-Windows-1/bin/Debug/sscom51.ini @@ -0,0 +1,383 @@ +;删除本文件可以恢复默认值。 +;这是SSCOM的设置保存文件,您在程序中设置好的串口参数和字符串数据都会自动保存,请最好不要用外部编辑器改动本文件! +;如果文件被修改后程序不能打开,请删除本文件,程序将会自动生成一个新的ini文件. +;靠行首的半角分号是注释符号 +;每行都以回车结束 + +;"="后面的H表示这是个HEX数据串 +;"="后面的A表示这是个ASC字符串 +;Nx表示第几条定义的字符串(1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/C-Windows-1/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/C-Windows-1/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs new file mode 100644 index 0000000..3871b18 --- /dev/null +++ b/C-Windows-1/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")] diff --git a/C-Windows-1/obj/Release/C-Windows-LL18.csproj.FileListAbsolute.txt b/C-Windows-1/obj/Release/C-Windows-LL18.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..78806db --- /dev/null +++ b/C-Windows-1/obj/Release/C-Windows-LL18.csproj.FileListAbsolute.txt @@ -0,0 +1,19 @@ +E:\platform\LL-28\C-Windows-1\obj\Release\C-Windows-LL18.csproj.AssemblyReference.cache +E:\platform\LL-28\C-Windows-1\obj\Release\C-Windows-LL18.csproj.SuggestedBindingRedirects.cache +E:\platform\LL-28\C-Windows-1\obj\Release\LL18-Control.exe.config +E:\platform\LL-28\C-Windows-1\obj\Release\C_Windows_1.Activationcode.resources +E:\platform\LL-28\C-Windows-1\obj\Release\C_Windows_1.Config.resources +E:\platform\LL-28\C-Windows-1\obj\Release\C_Windows_1.Form1.resources +E:\platform\LL-28\C-Windows-1\obj\Release\C_Windows_1.Form2.resources +E:\platform\LL-28\C-Windows-1\obj\Release\C_Windows_1.Form3.resources +E:\platform\LL-28\C-Windows-1\obj\Release\C_Windows_1.Form4.resources +E:\platform\LL-28\C-Windows-1\obj\Release\C_Windows_1.LogOn.resources +E:\platform\LL-28\C-Windows-1\obj\Release\C_Windows_1.MESConfig.resources +E:\platform\LL-28\C-Windows-1\obj\Release\C_Windows_1.MyGroupBox.resources +E:\platform\LL-28\C-Windows-1\obj\Release\C_Windows_1.PortSetting.resources +E:\platform\LL-28\C-Windows-1\obj\Release\C_Windows_1.Properties.Resources.resources +E:\platform\LL-28\C-Windows-1\obj\Release\C_Windows_1.Save.resources +E:\platform\LL-28\C-Windows-1\obj\Release\C_Windows_1.TestPara.resources +E:\platform\LL-28\C-Windows-1\obj\Release\C_Windows_1.UserPassword.resources +E:\platform\LL-28\C-Windows-1\obj\Release\C-Windows-LL18.csproj.GenerateResource.cache +E:\platform\LL-28\C-Windows-1\obj\Release\C-Windows-LL18.csproj.CoreCompileInputs.cache diff --git a/C-Windows-1/obj/Release/C_Windows_1.Activationcode.resources b/C-Windows-1/obj/Release/C_Windows_1.Activationcode.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/C-Windows-1/obj/Release/C_Windows_1.Activationcode.resources differ diff --git a/C-Windows-1/obj/Release/C_Windows_1.Config.resources b/C-Windows-1/obj/Release/C_Windows_1.Config.resources new file mode 100644 index 0000000..a0b6eea Binary files /dev/null and b/C-Windows-1/obj/Release/C_Windows_1.Config.resources differ diff --git a/C-Windows-1/obj/Release/C_Windows_1.Form1.resources b/C-Windows-1/obj/Release/C_Windows_1.Form1.resources new file mode 100644 index 0000000..a0b6eea Binary files /dev/null and b/C-Windows-1/obj/Release/C_Windows_1.Form1.resources differ diff --git a/C-Windows-1/obj/Release/C_Windows_1.Form2.resources b/C-Windows-1/obj/Release/C_Windows_1.Form2.resources new file mode 100644 index 0000000..a0b6eea Binary files /dev/null and b/C-Windows-1/obj/Release/C_Windows_1.Form2.resources differ diff --git a/C-Windows-1/obj/Release/C_Windows_1.Form3.resources b/C-Windows-1/obj/Release/C_Windows_1.Form3.resources new file mode 100644 index 0000000..e003e4b Binary files /dev/null and b/C-Windows-1/obj/Release/C_Windows_1.Form3.resources differ diff --git a/C-Windows-1/obj/Release/C_Windows_1.Form4.resources b/C-Windows-1/obj/Release/C_Windows_1.Form4.resources new file mode 100644 index 0000000..a0b6eea Binary files /dev/null and b/C-Windows-1/obj/Release/C_Windows_1.Form4.resources differ diff --git a/C-Windows-1/obj/Release/C_Windows_1.LogOn.resources b/C-Windows-1/obj/Release/C_Windows_1.LogOn.resources new file mode 100644 index 0000000..a0b6eea Binary files /dev/null and b/C-Windows-1/obj/Release/C_Windows_1.LogOn.resources differ diff --git a/C-Windows-1/obj/Release/C_Windows_1.MESConfig.resources b/C-Windows-1/obj/Release/C_Windows_1.MESConfig.resources new file mode 100644 index 0000000..a0b6eea Binary files /dev/null and b/C-Windows-1/obj/Release/C_Windows_1.MESConfig.resources differ diff --git a/C-Windows-1/obj/Release/C_Windows_1.MyGroupBox.resources b/C-Windows-1/obj/Release/C_Windows_1.MyGroupBox.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/C-Windows-1/obj/Release/C_Windows_1.MyGroupBox.resources differ diff --git a/C-Windows-1/obj/Release/C_Windows_1.PortSetting.resources b/C-Windows-1/obj/Release/C_Windows_1.PortSetting.resources new file mode 100644 index 0000000..a0b6eea Binary files /dev/null and b/C-Windows-1/obj/Release/C_Windows_1.PortSetting.resources differ diff --git a/C-Windows-1/obj/Release/C_Windows_1.Properties.Resources.resources b/C-Windows-1/obj/Release/C_Windows_1.Properties.Resources.resources new file mode 100644 index 0000000..033cbc4 Binary files /dev/null and b/C-Windows-1/obj/Release/C_Windows_1.Properties.Resources.resources differ diff --git a/C-Windows-1/obj/Release/C_Windows_1.Save.resources b/C-Windows-1/obj/Release/C_Windows_1.Save.resources new file mode 100644 index 0000000..a0b6eea Binary files /dev/null and b/C-Windows-1/obj/Release/C_Windows_1.Save.resources differ diff --git a/C-Windows-1/obj/Release/C_Windows_1.TestPara.resources b/C-Windows-1/obj/Release/C_Windows_1.TestPara.resources new file mode 100644 index 0000000..a0b6eea Binary files /dev/null and b/C-Windows-1/obj/Release/C_Windows_1.TestPara.resources differ diff --git a/C-Windows-1/obj/Release/C_Windows_1.UserPassword.resources b/C-Windows-1/obj/Release/C_Windows_1.UserPassword.resources new file mode 100644 index 0000000..a0b6eea Binary files /dev/null and b/C-Windows-1/obj/Release/C_Windows_1.UserPassword.resources differ diff --git a/C-Windows-1/obj/Release/LL18-Control.exe.config b/C-Windows-1/obj/Release/LL18-Control.exe.config new file mode 100644 index 0000000..ea2582a --- /dev/null +++ b/C-Windows-1/obj/Release/LL18-Control.exe.config @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/C-Windows-1/obj/Release/TempPE/Properties.Resources.Designer.cs.dll b/C-Windows-1/obj/Release/TempPE/Properties.Resources.Designer.cs.dll new file mode 100644 index 0000000..2692cd4 Binary files /dev/null and b/C-Windows-1/obj/Release/TempPE/Properties.Resources.Designer.cs.dll differ diff --git a/C-Windows-1/obj/Release/build.force b/C-Windows-1/obj/Release/build.force new file mode 100644 index 0000000..e69de29 diff --git a/C-Windows-1/packages.config b/C-Windows-1/packages.config index 2e35eb7..3d0a776 100644 --- a/C-Windows-1/packages.config +++ b/C-Windows-1/packages.config @@ -1,25 +1,21 @@ 锘 - + - - - - + + - + - - + + - - \ No newline at end of file