资源简介
修正提交数据库有失败时也返回成功的BUG
修正脏数据提交bug
修正无法赋值整数0的BUG
代码片段和文件信息
//
// SubSonic - http://subsonicproject.com
//
// The contents of this file are subject to the New BSD
// License (the “License“); you may not use this file
// except in compliance with the License. You may obtain a copy of
// the License at http://www.opensource.org/licenses/bsd-license.php
//
// Software distributed under the License is distributed on an
// “AS IS“ basis WITHOUT WARRANTY OF ANY KIND either express or
// implied. See the License for the specific language governing
// rights and limitations under the License.
//
using System;
using System.Collections.Generic;
using System.Data.Common;
namespace SubSonic.DataProviders
{
// Big thanks to Brenton Webster for the code contained herein...
///
/// Indicates that a per-thread shared DbConnection object should be used the default DataProvider
/// (or alternativley a specific DataProvider if one is given) when communicating with the database.
///
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 286208 2013-08-01 09:34 SubSonic.Core\bin\Debug\Castle.Core.dll
文件 348160 2013-08-10 17:20 SubSonic.Core\bin\Debug\SubSonic.Core.dll
文件 998912 2013-08-10 17:20 SubSonic.Core\bin\Debug\SubSonic.Core.pdb
文件 209936 2013-08-10 17:20 SubSonic.Core\bin\Debug\SubSonic.Core.xm
文件 8576 2013-07-30 09:57 SubSonic.Core\DataProviders\Connection.cs
文件 18596 2013-07-30 09:57 SubSonic.Core\DataProviders\DbDataProvider.cs
文件 3025 2013-07-30 09:57 SubSonic.Core\DataProviders\IDataProvider.cs
文件 1544 2013-07-30 09:57 SubSonic.Core\DataProviders\IInterceptionStrategy.cs
文件 638 2013-07-30 09:57 SubSonic.Core\DataProviders\IQueryLanguage.cs
文件 3000 2013-07-30 09:57 SubSonic.Core\DataProviders\ISchemaGenerator.cs
文件 1418 2013-07-30 09:57 SubSonic.Core\DataProviders\ISqlFragment.cs
文件 3556 2013-07-30 09:57 SubSonic.Core\DataProviders\ISqlGenerator.cs
文件 5060 2013-07-30 09:57 SubSonic.Core\DataProviders\LazyLoadInterceptor.cs
文件 378 2013-07-30 09:57 SubSonic.Core\DataProviders\Log\DelegatingLogAdapter.cs
文件 142 2013-07-30 09:57 SubSonic.Core\DataProviders\Log\ILogAdapter.cs
文件 400 2013-07-30 09:57 SubSonic.Core\DataProviders\Log\TextWriterLogAdapter.cs
文件 18023 2013-07-30 09:57 SubSonic.Core\DataProviders\MySQL\MySqlFormatter.cs
文件 9486 2013-07-30 09:57 SubSonic.Core\DataProviders\MySQL\MySqlGenerator.cs
文件 2694 2013-07-30 09:57 SubSonic.Core\DataProviders\MySQL\MySqlLanguage.cs
文件 1396 2013-07-30 09:57 SubSonic.Core\DataProviders\MySQL\MySQLProvider.cs
文件 7883 2013-07-30 09:57 SubSonic.Core\DataProviders\MySQL\MySqlSchema.cs
文件 477 2013-07-30 09:57 SubSonic.Core\DataProviders\MySQL\MySqlSqlFragment.cs
文件 3915 2013-07-30 09:57 SubSonic.Core\DataProviders\ProviderFactory.cs
文件 17153 2013-07-30 09:57 SubSonic.Core\DataProviders\SQLite\SQLiteFormatter.cs
文件 4834 2013-07-30 09:57 SubSonic.Core\DataProviders\SQLite\SQLiteGenerator.cs
文件 2736 2013-07-30 09:57 SubSonic.Core\DataProviders\SQLite\SQLiteLanguage.cs
文件 1455 2013-07-30 09:57 SubSonic.Core\DataProviders\SQLite\SqLiteProvider.cs
文件 8124 2013-07-30 09:57 SubSonic.Core\DataProviders\SQLite\SQLiteSchema.cs
文件 4676 2013-08-10 16:59 SubSonic.Core\DataProviders\SqlServer\Sql2005Generator.cs
文件 9179 2013-07-30 09:57 SubSonic.Core\DataProviders\SqlServer\Sql2005Schema.cs
............此处省略139个文件信息
- 上一篇:使用VCSharp.net开发BOS插件
- 下一篇:C# 内容繁简转换
评论
共有 条评论