資源簡(jiǎn)介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
namespace?SQL拼接
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????????SQLStitching.Conditionhelper?helper?=?new?SQLStitching.Conditionhelper(false);
????????????helper.AddCondition(“UserName“?SQLStitching.Comparison.In?“張三“?“李四“?“王五“);
????????????helper.AddAndCondition(“Age“?SQLStitching.Comparison.Between?1?17);
????????????helper.AddAndOpenParenthese(“Gender“?SQLStitching.Comparison.Equal?“Male“);
????????????helper.AddOrCondition(“Gender“?SQLStitching.Comparison.Equal?“Female“);
????????????helper.AddOrCondition(“Time“?SQLStitching.Comparison.Between?DateTime.Now.AddDays(-1)?DateTime.Now.AddDays(1));
??????????
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-07-10?22:20??SQL拼接\
?????文件????????2099??2019-07-10?22:20??SQL拼接\Form1.Designer.cs
?????文件????????2105??2019-07-10?22:20??SQL拼接\Form1.cs
?????文件????????5817??2019-07-10?22:20??SQL拼接\Form1.resx
?????文件?????????490??2016-09-13?08:28??SQL拼接\Program.cs
?????目錄???????????0??2019-07-10?22:16??SQL拼接\Properties\
?????文件????????1350??2016-09-13?08:28??SQL拼接\Properties\AssemblyInfo.cs
?????文件????????2870??2016-09-13?08:28??SQL拼接\Properties\Resources.Designer.cs
?????文件????????5612??2016-09-13?08:28??SQL拼接\Properties\Resources.resx
?????文件????????1096??2016-09-13?08:28??SQL拼接\Properties\Settings.Designer.cs
?????文件?????????249??2016-09-13?08:28??SQL拼接\Properties\Settings.settings
?????文件???????14574??2016-09-13?09:11??SQL拼接\SQLStitching.cs
?????文件???????16839??2016-09-13?09:20??SQL拼接\SQLStitching1.cs
?????文件????????3811??2016-09-13?09:43??SQL拼接\SQL拼接.csproj
?????文件????????9905??2016-09-13?09:30??SQL拼接\SqlConditionList.cs
?????目錄???????????0??2019-07-10?22:16??SQL拼接\bin\
?????目錄???????????0??2019-07-10?22:16??SQL拼接\bin\Debug\
?????文件???????19456??2019-07-10?22:20??SQL拼接\bin\Debug\SQL拼接.exe
?????文件???????42496??2019-07-10?22:20??SQL拼接\bin\Debug\SQL拼接.pdb
?????文件???????11600??2016-09-20?14:17??SQL拼接\bin\Debug\SQL拼接.vshost.exe
?????文件?????????490??2013-06-18?20:28??SQL拼接\bin\Debug\SQL拼接.vshost.exe.manifest
?????目錄???????????0??2019-07-10?22:16??SQL拼接\obj\
?????目錄???????????0??2019-07-10?22:16??SQL拼接\obj\x86\
?????目錄???????????0??2019-07-10?22:20??SQL拼接\obj\x86\Debug\
?????文件????????1779??2019-07-10?22:19??SQL拼接\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????7181??2019-07-10?22:19??SQL拼接\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件?????????180??2019-07-10?22:20??SQL拼接\obj\x86\Debug\SQL拼接.Form1.resources
?????文件?????????180??2019-07-10?22:20??SQL拼接\obj\x86\Debug\SQL拼接.Properties.Resources.resources
?????文件??????????42??2019-07-10?22:17??SQL拼接\obj\x86\Debug\SQL拼接.csproj.CoreCompileInputs.cache
?????文件????????1984??2019-07-10?22:20??SQL拼接\obj\x86\Debug\SQL拼接.csproj.FileListAbsolute.txt
?????文件????????1012??2019-07-10?22:20??SQL拼接\obj\x86\Debug\SQL拼接.csproj.GenerateResource.cache
............此處省略6個(gè)文件信息
評(píng)論
共有 條評(píng)論