Introduction - If you have any usage issues, please Google them yourself
C# Written ORM source, through the configuration can be directly used in WEB applications, the application of database: Oracle, Sql Server and so on, through the expansion could be applied to other databases
Packet : 9927438xdbentity.rar filelist
Log\Log.cs
ORM\BaseObject.cs
ORM\ObjectOperator.cs
ORM\ObjectQuery.cs
ORM\AttributeOperator.cs
ORM\Attributes\PropertyAttribute.cs
ORM\Attributes\PrimaryKeyAttribute.cs
ORM\Attributes\TableAttribute.cs
ORM\Attributes\BaseAttribute.cs
ORM\Attributes\UniqueIDType.cs
ORM\Attributes\ForeignKeyAttribute.cs
ORM\Attributes\ContainsAttribute.cs
Sql\SqlBuilder.cs
Util\ServerUtil.cs
Util\ExceptionUtil.cs
AssemblyInfo.cs
XDbEntity.csproj
XDbEntity.csproj.user
_snk\XDbEntity.snk
AppSetting\AppSettingManager.cs
DbService\DbOperator.cs
Driver\IDriver.cs
Driver\DriverBase.cs
Driver\SqlClientDriver.cs
Driver\OleDbDriver.cs
Driver\OdbcDriver.cs
Driver\OracleClientDriver.cs
Driver\DriverFactory.cs
Driver\DriverType.cs
obj\Debug
ORM\Attributes
bin\Debug
Log
obj
ORM
Sql
Util
_snk
AppSetting
bin
DbService
Driver