|
@@ -1,18 +1,19 @@
|
|
|
|
|
|
# Vit.Linq
|
|
|
Compatible with QueryBuilder ( ref to DynamicQueryable )
|
|
|
->source address: [https://github.com/serset/Vit.Linq](https://github.com/serset/Vit.Linq "https://github.com/serset/Vit.Linq")
|
|
|
+>source address: [https://github.com/VitormLib/Vit.Linq](https://github.com/VitormLib/Vit.Linq "https://github.com/VitormLib/Vit.Linq")
|
|
|
|
|
|
-
|
|
|
- 
|
|
|
+
|
|
|
+ 
|
|
|
|
|
|
|
|
|
| Build | NuGet |
|
|
|
| -------- | -------- |
|
|
|
-| | [](https://www.nuget.org/packages/Vit.Linq/)  |
|
|
|
+| | [](https://www.nuget.org/packages/Vit.Linq/)  |
|
|
|
|
|
|
|
|
|
Examples:
|
|
|
+- [ExpressionTree](src/Test/Vit.Linq.ExpressionTree.MsTest)
|
|
|
- [Filter](src/Test/Vit.Linq.MsTest/Filter/Filter_TestBase.cs)
|
|
|
- [CustomOperator](src/Test/Vit.Linq.MsTest/Filter/FilterService_CustomOperator_Test.cs)
|
|
|
|