資源簡介
基本的通過Linq對數據庫進行增刪查改,很適合初學linq的人員
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
using?System.Data.SqlClient;
namespace?BAL
{
????public?enum?EffentNextType
????{
????????///?
????????///?對其他語句無任何影響?
????????///?
????????None
????????///?
????????///?當前語句必須為“select?count(1)?from?..“格式,如果存在則繼續執行,不存在回滾事務
????????///?
????????WhenHaveContine
????????///?
????????///?當前語句必須為“select?count(1)?from?..“格式,如果不存在則繼續執行,存在回滾事務
????????///?
????????WhenNoHaveContine
????????///?
????????///?當前語句影響到的行數必須大于0,否則回滾事務
????????///?
????????ExcuteEffectRows
????????///?
????????///?引發事件-當前語句必須為“select?count(1)?from?..“格式,如果不存在則繼續執行,存在回滾事務
????????///?
????????SolicitationEvent
????}???
????public?class?CommandInfo
????{
????????public?object?Shareobject?=?null;
????????public?object?OriginalData?=?null;
????????event?EventHandler?_solicitationEvent;
????????public?event?EventHandler?Solic
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????..A..H.?????90112??2018-01-16?15:26??LinqFromSql\.vs\LinqFromAccess\v14\.suo
?????文件??????16412??2018-01-16?15:26??LinqFromSql\.vs\Supercharger\BAL\codemap.dat
?????文件???????6167??2018-01-16?15:26??LinqFromSql\.vs\Supercharger\BAL\global_history.dat
?????文件????????207??2018-01-16?15:26??LinqFromSql\.vs\Supercharger\BAL\workbench.dat
?????文件???????5705??2018-01-16?15:26??LinqFromSql\.vs\Supercharger\LinqFromAccess\codemap.dat
?????文件???????1976??2018-01-16?15:26??LinqFromSql\.vs\Supercharger\LinqFromAccess\global_history.dat
?????文件????????218??2018-01-16?15:26??LinqFromSql\.vs\Supercharger\LinqFromAccess\workbench.dat
?????文件???????4098??2018-01-16?15:26??LinqFromSql\.vs\Supercharger\Model\codemap.dat
?????文件????????302??2018-01-16?15:26??LinqFromSql\.vs\Supercharger\Model\global_history.dat
?????文件????????209??2018-01-16?15:26??LinqFromSql\.vs\Supercharger\Model\workbench.dat
?????文件???????3486??2018-01-16?10:38??LinqFromSql\BAL\BAL.csproj
?????文件????????228??2018-01-16?10:37??LinqFromSql\BAL\BAL.csproj.user
?????文件??????24576??2018-01-16?15:08??LinqFromSql\BAL\bin\Debug\BAL.dll
?????文件??????75264??2018-01-16?15:08??LinqFromSql\BAL\bin\Debug\BAL.pdb
?????文件???????5120??2018-01-16?14:58??LinqFromSql\BAL\bin\Debug\Model.dll
?????文件??????15872??2018-01-16?14:58??LinqFromSql\BAL\bin\Debug\Model.pdb
?????文件???????2162??2010-04-15?13:18??LinqFromSql\BAL\CommandInfo.cs
?????文件??????15932??2018-01-16?14:47??LinqFromSql\BAL\DbHelperOleDb.cs
?????文件??????35371??2010-04-15?13:18??LinqFromSql\BAL\DbHelperSQL.cs
?????文件???????1961??2018-01-16?15:07??LinqFromSql\BAL\LinqContext\LinqConextClass.cs
?????文件???????1317??2018-01-16?14:58??LinqFromSql\BAL\obj\Debug\BAL.csproj.FileListAbsolute.txt
?????文件???????4608??2018-01-16?14:58??LinqFromSql\BAL\obj\Debug\BAL.csprojResolveAssemblyReference.cache
?????文件??????24576??2018-01-16?15:08??LinqFromSql\BAL\obj\Debug\BAL.dll
?????文件??????75264??2018-01-16?15:08??LinqFromSql\BAL\obj\Debug\BAL.pdb
?????文件???????6833??2018-01-16?14:22??LinqFromSql\BAL\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????7680??2010-04-19?13:15??LinqFromSql\BAL\obj\Debug\Refactor\BAL.dll
?????文件???????2601??2010-04-19?13:20??LinqFromSql\BAL\obj\Debug\ResolveAssemblyReference.cache
?????文件???????1352??2010-04-15?13:12??LinqFromSql\BAL\Properties\AssemblyInfo.cs
?????文件????????973??2010-04-15?13:19??LinqFromSql\BAL\PubConstant.cs
?????文件???????3984??2010-04-19?14:27??LinqFromSql\BAL\Service\ContextDepartmentService.cs
............此處省略89個文件信息
- 上一篇:sqldbx使用方法
- 下一篇:sqlserver 2008 jdbc 驅動包
評論
共有 條評論